tmpi
tmpi copied to clipboard
Run a parallel command inside a split tmux window
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...
Hello, Sorry if this is not the best place to ask question, but... I just started using your tool for debugging and would like to know if it is possible...
Starting a Python shell with `tmpi 2 python` and running `from mpi4py import MPI` results in a failed MPI_INIT on all ranks but the first (for any number of ranks...
This variable is only defined here https://github.com/Azrael3000/tmpi/blob/f5a0fd8848b5c87b301edc8a23de9bfcfbd41918/tmpi#L11-L13 and doesn't exist here https://github.com/Azrael3000/tmpi/blob/f5a0fd8848b5c87b301edc8a23de9bfcfbd41918/tmpi#L108-L112 or here https://github.com/Azrael3000/tmpi/blob/f5a0fd8848b5c87b301edc8a23de9bfcfbd41918/tmpi#L237-L241 This causes tmpi to fail with MPICH, as `--oversubscribe` doesn't work.
I want to use gdb to debug in 2 machine. I find in `tmpi` ```shell ${mpirun_cmd} -n ${processes} ${mpi_arg} ${self} runmpi ${has_reptyr} ${has_reptyr/0/${processes}} ${has_reptyr/0/${setpty_cmd}} "${@}" ``` I add some param...
Thank you for this amazing software. When I try to restart (gdb `start` or `run`) after I've already done that 1x I get the following error: ``` [New Thread 0x7ffff37ff6c0...