hdf5/tools/lib
Jonathan Kim 99ef5765f5 [svn-r22618]
Purpose:
  HDFFV-8003 - ph5diff (parallel h5diff): daily test failure on ember intermittently during non comparable test file comparison
  HDFFV-7755 - parallel h5diff : hanging on koala intermittently during non comparable test file comparison

Description:
  non-comparable test intermittently hung on koala and ember, but not on jam. it didn't occur until -np reaches 4 or bigger. it occurred once out of many repeated attempts of the same test.
  There was a incorrectly (mistakenly?) duplicated code in MPI section which caused such hang in a certain condition. The test used more processes than other tests, which increased chance to trigger more undone processes, and such process could enter the incorrect code section and wait for wrong pair of send. it explains why it occurred intermittently according to machine condition and using a certain feature. 
  Removed incorrect code which blocked correct code.
  
Tested: some manually repeated test performed
 jam (linux32-LE), koala (linux64-LE), ostrich (linuxppc64-BE)
2012-08-01 12:07:46 -05:00
..
CMakeLists.txt [svn-r22479] Remove subfolder tools from install command 2012-06-20 09:43:02 -05:00
h5diff_array.c [svn-r21980] Correct HD prefix in tools for *alloc 2012-02-24 09:39:17 -05:00
h5diff_attr.c [svn-r21658] Purpose: 2011-10-24 16:50:13 -05:00
h5diff_dset.c [svn-r21991] Cleanup minor issues found during 518 merge 2012-02-27 14:25:22 -05:00
h5diff_util.c [svn-r21979] Correct HD prefix in tools for strlen and memcpy 2012-02-24 09:27:57 -05:00
h5diff.c [svn-r22618] 2012-08-01 12:07:46 -05:00
h5diff.h [svn-r22176] Purpose: 2012-03-28 17:09:38 -05:00
h5tools_dump.c [svn-r22602] 2012-07-25 17:17:48 -05:00
h5tools_dump.h [svn-r22042] HDFFV-7957-7958: 2012-03-12 11:33:15 -05:00
h5tools_error.h [svn-r22042] HDFFV-7957-7958: 2012-03-12 11:33:15 -05:00
h5tools_filters.c [svn-r18159] Description: 2010-01-23 02:00:00 -05:00
h5tools_ref.c [svn-r21603] Purpose: Add generic skip list implementation 2011-10-18 16:27:58 -05:00
h5tools_ref.h [svn-r18759] pull r18757 from 1.8 branch 2010-05-11 15:10:25 -05:00
h5tools_str.c [svn-r22602] 2012-07-25 17:17:48 -05:00
h5tools_str.h [svn-r22052] - h5dump: Added capability for "-a" option to show attributes containing "/" 2012-03-12 16:27:11 -05:00
h5tools_type.c [svn-r21969] Added missing HD prefix 2012-02-22 16:58:50 -05:00
h5tools_utils.c [svn-r22012] Purpose: 2012-03-01 17:59:46 -05:00
h5tools_utils.h [svn-r21967] Checked all %lu references and corrected 2 that should have been '%"H5_PRINTF_LL_WIDTH"u' 2012-02-22 09:03:59 -05:00
h5tools.c [svn-r22604] cast void* to char* for calculation 2012-07-26 08:32:12 -05:00
h5tools.h [svn-r22602] 2012-07-25 17:17:48 -05:00
h5trav.c [svn-r22567] HDFFV-7784: add attributes to the list of file contents option for h5dump. This is accomplished by adding an optional value to the option (-n) 2012-07-12 15:30:30 -05:00
h5trav.h [svn-r22567] HDFFV-7784: add attributes to the list of file contents option for h5dump. This is accomplished by adding an optional value to the option (-n) 2012-07-12 15:30:30 -05:00
Makefile.am [svn-r21953] HDDFV-7560: h5dump refactoring 2012-02-17 16:41:58 -05:00
Makefile.in [svn-r21955] Missed bin/reconfigure on h5dump and tools/lib 2012-02-17 20:05:16 -05:00
ph5diff.h [svn-r21967] Checked all %lu references and corrected 2 that should have been '%"H5_PRINTF_LL_WIDTH"u' 2012-02-22 09:03:59 -05:00