标签:mpich
如果一个C++的MPI程序在单机上可以跑,但是在多机上跑会报以下错误:
Fatal error in MPI_Send: Unkown error class , error stack。
解决方法:
把machinefile里面的所有hostname换成对应的IP地址就可以了,
然后再重新跑:
mpirun -n 10 -f machinefile ./a.out
标签:mpich
原文地址:http://blog.csdn.net/liujan511536/article/details/46669957