Open
Description
Is it possible to use tmpi with slurm, I tried a few quick experiments setting the mpirun env var to srun and launching jobs, but I didn't get it working (tmpi exits immediately). I don't usually use tmux, so didn't dig deep or experiment much, but if it was possible to have
tmpi 4 gdb --args /my/job/to/debug
expand out to do the equivalent of
srun -n 4 blah blah blah
and do the right thing, it'd be very useful indeed. On some machines I'm not able to use xterm, so can't run a simple
srun -n 4 xterm -e gdb --args /my/job/to/debug
which is one way of debugging under slurm.