[Pw_forum] parallel environment not found

Mahmoud Payami mpayami at aeoi.org.ir
Tue Oct 26 13:48:42 CEST 2004


Hi Gerardo!

In the version (MPICH2) which I am using, there is no "mpi_init" commant but
instead "mpdboot".
I have also run an example which work fine using the command "mpiexec -n 20
cpi" which calls the hosts listed in the file "mpd.hosts" for totally 20
executions.
I think since the configure does not find the special "mpi_init" command, it
sets the compiling and linking switches appropriate for single processor.
If it is so, please let me know how to set them in the "make.sys"
appropriately.
Best regards,
Mahmoud

Here is the log-file:
===========================================================
This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by PWscf configure 2.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  $ ./configure

## --------- ##
## Platform. ##
## --------- ##

hostname = condmat1.ctpm.aeoi.org
uname -m = i686
uname -r = 2.6.5-1.358smp
uname -s = Linux
uname -v = #1 SMP Sat May 8 09:25:36 EDT 2004

/usr/bin/uname -p = unknown
/bin/uname -X     = unknown

/bin/arch              = i686
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
hostinfo               = unknown
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /usr/local/bin
PATH: /usr/local/ActiveTcl/bin
PATH: /home/nis/SHARED_FOLDER/ESPRESSO/PWgui-2.1
PATH: /home/nis/SHARED_FOLDER/XCrySDen-B1.0bin-static
PATH: /usr/local/intel/compiler70/ia32/bin
PATH: /usr/local/bin
PATH: /usr/local/ActiveTcl/bin
PATH: /home/nis/SHARED_FOLDER/ESPRESSO/PWgui-2.1
PATH: /home/nis/SHARED_FOLDER/XCrySDen-B1.0bin-static
PATH: /usr/local/intel/compiler70/ia32/bin
PATH: /usr/kerberos/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/X11R6/bin
PATH: /home/nis/SHARED_FOLDER/XCrySDen-B1.0bin-static/scripts
PATH: /home/nis/SHARED_FOLDER/XCrySDen-B1.0bin-static/util
PATH: /home/nis/SHARED_FOLDER/WIEN2k.04.10
PATH: .
PATH: /home/nis/mahmoud/bin
PATH: /home/nis/SHARED_FOLDER/XCrySDen-B1.0bin-static/scripts
PATH: /home/nis/SHARED_FOLDER/XCrySDen-B1.0bin-static/util
PATH: /home/nis/SHARED_FOLDER/WIEN2k.04.10
PATH: .


## ----------- ##
## Core tests. ##
## ----------- ##

configure:1377: checking build system type
configure:1395: result: i686-pc-linux-gnu
configure:1542: checking for mpif90
configure:1558: found /usr/local/bin/mpif90
configure:1568: result: mpif90
configure:1583: checking for Fortran 77 compiler version
configure:1586: mpif90 --version </dev/null >&5
ifc: Command line warning: ignoring unknown option '-fversion'
/usr/lib/crt1.o(.text+0x18): In function `_start':
: undefined reference to `main'
configure:1589: $? = 1
configure:1591: mpif90 -v </dev/null >&5
mpif90 for
ld  \
    /usr/lib/crt1.o \
    /usr/lib/crti.o \
    /usr/local/intel/compiler70/ia32/lib/crtxi.o \
    -dynamic-linker \
    /lib/ld-linux.so.2 \
    -u \
    ___get_intrinsics \
    -o \
    a.out \
    -rpath \
    /usr/local/intel/compiler70/ia32/lib \
    -L \
    /usr/local/lib \
    -lmpichf90 \
    -lmpich \
    -Qy \
    -L/usr/local/intel/compiler70/ia32/lib \
    -L/usr/lib \
    -Bstatic \
    -lintrins \
    -lIEPCF90 \
    -lF90 \
    -lintrins \
    -limf \
    -Bdynamic \
    -lm \
    -Bstatic \
    -lirc \
    -Bdynamic \
    -lcxa \
    -Bstatic \
    -lunwind \
    -Bdynamic \
    -lc \
    /usr/local/intel/compiler70/ia32/lib/crtxn.o \
    /usr/lib/crtn.o

/usr/lib/crt1.o(.text+0x18): In function `_start':
: undefined reference to `main'
configure:1594: $? = 1
configure:1596: mpif90 -V </dev/null >&5
Intel(R) Fortran Compiler for 32-bit applications, Version 7.1   Build
20040713Z
Copyright (C) 1985-2004 Intel Corporation.  All rights reserved.
FOR NON-COMMERCIAL USE ONLY

/usr/lib/crt1.o(.text+0x18): In function `_start':
: undefined reference to `main'
GNU ld version 2.15.90.0.3 20040415
  Supported emulations:
   elf_i386
   i386linux
configure:1599: $? = 1
configure:1613: checking for Fortran 77 compiler default output file name
configure:1616: mpif90   conftest.f  >&5
   program MAIN

3 Lines Compiled
configure:1619: $? = 0
configure:1665: result: a.out
configure:1670: checking whether the Fortran 77 compiler works
configure:1676: ./a.out
configure:1679: $? = 0
configure:1696: result: yes
configure:1703: checking whether we are cross compiling
configure:1705: result: no
configure:1708: checking for suffix of executables
configure:1710: mpif90 -o conftest   conftest.f  >&5
   program MAIN

3 Lines Compiled
configure:1713: $? = 0
configure:1738: result:
configure:1744: checking for suffix of object files
configure:1755: mpif90 -c  conftest.f >&5
   program MAIN

3 Lines Compiled
configure:1758: $? = 0
configure:1780: result: o
configure:1788: checking whether we are using the GNU Fortran 77 compiler
configure:1802: mpif90 -c  conftest.F >&5
   program MAIN

       choke me
               ^
Error 7 at (3:conftest.F) : incomplete statement

1 Error
compilation aborted for conftest.F (code 1)
configure:1808: $? = 1
configure: failed program was:
|       program main
| #ifndef __GNUC__
|        choke me
| #endif
|
|       end
configure:1833: result: no
configure:1839: checking whether mpif90 accepts -g
configure:1851: mpif90 -c -g conftest.f >&5
   program MAIN

3 Lines Compiled
configure:1857: $? = 0
configure:1860: test -z     || test ! -s conftest.err
configure:1863: $? = 0
configure:1866: test -s conftest.o
configure:1869: $? = 0
configure:1881: result: yes
configure:2075: checking for mpif77
configure:2091: found /usr/local/bin/mpif77
configure:2101: result: mpif77
configure:2116: checking for Fortran 77 compiler version
configure:2119: mpif77 --version </dev/null >&5
GNU Fortran (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Copyright (C) 2002 Free Software Foundation, Inc.

GNU Fortran comes with NO WARRANTY, to the extent permitted by law.
You may redistribute copies of GNU Fortran
under the terms of the GNU General Public License.
For more information about these matters, see the file named COPYING
or type the command `info -f g77 Copying'.
configure:2122: $? = 0
configure:2124: mpif77 -v </dev/null >&5
mpif77 for
Driving:
g77 -I/usr/local/include -L/usr/local/lib -v -lmpich -lfrtbegin -lg2c -lm -s
hared-libgcc
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with:
../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
 --enable-shared --enable-threads=posix --disable-checking --disable-libunwi
nd-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-li
nux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
 /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/collect2 --eh-frame-hdr -m
elf_i386 -dynamic-linker /lib/ld-linux.so.2
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crt1.o
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crti.o
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/crtbegin.o -L/usr/local/lib -L/usr/
lib/gcc-lib/i386-redhat-linux/3.3.3 -L/usr/lib/gcc-lib/i386-redhat-linux/3.3
.3/../../.. -lmpich -lfrtbegin -lg2c -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/crtend.o
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crtn.o
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/libfrtbegin.a(frtbegin.o)(.text+0x3
2): In function `main':
: undefined reference to `MAIN__'
collect2: ld returned 1 exit status
configure:2127: $? = 1
configure:2129: mpif77 -V </dev/null >&5
g77: `-V' must come at the start of the command line
configure:2132: $? = 1
configure:2140: checking whether we are using the GNU Fortran 77 compiler
configure:2154: mpif77 -c -g conftest.F >&5
configure:2160: $? = 0
configure:2163: test -z     || test ! -s conftest.err
configure:2166: $? = 0
configure:2169: test -s conftest.o
configure:2172: $? = 0
configure:2185: result: yes
configure:2191: checking whether mpif77 accepts -g
configure:2203: mpif77 -c -g conftest.f >&5
configure:2209: $? = 0
configure:2212: test -z     || test ! -s conftest.err
configure:2215: $? = 0
configure:2218: test -s conftest.o
configure:2221: $? = 0
configure:2233: result: yes
configure:2314: checking for mpicc
configure:2330: found /usr/local/bin/mpicc
configure:2340: result: mpicc
configure:2361: checking for C compiler version
configure:2364: mpicc --version </dev/null >&5
gcc (GCC) 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
Copyright (C) 2003 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:2367: $? = 0
configure:2369: mpicc -v </dev/null >&5
mpicc for
Reading specs from /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/specs
Configured with:
../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info
 --enable-shared --enable-threads=posix --disable-checking --disable-libunwi
nd-exceptions --with-system-zlib --enable-__cxa_atexit --host=i386-redhat-li
nux
Thread model: posix
gcc version 3.3.3 20040412 (Red Hat Linux 3.3.3-7)
 /usr/lib/gcc-lib/i386-redhat-linux/3.3.3/collect2 --eh-frame-hdr -m
elf_i386 -dynamic-linker /lib/ld-linux.so.2
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crt1.o
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crti.o
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/crtbegin.o -L/usr/local/lib -L/usr/
lib/gcc-lib/i386-redhat-linux/3.3.3 -L/usr/lib/gcc-lib/i386-redhat-linux/3.3
.3/../../.. -lmpich -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-
needed -lgcc_s --no-as-needed
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/crtend.o
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crtn.o
/usr/lib/gcc-lib/i386-redhat-linux/3.3.3/../../../crt1.o(.text+0x18): In
function `_start':
: undefined reference to `main'
collect2: ld returned 1 exit status
configure:2372: $? = 1
configure:2374: mpicc -V </dev/null >&5
gcc: `-V' must come at the start of the command line
configure:2377: $? = 1
configure:2380: checking whether we are using the GNU C compiler
configure:2404: mpicc -c   conftest.c >&5
configure:2410: $? = 0
configure:2413: test -z     || test ! -s conftest.err
configure:2416: $? = 0
configure:2419: test -s conftest.o
configure:2422: $? = 0
configure:2435: result: yes
configure:2441: checking whether mpicc accepts -g
configure:2462: mpicc -c -g  conftest.c >&5
configure:2468: $? = 0
configure:2471: test -z     || test ! -s conftest.err
configure:2474: $? = 0
configure:2477: test -s conftest.o
configure:2480: $? = 0
configure:2491: result: yes
configure:2508: checking for mpicc option to accept ANSI C
configure:2578: mpicc  -c -g -O2  conftest.c >&5
configure:2584: $? = 0
configure:2587: test -z     || test ! -s conftest.err
configure:2590: $? = 0
configure:2593: test -s conftest.o
configure:2596: $? = 0
configure:2614: result: none needed
configure:2632: mpicc -c -g -O2  conftest.c >&5
conftest.c:2: error: syntax error before "me"
configure:2638: $? = 1
configure: failed program was:
| #ifndef __cplusplus
|   choke me
| #endif
configure:3038: checking how to run the C preprocessor
configure:3073: mpicc -E  conftest.c
configure:3079: $? = 0
configure:3111: mpicc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3117: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PWscf"
| #define PACKAGE_TARNAME "pwscf"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "PWscf 2.1"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3156: result: mpicc -E
configure:3180: mpicc -E  conftest.c
configure:3186: $? = 0
configure:3218: mpicc -E  conftest.c
conftest.c:9:28: ac_nonexistent.h: No such file or directory
configure:3224: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PWscf"
| #define PACKAGE_TARNAME "pwscf"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "PWscf 2.1"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static  conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifc6rICL5.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static
 conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/usr/local/lib
conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifcfbTiNa.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/usr/local/lib
conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/opt/intel/mkl70/lib
/32 conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifcFHkdCr.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/opt/intel/mkl70/lib
/32 conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/opt/intel/mkl/mkl61
/lib/32 conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifcRMbhKK.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/opt/intel/mkl/mkl61
/lib/32 conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/opt/intel/mkl/lib/3
2 conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifcRxrn01.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/opt/intel/mkl/lib/3
2 conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/opt/intel/mkl61/lib
/32 conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifcGABqa7.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/opt/intel/mkl61/lib
/32 conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/cineca/lib
conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifc89Xabo.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/cineca/lib
conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/cineca/prod/intel/l
ib conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifcQBGZbF.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/cineca/prod/intel/l
ib conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/usr/local/lib
conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifcQsxwtW.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/usr/local/lib
conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/usr/local/lib
conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifclJ5Nm6.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/usr/local/lib
conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
ld: cannot find -lmkl_lapack
configure:3567: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3594: result: no
configure:3511: checking for library containing zggev
configure:3524: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/usr/local/intel/mkl
701/lib/32 conftest.f  >&5
   program MAIN

3 Lines Compiled
/tmp/ifcnh0wln.o(.text+0x1c): In function `main':
: undefined reference to `zggev_'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:3530: $? = 1
configure: failed program was:
|       program main
|       call zggev
|       end
configure:3561: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static -L/usr/local/intel/mkl
701/lib/32 conftest.f -lmkl_lapack -lmkl_ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
configure:3567: $? = 0
configure:3570: test -z     || test ! -s conftest.err
configure:3573: $? = 0
configure:3576: test -s conftest
configure:3579: $? = 0
configure:3594: result: -lmkl_lapack
configure:4398: checking for library containing fftwnd
configure:4428: mpicc -o
conftest -O3 -fomit-frame-pointer -O3 -fomit-frame-pointer


conftest.c -L/usr/local/intel/mkl701/lib/32 -lmkl_lapack -lmkl_ia32 -lguide 
-lpthread  >&5
/tmp/ccqx9EHX.o(.text+0xa): In function `main':
: undefined reference to `fftwnd'
collect2: ld returned 1 exit status
configure:4434: $? = 1
configure: failed program was:
| /* confdefs.h.  */
|
| #define PACKAGE_NAME "PWscf"
| #define PACKAGE_TARNAME "pwscf"
| #define PACKAGE_VERSION "2.1"
| #define PACKAGE_STRING "PWscf 2.1"
| #define PACKAGE_BUGREPORT ""
| /* end confdefs.h.  */
|
| /* Override any gcc2 internal prototype to avoid an error.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| /* We use char because int might match the return type of a gcc2
|    builtin and then its argument prototype would still apply.  */
| char fftwnd ();
| int
| main ()
| {
| fftwnd ();
|   ;
|   return 0;
| }
configure:4482: mpicc -o
conftest -O3 -fomit-frame-pointer -O3 -fomit-frame-pointer


conftest.c -lfftw -lm -L/usr/local/intel/mkl701/lib/32 -lmkl_lapack -lmkl_ia
32 -lguide -lpthread  >&5
configure:4488: $? = 0
configure:4491: test -z     || test ! -s conftest.err
configure:4494: $? = 0
configure:4497: test -s conftest
configure:4500: $? = 0
configure:4515: result: -lfftw
configure:4880: checking for library containing mpi_init
configure:4893: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static
conftest.f  -lfftw -L/usr/local/intel/mkl701/lib/32 -lmkl_lapack -lmkl_ia32 
-lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
/usr/local/lib/libmpich.a(simple_pmi.o)(.text+0x18dd): In function
`PMII_Connect_to_pm':
: warning: Using 'gethostbyname' in statically linked applications requires
at runtime the shared libraries from the glibc version used for linking
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:4899: $? = 1
configure: failed program was:
|       program main
|       call mpi_init
|       end
configure:4930: mpif90 -o
conftest -Vaxlib -O2 -tpp6  -nomodule -Vaxlib -static
nftest.f -lmpi   -lfftw -L/usr/local/intel/mkl701/lib/32 -lmkl_lapack -lmkl_
ia32 -lguide -lpthread  >&5
   program MAIN

3 Lines Compiled
/usr/local/lib/libmpich.a(simple_pmi.o)(.text+0x18dd): In function
`PMII_Connect_to_pm':
: warning: Using 'gethostbyname' in statically linked applications requires
at runtime the shared libraries from the glibc version used for linking
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xb8): In
function `libi_exit':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(fstop.o)(.text+0xc4): In
function `libi_exit':
: undefined reference to `pthread_equal'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x23):
In function `f_claim_mutex':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x33):
In function `f_exitthread':
: undefined reference to `pthread_exit'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(threadsafe.o)(.text+0x53):
In function `f_release_mutex':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libIEPCF90.a(f90init.o)(.text+0x1b): In
function `f90_init':
: undefined reference to `pthread_self'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x9b): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0xb3): In
function `std::set_unexpected(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x125): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(exception.o)(.text+0x13d): In
function `std::set_terminate(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0xd): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libcxa.a(newhandler.o)(.text+0x25): In
function `std::set_new_handler(void (*)())':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x2f): In
function `_eh_get_lock':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x42): In
function `.B1.2':
: undefined reference to `pthread_mutex_lock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x63): In
function `_eh_release_lock':
: undefined reference to `pthread_mutex_unlock'
/usr/local/intel/compiler70/ia32/lib/libunwind.a(ptn_ix86.o)(.text+0x76): In
function `.B2.2':
: undefined reference to `pthread_mutex_unlock'
configure:4936: $? = 1
configure: failed program was:
|       program main
|       call mpi_init
|       end
configure:4963: result: no
configure:4981: checking for library containing mpi_init
configure:5064: result: no
configure:5075: checking for library containing zggev
configure:5158: result: -lmkl_lapack
configure:5365: checking for library containing fftwnd
configure:5482: result: -lfftw
configure:5519: checking for egrep
configure:5529: result: grep -E
configure:5534: checking for ANSI C header files
configure:5559: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5565: $? = 0
configure:5568: test -z     || test ! -s conftest.err
configure:5571: $? = 0
configure:5574: test -s conftest.o
configure:5577: $? = 0
configure:5663: mpicc -o
conftest -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer

conftest.c  -lfftw -L/usr/local/intel/mkl701/lib/32 -lmkl_lapack -lmkl_ia32 
-lguide -lpthread  >&5
configure:5666: $? = 0
configure:5668: ./conftest
configure:5671: $? = 0
configure:5686: result: yes
configure:5710: checking for sys/types.h
configure:5726: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5732: $? = 0
configure:5735: test -z     || test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5755: result: yes
configure:5710: checking for sys/stat.h
configure:5726: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5732: $? = 0
configure:5735: test -z     || test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5755: result: yes
configure:5710: checking for stdlib.h
configure:5726: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5732: $? = 0
configure:5735: test -z     || test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5755: result: yes
configure:5710: checking for string.h
configure:5726: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5732: $? = 0
configure:5735: test -z     || test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5755: result: yes
configure:5710: checking for memory.h
configure:5726: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5732: $? = 0
configure:5735: test -z     || test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5755: result: yes
configure:5710: checking for strings.h
configure:5726: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5732: $? = 0
configure:5735: test -z     || test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5755: result: yes
configure:5710: checking for inttypes.h
configure:5726: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5732: $? = 0
configure:5735: test -z     || test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5755: result: yes
configure:5710: checking for stdint.h
configure:5726: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5732: $? = 0
configure:5735: test -z     || test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5755: result: yes
configure:5710: checking for unistd.h
configure:5726: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5732: $? = 0
configure:5735: test -z     || test ! -s conftest.err
configure:5738: $? = 0
configure:5741: test -s conftest.o
configure:5744: $? = 0
configure:5755: result: yes
configure:5777: checking fftw.h usability
configure:5789: mpicc -c -O3 -fomit-frame-pointer  -O3 -fomit-frame-pointer
conftest.c >&5
configure:5795: $? = 0
configure:5798: test -z     || test ! -s conftest.err
configure:5801: $? = 0
configure:5804: test -s conftest.o
configure:5807: $? = 0
configure:5817: result: yes
configure:5821: checking fftw.h presence
configure:5831: mpicc -E -O3 -fomit-frame-pointer  conftest.c
configure:5837: $? = 0
configure:5857: result: yes
configure:5892: checking for fftw.h
configure:5899: result: yes
configure:6113: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by PWscf config.status 2.1, which was
generated by GNU Autoconf 2.59.  Invocation command line was

  CONFIG_FILES    =
  CONFIG_HEADERS  =
  CONFIG_LINKS    =
  CONFIG_COMMANDS =
  $ ./config.status

on condmat1.ctpm.aeoi.org

config.status:701: creating make.sys
config.status:701: creating make.rules

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=i686-pc-linux-gnu
ac_cv_build_alias=i686-pc-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_env_CC_set=
ac_cv_env_CC_value=
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_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FFLAGS_set=
ac_cv_env_FFLAGS_value=
ac_cv_env_LDFLAGS_set=
ac_cv_env_LDFLAGS_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_exeext=
ac_cv_f77_compiler_gnu=yes
ac_cv_header_fftw_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_unistd_h=yes
ac_cv_objext=o
ac_cv_prog_CPP='mpicc -E'
ac_cv_prog_ac_ct_CC=mpicc
ac_cv_prog_ac_ct_F77=mpif77
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_search_fftwnd=-lfftw
ac_cv_search_mpi_init=no
ac_cv_search_zggev=-lmkl_lapack

## ----------------- ##
## Output variables. ##
## ----------------- ##

CC='mpicc'
CFLAGS='-O3 -fomit-frame-pointer '
CPP='mpicc -E'
CPPFLAGS='-O3 -fomit-frame-pointer '
DEFS='-DPACKAGE_NAME=\"PWscf\" -DPACKAGE_TARNAME=\"pwscf\" -DPACKAGE_VERSION
=\"2.1\" -DPACKAGE_STRING=\"PWscf\
2.1\" -DPACKAGE_BUGREPORT=\"\" -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_
SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_ST
RINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 '
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
F77='mpif90'
FFLAGS='-Vaxlib -O2 -tpp6  -nomodule'
LDFLAGS=''
LIBOBJS=''
LIBS=' -lfftw -L/usr/local/intel/mkl701/lib/32 -lmkl_lapack -lmkl_ia32 -lgui
de -lpthread '
LTLIBOBJS=''
OBJEXT='o'
PACKAGE_BUGREPORT=''
PACKAGE_NAME='PWscf'
PACKAGE_STRING='PWscf 2.1'
PACKAGE_TARNAME='pwscf'
PACKAGE_VERSION='2.1'
PATH_SEPARATOR=':'
SHELL='/bin/sh'
ac_ct_CC='mpicc'
ac_ct_F77='mpif77'
ar='ar'
arflags='ruv'
bindir='${exec_prefix}/bin'
build='i686-pc-linux-gnu'
build_alias=''
build_cpu='i686'
build_os='linux-gnu'
build_vendor='pc'
cc='mpicc'
cflags='-O3 -fomit-frame-pointer'
cpp='cpp'
cppflags='-P -traditional'
datadir='${prefix}/share'
dflags='-D__LINUX -D__INTEL -D__FFTW'
exec_prefix='${prefix}'
f77='mpif77'
f90='mpif90'
f90flags='$(FFLAGS) -nomodule'
f90rule='$(F90) $(F90FLAGS) $(MODULEFLAG) -c $<'
fdflags='$(DFLAGS)'
fflags='-Vaxlib -O2 -tpp6'
fflags_noopt='-O0'
host_alias=''
ifftw=''
includedir='${prefix}/include'
infodir='${prefix}/info'
ld='mpif90'
ldflags='-Vaxlib -static'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
libs=' -lfftw -L/usr/local/intel/mkl701/lib/32 -lmkl_lapack -lmkl_ia32 -lgui
de -lpthread '
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mylib='lapack_mkl'
oldincludedir='/usr/include'
pre_fdflags='-fpp '
prefix='/usr/local'
program_transform_name='s,x,x,'
ranlib='echo'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define HAVE_INTTYPES_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME "PWscf"
#define PACKAGE_STRING "PWscf 2.1"
#define PACKAGE_TARNAME "pwscf"
#define PACKAGE_VERSION "2.1"
#define STDC_HEADERS 1

configure: exit 0
 ============================================


> On Tue, 2004-10-26 at 10:26, Mahmoud Payami wrote:
> > Before I try to use "./configure", I have installed MPI and run
> > "mpdboot -n <number_of_hosts>" command successfully. So the
> > environment for parallel is ok.
>
> I don't know this command, is it enough to say that the MPI environment
> works? Have you tried compiling and running a simple test program?
>
> > Afterwards, I try to use the "configure" command. As is seen at the
> > end it does not detect parallel environment (although it detects all
> > relevant mpicc, mpif77, ...):
> [snip]
> > checking for library containing mpi_init... no
> [snip]
> > ----------------------------------------------
> > WARNING: parallel environment not detected
> > this program will run in single-processor mode
> > ----------------------------------------------
>
> Could you please post the "config.log" file produced by running
> configure? This should contain more info on why the check failed. If you
> want to look at it yourself, search for "mpi_init".
>
> Gerardo
>
>
> _______________________________________________
> Pw_forum mailing list
> Pw_forum at pwscf.org
> http://www.democritos.it/mailman/listinfo/pw_forum
>




More information about the users mailing list