summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2008-05-20 18:34:00 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2008-05-20 18:34:00 (GMT)
commite3180b57c03e9b91d7d2765351cd8f6f71d0f1c6 (patch)
tree11f6b48c9cb29170118649febc8e0d8aef547ba6 /tools
parente6715b970433b2d9087dbce96740352aadbbc0ca (diff)
downloadhdf5-e3180b57c03e9b91d7d2765351cd8f6f71d0f1c6.zip
hdf5-e3180b57c03e9b91d7d2765351cd8f6f71d0f1c6.tar.gz
hdf5-e3180b57c03e9b91d7d2765351cd8f6f71d0f1c6.tar.bz2
[svn-r15043] 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 'tools')
0 files changed, 0 insertions, 0 deletions