hdf5/perform
Albert Cheng c857aa12c1 [svn-r15665] Bug fix: (ID 1157)
Description:
Program would crash, complaining MPI calls were invoked after
MPI_Finalize() has occurred. Previously, H5close() before
MPI_Finalize() would remove the crash.

Solution:
It turned out that two H5 property objects (mpio_pl and acc_tpl)
were not closed before MPI_Finalize().  In the at_exit code,
HDF5 library attempted to close them by releasing the MPI Communicators
in them too. That was the error. Adding code to close them properly
before MPI_Finalize() took care things.

Tested:
Only in kagiso parallel. Did not run h5committest since
kagiso would have been the one running parallel test. This
part of code would not be compiled at all in non-phdf5 mode.
2008-09-19 18:18:33 -05:00
..
benchpar.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
build_h5perf_alone.sh
build_h5perf_serial_alone.sh [svn-r15582] Added script to build h5perf_serial in standalone mode. 2008-09-02 16:22:51 -05:00
chunk.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
COPYING
gen_report.pl
iopipe.c [svn-r15150] Purpose: Separate Windows function macro definitions to win32defs.h 2008-06-05 13:52:19 -05:00
Makefile.am [svn-r15149] Purpose: Bug Fix 2008-06-05 11:48:26 -05:00
Makefile.in [svn-r15149] Purpose: Bug Fix 2008-06-05 11:48:26 -05:00
mpi-perf.c
overhead.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
perf_meta.c [svn-r14218] Description: 2007-10-30 13:13:48 -05:00
perf.c [svn-r15665] Bug fix: (ID 1157) 2008-09-19 18:18:33 -05:00
pio_engine.c [svn-r15649] Included macros for portability of h5perf code among HDF5 versions. 2008-09-17 16:24:45 -05:00
pio_perf.c [svn-r15397] Update to the h5perf files that includes bug fixes and extensions. 2008-07-23 15:41:02 -05:00
pio_perf.h
pio_standalone.c
pio_standalone.h [svn-r15397] Update to the h5perf files that includes bug fixes and extensions. 2008-07-23 15:41:02 -05:00
pio_timer.c
pio_timer.h
sio_engine.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
sio_perf.c [svn-r15628] Description: 2008-09-16 10:52:51 -05:00
sio_perf.h [svn-r15179] Change copyright notice to THG only. 2008-06-09 12:10:39 -05:00
sio_standalone.c [svn-r15179] Change copyright notice to THG only. 2008-06-09 12:10:39 -05:00
sio_standalone.h [svn-r15179] Change copyright notice to THG only. 2008-06-09 12:10:39 -05:00
sio_timer.c [svn-r15179] Change copyright notice to THG only. 2008-06-09 12:10:39 -05:00
sio_timer.h [svn-r15179] Change copyright notice to THG only. 2008-06-09 12:10:39 -05:00
zip_perf.c [svn-r15655] Changed the absolute path of the data file to a relative path. 2008-09-18 14:25:42 -05:00