我想将 mpiMatlab 用于我的算法,我在安装和运行它时遇到问题。根据此链接,任何人都可以帮助我:
http://www.ll.mit.edu/mission/isr/matlabmpi/matlabmpi.html
当我在matlab中写这个命令时:
eval( MPI_Run( MPI_cc('xbasic'), 2,machines) );
它给了我这个错误:
??? Undefined function or
method 'MPI_cc' for input
arguments of type 'char'.
Error in ==> Untitled at 1
eval( MPI_Run(
MPI_cc('xbasic'), 2,machines)
);