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

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

Edmund_Sumbar
Principiante
1.850 Vistas
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 Solución
Dmitry_K_Intel2
Empleados
1.850 Vistas
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

Ver la solución en mensaje original publicado

2 Respuestas
Dmitry_K_Intel2
Empleados
1.851 Vistas
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
Edmund_Sumbar
Principiante
1.850 Vistas
Thanks Dmitry, I thought I had tested that scenario, but I guess I didn't.
Responder