src/H5Part
* _H5Part_open_file() - set f->comm to 0 in serial caseI_COMM_WORLD;
This commit is contained in:
+1
-1
@@ -206,7 +206,7 @@ _H5Part_open_file (
|
||||
f->comm = comm;
|
||||
#endif
|
||||
} else {
|
||||
f->comm = MPI_COMM_WORLD;
|
||||
f->comm = 0;
|
||||
f->nprocs = 1;
|
||||
f->myproc = 0;
|
||||
f->pnparticles =
|
||||
|
||||
Reference in New Issue
Block a user