Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
typo $user $USER
  • Loading branch information
sbonaime committed Aug 23, 2024
1 parent 32f3d27 commit 2f2c823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ sbatch sample.slurm
You can also check for currently running jobs using squeue:

```
squeue -u $user
squeue -u $USER
```

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:
Expand Down

0 comments on commit 2f2c823

Please sign in to comment.