We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f505137 + 19ae00c commit 45f6a3dCopy full SHA for 45f6a3d
1 file changed
triton/tut/cluster-shell.rst
@@ -274,11 +274,11 @@ tutorials.** You can look at all the files in the repository here:
274
https://github.com/AaltoSciComp/hpc-examples/ .
275
276
Let's **clone** the HPC-examples repository so that we can work on it.
277
-First, we make sure we are in our home directory (we always want to
278
-make sure we know where we are! The home directory is the default
279
-place, though)::
+First, we make sure we are in our work directory (we always want to
+make sure we know where we are! By default we are in our home directory, but
+we rarely want to store our codes there)::
280
281
- $ cd $HOME
+ $ cd $WRKDIR
282
283
Then we clone our git repository::
284
0 commit comments