From 2f2c82309572e09a70406013d91e9c21420aa2a3 Mon Sep 17 00:00:00 2001 From: Sebastien Date: Fri, 23 Aug 2024 13:54:19 +0200 Subject: [PATCH] Update README.md typo $user $USER --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 013f3e3..76b3425 100644 --- a/README.md +++ b/README.md @@ -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: