summaryrefslogtreecommitdiffstats
path: root/c++/src/H5DataSpace.cpp
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-05-20 19:08:45 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-05-20 19:08:45 (GMT)
commit980d1837908aa700efcf7edc0be62a9fc207c6ed (patch)
treeaa2122a83d29a5bae06f9d4c3614f6d4e290c1c7 /c++/src/H5DataSpace.cpp
parent4344cf539168e127f87c6f86171bc3cbd66e4032 (diff)
downloadhdf5-980d1837908aa700efcf7edc0be62a9fc207c6ed.zip
hdf5-980d1837908aa700efcf7edc0be62a9fc207c6ed.tar.gz
hdf5-980d1837908aa700efcf7edc0be62a9fc207c6ed.tar.bz2
[svn-r15045] Bug fix.
Description: perf would crash at the end as it complained it was doing MPI calls after MPI_Finalize() is called. I suspect the HDF5 library is making MPI calls in the at_exit area. This should not happened. Solution: Added the H5exit() right before MPI_Finalize() fixed the problem. But it needs to find out why HDF5 library is making MPI calls in the at_exit() area. It should not. Also, changed the temporay data file name from /tmp/test.out to perftest.out, both to avoid multiple instance of this may use the same /tmp/xxx name and also make the file name less generic. Tested: Kagiso PP.
Diffstat (limited to 'c++/src/H5DataSpace.cpp')
0 files changed, 0 insertions, 0 deletions