examples/H5/openclose.c

- H5SetPropFileMPIO() renamed to H5SetFileMPIOCollective()
This commit is contained in:
2016-03-18 11:21:53 +01:00
parent 91e7ed8c5b
commit dc9723dfe2
+1 -1
View File
@@ -23,7 +23,7 @@ main (
MPI_Comm_rank (comm, &myproc);
h5_prop_t prop = H5CreateFileProp ();
H5SetPropFileMPIO (prop, &comm);
H5SetPropFileMPIOCollective (prop, &comm);
h5_file_t f = H5OpenFile ("testfile.h5", H5_O_WRONLY, prop);
H5CloseProp (prop);
H5CloseFile (f);