mpiexec无法启动指定的应用程序(Raspberry pi)

时间:2012-12-15 21:43:55

标签: mpi raspberry-pi mpiexec

对于以下3个命令中的每一个,我都得到相同的错误。是来自ifconfig的我的ip地址。什么是错误的任何想法?昨晚工作得很好。

mpiexec -f machinefile -n <number> hostname
mpiexec -f machinefile –n 1 hostname
mpiexec -f machinefile -n 2 ~/mpich_build/examples/cpi
--------------------------------------------------------------------------
mpiexec was unable to launch the specified application as it could not find an executable:

Executable: -f
Node: raspberrypi

while attempting to start process rank 0.
--------------------------------------------------------------------------

我正在关注http://www.southampton.ac.uk/~sjc/raspberrypi/pi_supercomputer_southampton.htm

中的教程

1 个答案:

答案 0 :(得分:5)

我的猜测是你已经安装了OpenMPI,比如示例中给出的MPICH2,是吗?这没有什么不对,但是指定机器文件等选项有些不同。你需要

mpiexec -machinefile machinefile -n 1 hostname