Skip to content

Commit 3b473c7

Browse files
authored
Merge pull request #117 from sbonaime/patch-1
2 parents 32f3d27 + 2f2c823 commit 3b473c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ sbatch sample.slurm
129129
You can also check for currently running jobs using squeue:
130130

131131
```
132-
squeue -u $user
132+
squeue -u $USER
133133
```
134134

135135
Unfortunately, SLURM does not handle assigning jobs to the head node. Hence, if we want to run ClusterODM on the head node, we have to run it locally. After that, you can connect to the CLI and wire the NodeODMs to the ClusterODMs. Here is an example following the sample SLURM script:

0 commit comments

Comments
 (0)