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

📄 configure

📁 mpi并行计算的c++代码 可用vc或gcc编译通过 可以用来搭建并行计算试验环境
💻
📖 第 1 页 / 共 5 页
字号:
if test -f $CONFIG_AUX_DIR/install-sh ; then ac_aux_dir=$CONFIG_AUX_DIRelseac_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.          ac_config_headers="$ac_config_headers mpidu_sock_conf.h"echo "RUNNING CONFIGURE FOR THE SOCK INTERFACE"if test "`cd $srcdir && pwd`" != "`pwd`" && \   test -f $srcdir/config.status ; 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." >&5echo "$as_me: error: You cannot do a VPATH build if the source directory has been    configured.  Run \"make distclean\" in $srcdir first." >&2;}   { (exit 1); exit 1; }; }fi. ${master_top_srcdir}/src/mpid/common/sock/setup.argsexport sock_nametrueif 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" >&6elserm -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" >&6elserm -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" >&6elserm -f conftestcat > conftest <<.SHELL=/bin/shALL:	@# This is a valid comment!	@echo "success".pac_str=`$MAKE -f conftest 2>&1`rm -f conftestif 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" >&6elserm -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" >&6elserm -f conftestcat > conftest <<EOFSHELL=/bin/shALL:	@echo X\${CFLAGS}XEOFpac_str=`$MAKE -f conftest 2>&1`rm -f conftestif 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  eval ac_cv_prog_make_${ac_make}_set=nofirm -f conftest.makefiif eval "test \"`echo '$ac_cv_prog_make_'${ac_make}_set`\" = yes"; then  echo "$as_me:$LINENO: result: yes" >&5echo "${ECHO_T}yes" >&6  SET_MAKE=else  echo "$as_me:$LINENO: result: no" >&5echo "${ECHO_T}no" >&6  SET_MAKE="MAKE=${MAKE-make}"fielse    SET_MAKE="MAKE=${MAKE-make}"fi	if test "$ENABLE_SHLIB" = "libtool" ; then	    if test -z "$LIBTOOL" ; then		{ echo "$as_me:$LINENO: WARNING: libtool selected for shared library support but LIBTOOL is not defined" >&5echo "$as_me: WARNING: libtool selected for shared library support but LIBTOOL is not defined" >&2;}            fi	fi# Master_top_builddir is imported from the top; use it for the "top"# (used for things like libtool)if test -z "$master_top_builddir" ; then    if test -s ../../../../.mpich2 ; then        master_top_builddir=../../../..    elif test -n "$LIBTOOL" ; then        { { echo "$as_me:$LINENO: error: Panic! cannot find the top directory" >&5echo "$as_me: error: Panic! cannot find the top directory" >&2;}   { (exit 1); exit 1; }; }    fifiexport ETAGSexport ETAGSADDsubdirs="$subdirs ${sock_name}"                    ac_config_files="$ac_config_files Makefile localdefs"cat >confcache <<\_ACEOF# This file is a shell script that caches the results of configure# tests run on this system so they can be shared between configure# scripts and configure runs, see configure's option --config-cache.# It is not useful on other systems.  If it contains results you don't# want to keep, you may remove or edit it.## config.status only pays attention to the cache file if you give it# the --recheck option to rerun configure.## `ac_cv_env_foo' variables (set or unset) will be overridden when# loading this file, other *unset* `ac_cv_foo' will be assigned the# following values._ACEOF# The following way of writing the cache mishandles newlines in values,# but we know of no workaround that is simple, portable, and efficient.# So, don't put newlines in cache variables' values.# Ultrix sh set writes to stderr and can't be redirected directly,# and sets the high bit in the cache file unless we assign to the vars.{  (set) 2>&1 |    case `(ac_space=' '; set | grep ac_space) 2>&1` in    *ac_space=\ *)      # `set' does not quote correctly, so add quotes (double-quote      # substitution turns \\\\ into \\, and sed turns \\ into \).      sed -n \	"s/'/'\\\\''/g;	  s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1='\\2'/p"      ;;    *)      # `set' quotes correctly as required by POSIX, so do not add quotes.      sed -n \	"s/^\\([_$as_cr_alnum]*_cv_[_$as_cr_alnum]*\\)=\\(.*\\)/\\1=\\2/p"      ;;    esac;} |  sed '     t clear     : clear     s/^\([^=]*\)=\(.*[{}].*\)$/test "${\1+set}" = set || &/     t end     /^ac_cv_env/!s/^\([^=]*\)=\(.*\)$/\1=${\1=\2}/     : end' >>confcacheif diff $cache_file confcache >/dev/null 2>&1; then :; else  if test -w $cache_file; then    test "x$cache_file" != "x/dev/null" && echo "updating cache $cache_file"    cat confcache >$cache_file  else    echo "not updating unwritable cache $cache_file"  fifirm -f confcachetest "x$prefix" = xNONE && prefix=$ac_default_prefix# Let make expand exec_prefix.test "x$exec_prefix" = xNONE && exec_prefix='${prefix}'# VPATH may cause trouble with some makes, so we remove $(srcdir),# ${srcdir} and @srcdir@ from VPATH if srcdir is ".", strip leading and# trailing colons and then remove the whole line if VPATH becomes empty# (actually we leave an empty line to preserve line numbers).if test "x$srcdir" = x.; then  ac_vpsub='/^[	 ]*VPATH[	 ]*=/{s/:*\$(srcdir):*/:/;s/:*\${srcdir}:*/:/;s/:*@srcdir@:*/:/;s/^\([^=]*=[	 ]*\):*/\1/;s/:*$//;s/^[^=]*=[	 ]*$//;}'fiDEFS=-DHAVE_CONFIG_H

⌨️ 快捷键说明

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