diff options
author | MuQun Yang <ymuqun@hdfgroup.org> | 2006-02-17 22:13:06 (GMT) |
---|---|---|
committer | MuQun Yang <ymuqun@hdfgroup.org> | 2006-02-17 22:13:06 (GMT) |
commit | de5ca6e4d64d3ecfc514f8fcc81d1e65acf988f0 (patch) | |
tree | 7479ed93966f316870d01e2636acdb39d9d97fdd /config | |
parent | caefcc21330c0c23b4d1dfb9c9cc7916a7b9b835 (diff) | |
download | hdf5-de5ca6e4d64d3ecfc514f8fcc81d1e65acf988f0.zip hdf5-de5ca6e4d64d3ecfc514f8fcc81d1e65acf988f0.tar.gz hdf5-de5ca6e4d64d3ecfc514f8fcc81d1e65acf988f0.tar.bz2 |
[svn-r11954]
Purpose:
bug fix
Description:
modi4's sgi compiler is too old to support collective IO when there are no contributions from
some processes.
Solution:
Disable mpi_special_collective_io_work macro.
Platforms tested:
NCAR SGI
MODI4
COOPER
Misc. update:
Diffstat (limited to 'config')
-rw-r--r-- | config/irix6.x | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/irix6.x b/config/irix6.x index 858fd79..5d77c9d 100644 --- a/config/irix6.x +++ b/config/irix6.x @@ -182,5 +182,6 @@ if [ -z "$hdf5_mpi_complex_derived_datatype_works" -a $CC_BASENAME = cc ]; then ccversionval=`expr $ccversion1 \* 100 + $ccversion2` if [ $ccversionval -lt 704 ]; then hdf5_mpi_complex_derived_datatype_works='no' + hdf5_mpi_special_collective_io_works='no' fi fi |