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

📄 hypre-configure

📁 利用C
💻
📖 第 1 页 / 共 5 页
字号:
Usage: $0 [OPTION]... [VAR=VALUE]...To assign environment variables (e.g., CC, CFLAGS...), specify them asVAR=VALUE.  See below for descriptions of some of the useful variables.Defaults for the options are specified in brackets.Configuration:  -h, --help              display this help and exit      --help=short        display options specific to this package      --help=recursive    display the short help of all the included packages  -V, --version           display version information and exit  -q, --quiet, --silent   do not print \`checking...' messages      --cache-file=FILE   cache test results in FILE [disabled]  -C, --config-cache      alias for \`--cache-file=config.cache'  -n, --no-create         do not create output files      --srcdir=DIR        find the sources in DIR [configure dir or \`..']_ACEOF  cat <<_ACEOFInstallation directories:  --prefix=PREFIX         install architecture-independent files in PREFIX			  [$ac_default_prefix]  --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX			  [PREFIX]By default, \`make install' will install all the files in\`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specifyan installation prefix other than \`$ac_default_prefix' using \`--prefix',for instance \`--prefix=\$HOME'.For better control, use the options below.Fine tuning of the installation directories:  --bindir=DIR           user executables [EPREFIX/bin]  --sbindir=DIR          system admin executables [EPREFIX/sbin]  --libexecdir=DIR       program executables [EPREFIX/libexec]  --datadir=DIR          read-only architecture-independent data [PREFIX/share]  --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]  --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]  --localstatedir=DIR    modifiable single-machine data [PREFIX/var]  --libdir=DIR           object code libraries [EPREFIX/lib]  --includedir=DIR       C header files [PREFIX/include]  --oldincludedir=DIR    C header files for non-gcc [/usr/include]  --infodir=DIR          info documentation [PREFIX/info]  --mandir=DIR           man documentation [PREFIX/man]_ACEOF  cat <<\_ACEOFSystem types:  --build=BUILD     configure for building on BUILD [guessed]  --host=HOST       cross-compile to build programs to run on HOST [BUILD]_ACEOFfiif test -n "$ac_init_help"; then  case $ac_init_help in     short | recursive ) echo "Configuration of hypre 2.0.0:";;   esac  cat <<\_ACEOFOptional Features:  --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)  --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]    --enable-debug        Set compiler flags for debugging.    --enable-shared       Build shared libraries (default is NO).    --enable-python=PYTHON                          Build interface to specified instance of Python                          (turns on shared libraries, requires Babel; default                          is NO).Optional Packages:  --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]  --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)    --with-LD=ARG         Set linker to ARG. The environment variable 'LD'                          will be overridden.    --with-LDFLAGS=ARG    User can manually set linker flags. The 'LDFLAGS'                          environment variable will be overridden.    --with-extra-incpath=PATH                          Define extra include path, where PATH is a                          space-separated list (enclosed in quotes) of                          directories.    --with-extra-ldpath=PATH                          Define extra ld path, where PATH is a                          space-separated list (enclosed in quotes) of                          directories.    --with-insure=FLAGS   FLAGS are options to pass to insure, e.g.                          -log-file=struct_ls.insure -append-logfile=yes will                          send output to the specified file. Nothing is done                          to verify that insure is available    --with-insure-to-file Direct insure output to the file named insure.log.                          Nothing is done to verify that insure is available    --with-purify=FLAGS   FLAGS are options to pass to purify, e.g.                          -log-file=struct_ls.purify -append-logfile=yes will                          send output to the specified file. Defines gcc and                          g++ as the C and C++ compilers if not already set by                          the user. Nothing is done to verify that purify is                          available on the machine    --with-purify-to-file Direct purify output to the file named purify.log.                          Defines gcc and g++ as the C and C++ compilers,                          unless already set by the user.    --with-strict-checking                          Compiles without MPI ('--without-MPI') and tries to                          find a compiler option that warns of as many                          non-ANSI features as possible.                          --display_error_number --lint are enabled for                          lint-type checking. Individual types of warnings can                          be suppressed using --diag_suppress and the error                          numbers provided by --display_error_number    --with-MPI-include=DIR                          User specifies that mpi.h is in DIR. The options                          --with-MPI-include --with-MPI-libs and                          --with-MPI-lib-dirs must be used together.    --with-MPI-libs=LIBS  LIBS is space-separated list (enclosed in quotes) of                          library names needed for MPI, e.g. "nsl socket mpi".                          The options --with-MPI-include --with-MPI-libs and                          --with-MPI-lib-dirs must be used together.    --with-MPI-lib-dirs=DIRS                          DIRS is space-separated list (enclosed in quotes) of                          directories containing the libraries specified by                          --with-MPI-libs, e.g "usr/lib /usr/local/mpi/lib".                          The options --with-MPI-include --with-MPI-libs and                          --with-MPI-lib-dirs must be used together.    --with-MPI-flags=FLAGS                          FLAGS is a space separated list (enclosed in quotes)                          of whatever flags other than -l and -L are needed to                          link with MPI libraries-- Does not de-activate                          autosearch for other MPI information. May be used                          with the other three MPI options or alone in                          conjunction with the automatic MPI search.    --with-blas-libs=LIBS LIBS is space-separated list (enclosed in quotes) of                          libraries needed for BLAS. The options                          --with-blas-libs and --with-blas-lib-dirs must be                          used together.    --with-blas-lib-dirs=DIRS                          DIRS is space-separated list (enclosed in quotes) of                          directories containing the libraries specified by                          --with-blas-libs, e.g "usr/lib /usr/local/blas/lib".                          The options --with-blas-libs and                          --with-blas-lib-dirs must be used together.    --with-lapack-libs=LIBS                          LIBS is space-separated list (enclosed in quotes) of                          libraries needed for LAPACK. The options                          --with-lapack-libs and --with-lapack-lib-dirs must                          be used together.    --with-lapack-lib-dirs=DIRS                          DIRS is space-separated list (enclosed in quotes) of                          directories containing the libraries specified by                          --with-lapack-libs, e.g "usr/lib                          /usr/local/lapack/lib". The options                          --with-lapack-libs and --with-lapack-lib-dirs must                          be used together.    --with-fei-libs=LIBS  LIBS is space-separated list (enclosed in quotes) of                          FEI library names.    --with-fei-lib-dir=DIRS                          DIRS is space-separated list (enclosed in quotes) of                          directories containing the libraries specified by                          --with-fei-libs, e.g "usr/lib /usr/local/fei/lib".    --with-fei-inc-dir=DIRS                          DIRS is space-separated list (enclosed in quotes) of                          directories containing the include files needed by                          the FEI specified by --with-fei-libs, e.g                          "usr/include /usr/fei/include".    --with-no-global-partition                          Do not use global partitioning.    --with-print-errors   Print HYPRE errors.    --with-COMM_SIMPLE    Do not use MPI derived data types. This option is                          automatically chosen for IBM, may also be selected                          for other platforms as well.    --with-timing         Use HYPRE timing routines    --with-openmp         Use OpenMP--this may affect which compiler is                          chosen. Supported on IBM and DECS, test on Linux.    --with-babel          Use babel    --with-examples       Builds example codes.    --with-fei            Use internal FEI routines.    --with-superlu        Use internal SuperLU routines.    --with-mli            Use MLI    --with-MPI            DEFAULT: Compile with MPI. Selecting --without-MPI                          may affect which compiler is chosen.    --with-blas           Find a system-provided BLAS library    --with-lapack         Find a system-provided LAPACK library    --with-test-alpha     Test alpha version of HYPRE. NOTE: ONLY exists on                          the CASC cluster.    --with-test-beta      Test 'public' beta version of HYPRE    --with-test-general   Test 'public' general version of HYPRESome influential environment variables:  CC          C compiler command  CFLAGS      C compiler flags  LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a              nonstandard directory <lib dir>  CPPFLAGS    C/C++ preprocessor flags, e.g. -I<include dir> if you have              headers in a nonstandard directory <include dir>  CPP         C preprocessor  CXX         C++ compiler command  CXXFLAGS    C++ compiler flags  CXXCPP      C++ preprocessor  F77         Fortran 77 compiler command  FFLAGS      Fortran 77 compiler flagsUse these variables to override the choices made by `configure' or to helpit to find libraries and programs with nonstandard names/locations.Report bugs to <hypre-support@llnl.gov>._ACEOFfiif test "$ac_init_help" = "recursive"; then  # If there are subdirs, report their specific --help.  ac_popdir=`pwd`  for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue    test -d $ac_dir || continue    ac_builddir=.if test "$ac_dir" != .; then  ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`  # A "../" for each directory in $ac_dir_suffix.  ac_top_builddir=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,../,g'`else  ac_dir_suffix= ac_top_builddir=ficase $srcdir in  .)  # No --srcdir option.  We are building in place.    ac_srcdir=.    if test -z "$ac_top_builddir"; then       ac_top_srcdir=.    else       ac_top_srcdir=`echo $ac_top_builddir | sed 's,/$,,'`    fi ;;  [\\/]* | ?:[\\/]* )  # Absolute path.    ac_srcdir=$srcdir$ac_dir_suffix;    ac_top_srcdir=$srcdir ;;  *) # Relative path.    ac_srcdir=$ac_top_builddir$srcdir$ac_dir_suffix    ac_top_srcdir=$ac_top_builddir$srcdir ;;esac# Do not use `cd foo && pwd` to compute absolute paths, because# the directories may not exist.case `pwd` in.) ac_abs_builddir="$ac_dir";;*)  case "$ac_dir" in  .) ac_abs_builddir=`pwd`;;  [\\/]* | ?:[\\/]* ) ac_abs_builddir="$ac_dir";;  *) ac_abs_builddir=`pwd`/"$ac_dir";;  esac;;esaccase $ac_abs_builddir in.) ac_abs_top_builddir=${ac_top_builddir}.;;*)  case ${ac_top_builddir}. in  .) ac_abs_top_builddir=$ac_abs_builddir;;  [\\/]* | ?:[\\/]* ) ac_abs_top_builddir=${ac_top_builddir}.;;  *) ac_abs_top_builddir=$ac_abs_builddir/${ac_top_builddir}.;;  esac;;esaccase $ac_abs_builddir in.) ac_abs_srcdir=$ac_srcdir;;*)  case $ac_srcdir in  .) ac_abs_srcdir=$ac_abs_builddir;;  [\\/]* | ?:[\\/]* ) ac_abs_srcdir=$ac_srcdir;;  *) ac_abs_srcdir=$ac_abs_builddir/$ac_srcdir;;  esac;;esaccase $ac_abs_builddir in.) ac_abs_top_srcdir=$ac_top_srcdir;;*)  case $ac_top_srcdir in  .) ac_abs_top_srcdir=$ac_abs_builddir;;  [\\/]* | ?:[\\/]* ) ac_abs_top_srcdir=$ac_top_srcdir;;  *) ac_abs_top_srcdir=$ac_abs_builddir/$ac_top_srcdir;;  esac;;esac    cd $ac_dir    # Check for guested configure; otherwise get Cygnus style configure.    if test -f $ac_srcdir/configure.gnu; then      echo      $SHELL $ac_srcdir/configure.gnu  --help=recursive    elif test -f $ac_srcdir/configure; then      echo      $SHELL $ac_srcdir/configure  --help=recursive    elif test -f $ac_srcdir/configure.ac ||	   test -f $ac_srcdir/configure.in; then      echo      $ac_configure --help    else      echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2    fi    cd $ac_popdir  donefitest -n "$ac_init_help" && exit 0if $ac_init_version; then  cat <<\_ACEOFhypre configure 2.0.0generated by GNU Autoconf 2.59Copyright (C) 2003 Free Software Foundation, Inc.This configure script is free software; the Free Software Foundationgives unlimited permission to copy, distribute and modify it. Copyright (c) 2006   The Regents of the University of California. Produced at the Lawrence Livermore National Laboratory. Written by the HYPRE team, UCRL-CODE-222953. All rights reserved. This file is part of HYPRE (see http://www.llnl.gov/CASC/hypre/). Please see the COPYRIGHT_and_LICENSE file for the copyright notice, disclaimer, contact information and the GNU Lesser General Public License. This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License (as published by the Free Software Foundation) version 2.1 dated February 1999. This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the IMPLIED WARRANTY OF MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the terms and conditions of the GNU General Public License for more details. You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA_ACEOF  exit 0fiexec 5>config.logcat >&5 <<_ACEOFThis file contains any messages produced by compilers whilerunning configure, to aid debugging if configure makes a mistake.It was created by hypre $as_me 2.0.0, which wasgenerated by GNU Autoconf 2.59.  Invocation command line was  $ $0 $@_ACEOF{cat <<_ASUNAME## --------- #### Platform. #### --------- ##hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`uname -m = `(uname -m) 2>/dev/null || echo unknown`uname -r = `(uname -r) 2>/dev/null || echo unknown`uname -s = `(uname -s) 2>/dev/null || echo unknown`uname -v = `(uname -v) 2>/dev/null || echo unknown`/usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`/bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`/bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`/usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`/usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`hostinfo               = `(hostinfo) 2>/dev/null               || echo unknown`/bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`/usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`/bin/universe          = `(/bin/universe) 2>/dev/null          || echo unknown`_ASUNAMEas_save_IFS=$IFS; IFS=$PATH_SEPARATORfor as_dir in $PATHdo  IFS=$as_save_IFS  test -z "$as_dir" && as_dir=.  echo "PATH: $as_dir"done} >&5cat >&5 <<_ACEOF## ----------- #### Core tests. #### ----------- ##_ACEOF# Keep a trace of the command line.# Strip out --no-create and --no-recursion so they do not pile up.# Strip out --silent because we don't want to record it for future runs.# Also quote any args containing shell meta-characters.# Make two passes to allow for proper duplicate-argument suppression.ac_configure_args=ac_configure_args0=ac_configure_args1=ac_sep=ac_must_keep_next=falsefor ac_pass in 1 2do  for ac_arg  do    case $ac_arg in    -no-create | --no-c* | -n | -no-recursion | --no-r*) continue ;;    -q | -quiet | --quiet | --quie | --qui | --qu | --q \    | -silent | --silent | --silen | --sile | --sil)      continue ;;    *" "*|*"	"*|*[\[\]\~\#\$\^\&\*\(\)\{\}\\\|\;\<\>\?\"\']*)      ac_arg=`echo "$ac_arg" | sed "s/'/'\\\\\\\\''/g"` ;;    esac    case $ac_pass in    1) ac_configure_args0="$ac_configure_args0 '$ac_arg'" ;;    2)

⌨️ 快捷键说明

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