⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 output.0

📁 fortran并行计算包
💻 0
📖 第 1 页 / 共 5 页
字号:
# 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_gnuif 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.# Initialize xFLAGS with MPICH2_INTERNAL_xFLAGS.    CFLAGS="$MPICH2_INTERNAL_CFLAGS"    CXXFLAGS="$MPICH2_INTERNAL_CXXFLAGS"    FFLAGS="$MPICH2_INTERNAL_FFLAGS"    F90FLAGS="$MPICH2_INTERNAL_C90FLAGS"          ac_config_headers="$ac_config_headers mpidi_ch3shm_conf.h"cat >>confdefs.h <<\_ACEOF@%:@define HAVE_MPIDI_CH3SHM_CONF 1_ACEOFecho "RUNNING CONFIGURE FOR CH3 UTIL/SHM SUPPORT"# First check that we have a clean build if we are doing a VPATH buildrm -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*# -----------------------------------------------------------------------------# experiment with creating a cache file.  Load if it exists#if test -n "$CONF_BASE_CACHEFILE" -a -s "$CONF_BASE_CACHEFILE" ; then#    echo "Loading base cachefile $CONF_BASE_CACHEFILE"#    . $CONF_BASE_CACHEFILE#    export CONF_BASE_CACHEFILE#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_CACHEFILEfi# -----------------------------------------------------------------------------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  test -n "$MAKE" && breakdonefiecho "$as_me:$LINENO: checking whether clock skew breaks make" >&5echo $ECHO_N "checking whether clock skew breaks make... $ECHO_C" >&6if test "${pac_cv_prog_make_found_clock_skew+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  rm -f conftest*cat > conftest <<EOFALL:	@-echo "success"EOF$MAKE -f conftest > conftest.out 2>&1if grep -i skew conftest >/dev/null 2>&1 ; then    pac_cv_prog_make_found_clock_skew=yeselse    pac_cv_prog_make_found_clock_skew=nofirm -f conftest*fiecho "$as_me:$LINENO: result: $pac_cv_prog_make_found_clock_skew" >&5echo "${ECHO_T}$pac_cv_prog_make_found_clock_skew" >&6if test "$pac_cv_prog_make_found_clock_skew" = "yes" ; then    { echo "$as_me:$LINENO: WARNING: Clock skew found by make.  The configure and build may fail.Consider building in a local instead of NFS filesystem." >&5echo "$as_me: WARNING: Clock skew found by make.  The configure and build may fail.Consider building in a local instead of NFS filesystem." >&2;}fiecho "$as_me:$LINENO: checking whether make supports include" >&5echo $ECHO_N "checking whether make supports include... $ECHO_C" >&6if test "${pac_cv_prog_make_include+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  rm -f conftestcat > conftest <<.ALL:	@echo "success".cat > conftest1 <<.include conftest.pac_str=`$MAKE -f conftest1 2>&1`rm -f conftest conftest1if test "$pac_str" != "success" ; then    pac_cv_prog_make_include="no"else    pac_cv_prog_make_include="yes"fifiecho "$as_me:$LINENO: result: $pac_cv_prog_make_include" >&5echo "${ECHO_T}$pac_cv_prog_make_include" >&6if test "$pac_cv_prog_make_include" = "no" ; then    :else    :fiecho "$as_me:$LINENO: checking whether make allows comments in actions" >&5echo $ECHO_N "checking whether make allows comments in actions... $ECHO_C" >&6if test "${pac_cv_prog_make_allows_comments+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  rm -f conftestcat > conftest <<.SHELL=/bin/shALL:	@# This is a valid comment!	@echo "success".pac_str=`$MAKE -f conftest 2>&1`rm -f conftest if test "$pac_str" != "success" ; then    pac_cv_prog_make_allows_comments="no"else    pac_cv_prog_make_allows_comments="yes"fifiecho "$as_me:$LINENO: result: $pac_cv_prog_make_allows_comments" >&5echo "${ECHO_T}$pac_cv_prog_make_allows_comments" >&6if test "$pac_cv_prog_make_allows_comments" = "no" ; then    { echo "$as_me:$LINENO: WARNING: Your make does not allow comments in target code.Using this make may cause problems when building programs.You should consider using gnumake instead." >&5echo "$as_me: WARNING: Your make does not allow comments in target code.Using this make may cause problems when building programs.You should consider using gnumake instead." >&2;}    fiecho "$as_me:$LINENO: checking for virtual path format" >&5echo $ECHO_N "checking for virtual path format... $ECHO_C" >&6if test "${pac_cv_prog_make_vpath+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  rm -rf conftest*mkdir conftestdircat >conftestdir/a.c <<EOFA sample fileEOFcat > conftest <<EOFall: a.oVPATH=.:conftestdir.c.o:	@echo \$<EOFac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`if test -n "$ac_out" ; then     pac_cv_prog_make_vpath="VPATH"else    rm -f conftest    cat > conftest <<EOFall: a.o.PATH: . conftestdir.c.o:	@echo \$<EOF    ac_out=`$MAKE -f conftest 2>&1 | grep 'conftestdir/a.c'`    if test -n "$ac_out" ; then         pac_cv_prog_make_vpath=".PATH"    else	pac_cv_prog_make_vpath="neither VPATH nor .PATH works"    fifirm -rf conftest*fiecho "$as_me:$LINENO: result: $pac_cv_prog_make_vpath" >&5echo "${ECHO_T}$pac_cv_prog_make_vpath" >&6if test "$pac_cv_prog_make_vpath" = "VPATH" ; then    VPATH='VPATH=.:${srcdir}'elif test "$pac_cv_prog_make_vpath" = ".PATH" ; then    VPATH='.PATH: . ${srcdir}'fiecho "$as_me:$LINENO: checking whether make sets CFLAGS" >&5echo $ECHO_N "checking whether make sets CFLAGS... $ECHO_C" >&6if test "${pac_cv_prog_make_set_cflags+set}" = set; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  rm -f conftestcat > conftest <<EOFSHELL=/bin/shALL:	@echo X\${CFLAGS}XEOFpac_str=`$MAKE -f conftest 2>&1`rm -f conftest if test "$pac_str" = "XX" ; then    pac_cv_prog_make_set_cflags="no"else    pac_cv_prog_make_set_cflags="yes"fifiecho "$as_me:$LINENO: result: $pac_cv_prog_make_set_cflags" >&5echo "${ECHO_T}$pac_cv_prog_make_set_cflags" >&6if test "$pac_cv_prog_make_set_cflags" = "no" ; then    :else    SET_CFLAGS='CFLAGS='fiif test "$pac_cv_prog_make_echos_dir" = "no" ; then    echo "$as_me:$LINENO: checking whether ${MAKE-make} sets \$(MAKE)" >&5echo $ECHO_N "checking whether ${MAKE-make} sets \$(MAKE)... $ECHO_C" >&6set dummy ${MAKE-make}; ac_make=`echo "$2" | sed 'y,:./+-,___p_,'`if eval "test \"\${ac_cv_prog_make_${ac_make}_set+set}\" = set"; then  echo $ECHO_N "(cached) $ECHO_C" >&6else  cat >conftest.make <<\_ACEOFall:	@echo 'ac_maketemp="$(MAKE)"'_ACEOF# GNU make sometimes prints "make[1]: Entering...", which would confuse us.eval `${MAKE-make} -f conftest.make 2>/dev/null | grep temp=`if test -n "$ac_maketemp"; then  eval ac_cv_prog_make_${ac_make}_set=yeselse

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -