Skip to content

Commit

Permalink
Merge pull request #117 from sbonaime/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
Saijin-Naib committed Aug 23, 2024
2 parents 32f3d27 + 2f2c823 commit 3b473c7
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 3b473c7

Please sign in to comment.