Intel® MPI Library
Get help with building, analyzing, optimizing, and scaling high-performance computing (HPC) applications.
2273 ディスカッション

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

Edmund_Sumbar
ビギナー
1,865件の閲覧回数
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 件の賞賛
1 解決策
Dmitry_K_Intel2
従業員
1,865件の閲覧回数
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

元の投稿で解決策を見る

2 返答(返信)
Dmitry_K_Intel2
従業員
1,866件の閲覧回数
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
ビギナー
1,865件の閲覧回数
Thanks Dmitry, I thought I had tested that scenario, but I guess I didn't.
返信