|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
[这个贴子最后由wangdingxi在 2004/06/29 06:07pm 第 1 次编辑]
[wangdx@mgmt2 test]$ mpirun -machinefile hosts1 -np 6 test.e
[0] Error: Unable to get GM local node id !
[1] Error: Unable to get GM local node id !
[5] Error: Unable to get GM local node id !
[4] Error: Unable to get GM local node id !
[3] Error: Unable to get GM local node id !
[2] Error: Unable to get GM local node id !
[wangdx@mgmt2 test]$ cat hosts1
cn20
cn30
cn24
cn25
[wangdx@mgmt2 test]$ mpirun -machinefile hosts1 -np 3 test.e
[0] Error: Unable to get GM local node id !
[1] Error: Unable to get GM local node id !
[2] Error: Unable to get GM local node id !
[wangdx@mgmt2 test]$ cat hosts1
cn20
cn30
cn24
cn25 |
|