Skip to content

Commit 7f28cc2

Browse files
committed
Added some information for orientation clarity.
1 parent 0ea5f10 commit 7f28cc2

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docs/cheaha/slurm/slurm_tutorial.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -434,17 +434,19 @@ Let's create a working directory using [shell commands](../../workflow_solutions
434434
mkdir -p ~/slurm_tutorials/example_6
435435
```
436436
437-
Navigate to the working directory to prepare for following steps.
437+
Navigate to the working directory to prepare for following steps. All of the following steps will take place in this directory.
438438
439439
```bash
440440
cd ~/slurm_tutorials/example_6
441441
```
442442
443-
Let us create a file named `matmul_tensorflow.py` and copy the following script into it to prepare for the tutorials. You are welcomet to use your favorite text editor. On Cheaha, there are two built-in options.
443+
Let us create a file named `matmul_tensorflow.py` and copy the script below into it to prepare for the tutorials. You are welcome to use your favorite text editor. On Cheaha, there are two built-in options, just before the script below.
444444
445445
- At any terminal on Cheaha, use [nano]. Type [`nano matmul_tensorflow.py` at the terminal](../../workflow_solutions/shell.md#edit-plain-text-files-nano) to create and start editing the file.
446446
- In an HPC Desktop job terminal, type `gedit matmul_tensorflow.py` to create the file and open a graphical editor.
447447
448+
Below is the script to copy into the new file.
449+
448450
```bash linenums="1"
449451
import tensorflow as tf
450452

0 commit comments

Comments
 (0)