tmpi icon indicating copy to clipboard operation
tmpi copied to clipboard

Can it used in multi node?

Open LJjia opened this issue 11 months ago • 0 comments

I want to use gdb to debug in 2 machine.

I find in tmpi

${mpirun_cmd} -n ${processes} ${mpi_arg} ${self} runmpi ${has_reptyr} ${has_reptyr/0/${processes}} ${has_reptyr/0/${setpty_cmd}} "${@}"

I add some param like -hostfile myhost in this command to launch tmpi in multi-node

but it doesn't work normal, I want to know can it work in multi-node?

LJjia avatar Mar 05 '25 11:03 LJjia