Serial decomp with phase label tool

This commit is contained in:
James E McClure 2018-05-26 08:14:57 -04:00
parent 68874b3811
commit a764ccfc19

View File

@ -144,7 +144,7 @@ int main(int argc, char **argv)
char *loc_id; char *loc_id;
loc_id = new char [(nx+2)*(ny+2)*(nz+2)]; loc_id = new char [(nx+2)*(ny+2)*(nz+2)];
std::vector<int> LabelCount(ReadValues.size(),0]); std::vector<int> LabelCount(ReadValues.size(),0);
// Set up the sub-domains // Set up the sub-domains
if (rank==0){ if (rank==0){
printf("Distributing subdomains across %i processors \n",nprocs); printf("Distributing subdomains across %i processors \n",nprocs);