forum@abinit.org
Subject: The ABINIT Users Mailing List ( CLOSED )
List archive
- From: Aaron <nkleof@gmail.com>
- To: forum <forum@abinit.org>
- Subject: [abinit-forum] parallel configuration problem
- Date: Thu, 5 Feb 2009 21:30:31 +0800
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=flaoQl+EMkU98evpE5vEmxOLeq0kNnsgcZKojy8B01DHzP9mnP/X8SMS1b5ZvlFJkv N/RksFuyFErV1stuwIjjoTgn7xrgUpqLWsK+N5YihfTcCWaYbbiKXibzCZHoAOmkhgVD iE+6iyBVKp0FswueSfVH96tcO4zTbTuvlIGy4=
Dear all:
I encountered a problem when configuring abinit 5.6.4 on a fedora cluster with mpi. The command I used was as following:
./configure FC=ifort --enable-mpi=yes --with-mpi-prefix=/home/opt/intel/impi/3.1/ CC=icc
And the errors is like this:
#####################################################################
==============================================================================
=== Preprocessing ===
==============================================================================
checking for style of include used by make... GNU
checking for gcc... /home/opt/intel/impi/3.1//bin/mpicc
checking for C compiler default output file name...
configure: error: C compiler cannot create executables
See `config.log' for more details.
#####################################################################
I have checked with lib path of fce and cce and it seems the path is OK. I wonder if the problem has something to do with mpicc lib.
"config.log" file shows that one file is missing:
######################################################################################
gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)
/usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 --eh-frame-hdr --build-id -m elf_i386 --hash-style=gnu -dynamic-linker /lib/ld-linux.so.2 crt1.o crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/32/crtbegin.o -L/home/opt/intel/impi/3.1/lib -L/home/opt/intel/mkl/10.0.3.020/lib/em64t -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -rpath /home/opt/intel/impi/3.1/lib -rpath /opt/intel/mpi-rt/3.1 -lmpi -lmpigf -lmpigi -lrt -lpthread -ldl -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.1.2/32/crtend.o crtn.o
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:8472: $? = 1
configure:8479: /home/opt/intel/impi/3.1//bin/mpicc -V >&5
gcc: '-V' must come at the start of the command line
configure:8482: $? = 1
configure:8505: checking for C compiler default output file name
configure:8532: /home/opt/intel/impi/3.1//bin/mpicc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
######################################################################################
I find crt1.o in /usr/lib64 but this file is absent in /usr/lib. So here is a question I don't understand. Is 32-bit version gcc necessary for abinit configuration? What should I do to deal with this problem?
All contents in config.log are attached as following:
######################################################################################
It was created by ABINIT configure 5.6.4, which was
generated by GNU Autoconf 2.61. Invocation command line was
$ ./configure FC=ifort --enable-mpi=yes --with-mpi-prefix=/home/opt/intel/impi/3.1/ CC=icc
## --------- ##
## Platform. ##
## --------- ##
hostname = srv03.emlab
uname -m = x86_64
uname -r = 2.6.25.14-69.fc8
uname -s = Linux
uname -v = #1 SMP Mon Aug 4 14:00:45 EDT 2008
/usr/bin/uname -p = unknown
/bin/uname -X = unknown
/bin/arch = x86_64
/usr/bin/arch -k = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo = unknown
/bin/machine = unknown
/usr/bin/oslevel = unknown
/bin/universe = unknown
PATH: /home/opt/xcrysden/XCrySDen-1.4.1bin-static
PATH: /home/opt/pgi/linux86-64/7.0/bin
PATH: /home/opt/intel/impi/3.1/bin64
PATH: /home/opt/intel//fce/10.1.015/bin
PATH: /home/opt/intel//cce/10.1.015/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /bin
PATH: /usr/bin
PATH: /home/mfeng/bin
PATH: /home/opt/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /home/opt/vasp/bin
PATH: /home/opt/crystal98/utils
PATH: /home/opt/tetr_lev1/bin
PATH: /home/opt/crystal98/utils
PATH: /home/opt/tetr_lev1/bin
PATH: /home/opt/wien2k
PATH: /home/opt/wien2k/SRC_structeditor/bin
PATH: .
PATH: /home/opt/xcrysden/XCrySDen-1.4.1bin-static/scripts
PATH: /home/opt/xcrysden/XCrySDen-1.4.1bin-static/util
PATH: /home/opt/pathscale/bin
PATH: /home/mfeng/abinit/abinit-5.4.4p/tmp/src/main/
## ----------- ##
## Core tests. ##
## ----------- ##
configure:2341: checking build system type
configure:2359: result: x86_64-unknown-linux-gnu
configure:2381: checking host system type
configure:2396: result: x86_64-unknown-linux-gnu
configure:2418: checking target system type
configure:2433: result: x86_64-unknown-linux-gnu
configure:2476: checking for a BSD-compatible install
configure:2532: result: /usr/bin/install -c
configure:2543: checking whether build environment is sane
configure:2586: result: yes
configure:2614: checking for a thread-safe mkdir -p
configure:2653: result: /bin/mkdir -p
configure:2666: checking for gawk
configure:2682: found /bin/gawk
configure:2693: result: gawk
configure:2704: checking whether make sets $(MAKE)
configure:2725: result: yes
configure:3177: M4 010410 - Autoconf 026100 - Automake 011000 - Libtool 010524
configure:4806: reporting user interface changes:
configure:4809: * new option --enable-bindings is available
configure:4812: * new option --enable-error-handlers is available
configure:4815: * new option --enable-gw-dpc is available
configure:4818: * --enable-mpi has a new meaning
configure:4820: please check that enable-mpi="yes" is OK for you
configure:4823: * new option --enable-scalapack is available
configure:4826: * --with-fc-name renamed --with-fc-vendor
configure:4833: * new option --with-mpi-level is available
configure:4836: * new option --with-plugins-prefix is available
configure:4839: * new option --with-plugins-srcdir is available
configure:4842: * new option --with-scalapack-includes is available
configure:4839: * new option --with-plugins-srcdir is available
configure:4842: * new option --with-scalapack-includes is available
configure:4845: * new option --with-scalapack-libs is available
configure:4848: * --enable-tricks has a new meaning
configure:4850: please check that enable-tricks="yes" is OK for you
configure:5061: checking consistency of MPI options
configure:5086: |---> all OK
configure:5089:
configure:5098: checking consistency of external prerequisite options
configure:5124: |---> all OK
configure:5127:
configure:5136: checking consistency of plug-in options
configure:5149: |---> all OK
configure:5152:
configure:5168: checking for grep that handles long lines and -e
configure:5242: result: /bin/grep
configure:5247: checking for egrep
configure:5325: result: /bin/grep -E
configure:5332: parsing command-line options
configure:6580: checking for MPI support requested
configure:6582: result: yes
configure:6588: using MPI prefix /home/opt/intel/impi/3.1/
configure:6602: checking for a usable MPI implementation
configure:6656: result: yes
configure:6819: checking the type of MPI implementation we have
configure:6846: result: generic
configure:6871: CC = /home/opt/intel/impi/3.1//bin/mpicc
configure:6879: FC = /home/opt/intel/impi/3.1//bin/mpif90
configure:6890: setting LD_LIBRARY_PATH
configure:6963: checking whether make sets $(MAKE)
configure:6984: result: yes
configure:7006: checking for a BSD-compatible install
configure:7062: result: /usr/bin/install -c
configure:7073: checking for a thread-safe mkdir -p
configure:7112: result: /bin/mkdir -p
configure:7115: checking whether ln -s works
configure:7119: result: yes
configure:7126: checking for a sed that does not truncate output
configure:7205: result: /bin/sed
configure:7214: checking for gawk
configure:7241: result: gawk
configure:7252: checking for grep that handles long lines and -e
configure:7326: result: /bin/grep
configure:7333: checking for egrep
configure:7411: result: /bin/grep -E
configure:7333: checking for egrep
configure:7411: result: /bin/grep -E
configure:7420: checking for sh
configure:7438: found /bin/sh
configure:7451: result: /bin/sh
configure:7461: checking for perl
configure:7479: found /usr/bin/perl
configure:7492: result: /usr/bin/perl
configure:7502: checking for python
configure:7520: found /usr/bin/python
configure:7533: result: /usr/bin/python
configure:7543: checking for rm
configure:7561: found /bin/rm
configure:7574: result: /bin/rm
configure:7584: checking for mv
configure:7602: found /bin/mv
configure:7615: result: /bin/mv
configure:7625: checking for tar
configure:7643: found /bin/tar
configure:7656: result: /bin/tar
configure:7666: checking for latex
configure:7697: result: /bin/false
configure:7707: checking for dvips
configure:7725: found /usr/bin/dvips
configure:7738: result: /usr/bin/dvips
configure:7748: checking for dvipdf
configure:7766: found /usr/bin/dvipdf
configure:7779: result: /usr/bin/dvipdf
configure:7789: checking for ps2pdf
configure:7807: found /usr/bin/ps2pdf
configure:7820: result: /usr/bin/ps2pdf
configure:7830: checking for markdown
configure:7863: result: no
configure:7870: checking for wget
configure:7888: found /usr/bin/wget
configure:7901: result: /usr/bin/wget
configure:7912: using internal version of MarkDown
configure:8089: checking for style of include used by make
configure:8117: result: GNU
configure:8187: checking for gcc
configure:8214: result: /home/opt/intel/impi/3.1//bin/mpicc
configure:8452: checking for C compiler version
configure:8459: /home/opt/intel/impi/3.1//bin/mpicc --version >&5
gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33)
Copyright (C) 2006 Free Software Foundation, Inc.
gcc (GCC) 4.1.2 20070925 (Red Hat 4.1.2-33)
Copyright (C) 2006 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
configure:8462: $? = 0
configure:8469: /home/opt/intel/impi/3.1//bin/mpicc -v >&5
mpigcc for the Intel(R) MPI Library 3.1 for Linux
Using built-in specs.
Target: x86_64-redhat-linux
Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --enable-checking=release --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-languages=c,c++,objc,obj-c++,java,fortran,ada --enable-java-awt=gtk --disable-dssi --enable-plugin --with-java-home=/usr/lib/jvm/java-1.5.0-gcj-1.5.0.0/jre --enable-libgcj-multifile --enable-java-maintainer-mode --with-ecj-jar=/usr/share/java/eclipse-ecj.jar --with-cpu=generic --host=x86_64-redhat-linux
Thread model: posix
gcc version 4.1.2 20070925 (Red Hat 4.1.2-33)
/usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 --eh-frame-hdr --build-id -m elf_i386 --hash-style=gnu -dynamic-linker /lib/ld-linux.so.2 crt1.o crti.o /usr/lib/gcc/x86_64-redhat-linux/4.1.2/32/crtbegin.o -L/home/opt/intel/impi/3.1/lib -L/home/opt/intel/mkl/10.0.3.020/lib/em64t -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/32 -L/usr/lib/gcc/x86_64-redhat-linux/4.1.2/../../../../lib -L/lib/../lib -L/usr/lib/../lib -rpath /home/opt/intel/impi/3.1/lib -rpath /opt/intel/mpi-rt/3.1 -lmpi -lmpigf -lmpigi -lrt -lpthread -ldl -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-redhat-linux/4.1.2/32/crtend.o crtn.o
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:8472: $? = 1
configure:8479: /home/opt/intel/impi/3.1//bin/mpicc -V >&5
gcc: '-V' must come at the start of the command line
configure:8482: $? = 1
configure:8505: checking for C compiler default output file name
configure:8532: /home/opt/intel/impi/3.1//bin/mpicc conftest.c >&5
/usr/bin/ld: crt1.o: No such file: No such file or directory
collect2: ld returned 1 exit status
configure:8535: $? = 1
configure:8573: result:
configure: failed program was:
| /* confdefs.h. */
| #define PACKAGE_NAME "ABINIT"
| #define PACKAGE_TARNAME "abinit"
| #define PACKAGE_VERSION "5.6.4"
| #define PACKAGE_STRING "ABINIT 5.6.4"
| #define PACKAGE_BUGREPORT "https://bugs.launchpad.net/abinit/"
| #define PACKAGE "abinit"
| #define VERSION "5.6.4"
| #define ABINIT_VERSION "5.6.4"
| #define ABINIT_VERSION_MAJOR "5"
| #define ABINIT_VERSION_MINOR "6"
| #define ABINIT_VERSION_MAJOR "5"
| #define ABINIT_VERSION_MINOR "6"
| #define ABINIT_VERSION_MICRO "4"
| #define ABINIT_VERSION_BUILD "20090205"
| #define ABINIT_VERSION_BASE "5.6"
| /* end confdefs.h. */
|
| int
| main ()
| {
|
| ;
| return 0;
| }
configure:8580: error: C compiler cannot create executables
See `config.log' for more details.
## ---------------- ##
## Cache variables. ##
## ---------------- ##
ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value=icc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXX_set=
ac_cv_env_CXX_value=
ac_cv_env_FCFLAGS_set=
ac_cv_env_FCFLAGS_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=ifort
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_LIBS_value=
ac_cv_env_build_alias_set=
ac_cv_env_build_alias_value=
ac_cv_env_host_alias_set=
ac_cv_env_host_alias_value=
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_path_BOURNE_SHELL=/bin/sh
ac_cv_path_DVI2PDF=/usr/bin/dvipdf
ac_cv_path_DVI2PS=/usr/bin/dvips
ac_cv_path_EGREP='/bin/grep -E'
ac_cv_path_GREP=/bin/grep
ac_cv_path_LATEX=/bin/false
ac_cv_path_MV=/bin/mv
ac_cv_path_PERL=/usr/bin/perl
ac_cv_path_PS2PDF=/usr/bin/ps2pdf
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_RM=/bin/rm
ac_cv_path_SED=/bin/sed
ac_cv_path_TAR=/bin/tar
ac_cv_path_WGET=/usr/bin/wget
ac_cv_path_install='/usr/bin/install -c'
ac_cv_path_mkdir=/bin/mkdir
ac_cv_prog_AWK=gawk
ac_cv_prog_ac_ct_CC=/home/opt/intel/impi/3.1//bin/mpicc
ac_cv_prog_make_make_set=yes
ac_cv_target=x86_64-unknown-linux-gnu
## ----------------- ##
## Output variables. ##
## ----------------- ##
ABINIT_BINARY_PACKAGE=''
ABINIT_TARGET=''
ABINIT_VERSION='5.6.4'
ABINIT_VERSION_BASE='5.6'
ABINIT_VERSION_BUILD='20090205'
ABINIT_VERSION_MAJOR='5'
ABINIT_VERSION_MICRO='4'
ABINIT_VERSION_MINOR='6'
ACLOCAL='${SHELL} /home/mfeng/abinit/abinit-5.6.4/config/gnu/missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/mfeng/abinit/abinit-5.6.4/config/gnu/missing --run tar'
AR=''
ARFLAGS=''
ARFLAGS_64BITS=''
ARFLAGS_EXTRA=''
ARFLAGS_OPT=''
AUTOCONF='${SHELL} /home/mfeng/abinit/abinit-5.6.4/config/gnu/missing --run autoconf'
AUTOHEADER='${SHELL} /home/mfeng/abinit/abinit-5.6.4/config/gnu/missing --run autoheader'
AUTOMAKE='${SHELL} /home/mfeng/abinit/abinit-5.6.4/config/gnu/missing --run automake-1.10'
AWK='gawk'
BOURNE_SHELL='/bin/sh'
CC='/home/opt/intel/impi/3.1//bin/mpicc'
CCDEPMODE=''
CC_LDFLAGS=''
CC_LDFLAGS_64BITS=''
CC_LDFLAGS_EXTRA=''
CC_LDFLAGS_OPT=''
CC_LIBS=''
CC_LIBS_64BITS=''
CC_LIBS_EXTRA=''
CC_LIBS_OPT=''
CFLAGS=''
CFLAGS_64BITS=''
CFLAGS_BIGDFT=''
CFLAGS_ETSF_IO=''
CFLAGS_ETSF_XC=''
CFLAGS_EXTRA=''
CFLAGS_FOX=''
CFLAGS_LINALG=''
CFLAGS_NETCDF=''
CFLAGS_OPT=''
CFLAGS_WANNIER90=''
CFLAGS_XMLF90=''
CONFIGOPT_NETCDF=''
CPP=''
CPPFLAGS=''
CPPFLAGS_64BITS=''
CPPFLAGS_BIGDFT=''
CPPFLAGS_ETSF_IO=''
CPPFLAGS_ETSF_XC=''
CPPFLAGS_EXTRA=''
CPPFLAGS_FOX=''
CPPFLAGS_LINALG=''
CPPFLAGS_FOX=''
CPPFLAGS_LINALG=''
CPPFLAGS_NETCDF=''
CPPFLAGS_OPT=''
CPPFLAGS_WANNIER90=''
CPPFLAGS_XMLF90=''
CXX=''
CXXDEPMODE=''
CXXFLAGS=''
CXXFLAGS_64BITS=''
CXXFLAGS_BIGDFT=''
CXXFLAGS_ETSF_IO=''
CXXFLAGS_ETSF_XC=''
CXXFLAGS_EXTRA=''
CXXFLAGS_FOX=''
CXXFLAGS_LINALG=''
CXXFLAGS_NETCDF=''
CXXFLAGS_OPT=''
CXXFLAGS_WANNIER90=''
CXXFLAGS_XMLF90=''
CXX_LDFLAGS=''
CXX_LDFLAGS_64BITS=''
CXX_LDFLAGS_EXTRA=''
CXX_LDFLAGS_OPT=''
CXX_LIBS=''
CXX_LIBS_64BITS=''
CXX_LIBS_EXTRA=''
CXX_LIBS_OPT=''
CYGPATH_W='echo'
DEFS=''
DEPDIR='.deps'
DO_BUILD_BIGDFT_FALSE=''
DO_BUILD_BIGDFT_TRUE=''
DO_BUILD_BINDINGS_FALSE=''
DO_BUILD_BINDINGS_TRUE=''
DO_BUILD_CCLOCK_FALSE=''
DO_BUILD_CCLOCK_TRUE=''
DO_BUILD_ERROR_HANDLERS_FALSE=''
DO_BUILD_ERROR_HANDLERS_TRUE=''
DO_BUILD_ETSF_IO_FALSE=''
DO_BUILD_ETSF_IO_TRUE=''
DO_BUILD_ETSF_XC_FALSE=''
DO_BUILD_ETSF_XC_TRUE=''
DO_BUILD_FOX_FALSE=''
DO_BUILD_FOX_TRUE=''
DO_BUILD_FOX_FALSE=''
DO_BUILD_FOX_TRUE=''
DO_BUILD_LINALG_FALSE=''
DO_BUILD_LINALG_TRUE=''
DO_BUILD_NETCDF_FALSE=''
DO_BUILD_NETCDF_TRUE=''
DO_BUILD_NIGHTLY_FALSE=''
DO_BUILD_NIGHTLY_TRUE=''
DO_BUILD_PARALLEL_FALSE=''
DO_BUILD_PARALLEL_TRUE=''
DO_BUILD_WANNIER90_FALSE=''
DO_BUILD_WANNIER90_TRUE=''
DO_BUILD_XMLF90_FALSE=''
DO_BUILD_XMLF90_TRUE=''
DO_ENABLE_BIGDFT_FALSE=''
DO_ENABLE_BIGDFT_TRUE=''
DO_ENABLE_ETSF_IO_FALSE=''
DO_ENABLE_ETSF_IO_TRUE=''
DO_ENABLE_ETSF_XC_FALSE=''
DO_ENABLE_ETSF_XC_TRUE=''
DO_ENABLE_FOX_FALSE=''
DO_ENABLE_FOX_TRUE=''
DO_ENABLE_NETCDF_FALSE=''
DO_ENABLE_NETCDF_TRUE=''
DO_ENABLE_WANNIER90_FALSE=''
DO_ENABLE_WANNIER90_TRUE=''
DO_ENABLE_XMLF90_FALSE=''
DO_ENABLE_XMLF90_TRUE=''
DVI2PDF='/usr/bin/dvipdf'
DVI2PS='/usr/bin/dvips'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/bin/grep -E'
EXEEXT=''
F77=''
FC='/home/opt/intel/impi/3.1//bin/mpif90'
FCFLAGS=''
FCFLAGS_64BITS=''
FCFLAGS_BIGDFT=''
FCFLAGS_ETSF_IO=''
FCFLAGS_ETSF_XC=''
FCFLAGS_EXTRA=''
FCFLAGS_FIXEDFORM=''
FCFLAGS_FOX=''
FCFLAGS_FIXEDFORM=''
FCFLAGS_FOX=''
FCFLAGS_FREEFORM=''
FCFLAGS_LINALG=''
FCFLAGS_NETCDF=''
FCFLAGS_OPT=''
FCFLAGS_WANNIER90=''
FCFLAGS_XMLF90=''
FCLIBS_ETSF_IO=''
FCLIBS_FOX=''
FCLIBS_NETCDF=''
FCLIBS_WANNIER90=''
FC_LDFLAGS=''
FC_LDFLAGS_64BITS=''
FC_LDFLAGS_EXTRA=''
FC_LDFLAGS_OPT=''
FC_LIBS=''
FC_LIBS_64BITS=''
FC_LIBS_EXTRA=''
FC_LIBS_OPT=''
FC_NOWRAP=''
FFLAGS=''
GREP='/bin/grep'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LATEX='/bin/false'
LDFLAGS=''
LIBOBJS=''
LIBS=''
LN_S='ln -s'
LTLIBOBJS=''
LTXFLAGS=''
MAKEINFO='${SHELL} /home/mfeng/abinit/abinit-5.6.4/config/gnu/missing --run makeinfo'
MARKDOWN='/usr/bin/perl /home/mfeng/abinit/abinit-5.6.4/util/developers/markdown.pl'
MDFLAGS=''
MODEXT=''
MPI_CC_LDFLAGS=''
MPI_CC_LIBS=''
MPI_CFLAGS=''
MPI_CPPFLAGS=''
MPI_CXXFLAGS=''
MPI_CXX_LDFLAGS=''
MPI_CXX_LIBS=''
MPI_CXX_LDFLAGS=''
MPI_CXX_LIBS=''
MPI_FCFLAGS=''
MPI_FC_LDFLAGS=''
MPI_FC_LIBS=''
MPI_RUNNER='/home/opt/intel/impi/3.1//bin/mpirun'
MV='/bin/mv'
OBJEXT=''
PACKAGE='abinit'
PACKAGE_BUGREPORT='https://bugs.launchpad.net/abinit/'
PACKAGE_NAME='ABINIT'
PACKAGE_STRING='ABINIT 5.6.4'
PACKAGE_TARNAME='abinit'
PACKAGE_VERSION='5.6.4'
PATH_SEPARATOR=':'
PDFFLAGS=''
PERL='/usr/bin/perl'
PS2PDF='/usr/bin/ps2pdf'
PYTHON='/usr/bin/python'
RANLIB=''
RM='/bin/rm'
SED='/bin/sed'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
TAR='/bin/tar'
TRUE_CPP=''
TRUE_CPPFLAGS=''
VERSION='5.6.4'
WGET='/usr/bin/wget'
abi_ac_version='026100'
abi_am_version='011000'
abi_cpu_64bits='yes'
abi_cpu_model='xeon'
abi_lt_version='010524'
abi_m4_version='010410'
abinit_bindir='/opt/etsf/abinit/5.6/bin'
abinit_builddir='/home/mfeng/abinit/abinit-5.6.4'
abinit_chkdir='/opt/etsf/abinit/5.6/tests'
abinit_datdir='/opt/etsf/abinit'
abinit_docdir='/opt/etsf/abinit/5.6/doc'
abinit_incdir='/opt/etsf/abinit/5.6/include'
abinit_libdir='/opt/etsf/abinit/5.6/lib'
abinit_mandir='/opt/etsf/abinit/man'
abinit_prefix='/opt/etsf'
abinit_mandir='/opt/etsf/abinit/man'
abinit_prefix='/opt/etsf'
abinit_rundir='/opt/etsf/abinit/bin'
abinit_srcdir='/home/mfeng/abinit/abinit-5.6.4'
abinit_tardir=''
abinit_wwwdir='/opt/etsf/abinit/5.6/www'
ac_ct_CC='/home/opt/intel/impi/3.1//bin/mpicc'
ac_ct_CXX=''
ac_ct_FC=''
am__fastdepCC_FALSE=''
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE=''
am__fastdepCXX_TRUE=''
am__include='include'
am__isrc=''
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bigdft_pkg_name=''
bigdft_pkg_string=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias='''
..........
..........
## ----------- ##
## confdefs.h. ##
## ----------- ##
#define PACKAGE_NAME "ABINIT"
#define PACKAGE_TARNAME "abinit"
#define PACKAGE_VERSION "5.6.4"
#define PACKAGE_STRING "ABINIT 5.6.4"
#define PACKAGE_BUGREPORT "https://bugs.launchpad.net/abinit/"
#define PACKAGE "abinit"
#define VERSION "5.6.4"
#define ABINIT_VERSION "5.6.4"
#define ABINIT_VERSION_MAJOR "5"
#define ABINIT_VERSION_MINOR "6"
#define ABINIT_VERSION_MICRO "4"
#define ABINIT_VERSION_BUILD "20090205"
#define ABINIT_VERSION_BASE "5.6"
configure: exit 77
~
- [abinit-forum] parallel configuration problem, Aaron, 02/05/2009
- Re: [abinit-forum] parallel configuration problem, Yann Pouillon, 02/05/2009
- Re: [abinit-forum] parallel configuration problem, Aaron, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Alain Jacques, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Yann Pouillon, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Aaron, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Alain Jacques, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Yann Pouillon, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Aaron, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Alain Jacques, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Alain Jacques, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Alain Jacques, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Alain Jacques, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Aaron, 02/11/2009
- Re: [abinit-forum] parallel configuration problem, Yann Pouillon, 02/05/2009
Archive powered by MHonArc 2.6.15.