hdf5/perform
Albert Cheng e3180b57c0 [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.
2008-05-20 13:34:00 -05:00
..
benchpar.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
build_h5perf_alone.sh [svn-r13261] Updated copyright notices. 2007-02-07 14:56:21 -05:00
chunk.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
COPYING [svn-r12640] 2006-09-04 13:30:13 -05:00
gen_report.pl [svn-r13311] Updated copyright notice. 2007-02-14 17:25:02 -05:00
iopipe.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
Makefile.am [svn-r15041] Purpose: Configure Fix 2008-05-19 16:12:16 -05:00
Makefile.in [svn-r15041] Purpose: Configure Fix 2008-05-19 16:12:16 -05:00
mpi-perf.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
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-r15043] Bug fix. 2008-05-20 13:34:00 -05:00
pio_engine.c [svn-r14199] Description: 2007-10-11 11:24:11 -05:00
pio_perf.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
pio_perf.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
pio_standalone.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
pio_standalone.h [svn-r13766] In Visual Studio 2005 for 64-bit, _WIN32 is defined, but not WIN32, so I've standardized all #ifdef's to use _WIN32. This should not affect any other platform. 2007-05-18 10:14:43 -05:00
pio_timer.c [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
pio_timer.h [svn-r13253] Updated all C and C++ style source code files with the THG copyright notice. 2007-02-07 09:56:24 -05:00
sio_engine.c [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
sio_perf.c [svn-r15023] Revise man page of the serial benchmarking tool. 2008-05-16 14:53:14 -05:00
sio_perf.h [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
sio_standalone.c [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
sio_standalone.h [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
sio_timer.c [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
sio_timer.h [svn-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -05:00
zip_perf.c [svn-r13876] Purpose: Fix mingw errors 2007-06-18 17:17:10 -05:00