diff options
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 69 |
1 files changed, 13 insertions, 56 deletions
@@ -1,5 +1,5 @@ #! /bin/sh -# From configure.in Id: configure.in 21033 2011-06-26 15:54:32Z hdftest . +# From configure.in Id: configure.in 21066 2011-07-05 16:23:10Z mamcgree . # Guess values for system-dependent variables and create Makefiles. # Generated by GNU Autoconf 2.68 for HDF5 1.9.85. # @@ -28015,74 +28015,31 @@ $as_echo "yes" >&6; } $as_echo "no" >&6; } fi -# Check whether --enable-mpi-size was given. + # Check whether --enable-mpi-size was given. if test "${enable_mpi_size+set}" = set; then : enableval=$enable_mpi_size; MPI_GET_SIZE=$enableval fi -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if MPI_File_get_size is enabled" >&5 + { $as_echo "$as_me:${as_lineno-$LINENO}: checking if MPI_File_get_size is enabled" >&5 $as_echo_n "checking if MPI_File_get_size is enabled... " >&6; } -case "X-$MPI_GET_SIZE" in - X-no) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 + case "X-$MPI_GET_SIZE" in + X-no) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 $as_echo "no" >&6; } - MPI_GET_SIZE=no - ;; - X-yes|*) - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 + MPI_GET_SIZE=no + ;; + X-yes|*) + { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 $as_echo "yes" >&6; } - MPI_GET_SIZE=yes + MPI_GET_SIZE=yes $as_echo "#define HAVE_MPI_GET_SIZE 1" >>confdefs.h - ;; -esac - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if irregular hyperslab optimization code works inside MPI-IO" >&5 -$as_echo_n "checking if irregular hyperslab optimization code works inside MPI-IO... " >&6; } - -if ${hdf5_cv_mpi_complex_derived_datatype_works+:} false; then : - $as_echo_n "(cached) " >&6 -else - hdf5_cv_mpi_complex_derived_datatype_works=yes -fi - - -if test ${hdf5_cv_mpi_complex_derived_datatype_works} = "yes"; then - -$as_echo "#define MPI_COMPLEX_DERIVED_DATATYPE_WORKS 1" >>confdefs.h - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi - - -{ $as_echo "$as_me:${as_lineno-$LINENO}: checking if MPI-IO can do collective IO when one or more processes don't do IOs" >&5 -$as_echo_n "checking if MPI-IO can do collective IO when one or more processes don't do IOs... " >&6; } - -if ${hdf5_cv_mpi_special_collective_io_works+:} false; then : - $as_echo_n "(cached) " >&6 -else - hdf5_cv_mpi_special_collective_io_works=yes -fi - - -if test ${hdf5_cv_mpi_special_collective_io_works} = "yes"; then - -$as_echo "#define MPI_SPECIAL_COLLECTIVE_IO_WORKS 1" >>confdefs.h - - { $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5 -$as_echo "yes" >&6; } -else - { $as_echo "$as_me:${as_lineno-$LINENO}: result: no" >&5 -$as_echo "no" >&6; } -fi + ;; + esac fi |