From 57ad5d628ae5a36b36cd9dc54dda338dee175c07 Mon Sep 17 00:00:00 2001 From: MuQun Yang Date: Mon, 19 Sep 2005 12:18:52 -0500 Subject: [svn-r11438] Purpose: Adding a missing configuration option for collective irregular IO supports. Description: At Compaq-DEC platform, MPI complicated derived datatype is not working. Turned off that feature. Solution: Platforms tested: Leave for albert to test. Misc. update: --- config/dec-osf4.x | 1 + config/dec-osf5.x | 1 + 2 files changed, 2 insertions(+) diff --git a/config/dec-osf4.x b/config/dec-osf4.x index bad4669..ddd195e 100644 --- a/config/dec-osf4.x +++ b/config/dec-osf4.x @@ -18,3 +18,4 @@ fi # Try native DEC compiler ARCH=${ARCH:='-arch host -tune host'} . $srcdir/config/dec-flags +hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'} diff --git a/config/dec-osf5.x b/config/dec-osf5.x index bad4669..ddd195e 100644 --- a/config/dec-osf5.x +++ b/config/dec-osf5.x @@ -18,3 +18,4 @@ fi # Try native DEC compiler ARCH=${ARCH:='-arch host -tune host'} . $srcdir/config/dec-flags +hdf5_mpi_complex_derived_datatype_works=${hdf5_mpi_complex_derived_datatype_works='no'} -- cgit v0.12