我是MPI的新手。我的程序計算從1到100的總和,但拋出一個錯誤,我不明白爲什麼。 我正在學習MPI_Reduce和MPI_Bcast,所以我儘量使用它們。 這是我的程序。 // include something
int main (int argc, char * argv[])
{
int rank, size, root = 0;
int i,j,k,S[100
我已經寫在Matlab一個函數,這是計算的成本函數的數組: function [F1val, Com]=F1(Community,NeighMat)
global FlattedAdjMat;
Com=zeros(numel(Community),3);
Com(:,1)=Community'; % The First row of Com= Community