Skip to content
Snippets Groups Projects
Commit 0281b833 authored by Moe Jette's avatar Moe Jette
Browse files

Fix code for shared node testing.

parent d43ed15e
No related branches found
No related tags found
No related merge requests found
...@@ -101,7 +101,7 @@ exec $bin_chmod 700 $file_prog ...@@ -101,7 +101,7 @@ exec $bin_chmod 700 $file_prog
# #
global env global env
set env(SLURM_CPU_BIND) "verbose" set env(SLURM_CPU_BIND) "verbose"
set srun_pid [spawn $srun --allocate -N1 --verbose -t2] set srun_pid [spawn $srun --allocate -N1 --exclusive --verbose -t2]
############################################################################# #############################################################################
# #
......
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