src/H5Part

* _H5Part_open_file()
	- set f->comm to 0 in serial caseI_COMM_WORLD;
This commit is contained in:
2007-06-06 09:29:04 +00:00
parent a4e77a138a
commit df627138dc
+1 -1
View File
@@ -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 =