[cig-commits] [commit] master: Event HDF5 parallel fix (c061220)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Wed Dec 10 12:04:42 PST 2014


Repository : https://github.com/geodynamics/vq

On branch  : master
Link       : https://github.com/geodynamics/vq/compare/e0e38c5e958dd8776279be4658cd025b57079ccd...a77e0124f38a909b20a374ec686149d65dbca5b1

>---------------------------------------------------------------

commit c0612209cd1fdc7361e6351cae997336b409554c
Author: Eric Heien <emheien at ucdavis.edu>
Date:   Wed Dec 10 12:03:56 2014 -0800

    Event HDF5 parallel fix


>---------------------------------------------------------------

c0612209cd1fdc7361e6351cae997336b409554c
 src/io/EventOutput.cpp | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/io/EventOutput.cpp b/src/io/EventOutput.cpp
index b691a23..7a4cda6 100644
--- a/src/io/EventOutput.cpp
+++ b/src/io/EventOutput.cpp
@@ -56,9 +56,6 @@ void EventOutput::open_hdf5_file(const std::string &hdf5_file_name, const double
 
     if (plist_id < 0) exit(-1);
 
-#ifdef HDF5_IS_PARALLEL
-    H5Pset_fapl_mpio(plist_id, MPI_COMM_WORLD, MPI_INFO_NULL);
-#endif
     // Create the data file, overwriting any old files
     data_file = H5Fcreate(hdf5_file_name.c_str(), H5F_ACC_TRUNC, H5P_DEFAULT, plist_id);
 



More information about the CIG-COMMITS mailing list