Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2159 Discussions

what is the purpose of the -rmk option to mpiexec.hydra

Edmund_Sumbar
Beginner
921 Views
I can't figure out either from the documentation or from experiment what the -rmk option is supposed to do. I use a cluster that is shared via Torque (and Maui) and I see that the only supported argument to -rmk is pbs so I'm curious to find out. I thought it might supply the list of allocated nodes, but my experiments don't show that. And it doesn't help to accurately report the resources used on remote nodes... so what's it for?
Ed
0 Kudos
1 Solution
Dmitry_K_Intel2
Employee
921 Views
Hi Edmund,

'-rmk pbs' is just a substitution for mpirun's '-f $PBS_NODEFILE'. There is no tight integration and PBS doesn't know about resouces used on remote nodes.

Regards!
Dmitry

View solution in original post

0 Kudos
2 Replies
Dmitry_K_Intel2
Employee
922 Views
Hi Edmund,

'-rmk pbs' is just a substitution for mpirun's '-f $PBS_NODEFILE'. There is no tight integration and PBS doesn't know about resouces used on remote nodes.

Regards!
Dmitry
0 Kudos
Edmund_Sumbar
Beginner
921 Views
Thanks Dmitry, I thought I had tested that scenario, but I guess I didn't.
0 Kudos
Reply