假设一个C++的MPI程序在单机上能够跑。可是在多机上跑会报下面错误:
Fatal error in MPI_Send: Unkown error class , error stack。
解决方法:
把machinefile里面的全部hostname换成相应的IP地址就能够了。
然后再又一次跑:
mpirun -n 10 -f machinefile ./a.out
假设一个C++的MPI程序在单机上能够跑。可是在多机上跑会报下面错误:
Fatal error in MPI_Send: Unkown error class , error stack。
解决方法:
把machinefile里面的全部hostname换成相应的IP地址就能够了。
然后再又一次跑:
mpirun -n 10 -f machinefile ./a.out