diff --git a/coldfront/README.md b/coldfront/README.md index 97f4f86..6a8d9bd 100644 --- a/coldfront/README.md +++ b/coldfront/README.md @@ -145,7 +145,7 @@ Switch over to the PI user account and try to run a job again: ``` su - cgray password: test123 -sbatch --wrap "sleep 600"` +sbatch --wrap "sleep 600" squeue (the job should be running on a node) exit (logout from cgray account) ```