hdf5/perform
Bill Wendling ceba60418c [svn-r5807] Purpose:
Update, Bug Fix, and Feature Add
Description:
    - Updated how AC_{ENABLE,WITH} help messages were being generated.
      Autoconf now gives you an AC_HELP_STRING macro to use to create
      them.

    - Fixed the problem with Linux LFS on RedHat 7.3 machines. It wasn't
      finding getdents64(), so we can't rely on that being present
      anymore...

    - Added GPFS detection and setting.

    - Updated how compression is specified. It's no longer necessary to
      test for HAVE_ZLIB_H, HAVE_LIBZ, and HAVE_COMPRESS2. The one macro
      {H5_}HAVE_COMPRESSION takes care of all of these.
Solution:
    Changed the check for Linux LFS from looking for getdents() to
    looking at the version number of the kernel (using the uname -r
    command). You can still override with the --enable-linux-lfs switch
    if you really believe that your <2.4 kernel has LFS support.
Platforms tested:
    Linux (2.2 and 2.4)
2002-07-17 11:10:46 -05:00
..
chunk.c [svn-r5729] Purpose: 2002-06-29 19:11:42 -05:00
Dependencies [svn-r5477] Purpose: 2002-05-29 12:52:18 -05:00
gen_report.pl [svn-r5729] Purpose: 2002-06-29 19:11:42 -05:00
iopipe.c [svn-r5729] Purpose: 2002-06-29 19:11:42 -05:00
Makefile.in [svn-r5554] Purpose: 2002-06-07 16:06:10 -05:00
mpi-perf.c [svn-r4795] Purpose: 2002-01-07 17:47:22 -05:00
overhead.c [svn-r5729] Purpose: 2002-06-29 19:11:42 -05:00
perf.c [svn-r5729] Purpose: 2002-06-29 19:11:42 -05:00
pio_engine.c [svn-r5807] Purpose: 2002-07-17 11:10:46 -05:00
pio_perf.c [svn-r5798] Purpose: 2002-07-15 10:21:05 -05:00
pio_perf.h [svn-r5798] Purpose: 2002-07-15 10:21:05 -05:00
pio_timer.c [svn-r5729] Purpose: 2002-06-29 19:11:42 -05:00
pio_timer.h [svn-r5729] Purpose: 2002-06-29 19:11:42 -05:00
zip_perf.c [svn-r5807] Purpose: 2002-07-17 11:10:46 -05:00