📄 output.0
字号:
cleanargs=`echo "$CC $F77 $FC $CXX $F90 $CFLAGS $FFLAGS $CXXFLAGS $F90FLAGS $PATH" | tr '"' ' '`if uname -srm >/dev/null 2>&1 ; then cache_system_text="`uname -srm` $cleanargs"else cache_system_text="-no-uname- $cleanargs"ficache_system_ok=no#if test -z "$real_enable_cache" ; then real_enable_cache=$enable_cache if test -z "$real_enable_cache" ; then real_enable_cache="notgiven" ; fifiif test "X$real_enable_cache" = "Xnotgiven" ; then # check for valid cache file if test -z "$cache_system" ; then cache_system="config.system" ; fi if uname -srm >/dev/null 2>&1 ; then if test -f "$cache_system" -a -n "$cache_system_text" ; then if test "$cache_system_text" = "`cat $cache_system`" ; then real_enable_cache="yes" cache_system_ok=yes fi elif test ! -f "$cache_system" -a -n "$cache_system_text" ; then # remove the cache file because it may not correspond to our # system if test "$cache_file" != "/dev/null" ; then rm -f $cache_file fi real_enable_cache="yes" fi fifiif test "X$real_enable_cache" = "Xyes" -a "$cache_file" = "/dev/null" ; then real_enable_cache=nofiif test "X$real_enable_cache" = "Xyes" ; then if test -r "$cache_file" ; then echo "loading cache $cache_file" if test -w "$cache_file" ; then # Clean the cache file (ergh) rm -f confcache sed -e "s/'\\\\''//g" -e "s/'\\\\/'/" -e "s/\\\\'/'/" \ -e "s/'\\\\''//g" $cache_file > confcache if cmp -s $cache_file confcache ; then : else if test -w $cache_file ; then echo "updating cache $cache_file" cat confcache > $cache_file else echo "not updating unwritable cache $cache_file" fi fi rm -f confcache if test "$DEBUG_AUTOCONF_CACHE" = "yes" ; then echo "Results of cleaned cache file:" echo "--------------------------------------------------------" cat $cache_file echo "--------------------------------------------------------" fi fi . $cache_file else echo "Configure in `pwd` creating cache $cache_file" > $cache_file rm -f $cache_system fielse cache_file="/dev/null"fi# Remember our location and the name of the cachefilepac_cv_my_conf_dir=`pwd`## Update the cache_system file if necessaryif test "$cache_system_ok" != yes ; then if test -n "$cache_system" ; then rm -f $cache_system echo $cache_system_text > $cache_system fifiif test "$clearMinusX" = yes ; then set +xfi# Check that the precious variables saved in the cache have kept the same# value.ac_cache_corrupted=falsefor ac_var in `(set) 2>&1 | sed -n 's/^ac_env_\([a-zA-Z_0-9]*\)_set=.*/\1/p'`; do eval ac_old_set=\$ac_cv_env_${ac_var}_set eval ac_new_set=\$ac_env_${ac_var}_set eval ac_old_val="\$ac_cv_env_${ac_var}_value" eval ac_new_val="\$ac_env_${ac_var}_value" case $ac_old_set,$ac_new_set in set,) { echo "$as_me:$LINENO: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&5echo "$as_me: error: \`$ac_var' was set to \`$ac_old_val' in the previous run" >&2;} ac_cache_corrupted=: ;; ,set) { echo "$as_me:$LINENO: error: \`$ac_var' was not set in the previous run" >&5echo "$as_me: error: \`$ac_var' was not set in the previous run" >&2;} ac_cache_corrupted=: ;; ,);; *) if test "x$ac_old_val" != "x$ac_new_val"; then { echo "$as_me:$LINENO: error: \`$ac_var' has changed since the previous run:" >&5echo "$as_me: error: \`$ac_var' has changed since the previous run:" >&2;} { echo "$as_me:$LINENO: former value: $ac_old_val" >&5echo "$as_me: former value: $ac_old_val" >&2;} { echo "$as_me:$LINENO: current value: $ac_new_val" >&5echo "$as_me: current value: $ac_new_val" >&2;} ac_cache_corrupted=: fi;; esac # Pass precious variables to config.status. if test "$ac_new_set" = set; then case $ac_new_val in *" "*|*" "*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*) ac_arg=$ac_var=`echo "$ac_new_val" | sed "s/'/'\\\\\\\\''/g"` ;; *) ac_arg=$ac_var=$ac_new_val ;; esac case " $ac_configure_args " in *" '$ac_arg' "*) ;; # Avoid dups. Use of quotes ensures accuracy. *) ac_configure_args="$ac_configure_args '$ac_arg'" ;; esac fidoneif $ac_cache_corrupted; then { echo "$as_me:$LINENO: error: changes in the environment can compromise the build" >&5echo "$as_me: error: changes in the environment can compromise the build" >&2;} { { echo "$as_me:$LINENO: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&5echo "$as_me: error: run \`make distclean' and/or \`rm $cache_file' and start over" >&2;} { (exit 1); exit 1; }; }fiac_ext=cac_cpp='$CPP $CPPFLAGS'ac_compile='$CC -c $CFLAGS $CPPFLAGS conftest.$ac_ext >&5'ac_link='$CC -o conftest$ac_exeext $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS >&5'ac_compiler_gnu=$ac_cv_c_compiler_gnu ac_config_headers="$ac_config_headers include/mpitestconf.h"# This version is the version of the test suite.VERSION=1.0if test -f $CONFIG_AUX_DIR/install-sh ; then ac_aux_dir=$CONFIG_AUX_DIR elseac_aux_dir=# We force the test to use the absolute path to ensure that the install# program can be used if we cd to a different directory before using# install.for ac_dir in ../../confdb $srcdir/../../confdb; do if test -f $ac_dir/install-sh; then ac_aux_dir=$ac_dir abs_ac_aux_dir=`(cd $ac_aux_dir && pwd)` ac_install_sh="$abs_ac_aux_dir/install-sh -c" break elif test -f $ac_dir/install.sh; then ac_aux_dir=$ac_dir abs_ac_aux_dir=`(cd $ac_aux_dir && pwd)` ac_install_sh="$abs_ac_aux_dir/install.sh -c" break fidonefiif test -z "$ac_aux_dir"; then { { echo "$as_me:$LINENO: error: can not find install-sh or install.sh in ../../confdb $srcdir/../../confdb" >&5echo "$as_me: error: can not find install-sh or install.sh in ../../confdb $srcdir/../../confdb" >&2;} { (exit 1); exit 1; }; }fiac_config_guess=$ac_aux_dir/config.guessac_config_sub=$ac_aux_dir/config.subac_configure=$ac_aux_dir/configure # This should be Cygnus configure.echo "RUNNING CONFIGURE FOR MPI TESTS"# Check whether --enable-echo or --disable-echo was given.if test "${enable_echo+set}" = set; then enableval="$enable_echo" set -xfi; otherlangs=""# Check whether --enable-f77 or --disable-f77 was given.if test "${enable_f77+set}" = set; then enableval="$enable_f77" else enable_f77=yesfi; # Check whether --enable-f90 or --disable-f90 was given.if test "${enable_f90+set}" = set; then enableval="$enable_f90" else enable_f90=defaultfi; # Check whether --enable-cxx or --disable-cxx was given.if test "${enable_cxx+set}" = set; then enableval="$enable_cxx" else enable_cxx=yesfi; # Check whether --enable-romio or --disable-romio was given.if test "${enable_romio+set}" = set; then enableval="$enable_romio" else enable_romio=yesfi; # Check whether --enable-spawn or --disable-spawn was given.if test "${enable_spawn+set}" = set; then enableval="$enable_spawn" else enable_spawn=yesfi; # Check whether --enable-checkerrors or --disable-checkerrors was given.if test "${enable_checkerrors+set}" = set; then enableval="$enable_checkerrors" else enable_checkerrors=defaultfi; # Check whether --enable-fast or --disable-fast was given.if test "${enable_fast+set}" = set; then enableval="$enable_fast" fi; # Check whether --with-mpi or --without-mpi was given.if test "${with_mpi+set}" = set; then withval="$with_mpi" fi; # Check whether --enable-threads or --disable-threads was given.if test "${enable_threads+set}" = set; then enableval="$enable_threads" else enable_threads=defaultfi; # ------------------------------------------------------------------------if test "$enable_threads" = "yes" ; then enable_threads=multipleelif test "$enable_threads" = "no" ; then enable_threads=singleelif test "$enable_threads" = default ; then if test -n "$MPICH_THREAD_LEVEL" ; then case $MPICH_THREAD_LEVEL in MPI_THREAD_MULTIPLE) enable_threads=multiple ;; MPI_THREAD_SERIALIZED) enable_threads=serialized ;; MPI_THREAD_FUNNELED) enable_threads=funneled ;; MPI_THREAD_SINGLE) enable_threads=single ;; esac else enable_threads=funneled fifiif test "$enable_fast" = "yes" ; then if test "$enable_checkerrors" = "default" ; then enable_checkerrors=no fifi# default for MPICH2 is to check error handling; for other cases it# is to only check correct programs.if test "$FROM_MPICH2" = "yes" ; then if test "$enable_checkerrors" = "default" -a "$MPICH_FAST" != "YES" ; then enable_checkerrors=yes else enable_checkerrors=no fielse if test "$enable_checkerrors" = "default" ; then enable_checkerrors=no fifi# errordir is substituted into the testlist file as errors when the# tests should check error handling and as a comment (#) otherwise.errordir="#"if test "$enable_checkerrors" = "yes" ; then errordir=errorsfi# # Only run the threads tests if multiple is specifiedif test "$enable_threads" = "multiple" ; then threadsdir="threads"fi# If it is building with MPICH2, set xFLAGS to null, as mpiXX contains xFLAGS.if test "$FROM_MPICH2" = "yes" ; then CFLAGS="" CXXFLAGS="" FFLAGS="" F90FLAGS=""fiif test -n "$CONF_BASE_CACHEFILE" -a -s "$CONF_BASE_CACHEFILE" ; then echo "Loading base cachefile $CONF_BASE_CACHEFILE" . $CONF_BASE_CACHEFILE export CONF_BASE_CACHEFILEfirm -f conftest*date >conftest$$# If creating a file in the current directory does not show up in the srcdir# then we're doing a VPATH build (or something is very wrong)if test ! -s $srcdir/conftest$$ ; then pac_dirtyfiles="" pac_dirtydirs="" pac_header="" for file in config.status $pac_header ; do if test -f $srcdir/$file ; then pac_dirtyfiles="$pac_dirtyfiles $file" fi done if test -n "$pac_dirtyfiles" -o -n "$pac_dirtydirs" ; then # Create a nice message about what to remove rmmsg="" if test -n "$pac_dirtyfiles" ; then rmmsg="files $pac_dirtyfiles" fi if test -n "$pac_dirtydirs" ; then if test -n "$rmmsg" ; then rmmsg="$rmmsg and directories $pac_dirtydirs" else rmmsg="directories $pac_dirtydirs" fi fi if test -f $srcdir/Makefile ; then { { echo "$as_me:$LINENO: error: You cannot do a VPATH build if the source directory has been configured. Run \"make distclean\" in $srcdir first and make sure that the $rmmsg have been removed." >&5echo "$as_me: error: You cannot do a VPATH build if the source directory has been configured. Run \"make distclean\" in $srcdir first and make sure that the $rmmsg have been removed." >&2;} { (exit 1); exit 1; }; } else { { echo "$as_me:$LINENO: error: You cannot do a VPATH build if the source directory has been configured. Remove the $rmmsg in $srcdir." >&5echo "$as_me: error: You cannot do a VPATH build if the source directory has been configured. Remove the $rmmsg in $srcdir." >&2;} { (exit 1); exit 1; }; } fi fifirm -f conftest*trueif test "X$MAKE" = "X" ; then for ac_prog in make gnumake nmake pmake smakedo # Extract the first word of "$ac_prog", so it can be a program name with args.set dummy $ac_prog; ac_word=$2echo "$as_me:$LINENO: checking for $ac_word" >&5echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6if test "${ac_cv_prog_MAKE+set}" = set; then echo $ECHO_N "(cached) $ECHO_C" >&6else if test -n "$MAKE"; then ac_cv_prog_MAKE="$MAKE" # Let the user override the test.elseas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo IFS=$as_save_IFS test -z "$as_dir" && as_dir=. for ac_exec_ext in '' $ac_executable_extensions; do if $as_executable_p "$as_dir/$ac_word$ac_exec_ext"; then ac_cv_prog_MAKE="$ac_prog" echo "$as_me:$LINENO: found $as_dir/$ac_word$ac_exec_ext" >&5 break 2 fidonedonefifiMAKE=$ac_cv_prog_MAKEif test -n "$MAKE"; then echo "$as_me:$LINENO: result: $MAKE" >&5echo "${ECHO_T}$MAKE" >&6else echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6fi
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -