【发布时间】:2012-12-15 21:43:55
【问题描述】:
以下 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的教程
【问题讨论】:
标签: mpi raspberry-pi mpiexec