从ubuntu主节点在raspberry pi从节点上运行MPI程序时出错

时间:2015-02-14 11:04:38

标签: raspberry-pi mpi master-slave

我正在从我的ubuntu主节点运行一个简单的MPI程序,我创建了包含主节点的ip地址和一个raspberry pi从节点的机器文件,程序在每个节点上成功运行,同时显式运行但是当我运行时使用mpirun -f machinefile -np 2 ./a.out在两台机器上同时运行它 它会出现以下错误

[proxy:unset@raspberrypi] match_arg (./utils/args/args.c:122): unrecognized argument usize
[proxy:unset@raspberrypi] HYDU_parse_array (./utils/args/args.c:140): argument matching returned error
[proxy:unset@raspberrypi] HYD_pmcd_pmip_get_params (./pm/pmiserv/pmip_utils.c:723): error parsing input array
[proxy:unset@raspberrypi] main (./pm/pmiserv/pmip.c:187): bad parameters passed to the proxy

如果有任何人知道解决方案,请帮助我。

0 个答案:

没有答案