亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

? 歡迎來到蟲蟲下載站! | ?? 資源下載 ?? 資源專輯 ?? 關(guān)于我們
? 蟲蟲下載站

?? configure

?? The example for Boor USING MPI2
??
?? 第 1 頁(yè) / 共 5 頁(yè)
字號(hào):
  -no-create | --no-create | --no-creat | --no-crea | --no-cre \  | --no-cr | --no-c) ;;  -no-recursion | --no-recursion | --no-recursio | --no-recursi \  | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r) ;;  *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?]*)  ac_configure_args="$ac_configure_args '$ac_arg'" ;;  *) ac_configure_args="$ac_configure_args $ac_arg" ;;  esacdone# NLS nuisances.# Only set these to C if already set.  These must not be set unconditionally# because not all systems understand e.g. LANG=C (notably SCO).# Fixing LC_MESSAGES prevents Solaris sh from translating var values in `set'!# Non-C LC_CTYPE values break the ctype check.if test "${LANG+set}"   = set; then LANG=C;   export LANG;   fiif test "${LC_ALL+set}" = set; then LC_ALL=C; export LC_ALL; fiif test "${LC_MESSAGES+set}" = set; then LC_MESSAGES=C; export LC_MESSAGES; fiif test "${LC_CTYPE+set}"    = set; then LC_CTYPE=C;    export LC_CTYPE;    fi# confdefs.h avoids OS command line length limits that DEFS can exceed.rm -rf conftest* confdefs.h# AIX cpp loses on an empty file, so make sure it contains at least a newline.echo > confdefs.h# A filename unique to this package, relative to the directory that# configure is in, which we can look for to find out if srcdir is correct.ac_unique_file=Makefile.in# Find the source files, if location was not specified.if test -z "$srcdir"; then  ac_srcdir_defaulted=yes  # Try the directory containing this script, then its parent.  ac_prog=$0  ac_confdir=`echo $ac_prog|sed 's%/[^/][^/]*$%%'`  test "x$ac_confdir" = "x$ac_prog" && ac_confdir=.  srcdir=$ac_confdir  if test ! -r $srcdir/$ac_unique_file; then    srcdir=..  fielse  ac_srcdir_defaulted=nofiif test ! -r $srcdir/$ac_unique_file; then  if test "$ac_srcdir_defaulted" = yes; then    { echo "configure: error: can not find sources in $ac_confdir or .." 1>&2; exit 1; }  else    { echo "configure: error: can not find sources in $srcdir" 1>&2; exit 1; }  fifisrcdir=`echo "${srcdir}" | sed 's%\([^/]\)/*$%\1%'`# Prefer explicitly selected file to automatically selected ones.if test -z "$CONFIG_SITE"; then  if test "x$prefix" != xNONE; then    CONFIG_SITE="$prefix/share/config.site $prefix/etc/config.site"  else    CONFIG_SITE="$ac_default_prefix/share/config.site $ac_default_prefix/etc/config.site"  fififor ac_site_file in $CONFIG_SITE; do  if test -r "$ac_site_file"; then    echo "loading site script $ac_site_file"    . "$ac_site_file"  fidoneif test "X$cache_system" = "X" ; then    if test "$cache_file" != "/dev/null" ; then        # Get the directory for the cache file, if any	        cache_system=`echo $cache_file | sed -e 's%^\(.*/\)[^/]*%\1/config.system%'`	        test "x$cache_system" = "x$cache_file" && cache_system="config.system"    fifiif test "X$enable_cache" = "Xnotgiven" -o "X$enable_cache" = "X" ; then    # check for valid cache file    if uname -srm >/dev/null 2>&1 ; then		cleanargs=`echo "$CC $F77 $CXX $F90" | tr '"' ' '`        testval="`uname -srm` $cleanargs"        if test -f "$cache_system" -a -n "$testval" ; then	    if test "$testval" = "`cat $cache_system`" ; then	        enable_cache="yes"	    fi        elif test ! -f "$cache_system" -a -n "$testval" ; then	    echo "$testval" > $cache_system	    # remove the cache file because it may not correspond to our	    # system	    rm -f $cache_file	    enable_cache="yes"        fi    fifiif test "X$enable_cache" = "Xyes" ; then  if test -r "$cache_file" ; then    echo "loading cache $cache_file"    . $cache_file  else    echo "creating cache $cache_file"    > $cache_file    rm -f $cache_system    cleanargs=`echo "$CC $F77 $CXX" | tr '"' ' '`    testval="`uname -srm` $cleanargs"    echo "$testval" > $cache_system  fielse  cache_file="/dev/null"fiac_ext=c# CFLAGS is not in ac_cpp because -g, -O, etc. are not valid cpp options.ac_cpp='$CPP $CPPFLAGS'ac_compile='${CC-cc} -c $CFLAGS $CPPFLAGS conftest.$ac_ext 1>&5'ac_link='${CC-cc} -o conftest${ac_exeext} $CFLAGS $CPPFLAGS $LDFLAGS conftest.$ac_ext $LIBS 1>&5'cross_compiling=$ac_cv_prog_cc_crossac_exeext=ac_objext=oif (echo "testing\c"; echo 1,2,3) | grep c >/dev/null; then  # Stardent Vistra SVR4 grep lacks -e, says ghazi@caip.rutgers.edu.  if (echo -n testing; echo 1,2,3) | sed s/-n/xn/ | grep xn >/dev/null; then    ac_n= ac_c='' ac_t='	'  else    ac_n=-n ac_c= ac_t=  fielse  ac_n= ac_c='\c' ac_t=fi # Check whether --enable-cache or --disable-cache was given.if test "${enable_cache+set}" = set; then  enableval="$enable_cache"  enable_cache="$enableval"else  enable_cache="notgiven"fi# Check whether --enable-echo or --disable-echo was given.if test "${enable_echo+set}" = set; then  enableval="$enable_echo"  set -xfi# Check whether --with-mpich or --without-mpich was given.if test "${with_mpich+set}" = set; then  withval="$with_mpich"  ac_mpi_type=mpichfi# Check whether --with-lammpi or --without-lammpi was given.if test "${with_lammpi+set}" = set; then  withval="$with_lammpi"  ac_mpi_type=lammpifi# Check whether --with-ibmmpi or --without-ibmmpi was given.if test "${with_ibmmpi+set}" = set; then  withval="$with_ibmmpi"  ac_mpi_type=ibmmpifi# Check whether --with-sgimpi or --without-sgimpi was given.if test "${with_sgimpi+set}" = set; then  withval="$with_sgimpi"  ac_mpi_type=sgimpifiif test "X$ac_mpi_type" = "X" ; then    if test "X" != "X" ; then        ac_mpi_type=    else        ac_mpi_type=unknown    fificase $ac_mpi_type in	mpich)                                if test "X$pac_lib_mpi_is_building" != "Xyes" ; then            save_PATH="$PATH"            if test "$with_mpich" != "yes" -a "$with_mpich" != "no" ; then 		# Look for commands; if not found, try adding bin to the		# path		if test ! -x $with_mpich/mpicc -a -x $with_mpich/bin/mpicc ; then			with_mpich="$with_mpich/bin"		fi                PATH=$with_mpich:${PATH}            fi            # Extract the first word of "mpicc", so it can be a program name with args.set dummy mpicc; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:643: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_MPICC'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  case "$MPICC" in  /*)  ac_cv_path_MPICC="$MPICC" # Let the user override the test with a path.  ;;  ?:/*)			   ac_cv_path_MPICC="$MPICC" # Let the user override the test with a dos path.  ;;  *)  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do     test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_path_MPICC="$ac_dir/$ac_word"      break    fi  done  IFS="$ac_save_ifs"  ;;esacfiMPICC="$ac_cv_path_MPICC"if test -n "$MPICC"; then  echo "$ac_t""$MPICC" 1>&6else  echo "$ac_t""no" 1>&6fi            TESTCC=${CC-cc}            CC="$MPICC"            # Extract the first word of "mpif77", so it can be a program name with args.set dummy mpif77; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:680: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_MPIF77'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  case "$MPIF77" in  /*)  ac_cv_path_MPIF77="$MPIF77" # Let the user override the test with a path.  ;;  ?:/*)			   ac_cv_path_MPIF77="$MPIF77" # Let the user override the test with a dos path.  ;;  *)  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do     test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_path_MPIF77="$ac_dir/$ac_word"      break    fi  done  IFS="$ac_save_ifs"  ;;esacfiMPIF77="$ac_cv_path_MPIF77"if test -n "$MPIF77"; then  echo "$ac_t""$MPIF77" 1>&6else  echo "$ac_t""no" 1>&6fi            TESTF77=${F77-f77}            F77="$MPIF77"            # Extract the first word of "mpif90", so it can be a program name with args.set dummy mpif90; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:717: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_MPIF90'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  case "$MPIF90" in  /*)  ac_cv_path_MPIF90="$MPIF90" # Let the user override the test with a path.  ;;  ?:/*)			   ac_cv_path_MPIF90="$MPIF90" # Let the user override the test with a dos path.  ;;  *)  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do     test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_path_MPIF90="$ac_dir/$ac_word"      break    fi  done  IFS="$ac_save_ifs"  ;;esacfiMPIF90="$ac_cv_path_MPIF90"if test -n "$MPIF90"; then  echo "$ac_t""$MPIF90" 1>&6else  echo "$ac_t""no" 1>&6fi            TESTF90=${F90-f90}            F90="$MPIF90"            # Extract the first word of "mpiCC", so it can be a program name with args.set dummy mpiCC; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:754: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_MPICXX'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  case "$MPICXX" in  /*)  ac_cv_path_MPICXX="$MPICXX" # Let the user override the test with a path.  ;;  ?:/*)			   ac_cv_path_MPICXX="$MPICXX" # Let the user override the test with a dos path.  ;;  *)  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do     test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_path_MPICXX="$ac_dir/$ac_word"      break    fi  done  IFS="$ac_save_ifs"  ;;esacfiMPICXX="$ac_cv_path_MPICXX"if test -n "$MPICXX"; then  echo "$ac_t""$MPICXX" 1>&6else  echo "$ac_t""no" 1>&6fi            TESTCXX=${CXX-CC}            CXX="$MPICXX"	    PATH="$save_PATH"  	    MPILIBNAME="mpich"        else 	    # All of the above should have been passed in the environment!	    :        fi	;;	lammpi)	                        save_PATH="$PATH"        if test "$with_mpich" != "yes" -a "$with_mpich" != "no" ; then 	    # Look for commands; if not found, try adding bin to the path		if test ! -x $with_lammpi/mpicc -a -x $with_lammpi/bin/mpicc ; then			with_lammpi="$with_lammpi/bin"		fi                PATH=$with_lammpi:${PATH}        fi        # Extract the first word of "mpicc", so it can be a program name with args.set dummy mpicc; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:807: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_MPICC'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  case "$MPICC" in  /*)  ac_cv_path_MPICC="$MPICC" # Let the user override the test with a path.  ;;  ?:/*)			   ac_cv_path_MPICC="$MPICC" # Let the user override the test with a dos path.  ;;  *)  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do     test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_path_MPICC="$ac_dir/$ac_word"      break    fi  done  IFS="$ac_save_ifs"  ;;esacfiMPICC="$ac_cv_path_MPICC"if test -n "$MPICC"; then  echo "$ac_t""$MPICC" 1>&6else  echo "$ac_t""no" 1>&6fi        TESTCC=${CC-cc}        CC="$MPICC"        # Extract the first word of "mpif77", so it can be a program name with args.set dummy mpif77; ac_word=$2echo $ac_n "checking for $ac_word""... $ac_c" 1>&6echo "configure:844: checking for $ac_word" >&5if eval "test \"`echo '$''{'ac_cv_path_MPIF77'+set}'`\" = set"; then  echo $ac_n "(cached) $ac_c" 1>&6else  case "$MPIF77" in  /*)  ac_cv_path_MPIF77="$MPIF77" # Let the user override the test with a path.  ;;  ?:/*)			   ac_cv_path_MPIF77="$MPIF77" # Let the user override the test with a dos path.  ;;  *)  IFS="${IFS= 	}"; ac_save_ifs="$IFS"; IFS=":"  ac_dummy="$PATH"  for ac_dir in $ac_dummy; do     test -z "$ac_dir" && ac_dir=.    if test -f $ac_dir/$ac_word; then      ac_cv_path_MPIF77="$ac_dir/$ac_word"      break    fi  done  IFS="$ac_save_ifs"  ;;esacfiMPIF77="$ac_cv_path_MPIF77"if test -n "$MPIF77"; then  echo "$ac_t""$MPIF77" 1>&6else  echo "$ac_t""no" 1>&6fi        TESTF77=${F77-f77}        F77="$MPIF77"

?? 快捷鍵說明

復(fù)制代碼 Ctrl + C
搜索代碼 Ctrl + F
全屏模式 F11
切換主題 Ctrl + Shift + D
顯示快捷鍵 ?
增大字號(hào) Ctrl + =
減小字號(hào) Ctrl + -
亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
欧美色综合网站| 国产精品视频免费| 久久久久久电影| 亚洲欧洲精品一区二区三区 | 国产.精品.日韩.另类.中文.在线.播放| 成人黄色av电影| 欧美亚洲国产bt| 日韩精品一区二区三区中文不卡| 中文字幕免费观看一区| 亚洲午夜日本在线观看| 免费看欧美女人艹b| 成人国产精品免费观看视频| 欧美视频中文字幕| 久久久久久久久伊人| 亚洲综合丁香婷婷六月香| 精品亚洲porn| 在线观看日韩精品| 久久综合久久综合九色| 一区二区三区在线观看网站| 久久www免费人成看片高清| 成人app网站| 日韩免费在线观看| 亚洲精品乱码久久久久| 日韩和欧美一区二区| 成人国产精品免费观看视频| 91精品国产品国语在线不卡| 国产精品伦一区| 久久精品国产在热久久| 色婷婷久久久久swag精品 | 国产一区欧美日韩| 在线观看视频一区| 中文字幕乱码一区二区免费| 日韩主播视频在线| 91视频.com| 国产日产精品1区| 日本亚洲电影天堂| 91麻豆文化传媒在线观看| 精品久久一二三区| 亚洲成人一二三| 9人人澡人人爽人人精品| 精品乱人伦一区二区三区| 亚洲第一电影网| 99精品热视频| 蜜桃视频一区二区三区在线观看 | 日本成人中文字幕在线视频| 狠狠色丁香婷婷综合| 91官网在线免费观看| 中文字幕+乱码+中文字幕一区| 麻豆极品一区二区三区| 欧美三级蜜桃2在线观看| 国产精品卡一卡二卡三| 国产精品中文字幕日韩精品| 日韩欧美一区二区视频| 午夜视频在线观看一区| 色狠狠av一区二区三区| 中文字幕色av一区二区三区| 国产最新精品精品你懂的| 欧美精品tushy高清| 亚洲va欧美va天堂v国产综合| 97久久精品人人做人人爽| 国产精品视频你懂的| 高清日韩电视剧大全免费| 久久综合九色综合欧美就去吻| 免费欧美日韩国产三级电影| 欧美浪妇xxxx高跟鞋交| 亚洲曰韩产成在线| 色欧美乱欧美15图片| 自拍偷拍亚洲欧美日韩| 99久精品国产| 亚洲乱码精品一二三四区日韩在线 | 成人午夜激情在线| 国产亚洲欧美日韩日本| 国产精品正在播放| 国产日韩精品一区二区三区 | 最新国产の精品合集bt伙计| 99久久精品国产导航| 国产精品传媒入口麻豆| 99国产欧美久久久精品| 亚洲精选在线视频| 色综合久久综合中文综合网| 玉米视频成人免费看| 欧美色综合影院| 日本大胆欧美人术艺术动态| 555www色欧美视频| 激情另类小说区图片区视频区| 久久综合九色综合欧美98| 大白屁股一区二区视频| 亚洲欧美另类久久久精品2019| 一本久道久久综合中文字幕 | 欧美自拍偷拍一区| 午夜国产精品影院在线观看| 欧美日韩在线播放三区| 亚洲乱码一区二区三区在线观看| 欧美亚洲丝袜传媒另类| 亚洲国产精品尤物yw在线观看| 欧美一区二区视频免费观看| 蜜桃视频在线观看一区| 国产日韩精品视频一区| 成人激情动漫在线观看| 亚洲最大成人网4388xx| 欧美一级国产精品| 国产超碰在线一区| 成人免费一区二区三区在线观看| 91黄色在线观看| 午夜国产精品一区| 日韩欧美一级二级| 99久久综合狠狠综合久久| 一区二区三区蜜桃网| 日韩一区二区免费电影| 国产不卡视频一区二区三区| 一区二区三区四区激情| 日韩欧美久久久| av在线综合网| 美女在线观看视频一区二区| 色婷婷综合五月| 亚洲韩国精品一区| 日韩欧美色综合网站| 91免费版pro下载短视频| 水蜜桃久久夜色精品一区的特点| xnxx国产精品| 在线看日本不卡| 国产一区福利在线| 亚洲综合一区在线| 久久婷婷综合激情| 91成人免费在线| 国产一区二区美女| 午夜成人在线视频| 国产精品久久久久aaaa| 欧美一区二区三区人| 99re热这里只有精品视频| 日韩av午夜在线观看| 国产精品电影一区二区| 日韩免费观看高清完整版| 色综合网色综合| 国产一区欧美一区| 日韩不卡一区二区三区 | 99精品久久久久久| 日本午夜精品一区二区三区电影| 亚洲欧美影音先锋| 精品电影一区二区| 在线播放视频一区| 一本大道av一区二区在线播放| 国产一区二区久久| 免费精品99久久国产综合精品| 一区二区三区精品久久久| 国产欧美精品一区二区色综合| 欧美一级免费大片| 欧美综合色免费| 91网站黄www| 国产乱码精品一区二区三区忘忧草| 日韩中文欧美在线| 亚洲午夜精品在线| 中文字幕在线一区免费| 久久久久九九视频| 日韩欧美亚洲一区二区| 欧美人与z0zoxxxx视频| 日本久久电影网| 91在线观看成人| 不卡一卡二卡三乱码免费网站| 国产麻豆精品在线| 久久精品国产一区二区三区免费看| 亚洲成人激情av| 亚洲自拍偷拍麻豆| 亚洲日本一区二区三区| 欧美国产欧美综合| 久久久精品国产免大香伊| 久久综合色婷婷| 欧美精品一区二区三区蜜桃 | 国产精品123| 激情丁香综合五月| 久久成人免费电影| 久久99久久精品欧美| 日本免费新一区视频| 日韩和的一区二区| 日韩成人一级大片| 免费成人在线观看| 美女在线观看视频一区二区| 蜜臀av一区二区在线免费观看 | 日韩久久久久久| 精品久久久久久无| 日韩欧美一级片| ww亚洲ww在线观看国产| 国产午夜精品久久久久久久| 国产三级精品视频| 国产精品美女www爽爽爽| 最新欧美精品一区二区三区| 亚洲三级电影网站| 99国产精品国产精品毛片| 成人av免费在线观看| 91视频.com| 在线观看免费成人| 欧美日韩精品一区二区三区蜜桃| 欧美视频日韩视频| 欧美电影一区二区三区| 91精品国产91热久久久做人人| 欧美电影免费观看完整版| 国产亚洲成年网址在线观看| 中文乱码免费一区二区| 亚洲女性喷水在线观看一区| 亚洲午夜久久久久久久久久久|