Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
2275 Discussions

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

Edmund_Sumbar
Beginner
1,944 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
1,944 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
1,945 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
1,944 Views
Thanks Dmitry, I thought I had tested that scenario, but I guess I didn't.
0 Kudos
Reply