hdf5/testpar
Raymond Lu 6262a14f2e [svn-r14096] There're 3 changes in this checkin as below:
1. In H5Dwrite and H5Dread, let the data buffer point to a fake address if the application passes
     in an empty buffer.  This is mainly for MPIO programs that some processes may not have any 
     data to write or read but still participate the I/O.  This solution solves some MPI's problem
     like the ChaMPIon on tungsten which doesn't support empty buffer.
  2. The ChaMPIon on tungsten doesn't support complex derived MPI data type correctly and collective
     I/O when some processes don't have any data to write or read correctly.  Detect the compiler
     "cmpicc" in the system-specific config file and set the variables for these two cases to false.
     The PHDF5 library already has set up a way to switch collective chunked I/O to independent 
     under these two cases.
  3. A bug fix - During the work of the optimization for compound data I/O, the case for switching
     collective chunked I/O to independent I/O was leftout.  Fixed it by adding I/O caching to it in
     H5D_multi_chunk_collective_io in H5Dmpio.c.

Tested on tungsten, cobalt, and kagiso for parallel; on linew and smirom for serial.
2007-08-20 16:55:38 -05:00
..
COPYING
Makefile.am [svn-r13780] Add t_filter_read.c to testphdf5. 2007-05-21 19:08:11 -05:00
Makefile.in [svn-r13972] Description: 2007-07-12 21:42:17 -05:00
t_cache.c [svn-r14064] Implemented function allowing the user to cork the metadata cache. 2007-08-09 23:19:43 -05:00
t_chunk_alloc.c [svn-r13829] Some systems (only SGI Altix ProPack 4 discovered so far) doesn't return correct 2007-06-02 13:19:36 -05:00
t_coll_chunk.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
t_dset.c [svn-r14096] There're 3 changes in this checkin as below: 2007-08-20 16:55:38 -05:00
t_file.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
t_filter_read.c [svn-r13777] Test parallel read of dataset written serially with several (combination of) filters. Tested on copper and kagiso. 2007-05-21 19:05:47 -05:00
t_mdset.c [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
t_mpi.c [svn-r13829] Some systems (only SGI Altix ProPack 4 discovered so far) doesn't return correct 2007-06-02 13:19:36 -05:00
t_pflush1.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
t_pflush2.c [svn-r13650] Description: 2007-04-12 16:41:23 -05:00
t_ph5basic.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
t_posix_compliant.c [svn-r13801] Output improvement. 2007-05-23 10:47:44 -05:00
t_span_tree.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
testpar.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
testph5.sh.in [svn-r13261] Updated copyright notices. 2007-02-07 14:56:21 -05:00
testphdf5.c [svn-r14096] There're 3 changes in this checkin as below: 2007-08-20 16:55:38 -05:00
testphdf5.h [svn-r14096] There're 3 changes in this checkin as below: 2007-08-20 16:55:38 -05:00