Skip to content
Snippets Groups Projects
Commit a49613d6 authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #9052: Set SLURM jobname to obsid

parent 42f7fa70
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ if $SLURM; then ...@@ -74,7 +74,7 @@ if $SLURM; then
SLURM_VARS+=" $s=\$$s" SLURM_VARS+=" $s=\$$s"
done done
COMMAND="ssh -tt $HEADNODE salloc -N $NRCOMPUTENODES bash -c 'ssh `hostname -f` -tt $SLURM_VARS $COMMAND'" COMMAND="ssh -tt $HEADNODE salloc -N $NRCOMPUTENODES -J $OBSID bash -c 'ssh `hostname -f` -tt $SLURM_VARS $COMMAND'"
fi fi
# Start observation in the background # Start observation in the background
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment