hdf5/testpar
Mike McGreevy dc9288a447 [svn-r21101] HDFFV-7639
Purpose:

    Remove H5_MPI_SPECIAL_COLLECTIVE_IO_WORKS and
    H5_MPI_COMPLEX_DERIVED_DATATYPE_WORKS #defines from source.

Description:

    Two advanced parallel functionalities, special collective IO and
    complex derived datatypes, are not supported by older
    implementations of mpi, and thus our code limits the use of these
    features with #ifdefs and has checks in configure to set them (or
    not). Unfortunately, configure can't actually run a parallel check
    to see if these features are working (nor not) so it resorts to
    looking in the config files where they are explicity enabled or
    disabled based on versions of mpi, sytems being built on, or for
    no documented reason at all (i.e. just set to on or off as some
    'default'). Overriding these settings is easy if need be, provided
    it is known that it needs to be done to get improved performance,
    and oftentimes it is not.

    Most new MPI implementations successfully handle the functionality
    requested when these #defines are set, and many of the "turn these
    features off" cases in the config files are for old (> 5 years)
    versions of MPI and retired systems (such as NCSA's tungsten).

    Therefore, the decision has been made to remove the support for
    these old versions of MPI and systems that cannot handle these
    behaviors. The #ifdefs and supporting setup in the config/ files
    and configure script has been removed, and the code executed when
    these options were not set removed from the source.

    In passing, this commit also cleans up some whitespace issues in
    both t_mpi.c and H5Dmpio.c. Furthermore, in t_mpi.c, the special
    collective IO test was not getting regularly run due to it being
    written to work only with four processes (we regularly test with
    six, previously with three), and thus it failed when actually run
    due to an out of bounds data buffer assignment. It has been
    modified to run at any number of processes greater than four, and
    the memory problem has been fixed so the test passes.

Tested:

    jam, h5committest, ember
2011-07-14 15:33:21 -05:00
..
CMakeLists.txt [svn-r21074] Remove incorrect -p option from test macro. Discovered from public 1.8 CDash reports 2011-07-08 09:36:22 -05:00
COPYING
Makefile.am [svn-r19941] Purpose: 2011-01-11 23:38:59 -05:00
Makefile.in [svn-r20504] Purpose: 2011-04-14 16:21:59 -05:00
t_cache.c [svn-r19959] Bug: the VRFY macro, for some reason, called MPI_Finalize() when it encountered 2011-01-16 04:44:22 -05:00
t_chunk_alloc.c [svn-r18197] Description: 2010-01-29 23:29:13 -05:00
t_coll_chunk.c
t_dset.c
t_file.c [svn-r20119] Description: 2011-02-17 16:43:07 -05:00
t_filter_read.c
t_mdset.c [svn-r19722] Bug fix for failure in the round robin metadata write ojbect header 2010-11-03 16:17:12 -05:00
t_mpi.c [svn-r21101] HDFFV-7639 2011-07-14 15:33:21 -05:00
t_pflush1.c [svn-r18031] Description: 2009-12-17 17:21:08 -05:00
t_pflush2.c
t_ph5basic.c
t_posix_compliant.c [svn-r19072] Bug 1921: change to use mpiexec. 2010-07-14 12:25:03 -05:00
t_shapesame.c [svn-r20119] Description: 2011-02-17 16:43:07 -05:00
t_span_tree.c [svn-r19743] Description: 2010-11-08 16:03:19 -05:00
testpar.h [svn-r19959] Bug: the VRFY macro, for some reason, called MPI_Finalize() when it encountered 2011-01-16 04:44:22 -05:00
testph5.sh.in [svn-r19947] Bug fix: testph5.in failed to run the 't_shapesame -p' by claiming it could 2011-01-12 15:39:47 -05:00
testphdf5.c [svn-r19959] Bug: the VRFY macro, for some reason, called MPI_Finalize() when it encountered 2011-01-16 04:44:22 -05:00
testphdf5.h [svn-r19961] Purpose: 2011-01-16 05:12:42 -05:00