Skip to content
Snippets Groups Projects
Commit e8eeeb1d authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Make test compatible with multiple-slurmd configurations.

parent b49b9c35
No related branches found
No related tags found
No related merge requests found
......@@ -49,9 +49,10 @@ file delete $file_out
make_bash_script $file_in "
$srun $bin_sleep 10 &
$bin_sleep 1
$scontrol listpids \$SLURM_JOBID.10
$scontrol listpids \$SLURM_JOBID.0
$scontrol listpids \$SLURM_JOBID"
$scontrol listpids \$SLURM_JOBID.10 \$SLURMD_NODENAME
$scontrol listpids \$SLURM_JOBID.0 \$SLURMD_NODENAME
$scontrol listpids \$SLURM_JOBID \$SLURMD_NODENAME
"
#
# Spawn a srun batch job that uses stdout/err and confirm their contents
......
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