espressomd-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ESPResSo] openmpi again...


From: Jacob Kirkensgaard
Subject: [ESPResSo] openmpi again...
Date: Tue, 27 Oct 2009 13:27:37 +0100

Hi all

I am trying to get Espresso running in parallel on an 8-core Mac OSX 10.5 machine which comes with openmpi 1.2.3 installed. There has previously been some discussion, particularly by Tristan + Kai on this issue. I also experience what Tristan described, namely that the configuration finds all relevant files but still does not work properly. Unlike Tristan I have not installed mpich which I can remove. I have tried a number of ways to run ./configure, like:

1 ./configure
2 ./configure --with-mpi=generic
3 ./configure CC=mpicc
4 ./configure --with-mpi=generic CC=mpicc

1 will use mpi = fake, 2 will fail in finding a generic mpi environment, 3+4 will find mpirun etc but for some reason still ends up wrong in the same way as previously described by Tristan. Does anyone have a clue what is wrong here. I attach log from version 4.

Thanks,
Jacob


This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by ESPResSo configure-ac 2.1.2j, which was
generated by GNU Autoconf 2.61.  Invocation command line was

$ ../configure-ac --with-myconfig=/Users/jacobkirkensgaard2/ espresso-2.1.2j/mpi_espresso/myconfig.h --with-mpi=generic CC=mpicc

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

hostname = kirkensgaardmacpro.local
uname -m = i386
uname -r = 9.8.0
uname -s = Darwin
uname -v = Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386

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

/bin/arch              = unknown
/usr/bin/arch -k       = unknown
/usr/convex/getsysinfo = unknown
/usr/bin/hostinfo      = Mach kernel version:
Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
Kernel configured for up to 16 processors.
8 processors are physically available.
16 processors are logically available.
Processor type: i486 (Intel 80486)
Processors active: 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
Primary memory available: 8.00 gigabytes
Default processor set: 118 tasks, 642 threads, 16 processors
Load average: 0.56, Mach factor: 15.43
/bin/machine           = unknown
/usr/bin/oslevel       = unknown
/bin/universe          = unknown

PATH: /Library/Frameworks/Python.framework/Versions/Current/bin
PATH: /sw/bin
PATH: /sw/sbin
PATH: /usr/bin
PATH: /bin
PATH: /usr/sbin
PATH: /sbin
PATH: /usr/local/bin
PATH: /usr/X11/bin
PATH: Users/jacobkirkensgaard2/Evolver
PATH: sw/include
PATH: sw/lib
PATH: sw/bin
PATH: Users/jacobkirkensgaard2/NAMD_2.6_MacOSX-i686
PATH: /usr/local
PATH: usr/local/bin
PATH: usr/local/gfortran/bin
PATH: /opt/pgi/osx86/7.2-2/bin/
PATH: /Applications/Octave.app/Contents/Resources/bin/
PATH: /Applications/Grace.app/Contents/Resources/grace/bin/
PATH: /usr/X11R6/bin


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

configure-ac:1862: checking build system type
configure-ac:1880: result: i486-apple-darwin9.8.0
configure-ac:1902: checking host system type
configure-ac:1917: result: i486-apple-darwin9.8.0
configure-ac:1939: checking target system type
configure-ac:1954: result: i486-apple-darwin9.8.0
configure-ac:1999: checking for a BSD-compatible install
configure-ac:2055: result: /usr/bin/install -c
configure-ac:2066: checking whether build environment is sane
configure-ac:2109: result: yes
configure-ac:2137: checking for a thread-safe mkdir -p
configure-ac:2176: result: ../config/install-sh -c -d
configure-ac:2189: checking for gawk
configure-ac:2219: result: no
configure-ac:2189: checking for mawk
configure-ac:2219: result: no
configure-ac:2189: checking for nawk
configure-ac:2219: result: no
configure-ac:2189: checking for awk
configure-ac:2205: found /usr/bin/awk
configure-ac:2216: result: awk
configure-ac:2227: checking whether make sets $(MAKE)
configure-ac:2248: result: yes
configure-ac:2436: checking whether to enable maintainer-specific portions of Makefiles
configure-ac:2445: result: no
configure-ac:2482: checking for style of include used by make
configure-ac:2510: result: GNU
configure-ac:2580: checking for gcc
configure-ac:2607: result: mpicc
configure-ac:2845: checking for C compiler version
configure-ac:2852: mpicc --version >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
Copyright (C) 2005 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-ac:2855: $? = 0
configure-ac:2862: mpicc -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable- checking -enable-werror --prefix=/usr --mandir=/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/ $/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/ lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic -- host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5493)
configure-ac:2865: $? = 0
configure-ac:2872: mpicc -V >&5
gcc-4.0: argument to `-V' is missing
configure-ac:2875: $? = 1
configure-ac:2898: checking for C compiler default output file name
configure-ac:2925: mpicc    conftest.c  >&5
configure-ac:2928: $? = 0
configure-ac:2966: result: a.out
configure-ac:2983: checking whether the C compiler works
configure-ac:2993: ./a.out
configure-ac:2996: $? = 0
configure-ac:3013: result: yes
configure-ac:3020: checking whether we are cross compiling
configure-ac:3022: result: no
configure-ac:3025: checking for suffix of executables
configure-ac:3032: mpicc -o conftest    conftest.c  >&5
configure-ac:3035: $? = 0
configure-ac:3059: result:
configure-ac:3065: checking for suffix of object files
configure-ac:3091: mpicc -c   conftest.c >&5
configure-ac:3094: $? = 0
configure-ac:3117: result: o
configure-ac:3121: checking whether we are using the GNU C compiler
configure-ac:3150: mpicc -c   conftest.c >&5
configure-ac:3156: $? = 0
configure-ac:3173: result: yes
configure-ac:3177: checking for mpicc option to accept ISO C89
configure-ac:3251: mpicc  -c   conftest.c >&5
configure-ac:3257: $? = 0
configure-ac:3280: result: none needed
configure-ac:3300: checking dependency style of mpicc
configure-ac:3391: result: gcc3
configure-ac:3411: checking how to run the C preprocessor
configure-ac:3451: mpicc -E  conftest.c
configure-ac:3457: $? = 0
configure-ac:3488: mpicc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure-ac:3494: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure-ac:3527: result: mpicc -E
configure-ac:3556: mpicc -E  conftest.c
configure-ac:3562: $? = 0
configure-ac:3593: mpicc -E  conftest.c
conftest.c:10:28: error: ac_nonexistent.h: No such file or directory
configure-ac:3599: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure-ac:3684: checking for gcc
configure-ac:3711: result: mpicc
configure-ac:3949: checking for C compiler version
configure-ac:3956: mpicc --version >&5
i686-apple-darwin9-gcc-4.0.1 (GCC) 4.0.1 (Apple Inc. build 5493)
Copyright (C) 2005 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-ac:3959: $? = 0
configure-ac:3966: mpicc -v >&5
Using built-in specs.
Target: i686-apple-darwin9
Configured with: /var/tmp/gcc/gcc-5493~1/src/configure --disable- checking -enable-werror --prefix=/usr --mandir=/share/man --enable- languages=c,objc,c++,obj-c++ --program-transform-name=/^[cg][^.-]*$/s/ $/-4.0/ --with-gxx-include-dir=/include/c++/4.0.0 --with-slibdir=/usr/ lib --build=i686-apple-darwin9 --with-arch=apple --with-tune=generic -- host=i686-apple-darwin9 --target=i686-apple-darwin9
Thread model: posix
gcc version 4.0.1 (Apple Inc. build 5493)
configure-ac:3969: $? = 0
configure-ac:3976: mpicc -V >&5
gcc-4.0: argument to `-V' is missing
configure-ac:3979: $? = 1
configure-ac:3982: checking whether we are using the GNU C compiler
configure-ac:4034: result: yes
configure-ac:4038: checking for mpicc option to accept ISO C89
configure-ac:4141: result: none needed
configure-ac:4161: checking dependency style of mpicc
configure-ac:4252: result: gcc3
configure-ac:4268: checking whether mpicc and cc understand -c and -o together
configure-ac:4303: mpicc -c conftest.c -o conftest2.o >&5
configure-ac:4306: $? = 0
configure-ac:4312: mpicc -c conftest.c -o conftest2.o >&5
configure-ac:4315: $? = 0
configure-ac:4326: cc -c conftest.c >&5
configure-ac:4329: $? = 0
configure-ac:4337: cc -c conftest.c -o conftest2.o >&5
configure-ac:4340: $? = 0
configure-ac:4346: cc -c conftest.c -o conftest2.o >&5
configure-ac:4349: $? = 0
configure-ac:4367: result: yes
configure-ac:7269: checking whether the mpicc command works out of the box for MPI
configure-ac:7322: mpicc -o conftest    conftest.c  >&5
configure-ac:7328: $? = 0
configure-ac:7334: result: yes
configure-ac:7348: trying to find a generic MPI
configure-ac:7359: checking for mpirun
configure-ac:7377: found /usr/bin/mpirun
configure-ac:7390: result: /usr/bin/mpirun
configure-ac:7405: found a generic MPI environment
configure-ac:8174: checking how to inline functions
configure-ac:8201: mpicc -c   conftest.c >&5
configure-ac:8207: $? = 0
configure-ac:8228: result: static inline
configure-ac:8257: checking the compiler type
configure-ac:8288: result: gcc
configure-ac:8329: checking whether the compiler accepts -fast
configure-ac:8354: mpicc -c -fast   conftest.c >&5
configure-ac:8360: $? = 0
configure-ac:8365: result: yes
configure-ac:8389: checking whether the compiler accepts -m32
configure-ac:8414: mpicc -c -m32 -fast   conftest.c >&5
configure-ac:8420: $? = 0
configure-ac:8425: result: yes
configure-ac:8443: checking whether the compiler accepts -march=i486
configure-ac:8468: mpicc -c -march=i486 -m32 -fast   conftest.c >&5
configure-ac:8474: $? = 0
configure-ac:8479: result: yes
configure-ac:8774: checking whether the compiler accepts -O3
configure-ac:8799: mpicc -c -O3 -march=i486 -m32 -fast   conftest.c >&5
configure-ac:8805: $? = 0
configure-ac:8810: result: yes
configure-ac:8826: checking whether the compiler accepts -Wno-unused- function configure-ac:8851: mpicc -c -Wno-unused-function -O3 -march=i486 -m32 - fast conftest.c >&5
configure-ac:8857: $? = 0
configure-ac:8862: result: yes
configure-ac:8878: checking whether the compiler accepts -Wall
configure-ac:8903: mpicc -c -Wall -Wno-unused-function -O3 -march=i486 -m32 -fast conftest.c >&5
configure-ac:8909: $? = 0
configure-ac:8914: result: yes
configure-ac:8930: checking whether the compiler accepts -ffast-math
configure-ac:8955: mpicc -c -ffast-math -Wall -Wno-unused-function -O3 -march=i486 -m32 -fast conftest.c >&5
configure-ac:8961: $? = 0
configure-ac:8966: result: yes
configure-ac:8982: checking whether the compiler accepts -floop-optimize
configure-ac:9007: mpicc -c -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast conftest.c >&5
configure-ac:9013: $? = 0
configure-ac:9018: result: yes
configure-ac:9034: checking whether the compiler accepts -funroll-loops
configure-ac:9059: mpicc -c -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused-function -O3 -march=i486 -m32 -fast conftest.c >&5
configure-ac:9065: $? = 0
configure-ac:9070: result: yes
configure-ac:9141: checking whether the compiler accepts -fomit-frame- pointer configure-ac:9166: mpicc -c -fomit-frame-pointer -funroll-loops -floop- optimize -ffast-math -Wall -Wno-unused-function -O3 -march=i486 -m32 - fast conftest.c >&5
configure-ac:9172: $? = 0
configure-ac:9177: result: yes
configure-ac:9303: checking whether the compiler accepts -finline- limit=1000000 configure-ac:9328: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast conftest.c >&5
configure-ac:9334: $? = 0
configure-ac:9339: result: yes
configure-ac:11130: checking for gawk
configure-ac:11157: result: awk
configure-ac:11168: checking for grep that handles long lines and -e
configure-ac:11242: result: /usr/bin/grep
configure-ac:11247: checking for egrep
configure-ac:11325: result: /usr/bin/grep -E
configure-ac:11373: checking for ranlib
configure-ac:11389: found /usr/bin/ranlib
configure-ac:11400: result: ranlib
configure-ac:11439: checking for a BSD-compatible install
configure-ac:11495: result: /usr/bin/install -c
configure-ac:11506: checking whether ln -s works
configure-ac:11510: result: yes
configure-ac:11519: checking for doxygen
configure-ac:11550: result: no
configure-ac:11568: checking for pdflatex
configure-ac:11599: result: no
configure-ac:11609: checking for makeindex
configure-ac:11640: result: no
configure-ac:11650: checking for bibtex
configure-ac:11681: result: no
configure-ac:11862: checking for libtcl8.5
configure-ac:11896: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast conftest.c -ltcl8.5 >&5
ld: library not found for -ltcl8.5
collect2: ld returned 1 exit status
configure-ac:11902: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char Tcl_Init ();
| int
| main ()
| {
| return Tcl_Init ();
|   ;
|   return 0;
| }
configure-ac:11950: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/sw/lib conftest.c - ltcl8.5 >&5
ld: library not found for -ltcl8.5
collect2: ld returned 1 exit status
configure-ac:11956: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char Tcl_Init ();
| int
| main ()
| {
| return Tcl_Init ();
|   ;
|   return 0;
| }
configure-ac:11950: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/usr/lib64 conftest.c - ltcl8.5 >&5
ld: library not found for -ltcl8.5
collect2: ld returned 1 exit status
configure-ac:11956: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char Tcl_Init ();
| int
| main ()
| {
| return Tcl_Init ();
|   ;
|   return 0;
| }
configure-ac:11950: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/usr/local/lib64 conftest.c -ltcl8.5 >&5
ld: library not found for -ltcl8.5
collect2: ld returned 1 exit status
configure-ac:11956: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char Tcl_Init ();
| int
| main ()
| {
| return Tcl_Init ();
|   ;
|   return 0;
| }
configure-ac:11950: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/opt/lib64 conftest.c - ltcl8.5 >&5
ld: library not found for -ltcl8.5
collect2: ld returned 1 exit status
configure-ac:11956: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char Tcl_Init ();
| int
| main ()
| {
| return Tcl_Init ();
|   ;
|   return 0;
| }
configure-ac:11950: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/usr/lib conftest.c - ltcl8.5 >&5
ld: library not found for -ltcl8.5
collect2: ld returned 1 exit status
configure-ac:11956: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char Tcl_Init ();
| int
| main ()
| {
| return Tcl_Init ();
|   ;
|   return 0;
| }
configure-ac:11950: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/usr/local/lib conftest.c -ltcl8.5 >&5
ld: library not found for -ltcl8.5
collect2: ld returned 1 exit status
configure-ac:11956: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char Tcl_Init ();
| int
| main ()
| {
| return Tcl_Init ();
|   ;
|   return 0;
| }
configure-ac:11950: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/opt/lib conftest.c - ltcl8.5 >&5
ld: library not found for -ltcl8.5
collect2: ld returned 1 exit status
configure-ac:11956: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char Tcl_Init ();
| int
| main ()
| {
| return Tcl_Init ();
|   ;
|   return 0;
| }
configure-ac:11979: result: no
configure-ac:11862: checking for libtcl8.4
configure-ac:11896: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast conftest.c -ltcl8.4 >&5
configure-ac:11902: $? = 0
configure-ac:11976: result: yes
configure-ac:12168: checking for tcl.h
configure-ac:12183: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast conftest.c >&5
configure-ac:12189: $? = 0
configure-ac:12242: result: yes
configure-ac:12278: checking for X
configure-ac:12513: result: libraries /usr/X11/lib, headers /usr/X11/ include
configure-ac:14107: checking for libfftw3
configure-ac:14141: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast conftest.c -lfftw3 - ltcl8.4 -lm >&5
ld: library not found for -lfftw3
collect2: ld returned 1 exit status
configure-ac:14147: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fftw_plan_many_dft ();
| int
| main ()
| {
| return fftw_plan_many_dft ();
|   ;
|   return 0;
| }
configure-ac:14195: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/sw/lib conftest.c - lfftw3 -ltcl8.4 -lm >&5
ld: library not found for -lfftw3
collect2: ld returned 1 exit status
configure-ac:14201: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fftw_plan_many_dft ();
| int
| main ()
| {
| return fftw_plan_many_dft ();
|   ;
|   return 0;
| }
configure-ac:14195: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/usr/lib64 conftest.c - lfftw3 -ltcl8.4 -lm >&5
ld: library not found for -lfftw3
collect2: ld returned 1 exit status
configure-ac:14201: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fftw_plan_many_dft ();
| int
| main ()
| {
| return fftw_plan_many_dft ();
|   ;
|   return 0;
| }
configure-ac:14195: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/usr/local/lib64 conftest.c -lfftw3 -ltcl8.4 -lm >&5
ld: library not found for -lfftw3
collect2: ld returned 1 exit status
configure-ac:14201: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fftw_plan_many_dft ();
| int
| main ()
| {
| return fftw_plan_many_dft ();
|   ;
|   return 0;
| }
configure-ac:14195: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/opt/lib64 conftest.c - lfftw3 -ltcl8.4 -lm >&5
ld: library not found for -lfftw3
collect2: ld returned 1 exit status
configure-ac:14201: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fftw_plan_many_dft ();
| int
| main ()
| {
| return fftw_plan_many_dft ();
|   ;
|   return 0;
| }
configure-ac:14195: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/usr/lib conftest.c - lfftw3 -ltcl8.4 -lm >&5
ld: library not found for -lfftw3
collect2: ld returned 1 exit status
configure-ac:14201: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fftw_plan_many_dft ();
| int
| main ()
| {
| return fftw_plan_many_dft ();
|   ;
|   return 0;
| }
configure-ac:14195: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/usr/local/lib conftest.c -lfftw3 -ltcl8.4 -lm >&5
ld: library not found for -lfftw3
collect2: ld returned 1 exit status
configure-ac:14201: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fftw_plan_many_dft ();
| int
| main ()
| {
| return fftw_plan_many_dft ();
|   ;
|   return 0;
| }
configure-ac:14195: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/opt/lib conftest.c - lfftw3 -ltcl8.4 -lm >&5
ld: library not found for -lfftw3
collect2: ld returned 1 exit status
configure-ac:14201: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fftw_plan_many_dft ();
| int
| main ()
| {
| return fftw_plan_many_dft ();
|   ;
|   return 0;
| }
configure-ac:14224: result: no
configure-ac:14334: checking for libdfftw
configure-ac:14368: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast conftest.c -ldfftw - ltcl8.4 -lm >&5
ld: library not found for -ldfftw
collect2: ld returned 1 exit status
configure-ac:14374: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| /* end confdefs.h.  */
|
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char fftw_create_plan_specific ();
| int
| main ()
| {
| return fftw_create_plan_specific ();
|   ;
|   return 0;
| }
configure-ac:14422: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -L/sw/lib conftest.c - ldfftw -ltcl8.4 -lm >&5
configure-ac:14428: $? = 0
configure-ac:14448: result: yes
configure-ac:14602: checking for fftw.h
configure-ac:14617: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast conftest.c >&5
conftest.c:2:20: error: fftw.h: No such file or directory
configure-ac:14623: $? = 1
configure-ac: failed program was:
|
|               #include <fftw.h>
|
configure-ac:14652: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:14658: $? = 0
configure-ac:14676: result: yes
configure-ac:15401: checking for ANSI C header files
configure-ac:15431: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15437: $? = 0
configure-ac:15536: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:15539: $? = 0
configure-ac:15545: ./conftest
configure-ac:15548: $? = 0
configure-ac:15565: result: yes
configure-ac:15589: checking for sys/types.h
configure-ac:15610: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15616: $? = 0
configure-ac:15632: result: yes
configure-ac:15589: checking for sys/stat.h
configure-ac:15610: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15616: $? = 0
configure-ac:15632: result: yes
configure-ac:15589: checking for stdlib.h
configure-ac:15610: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15616: $? = 0
configure-ac:15632: result: yes
configure-ac:15589: checking for string.h
configure-ac:15610: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15616: $? = 0
configure-ac:15632: result: yes
configure-ac:15589: checking for memory.h
configure-ac:15610: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15616: $? = 0
configure-ac:15632: result: yes
configure-ac:15589: checking for strings.h
configure-ac:15610: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15616: $? = 0
configure-ac:15632: result: yes
configure-ac:15589: checking for inttypes.h
configure-ac:15610: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15616: $? = 0
configure-ac:15632: result: yes
configure-ac:15589: checking for stdint.h
configure-ac:15610: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15616: $? = 0
configure-ac:15632: result: yes
configure-ac:15589: checking for unistd.h
configure-ac:15610: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15616: $? = 0
configure-ac:15632: result: yes
configure-ac:15675: checking arpa/inet.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking arpa/inet.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for arpa/inet.h
configure-ac:15792: result: yes
configure-ac:15675: checking fcntl.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking fcntl.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for fcntl.h
configure-ac:15792: result: yes
configure-ac:15675: checking float.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking float.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for float.h
configure-ac:15792: result: yes
configure-ac:15665: checking for inttypes.h
configure-ac:15671: result: yes
configure-ac:15675: checking limits.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking limits.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for limits.h
configure-ac:15792: result: yes
configure-ac:15675: checking netdb.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking netdb.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for netdb.h
configure-ac:15792: result: yes
configure-ac:15675: checking netinet/in.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking netinet/in.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for netinet/in.h
configure-ac:15792: result: yes
configure-ac:15675: checking stddef.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking stddef.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for stddef.h
configure-ac:15792: result: yes
configure-ac:15665: checking for stdlib.h
configure-ac:15671: result: yes
configure-ac:15665: checking for string.h
configure-ac:15671: result: yes
configure-ac:15665: checking for strings.h
configure-ac:15671: result: yes
configure-ac:15675: checking sys/file.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking sys/file.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for sys/file.h
configure-ac:15792: result: yes
configure-ac:15675: checking sys/socket.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking sys/socket.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for sys/socket.h
configure-ac:15792: result: yes
configure-ac:15675: checking sys/time.h usability
configure-ac:15692: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15698: $? = 0
configure-ac:15712: result: yes
configure-ac:15716: checking sys/time.h presence
configure-ac:15731: mpicc -E  -I/sw/include conftest.c
configure-ac:15737: $? = 0
configure-ac:15751: result: yes
configure-ac:15784: checking for sys/time.h
configure-ac:15792: result: yes
configure-ac:15665: checking for unistd.h
configure-ac:15671: result: yes
configure-ac:15807: checking for an ANSI C-conforming const
configure-ac:15882: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:68: warning: 't' is used uninitialized in this function
conftest.c:84: warning: 'b' is used uninitialized in this function
conftest.c:90: warning: 'cs[0]' is used uninitialized in this function
configure-ac:15888: $? = 0
configure-ac:15903: result: yes
configure-ac:15913: checking whether time.h and sys/time.h may both be included configure-ac:15943: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:15949: $? = 0
configure-ac:15964: result: yes
configure-ac:15981: checking for stdlib.h
configure-ac:15987: result: yes
configure-ac:16121: checking for GNU libc compatible malloc
configure-ac:16155: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:16158: $? = 0
configure-ac:16164: ./conftest
configure-ac:16167: $? = 0
configure-ac:16183: result: yes
configure-ac:16211: checking for working memcmp
configure-ac:16264: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:16267: $? = 0
configure-ac:16273: ./conftest
configure-ac:16276: $? = 0
configure-ac:16292: result: yes
configure-ac:16306: checking for stdlib.h
configure-ac:16312: result: yes
configure-ac:16446: checking for GNU libc compatible realloc
configure-ac:16480: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:16483: $? = 0
configure-ac:16489: ./conftest
configure-ac:16492: $? = 0
configure-ac:16508: result: yes
configure-ac:16552: checking sys/select.h usability
configure-ac:16569: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:16575: $? = 0
configure-ac:16589: result: yes
configure-ac:16593: checking sys/select.h presence
configure-ac:16608: mpicc -E  -I/sw/include conftest.c
configure-ac:16614: $? = 0
configure-ac:16628: result: yes
configure-ac:16661: checking for sys/select.h
configure-ac:16669: result: yes
configure-ac:16542: checking for sys/socket.h
configure-ac:16548: result: yes
configure-ac:16682: checking types of arguments for select
configure-ac:16720: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:16726: $? = 0
configure-ac:16747: result: int,fd_set *,struct timeval *
configure-ac:16770: checking return type of signal handlers
configure-ac:16798: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
conftest.c: In function 'main':
conftest.c:55: error: void value not ignored as it ought to be
configure-ac:16804: $? = 1
configure-ac: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "ESPResSo"
| #define PACKAGE_TARNAME "espresso"
| #define PACKAGE_VERSION "2.1.2j"
| #define PACKAGE_STRING "ESPResSo 2.1.2j"
| #define PACKAGE_BUGREPORT "address@hidden"
| #define PACKAGE "espresso"
| #define VERSION "2.1.2j"
| #define MPI "generic"
| #define MDINLINE static inline
| #define USE_NON_CONST 1
| #define FFTW 2
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ARPA_INET_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_FLOAT_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LIMITS_H 1
| #define HAVE_NETDB_H 1
| #define HAVE_NETINET_IN_H 1
| #define HAVE_STDDEF_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_SYS_FILE_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_UNISTD_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_STDLIB_H 1
| #define HAVE_MALLOC 1
| #define HAVE_STDLIB_H 1
| #define HAVE_REALLOC 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_SOCKET_H 1
| #define SELECT_TYPE_ARG1 int
| #define SELECT_TYPE_ARG234 (fd_set *)
| #define SELECT_TYPE_ARG5 (struct timeval *)
| /* end confdefs.h.  */
| #include <sys/types.h>
| #include <signal.h>
|
| int
| main ()
| {
| return *(signal (0, 0)) (0) == 1;
|   ;
|   return 0;
| }
configure-ac:16819: result: void
configure-ac:16827: checking for size_t
configure-ac:16857: mpicc -c -finline-limit=1000000 -fomit-frame- pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno-unused- function -O3 -march=i486 -m32 -fast -I/sw/include conftest.c >&5
configure-ac:16863: $? = 0
configure-ac:16878: result: yes
configure-ac:16890: checking for working strtod
configure-ac:16941: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:16944: $? = 0
configure-ac:16950: ./conftest
configure-ac:16953: $? = 0
configure-ac:16969: result: yes
configure-ac:17146: checking for atexit
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17146: checking for floor
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
conftest.c:74: warning: conflicting types for built-in function 'floor'
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17146: checking for getcwd
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17146: checking for gethostbyname
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17146: checking for memset
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
conftest.c:77: warning: conflicting types for built-in function 'memset'
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17146: checking for pow
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
conftest.c:78: warning: conflicting types for built-in function 'pow'
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17146: checking for rint
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
conftest.c:79: warning: conflicting types for built-in function 'rint'
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17146: checking for select
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17146: checking for socket
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17146: checking for sqrt
configure-ac:17202: mpicc -o conftest -finline-limit=1000000 -fomit- frame-pointer -funroll-loops -floop-optimize -ffast-math -Wall -Wno- unused-function -O3 -march=i486 -m32 -fast -I/sw/include -L/sw/lib conftest.c -ltcl8.4 -lm -ldrfftw -ldfftw >&5
conftest.c:82: warning: conflicting types for built-in function 'sqrt'
configure-ac:17208: $? = 0
configure-ac:17226: result: yes
configure-ac:17251: checking whether to enable the chooser
configure-ac:17259: result: no
configure-ac:17284: checking the name of the configuration header
configure-ac:17287: result: /Users/jacobkirkensgaard2/espresso-2.1.2j/ mpi_espresso/myconfig.h
configure-ac:17471: creating ./config.status

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

This file was extended by ESPResSo config.status 2.1.2j, which was
generated by GNU Autoconf 2.61.  Invocation command line was

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

on kirkensgaardmacpro.local

config.status:705: creating Makefile-am
config.status:705: creating scripts/Makefile
config.status:705: creating testsuite/Makefile
config.status:705: creating doc/Makefile
config.status:705: creating doc/dg/Makefile
config.status:705: creating doc/ug/Makefile
config.status:705: creating doc/ug/figures/Makefile
config.status:705: creating doc/maggs_doc/Makefile
config.status:705: creating doc/tutorials/Makefile
config.status:705: creating doc/tutorials/tut2/Makefile
config.status:705: creating doc/tutorials/tut2/figures/Makefile
config.status:705: creating config//Users/jacobkirkensgaard2/ espresso-2.1.2j/mpi_espresso/myconfig.h
config.status:705: creating chooser/Espresso
config.status:705: creating mpiwrap/Espresso
config.status:705: creating testsuite/test.sh
config.status:705: creating Espresso
config.status:705: creating acconfig.h
config.status:1023: linking ../Makefile to Makefile
config.status:1045: executing depfiles commands

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

ac_cv_build=i486-apple-darwin9.8.0
ac_cv_c_compiler_gnu=yes
ac_cv_c_const=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=mpicc
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_LDFLAGS_set=
ac_cv_env_LDFLAGS_value=
ac_cv_env_LIBS_set=
ac_cv_env_LIBS_value=
ac_cv_env_XMKMF_set=
ac_cv_env_XMKMF_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_func_atexit=yes
ac_cv_func_floor=yes
ac_cv_func_getcwd=yes
ac_cv_func_gethostbyname=yes
ac_cv_func_malloc_0_nonnull=yes
ac_cv_func_memcmp_working=yes
ac_cv_func_memset=yes
ac_cv_func_pow=yes
ac_cv_func_realloc_0_nonnull=yes
ac_cv_func_rint=yes
ac_cv_func_select=yes
ac_cv_func_select_args='int,fd_set *,struct timeval *'
ac_cv_func_socket=yes
ac_cv_func_sqrt=yes
ac_cv_func_strtod=yes
ac_cv_have_x='have_x=yes ac_x_includes='\''/usr/X11/include'\'' ac_x_libraries='\''/usr/X11/lib'\'''
ac_cv_header_arpa_inet_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_float_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_limits_h=yes
ac_cv_header_memory_h=yes
ac_cv_header_netdb_h=yes
ac_cv_header_netinet_in_h=yes
ac_cv_header_stdc=yes
ac_cv_header_stddef_h=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_file_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_socket_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_host=i486-apple-darwin9.8.0
ac_cv_objext=o
ac_cv_path_BIBTEX=no
ac_cv_path_DOXYGEN=no
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_MAKEINDEX=no
ac_cv_path_PDFLATEX=no
ac_cv_path_generic_bin=/usr/bin/mpirun
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=awk
ac_cv_prog_CPP='mpicc -E'
ac_cv_prog_ac_ct_CC=mpicc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_cc_c89=
ac_cv_prog_cc_mpicc_c_o=yes
ac_cv_prog_make_make_set=yes
ac_cv_target=i486-apple-darwin9.8.0
ac_cv_type_signal=void
ac_cv_type_size_t=yes
am_cv_CC_dependencies_compiler_type=gcc3

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

ACLOCAL='${SHELL} /Users/jacobkirkensgaard2/espresso-2.1.2j/config/ missing --run aclocal-1.10'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /Users/jacobkirkensgaard2/espresso-2.1.2j/config/ missing --run tar' AUTOCONF='${SHELL} /Users/jacobkirkensgaard2/espresso-2.1.2j/config/ missing --run autoconf' AUTOHEADER='${SHELL} /Users/jacobkirkensgaard2/espresso-2.1.2j/config/ missing --run autoheader' AUTOMAKE='${SHELL} /Users/jacobkirkensgaard2/espresso-2.1.2j/config/ missing --run automake-1.10'
AWK='awk'
BIBTEX='no'
CC='mpicc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-finline-limit=1000000 -fomit-frame-pointer -funroll-loops - floop-optimize -ffast-math -Wall -Wno-unused-function -O3 -march=i486 - m32 -fast '
CONFIGURE_DEPENDENCIES='$(top_srcdir)/RELEASE_NOTES'
CPP='mpicc -E'
CPPFLAGS=' -I/sw/include'
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
DOXYGEN='no'
ECHO_C='ECHO_N=''
ECHO_T=''
EGREP='/usr/bin/grep -E'
EXEEXT=''
GREP='/usr/bin/grep'
HAVE_DOXYGEN_FALSE=''
HAVE_DOXYGEN_TRUE='#'
HAVE_LATEX_FALSE=''
HAVE_LATEX_TRUE='#'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
LDFLAGS=' -L/sw/lib'
LIBOBJS=''
LIBS=' -ltcl8.4  -lm  -ldrfftw -ldfftw'
LN_S='ln -s'
LTLIBOBJS=''
MAINT='#'
MAINTAINER_MODE_FALSE=''
MAINTAINER_MODE_TRUE='#'
MAKEINDEX='no'
MAKEINFO='${SHELL} /Users/jacobkirkensgaard2/espresso-2.1.2j/config/ missing --run makeinfo'
MPICC=''
MPI_FAKE_FALSE=''
MPI_FAKE_TRUE='#'
MPI_INVOCATION='/usr/bin/mpirun -np $NP $ESPRESSO_CALL'
OBJEXT='o'
PACKAGE='espresso'
PACKAGE_BUGREPORT='address@hidden'
PACKAGE_NAME='ESPResSo'
PACKAGE_STRING='ESPResSo 2.1.2j'
PACKAGE_TARNAME='espresso'
PACKAGE_VERSION='2.1.2j'
PATH_SEPARATOR=':'
PDFLATEX='no'
POW_LIB=''
RANLIB='ranlib'
SET_MAKE=''
SHELL='/bin/sh'
STRIP=''
USE_CHOOSER_FALSE=''
USE_CHOOSER_TRUE='#'
VERSION='2.1.2j'
XMKMF=''
X_CFLAGS=''
X_EXTRA_LIBS=''
X_LIBS=''
X_PRE_LIBS=''
ac_ct_CC='mpicc'
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__include='include'
am__isrc=' -I$(srcdir)'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='i486-apple-darwin9.8.0'
build_alias=''
build_cpu='i486'
build_os='darwin9.8.0'
build_vendor='apple'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
dmpi_bin=''
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
execpkglibdir=''
generic_bin='/usr/bin/mpirun'
host='i486-apple-darwin9.8.0'
host_alias=''
host_cpu='i486'
host_os='darwin9.8.0'
host_vendor='apple'
htmldir='${docdir}'
includedir='${prefix}/include'
infodir='${datarootdir}/info'
install_sh='$(SHELL) /Users/jacobkirkensgaard2/espresso-2.1.2j/config/ install-sh'
lam_bin=''
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
mkdir_p='$(top_builddir)/../config/install-sh -c -d'
mpich_bin=''
myconfig='/Users/jacobkirkensgaard2/espresso-2.1.2j/mpi_espresso/ myconfig.h'
oldincludedir='/usr/include'
pdfdir='${docdir}'
poe_bin=''
prefix='/Users/jacobkirkensgaard2/Espresso'
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
scriptsdir='${pkgdatadir}/scripts'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target='i486-apple-darwin9.8.0'
target_alias=''
target_cpu='i486'
target_os='darwin9.8.0'
target_vendor='apple'

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

#define PACKAGE_NAME "ESPResSo"
#define PACKAGE_TARNAME "espresso"
#define PACKAGE_VERSION "2.1.2j"
#define PACKAGE_STRING "ESPResSo 2.1.2j"
#define PACKAGE_BUGREPORT "address@hidden"
#define PACKAGE "espresso"
#define VERSION "2.1.2j"
#define MPI "generic"
#define MDINLINE static inline
#define USE_NON_CONST 1
#define FFTW 2
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1
#define HAVE_FLOAT_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIMITS_H 1
#define HAVE_NETDB_H 1
#define HAVE_NETINET_IN_H 1
#define HAVE_STDDEF_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_STRINGS_H 1
#define HAVE_SYS_FILE_H 1
#define HAVE_SYS_SOCKET_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_UNISTD_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_STDLIB_H 1
#define HAVE_MALLOC 1
#define HAVE_STDLIB_H 1
#define HAVE_REALLOC 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_SOCKET_H 1
#define SELECT_TYPE_ARG1 int
#define SELECT_TYPE_ARG234 (fd_set *)
#define SELECT_TYPE_ARG5 (struct timeval *)
#define RETSIGTYPE void
#define HAVE_ATEXIT 1
#define HAVE_FLOOR 1
#define HAVE_GETCWD 1
#define HAVE_GETHOSTBYNAME 1
#define HAVE_MEMSET 1
#define HAVE_POW 1
#define HAVE_RINT 1
#define HAVE_SELECT 1
#define HAVE_SOCKET 1
#define HAVE_SQRT 1
#define LAST_CHANGE "March 31st, 2009"

configure-ac: exit 0






reply via email to

[Prev in Thread] Current Thread [Next in Thread]