- 积分
- 7124
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-11-26
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
单独运行./wrf.exe没有错误,但是时间太长,想尝试mpi并行运算,但是一直不成功,请问需要修改哪里呢?
[etprc@localhost em_real]$ ulimit -d unlimited
[etprc@localhost em_real]$ ulimit -m unlimited
[etprc@localhost em_real]$ ulimit -s unlimited
[etprc@localhost em_real]$ ulimit -t unlimited
[etprc@localhost em_real]$ ulimit -v unlimited
[etprc@localhost em_real]$ mpiexec -n 4 ./wrf.exe
starting wrf task 0 of 4
starting wrf task 1 of 4
starting wrf task 2 of 4
starting wrf task 3 of 4
rank 1 in job 17 localhost.localdomain_35893 caused collective abort of all ranks
exit status of rank 1: killed by signal 11
[etprc@localhost em_real]$
|
|