Re: [slurm-users] salloc --no-shell question

2019-01-24 Thread Douglas Jacobsen
Hmmm, I can't quite replicate that: dmj@cori11:~> salloc -C knl -q interactive -N 2 --no-shell salloc: Granted job allocation 18219715 salloc: Waiting for resource configuration salloc: Nodes nid0[2318-2319] are ready for job dmj@cori11:~> srun --jobid=18219715 /bin/false srun: error: nid02318: t

[slurm-users] salloc --no-shell question

2019-01-24 Thread Pritchard Jr., Howard
Hello Slurm experts, We have a workflow where we have a script which invoke salloc —noshell and then launches a series of MPI jobs using srun with the jobid= option to make use of the reservation we got from the salloc invocation. We are needing to do things this way because the script itself ne