We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I want to use gdb to debug in 2 machine.
I find in tmpi
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
-hostfile myhost
but it doesn't work normal, I want to know can it work in multi-node?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I want to use gdb to debug in 2 machine.
I find in
tmpi
I add some param like
-hostfile myhost
in this command to launch tmpi in multi-nodebut it doesn't work normal, I want to know can it work in multi-node?
The text was updated successfully, but these errors were encountered: