当我尝试制作 CUDA 5.0 样本时,会出现错误:
Makefile:79: * MPI not found, not building simpleMPI.. 停止。
我已尝试下载并构建最新版本的 Open MPI,参考 Open MPI “FAQ / Platforms / OS X / 6。如何不使用 OS X 捆绑的 Open MPI?” 页面并没有解决错误。
make -j 4 2>&1 | tee make.out
[ lots of output ]
make[2]: *** [mpi/man/man3/MPI_Comm_disconnect.3] Error 127
make[2]: *** Waiting for unfinished jobs....
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1
我现在真的很困惑,我不知道该怎么办。