- 积分
- 385
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2012-5-19
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
wrf并行计算,输入
mpirun -np 3 ./wrf.exe
显示
starting wrf task 0 of 1
starting wrf task 0 of 1
starting wrf task 0 of 1
运行速度和不并行一样。
运行mpi测试,mpirun -np 5 ./hello
Hello World! Process 0 of 5 on localhost.localdomain
Hello World! Process 1 of 5 on localhost.localdomain
Hello World! Process 2 of 5 on localhost.localdomain
Hello World! Process 3 of 5 on localhost.localdomain
Hello World! Process 4 of 5 on localhost.localdomain
正常的。
运行wrf官网的测试Fortran_C_NETCDF_MPI_tests
C function called by Fortran
Values are xx = 2.00 and ii = 1
status = 2
SUCCESS test 2 fortran + c + netcdf + mpi
都是正常的。
wrf.exe用了pgi并行编译,在centos6上没有问题,centos7里面就不行了。
谢谢大侠伸手援助!
|
|