hdf5/testpar
Albert Cheng 16ec392760 [svn-r11866] Purpose:
bug fix 504

Description:
testpar/t_mpi would hang if  $HDF5_NOCLEANUP is set.  E.g.,
% env HDF5_NOCLEANUP=yes mpirun -np 3 ./t_mpi

This happened because the environment variables are not exported to all
mpi processes by the mpirun command.  So, some attempted to do cleanup
while others don't and some hang waiting for others to act.

Solution:
Instead individual program checking getenv, they all just called h5_cleanup
no matter.  h5_cleanup now uses getenv_all to check the $HDF5_NOCLEANUP if
it is in parallel mode.

Platforms tested:
h5committested, tested pp in heping too.
2006-01-06 09:52:25 -05:00
..
Makefile.am [svn-r11776] Purpose: 2005-12-08 15:33:19 -05:00
Makefile.in [svn-r11776] Purpose: 2005-12-08 15:33:19 -05:00
t_chunk_alloc.c [svn-r11349] Purpose: 2005-09-05 15:23:02 -05:00
t_coll_chunk.c [svn-r11572] Purpose: 2005-10-17 15:48:16 -05:00
t_dset.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_file.c [svn-r9727] Purpose: 2004-12-29 09:26:20 -05:00
t_fphdf5.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_mdset.c [svn-r11470] Purpose: 2005-09-27 00:20:11 -05:00
t_mpi.c [svn-r11483] Purpose: 2005-09-29 15:49:51 -05:00
t_ph5basic.c [svn-r11245] Purpose: 2005-08-13 15:53:35 -05:00
t_posix_compliant.c [svn-r11798] Purpose: 2005-12-16 03:08:54 -05:00
t_span_tree.c [svn-r11576] Purpose: 2005-10-18 10:47:13 -05:00
testpar.h [svn-r10125] Purpose: 2005-03-02 23:06:14 -05:00
testph5.sh.in
testphdf5.c [svn-r11866] Purpose: 2006-01-06 09:52:25 -05:00
testphdf5.h [svn-r11312] Purpose: 2005-08-29 23:35:17 -05:00