debugging
This commit is contained in:
@@ -629,6 +629,7 @@ int ComputeGlobalPhaseComponent( int nx, int ny, int nz, RankInfoStruct rank_inf
|
|||||||
}
|
}
|
||||||
// Copy the ids and get the neighbors through the halos
|
// Copy the ids and get the neighbors through the halos
|
||||||
GlobalBlobID = LocalIDs;
|
GlobalBlobID = LocalIDs;
|
||||||
|
printf("fillData %ix%ix%i \n",nx,ny,nz);
|
||||||
fillHalo<int> fillData(rank_info,nx,ny,nz,1,1,1,0,1,true,true,true);
|
fillHalo<int> fillData(rank_info,nx,ny,nz,1,1,1,0,1,true,true,true);
|
||||||
fillData.fill(GlobalBlobID);
|
fillData.fill(GlobalBlobID);
|
||||||
// Create a list of all neighbor ranks (excluding self)
|
// Create a list of all neighbor ranks (excluding self)
|
||||||
|
|||||||
Reference in New Issue
Block a user