- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
1 解決策
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
'-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 返答(返信)
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
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
'-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
- 新着としてマーク
- ブックマーク
- 購読
- ミュート
- RSS フィードを購読する
- ハイライト
- 印刷
- 不適切なコンテンツを報告
Thanks Dmitry, I thought I had tested that scenario, but I guess I didn't.
