Serial decomp with phase label tool
This commit is contained in:
parent
68874b3811
commit
a764ccfc19
@ -144,7 +144,7 @@ int main(int argc, char **argv)
|
||||
char *loc_id;
|
||||
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
|
||||
if (rank==0){
|
||||
printf("Distributing subdomains across %i processors \n",nprocs);
|
||||
|
Loading…
Reference in New Issue
Block a user