0
我想爲我的算法使用mpiMatlab,我在安裝和運行時遇到問題。 根據這個鏈接任何一個可以幫助我:eval(MPI_Run(MPI_cc('xbasic'),2,machines))給我錯誤
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)
);
檢查您的路徑,以便MPI_cc功能可見 –