hdf5/perform
Albert Cheng 7b7f10a444 [svn-r15003] Purpose:
Improvement.

Description:
src/libhdf5.settings was the initial configure summary and is installed.
Then configure is changed to dump a summary of the configure settings to
the output and also append it to src/libhdf5.settings.  That created
two different output formats and duplicated information.  This is the
initial attempt to clean up this confusion and unify the output format.

It is decided to use the src/libhdf5.settings template as the unified means.
This requires more macros symbols be defined. The following symbols are
all related to generating the src/libhdf5.settings file.

AC_SUBST(EXTERNAL_FILTERS)
AC_SUBST(MPE) MPE=no
AC_SUBST(STATIC_EXEC) STATIC_EXEC=no
AC_SUBST(HDF_FORTRAN) HDF_FORTRAN=no
AC_SUBST(FC) HDF_FORTRAN=no
AC_SUBST(HDF_CXX) HDF_CXX=no
AC_SUBST(CXX) HDF_CXX=no
AC_SUBST(HDF5_HL) HDF5_HL=yes
AC_SUBST(GPFS) GPFS=no
AC_SUBST(LINUX_LFS) LINUX_LFS=no
AC_SUBST(INSTRUMENT) INSTRUMENT=no
AC_SUBST(CODESTACK) CODESTACK=no
AC_SUBST(HAVE_DMALLOC) HAVE_DMALLOC=no
AC_SUBST(DIRECT_VFD) DIRECT_VFD=no
AC_SUBST(THREADSAFE) THREADSAFE=no
AC_SUBST(STATIC_SHARED)
AC_SUBST(enable_shared)
AC_SUBST(enable_static)
AC_SUBST(UNAME_INFO) UNAME_INFO=`uname -a`

The src/libhdf5.settings.in has CONDITIONAL's added to it too.  The
untrue conditions turned into a "#" and these lines are cleaned by the 
post processing script.

Platform tested:
h5committest on kagiso, smirom and linew.
2008-05-15 00:12: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-r14969] Purpose: Bug Fix (Bug 1144) 2008-05-12 10:15:27 -05:00
Makefile.in [svn-r15003] Purpose: 2008-05-15 00:12:00 -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-r14199] Description: 2007-10-11 11:24:11 -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-r14903] Undoing change committed in r14902. 2008-04-30 14:51:13 -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