LAM/MPI logo

LAM/MPI General User's Mailing List Archives

  |   Home   |   Download   |   Documentation   |   FAQ   |   all just in this list

From: IFTEKHAR NAQVI (iznaqvi_at_[hidden])
Date: 2008-08-25 15:17:19


I am trying to install LAM-7.1.4 under open SUSE 11.0. with intel C++ and Fortran. When I try to build configuration step fails. Can you tell me what possibly could be wrong here. my config.log is following.

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

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

  $ ./configure CC=icc CXX=icpc FC=ifort

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

hostname = DU154.N73.QueensU.CA
uname -m = x86_64
uname -r = 2.6.25.11-0.1-default
uname -s = Linux
uname -v = #1 SMP 2008-07-13 20:48:28 +0200

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

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

PATH: /opt/intel/cce/10.1.015/bin
PATH: /opt/intel/fce/10.1.015/bin
PATH: /opt/intel/cce/10.1.015/bin
PATH: /opt/intel/fce/10.1.015/bin
PATH: /opt/intel/cce/10.1.015/bin
PATH: /opt/intel/fce/10.1.015/bin
PATH: /home/iftekhar/bin
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /sbin
PATH: /usr/sbin
PATH: /bin
PATH: /usr/bin/X11
PATH: /usr/X11R6/bin
PATH: /usr/games
PATH: /usr/lib64/jvm/jre/bin
PATH: /usr/lib/mit/bin
PATH: /usr/lib/mit/sbin

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

configure:1730: checking for a BSD-compatible install
configure:1785: result: /usr/bin/install -c
configure:1796: checking whether build environment is sane
configure:1839: result: yes
configure:1904: checking for gawk
configure:1920: found /usr/bin/gawk
configure:1930: result: gawk
configure:1940: checking whether make sets $(MAKE)
configure:1960: result: yes
configure:2124: builddir: /home/iftekhar/lam-7.1.4
configure:2126: srcdir: /home/iftekhar/lam-7.1.4
configure:2162: checking build system type
configure:2180: result: x86_64-unknown-linux-gnu
configure:2208: checking host system type
configure:2222: result: x86_64-unknown-linux-gnu
configure:2244: checking for lamclean
configure:2277: result: no
configure:2670: checking if want debugging output support
configure:2684: result: no
configure:2745: checking for gcc
configure:2771: result: icc
configure:3015: checking for C compiler version
configure:3018: icc --version </dev/null >&5
icc (ICC) 10.1 20080312
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.

configure:3021: $? = 0
configure:3023: icc -v </dev/null >&5
Version 10.1
configure:3026: $? = 0
configure:3028: icc -V </dev/null >&5
Intel(R) C Compiler for applications running on Intel(R) 64, Version 10.1 Build 20080312 Package ID: l_cc_p_10.1.015
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY

configure:3031: $? = 0
configure:3054: checking for C compiler default output file name
configure:3057: icc conftest.c >&5
configure:3060: $? = 0
configure:3106: result: a.out
configure:3111: checking whether the C compiler works
configure:3117: ./a.out
configure:3120: $? = 0
configure:3137: result: yes
configure:3144: checking whether we are cross compiling
configure:3146: result: no
configure:3149: checking for suffix of executables
configure:3151: icc -o conftest conftest.c >&5
configure:3154: $? = 0
configure:3179: result:
configure:3185: checking for suffix of object files
configure:3206: icc -c conftest.c >&5
configure:3209: $? = 0
configure:3231: result: o
configure:3235: checking whether we are using the GNU C compiler
configure:3259: icc -c conftest.c >&5
configure:3265: $? = 0
configure:3269: test -z
                         || test ! -s conftest.err
configure:3272: $? = 0
configure:3275: test -s conftest.o
configure:3278: $? = 0
configure:3291: result: yes
configure:3297: checking whether icc accepts -g
configure:3318: icc -c -g conftest.c >&5
configure:3324: $? = 0
configure:3328: test -z
                         || test ! -s conftest.err
configure:3331: $? = 0
configure:3334: test -s conftest.o
configure:3337: $? = 0
configure:3348: result: yes
configure:3365: checking for icc option to accept ANSI C
configure:3435: icc -c -g -O2 conftest.c >&5
configure:3441: $? = 0
configure:3445: test -z
                         || test ! -s conftest.err
configure:3448: $? = 0
configure:3451: test -s conftest.o
configure:3454: $? = 0
configure:3472: result: none needed
configure:3490: icc -c -g -O2 conftest.c >&5
conftest.c(2): error: identifier "choke" is undefined
    choke me
    ^

conftest.c(3): error: expected a ";"

compilation aborted for conftest.c (code 2)
configure:3496: $? = 2
configure: failed program was:
| #ifndef __cplusplus
| choke me
| #endif
configure:3640: checking for style of include used by make
configure:3668: result: GNU
configure:3696: checking dependency style of icc
configure:3786: result: gcc3
configure:3809: checking how to run the C preprocessor
configure:3844: icc -E conftest.c
/usr/include/limits.h(125): error #5: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

configure:3850: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3844: icc -E conftest.c
/usr/include/limits.h(125): error #5: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

configure:3850: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3844: icc -E -traditional-cpp conftest.c
<command-line>:11: warning: "__GNUC_PATCHLEVEL__" redefined
<built-in>:3: warning: this is the location of the previous definition
In file included from /usr/include/features.h:331,
                 from /usr/include/assert.h:38,
                 from conftest.c:23:
/usr/include/sys/cdefs.h:32: error: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:3850: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3844: icc -E -traditional-cpp conftest.c
<command-line>:11: warning: "__GNUC_PATCHLEVEL__" redefined
<built-in>:3: warning: this is the location of the previous definition
In file included from /usr/include/features.h:331,
                 from /usr/include/assert.h:38,
                 from conftest.c:23:
/usr/include/sys/cdefs.h:32: error: #error "You need a ISO C conforming compiler to use the glibc headers"
configure:3850: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:3844: /lib/cpp conftest.c
configure:3850: $? = 0
configure:3882: /lib/cpp conftest.c
conftest.c:19:28: error: ac_nonexistent.h: No such file or directory
configure:3888: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:3927: result: /lib/cpp
configure:3951: /lib/cpp conftest.c
configure:3957: $? = 0
configure:3989: /lib/cpp conftest.c
conftest.c:19:28: error: ac_nonexistent.h: No such file or directory
configure:3995: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:4039: checking for egrep
configure:4049: result: grep -E
configure:4055: checking whether icc needs -traditional
configure:4097: result: no
configure:4115: checking for AIX
configure:4137: result: no
configure:4147: checking if need special C compiler/linker flags
configure:4180: result: none needed
configure:4392: checking for C optimization flags
configure:4394: result: -O3
configure:4402: checking whether the C compiler (icc -O3 ) accepts ANSI prototypes
configure:4415: result: yes
configure:4550: checking for type int2
configure:4568: $CPP $CPPFLAGS conftest.c
configure:4578: $? = 0
configure:4587: ...some ugly egrepping...
configure:4597: $? = 1
configure:4616: result: no
configure:4625: checking for type uint2
configure:4643: $CPP $CPPFLAGS conftest.c
configure:4653: $? = 0
configure:4662: ...some ugly egrepping...
configure:4672: $? = 1
configure:4691: result: no
configure:4700: checking for type int4
configure:4718: $CPP $CPPFLAGS conftest.c
configure:4728: $? = 0
configure:4737: ...some ugly egrepping...
configure:4747: $? = 1
configure:4766: result: no
configure:4775: checking for type uint4
configure:4793: $CPP $CPPFLAGS conftest.c
configure:4803: $? = 0
configure:4812: ...some ugly egrepping...
configure:4822: $? = 1
configure:4841: result: no
configure:4850: checking for type int8
configure:4868: $CPP $CPPFLAGS conftest.c
configure:4878: $? = 0
configure:4887: ...some ugly egrepping...
configure:4897: $? = 1
configure:4916: result: no
configure:4925: checking for type uint8
configure:4943: $CPP $CPPFLAGS conftest.c
configure:4953: $? = 0
configure:4962: ...some ugly egrepping...
configure:4972: $? = 1
configure:4991: result: no
configure:5000: checking for type float4
configure:5018: $CPP $CPPFLAGS conftest.c
configure:5028: $? = 0
configure:5037: ...some ugly egrepping...
configure:5047: $? = 1
configure:5066: result: no
configure:5075: checking for type float8
configure:5093: $CPP $CPPFLAGS conftest.c
configure:5103: $? = 0
configure:5112: ...some ugly egrepping...
configure:5122: $? = 1
configure:5141: result: no
configure:5156: checking size of char
configure:5179: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(36): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(char));
                         ^

configure:5182: $? = 0
configure:5184: ./conftest
configure:5187: $? = 0
configure:5201: result: 1
configure:5229: checking size of short
configure:5252: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(37): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(short));
                         ^

configure:5255: $? = 0
configure:5257: ./conftest
configure:5260: $? = 0
configure:5274: result: 2
configure:5302: checking size of wchar_t
configure:5325: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(38): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(wchar_t));
                         ^

configure:5328: $? = 0
configure:5330: ./conftest
configure:5333: $? = 0
configure:5347: result: 4
configure:5375: checking size of int
configure:5398: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(39): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(int));
                         ^

configure:5401: $? = 0
configure:5403: ./conftest
configure:5406: $? = 0
configure:5420: result: 4
configure:5448: checking size of long
configure:5471: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(40): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(long));
                         ^

configure:5474: $? = 0
configure:5476: ./conftest
configure:5479: $? = 0
configure:5493: result: 8
configure:5521: checking size of long long
configure:5544: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(41): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(long long));
                         ^

configure:5547: $? = 0
configure:5549: ./conftest
configure:5552: $? = 0
configure:5566: result: 8
configure:5594: checking size of float
configure:5617: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(42): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(float));
                         ^

configure:5620: $? = 0
configure:5622: ./conftest
configure:5625: $? = 0
configure:5639: result: 4
configure:5667: checking size of double
configure:5690: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(43): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(double));
                         ^

configure:5693: $? = 0
configure:5695: ./conftest
configure:5698: $? = 0
configure:5712: result: 8
configure:5740: checking size of long double
configure:5763: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(44): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(long double));
                         ^

configure:5766: $? = 0
configure:5768: ./conftest
configure:5771: $? = 0
configure:5785: result: 16
configure:5813: checking size of void *
configure:5836: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(45): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(void *));
                         ^

configure:5839: $? = 0
configure:5841: ./conftest
configure:5844: $? = 0
configure:5858: result: 8
configure:5892: checking alignment of char
configure:5921: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:5924: $? = 0
configure:5926: ./conftest
configure:5929: $? = 0
configure:5953: result: 1
configure:5969: checking alignment of short
configure:5998: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6001: $? = 0
configure:6003: ./conftest
configure:6006: $? = 0
configure:6030: result: 2
configure:6046: checking alignment of wchar_t
configure:6075: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6078: $? = 0
configure:6080: ./conftest
configure:6083: $? = 0
configure:6107: result: 4
configure:6123: checking alignment of int
configure:6152: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6155: $? = 0
configure:6157: ./conftest
configure:6160: $? = 0
configure:6184: result: 4
configure:6200: checking alignment of long
configure:6229: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6232: $? = 0
configure:6234: ./conftest
configure:6237: $? = 0
configure:6261: result: 8
configure:6277: checking alignment of long long
configure:6306: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6309: $? = 0
configure:6311: ./conftest
configure:6314: $? = 0
configure:6338: result: 8
configure:6354: checking alignment of float
configure:6383: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6386: $? = 0
configure:6388: ./conftest
configure:6391: $? = 0
configure:6415: result: 4
configure:6431: checking alignment of double
configure:6460: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6463: $? = 0
configure:6465: ./conftest
configure:6468: $? = 0
configure:6492: result: 8
configure:6508: checking alignment of long double
configure:6537: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6540: $? = 0
configure:6542: ./conftest
configure:6545: $? = 0
configure:6569: result: 16
configure:6585: checking alignment of void *
configure:6614: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:6617: $? = 0
configure:6619: ./conftest
configure:6622: $? = 0
configure:6646: result: 8
configure:6834: checking for C++ compiler version
configure:6837: icpc --version </dev/null >&5
icpc (ICC) 10.1 20080312
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.

configure:6840: $? = 0
configure:6842: icpc -v </dev/null >&5
Version 10.1
configure:6845: $? = 0
configure:6847: icpc -V </dev/null >&5
Intel(R) C++ Compiler for applications running on Intel(R) 64, Version 10.1 Build 20080312 Package ID: l_cc_p_10.1.015
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY

configure:6850: $? = 0
configure:6853: checking whether we are using the GNU C++ compiler
configure:6877: icpc -c -DLAM_BUILDING=1 conftest.cc >&5
configure:6883: $? = 0
configure:6887: test -z
                         || test ! -s conftest.err
configure:6890: $? = 0
configure:6893: test -s conftest.o
configure:6896: $? = 0
configure:6909: result: yes
configure:6915: checking whether icpc accepts -g
configure:6936: icpc -c -g -DLAM_BUILDING=1 conftest.cc >&5
configure:6942: $? = 0
configure:6946: test -z
                         || test ! -s conftest.err
configure:6949: $? = 0
configure:6952: test -s conftest.o
configure:6955: $? = 0
configure:6966: result: yes
configure:7008: icpc -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
configure:7014: $? = 0
configure:7018: test -z
                         || test ! -s conftest.err
configure:7021: $? = 0
configure:7024: test -s conftest.o
configure:7027: $? = 0
configure:7053: icpc -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(53): error: identifier "exit" is undefined
  exit (42);
  ^

compilation aborted for conftest.cc (code 2)
configure:7059: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| /* end confdefs.h. */
|
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:7008: icpc -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(49): error: namespace "std" has no member "exit"
  extern "C" void std::exit (int) throw (); using std::exit;
                       ^

conftest.cc(49): error: namespace "std" has no member "exit"
  extern "C" void std::exit (int) throw (); using std::exit;
                                                       ^

compilation aborted for conftest.cc (code 2)
configure:7014: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| /* end confdefs.h. */
| extern "C" void std::exit (int) throw (); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:7008: icpc -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(49): error: namespace "std" has no member "exit"
  extern "C" void std::exit (int); using std::exit;
                       ^

conftest.cc(49): error: namespace "std" has no member "exit"
  extern "C" void std::exit (int); using std::exit;
                                              ^

compilation aborted for conftest.cc (code 2)
configure:7014: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| /* end confdefs.h. */
| extern "C" void std::exit (int); using std::exit;
| #include <stdlib.h>
| int
| main ()
| {
| exit (42);
| ;
| return 0;
| }
configure:7008: icpc -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
configure:7014: $? = 0
configure:7018: test -z
                         || test ! -s conftest.err
configure:7021: $? = 0
configure:7024: test -s conftest.o
configure:7027: $? = 0
configure:7053: icpc -c -g -O2 -DLAM_BUILDING=1 conftest.cc >&5
configure:7059: $? = 0
configure:7063: test -z
                         || test ! -s conftest.err
configure:7066: $? = 0
configure:7069: test -s conftest.o
configure:7072: $? = 0
configure:7097: checking dependency style of icpc
configure:7187: result: gcc3
configure:7209: checking how to run the C++ preprocessor
configure:7240: icpc -E -DLAM_BUILDING=1 conftest.cc
/usr/include/limits.h(125): error #5: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

configure:7246: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:7240: icpc -E -DLAM_BUILDING=1 conftest.cc
/usr/include/limits.h(125): error #5: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

configure:7246: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| Syntax error
configure:7240: /lib/cpp -DLAM_BUILDING=1 conftest.cc
configure:7246: $? = 0
configure:7278: /lib/cpp -DLAM_BUILDING=1 conftest.cc
conftest.cc:52:28: error: ac_nonexistent.h: No such file or directory
configure:7284: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7323: result: /lib/cpp
configure:7347: /lib/cpp -DLAM_BUILDING=1 conftest.cc
configure:7353: $? = 0
configure:7385: /lib/cpp -DLAM_BUILDING=1 conftest.cc
conftest.cc:52:28: error: ac_nonexistent.h: No such file or directory
configure:7391: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:7601: checking if want C++ exception handling
configure:7603: result: no
configure:7891: checking whether icpc has new(std::nothrow)
configure:7904: icpc conftest.cc -o conftest
configure:7909: result: yes
configure:7961: checking for C++ template repository directory
configure:8020: icpc -c conftest1.C
configure:8031: icpc -c conftest2.C
configure:8082: result: not used
configure:8107: checking for C++ compiler template parameters
configure:8115: result: none needed
configure:8206: checking for C++ optimization flags
configure:8208: result: -O3
configure:8242: checking for ANSI C header files
configure:8267: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8273: $? = 0
configure:8277: test -z
                         || test ! -s conftest.err
configure:8280: $? = 0
configure:8283: test -s conftest.o
configure:8286: $? = 0
configure:8375: icpc -o conftest -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8378: $? = 0
configure:8380: ./conftest
configure:8383: $? = 0
configure:8398: result: yes
configure:8422: checking for sys/types.h
configure:8438: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
                         || test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for sys/stat.h
configure:8438: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
                         || test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for stdlib.h
configure:8438: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
                         || test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for string.h
configure:8438: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
                         || test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for memory.h
configure:8438: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
                         || test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for strings.h
configure:8438: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
                         || test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for inttypes.h
configure:8438: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
                         || test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for stdint.h
configure:8438: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
                         || test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8422: checking for unistd.h
configure:8438: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8444: $? = 0
configure:8448: test -z
                         || test ! -s conftest.err
configure:8451: $? = 0
configure:8454: test -s conftest.o
configure:8457: $? = 0
configure:8468: result: yes
configure:8490: checking map usability
configure:8502: icpc -c -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:8508: $? = 0
configure:8512: test -z
                         || test ! -s conftest.err
configure:8515: $? = 0
configure:8518: test -s conftest.o
configure:8521: $? = 0
configure:8531: result: yes
configure:8535: checking map presence
configure:8545: /lib/cpp -DLAM_BUILDING=1 conftest.cc
conftest.cc:66:15: error: map: No such file or directory
configure:8551: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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
| /* end confdefs.h. */
| #include <map>
configure:8571: result: no
configure:8577: WARNING: map: accepted by the compiler, rejected by the preprocessor!
configure:8579: WARNING: map: proceeding with the compiler's result
configure:8606: checking for map
configure:8613: result: yes
configure:8676: checking for type bool
configure:8689: icpc -O3 conftest.cc -o conftest
configure:8693: result: yes
configure:8750: checking for true/false
configure:8765: icpc -O3 conftest.cc -o conftest
configure:8769: result: yes
configure:8820: checking size of bool
configure:8843: icpc -o conftest -O3 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(76): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(bool));
                         ^

configure:8846: $? = 0
configure:8848: ./conftest
configure:8851: $? = 0
configure:8865: result: 1
configure:8908: checking size of int
configure:8931: icpc -o conftest -O3 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(77): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(int));
                         ^

configure:8934: $? = 0
configure:8936: ./conftest
configure:8939: $? = 0
configure:8953: result: 4
configure:9000: checking alignment of bool
configure:9029: icpc -o conftest -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:9032: $? = 0
configure:9034: ./conftest
configure:9037: $? = 0
configure:9061: result: 1
configure:9092: checking alignment of int
configure:9121: icpc -o conftest -O3 -DLAM_BUILDING=1 conftest.cc >&5
configure:9124: $? = 0
configure:9126: ./conftest
configure:9129: $? = 0
configure:9153: result: 4
configure:9177: checking how to store bool in C
configure:9197: result: unsigned char
configure:9268: checking for ifort
configure:9294: result: ifort
configure:9425: checking how to add a library directory to ifort
configure:9430: result: "-L"
configure:9441: checking ifort external naming convention
configure:9464: result: FORTRANUNDERSCORE
configure:9571: checking for FORTRAN optimization flags
configure:9573: result: -O
configure:9585: checking size of FORTRAN INTEGER
configure:9661: icc -O3 -I. -c conftest.c
configure:9668: $? = 0
configure:9678: ifort -O conftestf.f conftest.o -o conftest
configure:9685: $? = 0
configure:9695: ./conftest
configure:9702: $? = 0
configure:9724: result: 4
configure:9789: checking size of FORTRAN REAL
configure:9865: icc -O3 -I. -c conftest.c
configure:9872: $? = 0
configure:9882: ifort -O conftestf.f conftest.o -o conftest
configure:9889: $? = 0
configure:9899: ./conftest
configure:9906: $? = 0
configure:9928: result: 4
configure:9993: checking size of FORTRAN DOUBLE PRECISION
configure:10069: icc -O3 -I. -c conftest.c
configure:10076: $? = 0
configure:10086: ifort -O conftestf.f conftest.o -o conftest
configure:10093: $? = 0
configure:10103: ./conftest
configure:10110: $? = 0
configure:10132: result: 8
configure:10197: checking size of FORTRAN COMPLEX
configure:10273: icc -O3 -I. -c conftest.c
configure:10280: $? = 0
configure:10290: ifort -O conftestf.f conftest.o -o conftest
configure:10297: $? = 0
configure:10307: ./conftest
configure:10314: $? = 0
configure:10336: result: 8
configure:10401: checking size of FORTRAN DOUBLE COMPLEX
configure:10477: icc -O3 -I. -c conftest.c
configure:10484: $? = 0
configure:10494: ifort -O conftestf.f conftest.o -o conftest
configure:10501: $? = 0
configure:10511: ./conftest
configure:10518: $? = 0
configure:10540: result: 16
configure:10611: checking alignment of FORTRAN INTEGER
configure:10693: icc -O3 -I. -c conftest.c
configure:10700: $? = 0
configure:10710: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      INTEGER w,x,y,z
---------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      INTEGER w,x,y,z
-----------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      INTEGER w,x,y,z
-------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      INTEGER w,x,y,z
---------------------^
configure:10717: $? = 0
configure:10727: ./conftest
configure:10734: $? = 0
configure:10756: result: 1
configure:10821: checking alignment of FORTRAN REAL
configure:10903: icc -O3 -I. -c conftest.c
configure:10910: $? = 0
configure:10920: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      REAL w,x,y,z
------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      REAL w,x,y,z
--------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      REAL w,x,y,z
----------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      REAL w,x,y,z
------------------^
configure:10927: $? = 0
configure:10937: ./conftest
configure:10944: $? = 0
configure:10966: result: 1
configure:11031: checking alignment of FORTRAN DOUBLE PRECISION
configure:11113: icc -O3 -I. -c conftest.c
configure:11120: $? = 0
configure:11130: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      DOUBLE PRECISION w,x,y,z
------------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      DOUBLE PRECISION w,x,y,z
--------------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      DOUBLE PRECISION w,x,y,z
----------------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      DOUBLE PRECISION w,x,y,z
------------------------------^
configure:11137: $? = 0
configure:11147: ./conftest
configure:11154: $? = 0
configure:11176: result: 1
configure:11241: checking alignment of FORTRAN COMPLEX
configure:11323: icc -O3 -I. -c conftest.c
configure:11330: $? = 0
configure:11340: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      COMPLEX w,x,y,z
---------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      COMPLEX w,x,y,z
-----------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      COMPLEX w,x,y,z
-------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      COMPLEX w,x,y,z
---------------------^
configure:11347: $? = 0
configure:11357: ./conftest
configure:11364: $? = 0
configure:11386: result: 1
configure:11451: checking alignment of FORTRAN DOUBLE COMPLEX
configure:11533: icc -O3 -I. -c conftest.c
configure:11540: $? = 0
configure:11550: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      DOUBLE COMPLEX w,x,y,z
----------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      DOUBLE COMPLEX w,x,y,z
------------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      DOUBLE COMPLEX w,x,y,z
--------------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      DOUBLE COMPLEX w,x,y,z
----------------------------^
configure:11557: $? = 0
configure:11567: ./conftest
configure:11574: $? = 0
configure:11596: result: 1
configure:11675: checking size of FORTRAN INTEGER*1
configure:11733: icc -O3 -I. -c conftest.c
configure:11740: $? = 0
configure:11750: ifort -O conftestf.f conftest.o -o conftest
configure:11757: $? = 0
configure:11767: ./conftest
configure:11774: $? = 0
configure:11796: result: 1
configure:11861: checking for corresponding C type for INTEGER*1
configure:11882: result: char
configure:11908: checking size of FORTRAN INTEGER*2
configure:11966: icc -O3 -I. -c conftest.c
configure:11973: $? = 0
configure:11983: ifort -O conftestf.f conftest.o -o conftest
configure:11990: $? = 0
configure:12000: ./conftest
configure:12007: $? = 0
configure:12029: result: 2
configure:12094: checking for corresponding C type for INTEGER*2
configure:12115: result: short
configure:12141: checking size of FORTRAN INTEGER*4
configure:12199: icc -O3 -I. -c conftest.c
configure:12206: $? = 0
configure:12216: ifort -O conftestf.f conftest.o -o conftest
configure:12223: $? = 0
configure:12233: ./conftest
configure:12240: $? = 0
configure:12262: result: 4
configure:12327: checking for corresponding C type for INTEGER*4
configure:12348: result: int
configure:12374: checking size of FORTRAN INTEGER*8
configure:12432: icc -O3 -I. -c conftest.c
configure:12439: $? = 0
configure:12449: ifort -O conftestf.f conftest.o -o conftest
configure:12456: $? = 0
configure:12466: ./conftest
configure:12473: $? = 0
configure:12495: result: 8
configure:12560: checking for corresponding C type for INTEGER*8
configure:12581: result: long
configure:12607: checking size of FORTRAN REAL*4
configure:12665: icc -O3 -I. -c conftest.c
configure:12672: $? = 0
configure:12682: ifort -O conftestf.f conftest.o -o conftest
configure:12689: $? = 0
configure:12699: ./conftest
configure:12706: $? = 0
configure:12728: result: 4
configure:12793: checking for corresponding C type for REAL*4
configure:12814: result: float
configure:12840: checking size of FORTRAN REAL*8
configure:12898: icc -O3 -I. -c conftest.c
configure:12905: $? = 0
configure:12915: ifort -O conftestf.f conftest.o -o conftest
configure:12922: $? = 0
configure:12932: ./conftest
configure:12939: $? = 0
configure:12961: result: 8
configure:13026: checking for corresponding C type for REAL*8
configure:13047: result: double
configure:13073: checking size of FORTRAN REAL*16
configure:13131: icc -O3 -I. -c conftest.c
configure:13138: $? = 0
configure:13148: ifort -O conftestf.f conftest.o -o conftest
configure:13155: $? = 0
configure:13165: ./conftest
configure:13172: $? = 0
configure:13194: result: 16
configure:13259: checking for corresponding C type for REAL*16
configure:13280: result: long double
configure:13303: checking alignment of FORTRAN INTEGER*1
configure:13385: icc -O3 -I. -c conftest.c
configure:13392: $? = 0
configure:13402: ifort -O conftestf.f conftest.o -o conftest
configure:13409: $? = 0
configure:13419: ./conftest
configure:13426: $? = 0
configure:13448: result: 1
configure:13507: checking alignment of FORTRAN INTEGER*2
configure:13589: icc -O3 -I. -c conftest.c
configure:13596: $? = 0
configure:13606: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      INTEGER*2 w,x,y,z
-----------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      INTEGER*2 w,x,y,z
-----------------------^
configure:13613: $? = 0
configure:13623: ./conftest
configure:13630: $? = 0
configure:13652: result: 1
configure:13711: checking alignment of FORTRAN INTEGER*4
configure:13793: icc -O3 -I. -c conftest.c
configure:13800: $? = 0
configure:13810: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      INTEGER*4 w,x,y,z
-----------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      INTEGER*4 w,x,y,z
-------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      INTEGER*4 w,x,y,z
---------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      INTEGER*4 w,x,y,z
-----------------------^
configure:13817: $? = 0
configure:13827: ./conftest
configure:13834: $? = 0
configure:13856: result: 1
configure:13915: checking alignment of FORTRAN INTEGER*8
configure:13997: icc -O3 -I. -c conftest.c
configure:14004: $? = 0
configure:14014: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      INTEGER*8 w,x,y,z
-----------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      INTEGER*8 w,x,y,z
-------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      INTEGER*8 w,x,y,z
---------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      INTEGER*8 w,x,y,z
-----------------------^
configure:14021: $? = 0
configure:14031: ./conftest
configure:14038: $? = 0
configure:14060: result: 1
configure:14119: checking alignment of FORTRAN REAL*4
configure:14201: icc -O3 -I. -c conftest.c
configure:14208: $? = 0
configure:14218: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      REAL*4 w,x,y,z
--------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      REAL*4 w,x,y,z
----------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      REAL*4 w,x,y,z
------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      REAL*4 w,x,y,z
--------------------^
configure:14225: $? = 0
configure:14235: ./conftest
configure:14242: $? = 0
configure:14264: result: 1
configure:14323: checking alignment of FORTRAN REAL*8
configure:14405: icc -O3 -I. -c conftest.c
configure:14412: $? = 0
configure:14422: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      REAL*8 w,x,y,z
--------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      REAL*8 w,x,y,z
----------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      REAL*8 w,x,y,z
------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      REAL*8 w,x,y,z
--------------------^
configure:14429: $? = 0
configure:14439: ./conftest
configure:14446: $? = 0
configure:14468: result: 1
configure:14527: checking alignment of FORTRAN REAL*16
configure:14609: icc -O3 -I. -c conftest.c
configure:14616: $? = 0
configure:14626: ifort -O conftestf.f conftest.o -o conftest
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [W]
      REAL*16 w,x,y,z
---------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [X]
      REAL*16 w,x,y,z
-----------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Y]
      REAL*16 w,x,y,z
-------------------^
fortcom: Warning: conftestf.f, line 3: Because of COMMON, the alignment of object is inconsistent with its type [Z]
      REAL*16 w,x,y,z
---------------------^
configure:14633: $? = 0
configure:14643: ./conftest
configure:14650: $? = 0
configure:14672: result: 1
configure:15003: checking if want profiling interface
configure:15005: result: yes
configure:15048: checking if want full installation of Trillium files
configure:15050: result: no
configure:15107: checking if want ROMIO support
configure:15109: result: yes
configure:15125: checking for main in -laio
configure:15149: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c -laio >&5
configure:15155: $? = 0
configure:15159: test -z
                         || test ! -s conftest.err
configure:15162: $? = 0
configure:15165: test -s conftest
configure:15168: $? = 0
configure:15181: result: yes
configure:15199: checking for user ROMIO flags
configure:15202: result: none
configure:15270: checking if want FORTRAN support
configure:15299: result: yes
configure:15329: checking if want MPI 2 C++ support
configure:15331: result: yes
configure:15370: checking if want MPI::File C++ binding support
configure:15372: result: no
configure:15415: checking if want IMPI support
configure:15417: result: no
configure:15578: checking how to yeild
configure:15595: result: yield()
configure:15610: checking for LAM user signal
configure:15629: result: SIGUSR2
configure:15641: checking if want purify clean
configure:15663: result: no
configure:15697: checking for desired boot timeout
configure:15699: result: 60 seconds
configure:15701: checking for desired lamd packet resend time
configure:15703: result: 500000 seconds
configure:15705: checking for desired lamd heartbeat time
configure:15707: result: 120 seconds
configure:15739: checking if want stub MPI functions
configure:15741: result: no
configure:15782: checking if want default promiscuous boot connections
configure:15784: result: no
configure:15814: checking whether ln -s works
configure:15818: result: yes
configure:15833: checking for cp
configure:15851: found /bin/cp
configure:15863: result: /bin/cp
configure:15878: checking for rm
configure:15896: found /bin/rm
configure:15908: result: /bin/rm
configure:15928: checking for sh
configure:15946: found /usr/bin/sh
configure:15958: result: /usr/bin/sh
configure:15974: checking if installed perl can support mpiexec
configure:15993: result: yes
configure:16005: checking for prototype of snprintf
configure:16027: /lib/cpp -O3 conftest.c
configure:16037: $? = 0
configure:16046: ...some ugly egrepping...
configure:16056: $? = 0
configure:16065: ...some ugly egrepping...
configure:16075: $? = 0
configure:16087: result: yes
configure:16103: checking for prototype of gethostname
configure:16125: /lib/cpp -O3 conftest.c
configure:16135: $? = 0
configure:16144: ...some ugly egrepping...
configure:16154: $? = 0
configure:16163: ...some ugly egrepping...
configure:16173: $? = 0
configure:16185: result: yes
configure:16224: checking stropts.h usability
configure:16236: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:16242: $? = 0
configure:16246: test -z
                         || test ! -s conftest.err
configure:16249: $? = 0
configure:16252: test -s conftest.o
configure:16255: $? = 0
configure:16265: result: yes
configure:16269: checking stropts.h presence
configure:16279: /lib/cpp -DLAM_BUILDING=1 conftest.c
configure:16285: $? = 0
configure:16305: result: yes
configure:16340: checking for stropts.h
configure:16347: result: yes
configure:16224: checking grp.h usability
configure:16236: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:16242: $? = 0
configure:16246: test -z
                         || test ! -s conftest.err
configure:16249: $? = 0
configure:16252: test -s conftest.o
configure:16255: $? = 0
configure:16265: result: yes
configure:16269: checking grp.h presence
configure:16279: /lib/cpp -DLAM_BUILDING=1 conftest.c
configure:16285: $? = 0
configure:16305: result: yes
configure:16340: checking for grp.h
configure:16347: result: yes
configure:16224: checking netinet/tcp.h usability
configure:16236: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:16242: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #include <sys/types.h>
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <netinet/tcp.h>
configure:16265: result: no
configure:16269: checking netinet/tcp.h presence
configure:16279: /lib/cpp -DLAM_BUILDING=1 conftest.c
configure:16285: $? = 0
configure:16305: result: yes
configure:16318: WARNING: netinet/tcp.h: present but cannot be compiled
configure:16320: WARNING: netinet/tcp.h: check for missing prerequisite headers?
configure:16322: WARNING: netinet/tcp.h: see the Autoconf documentation
configure:16324: WARNING: netinet/tcp.h: section "Present But Cannot Be Compiled"
configure:16326: WARNING: netinet/tcp.h: proceeding with the preprocessor's result
configure:16328: WARNING: netinet/tcp.h: in the future, the compiler will take precedence
configure:16340: checking for netinet/tcp.h
configure:16347: result: yes
configure:16224: checking sys/select.h usability
configure:16236: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:16242: $? = 0
configure:16246: test -z
                         || test ! -s conftest.err
configure:16249: $? = 0
configure:16252: test -s conftest.o
configure:16255: $? = 0
configure:16265: result: yes
configure:16269: checking sys/select.h presence
configure:16279: /lib/cpp -DLAM_BUILDING=1 conftest.c
configure:16285: $? = 0
configure:16305: result: yes
configure:16340: checking for sys/select.h
configure:16347: result: yes
configure:16224: checking sys/resource.h usability
configure:16236: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:16242: $? = 0
configure:16246: test -z
                         || test ! -s conftest.err
configure:16249: $? = 0
configure:16252: test -s conftest.o
configure:16255: $? = 0
configure:16265: result: yes
configure:16269: checking sys/resource.h presence
configure:16279: /lib/cpp -DLAM_BUILDING=1 conftest.c
configure:16285: $? = 0
configure:16305: result: yes
configure:16340: checking for sys/resource.h
configure:16347: result: yes
configure:16374: checking rpc/types.h usability
configure:16386: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:16392: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #include <sys/types.h>
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <rpc/types.h>
configure:16415: result: no
configure:16419: checking rpc/types.h presence
configure:16429: /lib/cpp -DLAM_BUILDING=1 conftest.c
configure:16435: $? = 0
configure:16455: result: yes
configure:16468: WARNING: rpc/types.h: present but cannot be compiled
configure:16470: WARNING: rpc/types.h: check for missing prerequisite headers?
configure:16472: WARNING: rpc/types.h: see the Autoconf documentation
configure:16474: WARNING: rpc/types.h: section "Present But Cannot Be Compiled"
configure:16476: WARNING: rpc/types.h: proceeding with the preprocessor's result
configure:16478: WARNING: rpc/types.h: in the future, the compiler will take precedence
configure:16490: checking for rpc/types.h
configure:16497: result: yes
configure:16514: checking for rpc/xdr.h
configure:16533: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:16539: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #include <sys/types.h>
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| /* end confdefs.h. */
| #if HAVE_RPC_TYPES_H
| # include <rpc/types.h>
| # endif
|
|
| #include <rpc/xdr.h>
configure:16563: result: no
configure:16589: checking pty.h usability
configure:16601: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:16607: $? = 0
configure:16611: test -z
                         || test ! -s conftest.err
configure:16614: $? = 0
configure:16617: test -s conftest.o
configure:16620: $? = 0
configure:16630: result: yes
configure:16634: checking pty.h presence
configure:16644: /lib/cpp -DLAM_BUILDING=1 conftest.c
configure:16650: $? = 0
configure:16670: result: yes
configure:16705: checking for pty.h
configure:16712: result: yes
configure:16589: checking util.h usability
configure:16601: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(172): catastrophic error: could not open source file "util.h"
  #include <util.h>
                   ^

compilation aborted for conftest.c (code 4)
configure:16607: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #include <sys/types.h>
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <util.h>
configure:16630: result: no
configure:16634: checking util.h presence
configure:16644: /lib/cpp -DLAM_BUILDING=1 conftest.c
conftest.c:138:18: error: util.h: No such file or directory
configure:16650: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #include <sys/types.h>
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| /* end confdefs.h. */
| #include <util.h>
configure:16670: result: no
configure:16705: checking for util.h
configure:16712: result: no
configure:16745: checking sched.h usability
configure:16757: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:16763: $? = 0
configure:16767: test -z
                         || test ! -s conftest.err
configure:16770: $? = 0
configure:16773: test -s conftest.o
configure:16776: $? = 0
configure:16786: result: yes
configure:16790: checking sched.h presence
configure:16800: /lib/cpp -DLAM_BUILDING=1 conftest.c
configure:16806: $? = 0
configure:16826: result: yes
configure:16861: checking for sched.h
configure:16868: result: yes
configure:16736: checking for strings.h
configure:16741: result: yes
configure:16905: checking if FIONBIO defined in sys/ioctl.h
configure:16940: result: not on AIX 4.3.3, so who cares?
configure:16947: checking if SA_RESTART defined in signal.h
configure:16974: result: yes
configure:16977: checking for sa_len in struct sockaddr
configure:16996: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:17002: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct sockaddr s; s.sa_len;
| ;
| return 0;
| }
configure:17030: result: no
configure:17033: checking if need to include sys/select.h
configure:17052: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:17058: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| fd_set s; FD_ZERO(&s);
| ;
| return 0;
| }
configure:17086: result: no
configure:17101: checking for socket
configure:17158: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:17164: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| /* end confdefs.h. */
| /* Define socket to an innocuous variant, in case <limits.h> declares socket.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define socket innocuous_socket
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char socket (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef socket
|
| /* 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 socket ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_socket) || defined (__stub___socket)
| choke me
| #else
| char (*f) () = socket;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != socket;
| ;
| return 0;
| }
configure:17189: result: no
configure:17198: checking for socket in -lsocket
configure:17228: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c -lsocket >&5
ld: cannot find -lsocket
configure:17234: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| /* 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 socket ();
| int
| main ()
| {
| socket ();
| ;
| return 0;
| }
configure:17260: result: no
configure:17269: checking for gethostbyname
configure:17326: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:17332: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| /* end confdefs.h. */
| /* Define gethostbyname to an innocuous variant, in case <limits.h> declares gethostbyname.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define gethostbyname innocuous_gethostbyname
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char gethostbyname (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef gethostbyname
|
| /* 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 gethostbyname ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_gethostbyname) || defined (__stub___gethostbyname)
| choke me
| #else
| char (*f) () = gethostbyname;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != gethostbyname;
| ;
| return 0;
| }
configure:17357: result: no
configure:17366: checking for gethostbyname in -lnsl
configure:17396: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c -lnsl >&5
configure:17402: $? = 0
configure:17406: test -z
                         || test ! -s conftest.err
configure:17409: $? = 0
configure:17412: test -s conftest
configure:17415: $? = 0
configure:17428: result: yes
configure:17445: checking for login in -lutil
configure:17475: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c -lutil >&5
configure:17481: $? = 0
configure:17485: test -z
                         || test ! -s conftest.err
configure:17488: $? = 0
configure:17491: test -s conftest
configure:17494: $? = 0
configure:17507: result: yes
configure:17520: checking for openpty
configure:17577: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c -lutil >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:17583: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| /* end confdefs.h. */
| /* Define openpty to an innocuous variant, in case <limits.h> declares openpty.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define openpty innocuous_openpty
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char openpty (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef openpty
|
| /* 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 openpty ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_openpty) || defined (__stub___openpty)
| choke me
| #else
| char (*f) () = openpty;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != openpty;
| ;
| return 0;
| }
configure:17608: result: no
configure:17646: checking for atexit
configure:17703: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:17709: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| /* end confdefs.h. */
| /* Define atexit to an innocuous variant, in case <limits.h> declares atexit.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define atexit innocuous_atexit
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atexit (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef atexit
|
| /* 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 atexit ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_atexit) || defined (__stub___atexit)
| choke me
| #else
| char (*f) () = atexit;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != atexit;
| ;
| return 0;
| }
configure:17734: result: no
configure:17763: checking for getcwd
configure:17820: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:17826: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| /* end confdefs.h. */
| /* Define getcwd to an innocuous variant, in case <limits.h> declares getcwd.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define getcwd innocuous_getcwd
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char getcwd (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef getcwd
|
| /* 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 getcwd ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_getcwd) || defined (__stub___getcwd)
| choke me
| #else
| char (*f) () = getcwd;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != getcwd;
| ;
| return 0;
| }
configure:17851: result: no
configure:17880: checking for yield
configure:17937: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:17943: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| /* end confdefs.h. */
| /* Define yield to an innocuous variant, in case <limits.h> declares yield.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define yield innocuous_yield
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char yield (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef yield
|
| /* 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 yield ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_yield) || defined (__stub___yield)
| choke me
| #else
| char (*f) () = yield;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != yield;
| ;
| return 0;
| }
configure:17968: result: no
configure:17997: checking for snprintf
configure:18054: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:18060: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| /* end confdefs.h. */
| /* Define snprintf to an innocuous variant, in case <limits.h> declares snprintf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define snprintf innocuous_snprintf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char snprintf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef snprintf
|
| /* 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 snprintf ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_snprintf) || defined (__stub___snprintf)
| choke me
| #else
| char (*f) () = snprintf;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != snprintf;
| ;
| return 0;
| }
configure:18085: result: no
configure:18114: checking for atoll
configure:18171: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:18177: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| /* end confdefs.h. */
| /* Define atoll to an innocuous variant, in case <limits.h> declares atoll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define atoll innocuous_atoll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char atoll (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef atoll
|
| /* 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 atoll ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_atoll) || defined (__stub___atoll)
| choke me
| #else
| char (*f) () = atoll;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != atoll;
| ;
| return 0;
| }
configure:18202: result: no
configure:18231: checking for strtoll
configure:18288: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:18294: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| /* end confdefs.h. */
| /* Define strtoll to an innocuous variant, in case <limits.h> declares strtoll.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define strtoll innocuous_strtoll
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char strtoll (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef strtoll
|
| /* 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 strtoll ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_strtoll) || defined (__stub___strtoll)
| choke me
| #else
| char (*f) () = strtoll;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != strtoll;
| ;
| return 0;
| }
configure:18319: result: no
configure:18348: checking for sched_yield
configure:18405: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:18411: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| /* end confdefs.h. */
| /* Define sched_yield to an innocuous variant, in case <limits.h> declares sched_yield.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sched_yield innocuous_sched_yield
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sched_yield (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sched_yield
|
| /* 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 sched_yield ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_sched_yield) || defined (__stub___sched_yield)
| choke me
| #else
| char (*f) () = sched_yield;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sched_yield;
| ;
| return 0;
| }
configure:18436: result: no
configure:18465: checking for sysconf
configure:18522: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:18528: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| /* end confdefs.h. */
| /* Define sysconf to an innocuous variant, in case <limits.h> declares sysconf.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sysconf innocuous_sysconf
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sysconf (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sysconf
|
| /* 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 sysconf ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_sysconf) || defined (__stub___sysconf)
| choke me
| #else
| char (*f) () = sysconf;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sysconf;
| ;
| return 0;
| }
configure:18553: result: no
configure:18582: checking for sysctl
configure:18639: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:18645: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| /* end confdefs.h. */
| /* Define sysctl to an innocuous variant, in case <limits.h> declares sysctl.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define sysctl innocuous_sysctl
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char sysctl (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef sysctl
|
| /* 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 sysctl ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_sysctl) || defined (__stub___sysctl)
| choke me
| #else
| char (*f) () = sysctl;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != sysctl;
| ;
| return 0;
| }
configure:18670: result: no
configure:18695: checking whether vscanf is declared
configure:18719: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(191): error: identifier "vscanf" is undefined
    char *p = (char *) vscanf;
                       ^

compilation aborted for conftest.c (code 2)
configure:18725: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| /* end confdefs.h. */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| # include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| # include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #else
| # if HAVE_STDINT_H
| # include <stdint.h>
| # endif
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef vscanf
| char *p = (char *) vscanf;
| #endif
|
| ;
| return 0;
| }
configure:18749: result: no
configure:18765: checking whether va_copy is declared
configure:18790: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:18796: $? = 0
configure:18800: test -z
                         || test ! -s conftest.err
configure:18803: $? = 0
configure:18806: test -s conftest.o
configure:18809: $? = 0
configure:18820: result: yes
configure:18834: checking whether __va_copy is declared
configure:18859: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:18865: $? = 0
configure:18869: test -z
                         || test ! -s conftest.err
configure:18872: $? = 0
configure:18875: test -s conftest.o
configure:18878: $? = 0
configure:18889: result: yes
configure:18939: checking for glibc
configure:18970: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:18973: $? = 0
configure:18975: ./conftest
configure:18978: $? = 0
configure:18991: result: yes
configure:19001: checking whether to use prefix memcpy()
configure:19044: result: yes (default on glibc systems: yes)
configure:19052: checking whether byte ordering is bigendian
configure:19079: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:19085: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/param.h>
|
| int
| main ()
| {
| #if !BYTE_ORDER || !BIG_ENDIAN || !LITTLE_ENDIAN
| bogus endian macros
| #endif
|
| ;
| return 0;
| }
configure:19239: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(167): warning #266: function "exit" declared implicitly
    exit (u.c[sizeof (long) - 1] == 1);
    ^

configure:19242: $? = 0
configure:19244: ./conftest
configure:19247: $? = 0
configure:19263: result: no
configure:19307: checking for union semun in sys/sem.h
configure:19326: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(162): error: incomplete type is not allowed
  union semun s; s.val;
              ^

compilation aborted for conftest.c (code 2)
configure:19332: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/sem.h>
| int
| main ()
| {
| union semun s; s.val;
| ;
| return 0;
| }
configure:19360: result: no
configure:19373: checking for struct semid_ds
configure:19394: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:19400: $? = 0
configure:19404: test -z
                         || test ! -s conftest.err
configure:19407: $? = 0
configure:19410: test -s conftest.o
configure:19413: $? = 0
configure:19423: result: yes
configure:19433: checking if able to create SYSV semaphores
configure:19482: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:19485: $? = 0
configure:19487: ./conftest
configure:19490: $? = 0
configure:19511: result: yes
configure:19612: checking if SYSV semaphores work
configure:19675: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:19678: $? = 0
configure:19680: ./conftest
configure:19683: $? = 0
configure:19704: result: yes
configure:19813: checking for SYSV semaphore support
configure:19816: result: yes
configure:19908: checking for struct shmid_ds
configure:19928: icc -c -O3 -DLAM_BUILDING=1 conftest.c >&5
configure:19934: $? = 0
configure:19938: test -z
                         || test ! -s conftest.err
configure:19941: $? = 0
configure:19944: test -s conftest.o
configure:19947: $? = 0
configure:19957: result: yes
configure:19967: checking if SYSV shared memory works
configure:20010: icc -o conftest -O3 -DLAM_BUILDING=1 conftest.c >&5
conftest.c(176): warning #592: variable "buf" is used before its value is set
    if( shmid == -1 || shmctl(shmid, IPC_RMID, buf) == -1 ){
                                               ^

configure:20013: $? = 0
configure:20015: ./conftest
configure:20018: $? = 0
configure:20039: result: yes
configure:20132: checking for SYSV shared memory support
configure:20135: result: yes
configure:20254: checking if C compiler and POSIX threads work as is
configure:20313: icc -o conftest -O3 -DLAM_BUILDING=1 -D_REENTRANT conftest.c >&5
conftest.c(165): warning #592: variable "th" is used before its value is set
  pthread_t th; pthread_join(th, 0);
                             ^

/tmp/iccHloxeE.o: In function `main':
conftest.c:(.text+0x1f): undefined reference to `pthread_join'
conftest.c:(.text+0x33): undefined reference to `pthread_create'
configure:20319: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0);
| pthread_create(0,0,0,0);
| ;
| return 0;
| }
configure:20357: result: no
configure:20369: checking if C++ compiler and POSIX threads work as is
configure:20428: icpc -o conftest -O3 -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(165): warning #592: variable "th" is used before its value is set
  pthread_t th; pthread_join(th, 0);
                             ^

/tmp/icpc9jxJEJ.o: In function `main':
conftest.cc:(.text+0x1f): undefined reference to `pthread_join'
conftest.cc:(.text+0x33): undefined reference to `pthread_create'
configure:20434: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0);
| pthread_create(0,0,0,0);
| ;
| return 0;
| }
configure:20472: result: no
configure:20484: checking if F77 compiler and POSIX threads work as is
configure:20572: icc -O3 -I. -c conftest.c
conftest.c(12): warning #592: variable "th" is used before its value is set
    pthread_join(th, 0);
                 ^

configure:20579: $? = 0
configure:20589: ifort -O conftestf.f conftest.o -o conftest
conftest.o: In function `pthreadtest_':
conftest.c:(.text+0x6): undefined reference to `pthread_join'
conftest.c:(.text+0x1a): undefined reference to `pthread_create'
configure:20596: $? = 1
configure:20619: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_create(0,0,0,0);
}
#ifdef __cplusplus
}
#endif
configure:20647: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:20673: result: no
configure:20709: checking if C compiler and POSIX threads work with -Kthread
configure:20742: icc -o conftest -O3 -Kthread -DLAM_BUILDING=1 conftest.c >&5
icc: command line error: invalid argument for option '-K'
configure:20748: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0);
| pthread_create(0,0,0,0);
| ;
| return 0;
| }
configure:20788: result: no
configure:20709: checking if C compiler and POSIX threads work with -kthread
configure:20742: icc -o conftest -O3 -kthread -DLAM_BUILDING=1 conftest.c >&5
icc: command line warning #10006: ignoring unknown option '-kthread'
conftest.c(165): warning #592: variable "th" is used before its value is set
  pthread_t th; pthread_join(th, 0);
                             ^

/tmp/icc94lqE8.o: In function `main':
conftest.c:(.text+0x1f): undefined reference to `pthread_join'
conftest.c:(.text+0x33): undefined reference to `pthread_create'
configure:20748: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0);
| pthread_create(0,0,0,0);
| ;
| return 0;
| }
configure:20788: result: no
configure:20709: checking if C compiler and POSIX threads work with -pthread
configure:20742: icc -o conftest -O3 -pthread -DLAM_BUILDING=1 conftest.c >&5
conftest.c(165): warning #592: variable "th" is used before its value is set
  pthread_t th; pthread_join(th, 0);
                             ^

configure:20748: $? = 0
configure:20752: test -z
                         || test ! -s conftest.err
configure:20755: $? = 0
configure:20758: test -s conftest
configure:20761: $? = 0
configure:20782: result: yes
configure:20801: checking if C++ compiler and POSIX threads work with -Kthread
configure:20834: icpc -o conftest -O3 -Kthread -DLAM_BUILDING=1 conftest.cc >&5
icpc: command line error: invalid argument for option '-K'
configure:20840: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0);
| pthread_create(0,0,0,0);
| ;
| return 0;
| }
configure:20880: result: no
configure:20801: checking if C++ compiler and POSIX threads work with -kthread
configure:20834: icpc -o conftest -O3 -kthread -DLAM_BUILDING=1 conftest.cc >&5
icpc: command line warning #10006: ignoring unknown option '-kthread'
conftest.cc(165): warning #592: variable "th" is used before its value is set
  pthread_t th; pthread_join(th, 0);
                             ^

/tmp/icpcRcUVaq.o: In function `main':
conftest.cc:(.text+0x1f): undefined reference to `pthread_join'
conftest.cc:(.text+0x33): undefined reference to `pthread_create'
configure:20840: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <pthread.h>
| int
| main ()
| {
| pthread_t th; pthread_join(th, 0);
| pthread_attr_init(0);
| pthread_create(0,0,0,0);
| ;
| return 0;
| }
configure:20880: result: no
configure:20801: checking if C++ compiler and POSIX threads work with -pthread
configure:20834: icpc -o conftest -O3 -pthread -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(165): warning #592: variable "th" is used before its value is set
  pthread_t th; pthread_join(th, 0);
                             ^

configure:20840: $? = 0
configure:20844: test -z
                         || test ! -s conftest.err
configure:20847: $? = 0
configure:20850: test -s conftest
configure:20853: $? = 0
configure:20874: result: yes
configure:20893: checking if F77 compiler and POSIX threads work with -Kthread
configure:20966: icc -O3 -pthread -I. -c conftest.c
conftest.c(12): warning #592: variable "th" is used before its value is set
    pthread_join(th, 0);
                 ^

configure:20973: $? = 0
configure:20983: ifort -O -Kthread conftestf.f conftest.o -o conftest
ifort: command line error: invalid argument for option '-K'
configure:20990: $? = 1
configure:21013: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_create(0,0,0,0);
}
#ifdef __cplusplus
}
#endif
configure:21041: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:21071: result: no
configure:20893: checking if F77 compiler and POSIX threads work with -kthread
configure:20966: icc -O3 -pthread -I. -c conftest.c
conftest.c(12): warning #592: variable "th" is used before its value is set
    pthread_join(th, 0);
                 ^

configure:20973: $? = 0
configure:20983: ifort -O -kthread conftestf.f conftest.o -o conftest
ifort: command line warning #10006: ignoring unknown option '-kthread'
conftest.o: In function `pthreadtest_':
conftest.c:(.text+0x6): undefined reference to `pthread_join'
conftest.c:(.text+0x1a): undefined reference to `pthread_create'
configure:20990: $? = 1
configure:21013: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <pthread.h>

#ifdef __cplusplus
extern "C" {
#endif
void pthreadtest_()
{
  pthread_t th;
  pthread_join(th, 0);
  pthread_attr_init(0);
  pthread_create(0,0,0,0);
}
#ifdef __cplusplus
}
#endif
configure:21041: here is the fortran program:
      program fpthread
      call PTHREADTEST
      end
configure:21071: result: no
configure:20893: checking if F77 compiler and POSIX threads work with -pthread
configure:20966: icc -O3 -pthread -I. -c conftest.c
conftest.c(12): warning #592: variable "th" is used before its value is set
    pthread_join(th, 0);
                 ^

configure:20973: $? = 0
configure:20983: ifort -O -pthread conftestf.f conftest.o -o conftest
configure:20990: $? = 0
configure:21065: result: yes
configure:21809: checking for working POSIX threads package
configure:21812: result: yes
configure:21851: checking if C compiler and Solaris threads work
configure:21886: icc -o conftest -D_REENTRANT conftest.c -lthread >&5
conftest.c(161): catastrophic error: could not open source file "thread.h"
  #include <thread.h>
                     ^

compilation aborted for conftest.c (code 4)
configure:21892: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <thread.h>
| int
| main ()
| {
| thread_t th; thr_join(th, 0, 0);
| thr_create(0,0,0,0,0,0);
| ;
| return 0;
| }
configure:21928: result: no
configure:21949: checking if C++ compiler and Solaris threads work
configure:21980: icpc -o conftest -D_REENTRANT conftest.cc -lthread >&5
conftest.cc(161): catastrophic error: could not open source file "thread.h"
  #include <thread.h>
                     ^

compilation aborted for conftest.cc (code 4)
configure:21986: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| /* end confdefs.h. */
| #include <thread.h>
| int
| main ()
| {
| thread_t th; thr_join(th, 0, 0);
| thr_create(0,0,0,0,0,0);
| ;
| return 0;
| }
configure:22022: result: no
configure:22041: checking if F77 compiler and Solaris threads work
configure:22094: icc -I. -c conftest.c
conftest.c(3): catastrophic error: could not open source file "thread.h"
  #include <thread.h>
                     ^

compilation aborted for conftest.c (code 4)
configure:22101: $? = 4
configure:22141: here is the C program:
#include <stdio.h>
#include <stdlib.h>
#include <thread.h>

#ifdef __cplusplus
extern "C" {
#endif
void lam_pthread()
{
  thread_t th;
  thr_join(th, 0, 0);
  thr_create(0,0,0,0,0,0);
}
#ifdef __cplusplus
}
#endif
configure:22169: here is the fortran program:
      program fpthread
      INTEGER i
      i = 1
      end
configure:22195: result: no
configure:22224: checking for working Solaris threads package
configure:22230: result: no
configure:22238: checking for type of thread support
configure:22303: result: posix
configure:22367: checking if threads have different pids (pthreads on linux)
configure:22414: icc -o conftest -O3 -pthread -DLAM_BUILDING=1 conftest.c >&5
configure:22417: $? = 0
configure:22419: ./conftest
configure:22422: $? = 0
configure:22441: result: no
configure:22518: checking for pthread_atfork
configure:22575: icc -o conftest -O3 -pthread -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:22581: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| /* end confdefs.h. */
| /* Define pthread_atfork to an innocuous variant, in case <limits.h> declares pthread_atfork.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define pthread_atfork innocuous_pthread_atfork
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char pthread_atfork (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef pthread_atfork
|
| /* 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 pthread_atfork ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_pthread_atfork) || defined (__stub___pthread_atfork)
| choke me
| #else
| char (*f) () = pthread_atfork;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != pthread_atfork;
| ;
| return 0;
| }
configure:22606: result: no
configure:22907: checking for FD_SETSIZE
configure:22918: result: using system defaults
configure:22978: checking BSD 4.3 for msg_accrights in struct msghdr
configure:22997: icc -c -O3 -pthread -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:23003: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| int
| main ()
| {
| struct msghdr m; m.msg_accrights = 0;
| ;
| return 0;
| }
configure:23026: result: no
configure:23146: checking for BSD 4.3 fd passing support
configure:23148: result: no
configure:23209: checking for POSIX.1g struct msghdr
configure:23232: icc -c -O3 -pthread -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:23238: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <sys/un.h>
| int
| main ()
| {
| struct cmsghdr c;
| struct msghdr m;
| c.cmsg_type = 0;
| m.msg_control = 0;
| ;
| return 0;
| }
configure:23261: result: no
configure:23484: checking for BSD 4.4 fd passing support
configure:23486: result: no
configure:23548: checking for System V Release 4 for struct strrecvfd
configure:23568: icc -c -O3 -pthread -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:23574: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 0
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| /* end confdefs.h. */
| #include <sys/types.h>
| #include <sys/socket.h>
| #include <sys/stropts.h>
| int
| main ()
| {
| struct strrecvfd c; c.fd = 0;
| ;
| return 0;
| }
configure:23597: result: no
configure:23718: checking for System V Release 4 fd passing support
configure:23720: result: no
configure:23781: checking for BSD ptys
configure:23797: result: no
configure:23800: checking for SYSV ptys
configure:23816: result: yes
configure:23833: checking size of struct stat members
conftest.c(7): warning #266: function "exit" declared implicitly
      if (!f) exit(1);
              ^

conftest.c(8): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(foo.st_dev));
                         ^

conftest.c(9): warning #266: function "exit" declared implicitly
      exit(0);
      ^

configure:23853: result: 8
configure:23873: checking type of getsockopt optlen parameter
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *optval);
int foobar(void *optval)
{
    socklen_t optlen=0;
    return getsockopt(0, SOL_SOCKET, SO_SNDBUF, optval, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *optval);
int foobar(void *optval)
{
    int optlen=0;
    return getsockopt(0, SOL_SOCKET, SO_SNDBUF, optval, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *optval);
int foobar(void *optval)
{
    size_t optlen=0;
    return getsockopt(0, SOL_SOCKET, SO_SNDBUF, optval, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *optval);
int foobar(void *optval)
{
    unsigned int optlen=0;
    return getsockopt(0, SOL_SOCKET, SO_SNDBUF, optval, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *optval);
int foobar(void *optval)
{
    long optlen=0;
    return getsockopt(0, SOL_SOCKET, SO_SNDBUF, optval, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *optval);
int foobar(void *optval)
{
    unsigned long optlen=0;
    return getsockopt(0, SOL_SOCKET, SO_SNDBUF, optval, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:23921: result: not found -- using "unsigned int" and hoping for the best
configure:23937: checking type of recvfrom length parameter
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *buffer)
{
    socklen_t optlen=0;
    return recvfrom(0, buffer, 0, 0, (struct sockaddr*) 0, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *buffer)
{
    int optlen=0;
    return recvfrom(0, buffer, 0, 0, (struct sockaddr*) 0, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *buffer)
{
    size_t optlen=0;
    return recvfrom(0, buffer, 0, 0, (struct sockaddr*) 0, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *buffer)
{
    unsigned int optlen=0;
    return recvfrom(0, buffer, 0, 0, (struct sockaddr*) 0, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *buffer)
{
    long optlen=0;
    return recvfrom(0, buffer, 0, 0, (struct sockaddr*) 0, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
#include <sys/types.h>
#include <sys/socket.h>
int foobar(void *buffer)
{
    unsigned long optlen=0;
    return recvfrom(0, buffer, 0, 0, (struct sockaddr*) 0, &optlen);
}
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:23984: result: not found -- using "unsigned int" and hoping for the best
configure:24021: checking if build filesystem is case sensitive
configure:24033: result: yes
configure:24046: checking if configuring for case sensitive fs
configure:24064: result: yes
configure:24133: checking for memory management type
configure:24516: result: ptmalloc2
configure:24552: checking syscall.h usability
configure:24564: icc -c -O3 -pthread -DLAM_BUILDING=1 conftest.c >&5
configure:24570: $? = 0
configure:24574: test -z
                         || test ! -s conftest.err
configure:24577: $? = 0
configure:24580: test -s conftest.o
configure:24583: $? = 0
configure:24593: result: yes
configure:24597: checking syscall.h presence
configure:24607: /lib/cpp -DLAM_BUILDING=1 conftest.c
configure:24613: $? = 0
configure:24633: result: yes
configure:24668: checking for syscall.h
configure:24675: result: yes
configure:24691: checking for syscall
configure:24748: icc -o conftest -O3 -pthread -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:24754: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 0
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 0
| #define LAM_HAVE_BSD_PTYS 0
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T unsigned int
| #define LAM_RECVFROM_LEN_T unsigned int
| /* end confdefs.h. */
| /* Define syscall to an innocuous variant, in case <limits.h> declares syscall.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define syscall innocuous_syscall
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char syscall (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef syscall
|
| /* 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 syscall ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_syscall) || defined (__stub___syscall)
| choke me
| #else
| char (*f) () = syscall;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != syscall;
| ;
| return 0;
| }
configure:24779: result: no
configure:24799: checking whether sbrk is declared
configure:24823: icc -c -O3 -pthread -DLAM_BUILDING=1 conftest.c >&5
configure:24829: $? = 0
configure:24833: test -z
                         || test ! -s conftest.err
configure:24836: $? = 0
configure:24839: test -s conftest.o
configure:24842: $? = 0
configure:24853: result: yes
configure:25302: checking if want MPI C++ bindings
configure:25305: result: enabled
configure:25425: checking size of int
configure:25448: icpc -o conftest -O3 -pthread -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(189): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(int));
                         ^

configure:25451: $? = 0
configure:25453: ./conftest
configure:25456: $? = 0
configure:25470: result: 4
configure:25498: checking size of bool
configure:25521: icpc -o conftest -O3 -pthread -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(190): warning #181: argument is incompatible with corresponding format string conversion
      fprintf(f, "%d\n", sizeof(bool));
                         ^

configure:25524: $? = 0
configure:25526: ./conftest
configure:25529: $? = 0
configure:25543: result: 1
configure:25579: checking type of MPI attributes
configure:25598: icpc -o conftest -O3 -pthread -DLAM_BUILDING=1 conftest.cc >&5
configure:25601: $? = 0
configure:25603: ./conftest
configure:25606: $? = 255
configure: program exited with status 255
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 0
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 0
| #define LAM_HAVE_BSD_PTYS 0
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T unsigned int
| #define LAM_RECVFROM_LEN_T unsigned int
| #define LAM_USE_SYSCALL 0
| #define LAM_HAVE_DECL_SBRK 1
| #define LAM_WANT_PTMALLOC 0
| #define LAM_WANT_PTMALLOC2 1
| #define LAM_WANT_DARWIN7MALLOC 0
| #define LAM_WANT_EXTERNALMALLOC 0
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| /* end confdefs.h. */
| int main()
| {
| if (sizeof(int) != sizeof(int *))
| return -1;
| return 0;
| }
configure:25634: result: long
configure:25643: checking for signal declaration
configure:25666: icpc -c -O3 -pthread -DLAM_BUILDING=1 conftest.cc >&5
conftest.cc(191): error: argument of type "void (*)(int, int, sigcontext *, char *)" is incompatible with parameter of type "__sighandler_t"
  signal(1, bsd_handler);
            ^

conftest.cc(193): error: a value of type "void (*)(int, int, sigcontext *, char *)" cannot be assigned to an entity of type "__sighandler_t"
    n.sa_handler= bsd_handler;
                ^

compilation aborted for conftest.cc (code 2)
configure:25672: $? = 2
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 0
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 0
| #define LAM_HAVE_BSD_PTYS 0
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T unsigned int
| #define LAM_RECVFROM_LEN_T unsigned int
| #define LAM_USE_SYSCALL 0
| #define LAM_HAVE_DECL_SBRK 1
| #define LAM_WANT_PTMALLOC 0
| #define LAM_WANT_PTMALLOC2 1
| #define LAM_WANT_DARWIN7MALLOC 0
| #define LAM_WANT_EXTERNALMALLOC 0
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| /* end confdefs.h. */
| #include<signal.h>
| extern "C" void bsd_handler(int sig, int code, struct sigcontext *scp, char *addr);
|
| int
| main ()
| {
| signal(1, bsd_handler);
| struct sigaction n;
| n.sa_handler= bsd_handler;
|
| ;
| return 0;
| }
configure:25735: icpc -c -O3 -pthread -DLAM_BUILDING=1 conftest.cc >&5
configure:25741: $? = 0
configure:25745: test -z
                         || test ! -s conftest.err
configure:25748: $? = 0
configure:25751: test -s conftest.o
configure:25754: $? = 0
configure:25773: result: SYSV
configure:25802: checking if want ROMIO
configure:25805: result: enabled
configure:25823: checking if want TotalView attach support
configure:25826: result: enabled
configure:25843: checking if want TotalView queue debugging support
configure:25859: result: disabled (using Intel compilers)
configure:26002: checking for bproc_numnodes in -lbproc
configure:26032: icc -o conftest -O3 -pthread -DLAM_BUILDING=1 conftest.c -lbproc >&5
ld: cannot find -lbproc
configure:26038: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 0
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 0
| #define LAM_HAVE_BSD_PTYS 0
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T unsigned int
| #define LAM_RECVFROM_LEN_T unsigned int
| #define LAM_USE_SYSCALL 0
| #define LAM_HAVE_DECL_SBRK 1
| #define LAM_WANT_PTMALLOC 0
| #define LAM_WANT_PTMALLOC2 1
| #define LAM_WANT_DARWIN7MALLOC 0
| #define LAM_WANT_EXTERNALMALLOC 0
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| #define MPI2CPP_SYSV_SIGNAL 1
| #define MPI2CPP_BSD_SIGNAL 0
| /* 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 bproc_numnodes ();
| int
| main ()
| {
| bproc_numnodes ();
| ;
| return 0;
| }
configure:26064: result: no
configure:26242: checking if want BPROC support
configure:26351: result: no
configure:26384: checking if want deprecated executable names
configure:26405: result: yes
configure:26416: checking for subdir args
configure:26470: result: 'CC=icc' 'CXX=icpc' 'FC=ifort'
configure:26726: checking which modules should be run-time loadable
configure:26767: result: none
configure:26777: checking for SSI kinds
configure:26802: result: boot coll crlam crmpi rpi
configure:26925: LAM configuring in share/ssi/boot/bproc
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27034: /bin/sh './configure' *failed* for share/ssi/boot/bproc
configure:27405: --- SSI module boot:bproc compile: no
configure:26925: LAM configuring in share/ssi/boot/globus
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/boot/globus
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/boot/globus/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/boot/globus/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/boot/globus/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module boot:globus compile: yes
configure:27356: +++ SSI module boot:globus mode: static
configure:26925: LAM configuring in share/ssi/boot/rsh
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/boot/rsh
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/boot/rsh/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/boot/rsh/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/boot/rsh/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module boot:rsh compile: yes
configure:27356: +++ SSI module boot:rsh mode: static
configure:26925: LAM configuring in share/ssi/boot/slurm
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27034: /bin/sh './configure' *failed* for share/ssi/boot/slurm
configure:27405: --- SSI module boot:slurm compile: no
configure:26925: LAM configuring in share/ssi/boot/tm
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27034: /bin/sh './configure' *failed* for share/ssi/boot/tm
configure:27405: --- SSI module boot:tm compile: no
configure:26925: LAM configuring in share/ssi/coll/impi
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27034: /bin/sh './configure' *failed* for share/ssi/coll/impi
configure:27405: --- SSI module coll:impi compile: no
configure:26925: LAM configuring in share/ssi/coll/lam_basic
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/coll/lam_basic
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/coll/lam_basic/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/coll/lam_basic/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/coll/lam_basic/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module coll:lam_basic compile: yes
configure:27356: +++ SSI module coll:lam_basic mode: static
configure:26925: LAM configuring in share/ssi/coll/shmem
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/coll/shmem
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/coll/shmem/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/coll/shmem/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/coll/shmem/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module coll:shmem compile: yes
configure:27356: +++ SSI module coll:shmem mode: static
configure:26925: LAM configuring in share/ssi/coll/smp
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/coll/smp
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/coll/smp/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/coll/smp/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/coll/smp/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module coll:smp compile: yes
configure:27356: +++ SSI module coll:smp mode: static
configure:26925: LAM configuring in share/ssi/crlam/blcr
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27034: /bin/sh './configure' *failed* for share/ssi/crlam/blcr
configure:27405: --- SSI module crlam:blcr compile: no
configure:26925: LAM configuring in share/ssi/crlam/self
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/crlam/self
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/crlam/self/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/crlam/self/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/crlam/self/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module crlam:self compile: yes
configure:27356: +++ SSI module crlam:self mode: static
configure:26925: LAM configuring in share/ssi/crmpi/blcr
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27034: /bin/sh './configure' *failed* for share/ssi/crmpi/blcr
configure:27405: --- SSI module crmpi:blcr compile: no
configure:26925: LAM configuring in share/ssi/crmpi/self
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/crmpi/self
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/crmpi/self/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/crmpi/self/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/crmpi/self/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module crmpi:self compile: yes
configure:27356: +++ SSI module crmpi:self mode: static
configure:26925: LAM configuring in share/ssi/rpi/crtcp
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/rpi/crtcp
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/crtcp/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/crtcp/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/crtcp/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module rpi:crtcp compile: yes
configure:27356: +++ SSI module rpi:crtcp mode: static
configure:26925: LAM configuring in share/ssi/rpi/gm
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27034: /bin/sh './configure' *failed* for share/ssi/rpi/gm
configure:27405: --- SSI module rpi:gm compile: no
configure:26925: LAM configuring in share/ssi/rpi/ib
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27034: /bin/sh './configure' *failed* for share/ssi/rpi/ib
configure:27405: --- SSI module rpi:ib compile: no
configure:26925: LAM configuring in share/ssi/rpi/lamd
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/rpi/lamd
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/lamd/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/lamd/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/lamd/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module rpi:lamd compile: yes
configure:27356: +++ SSI module rpi:lamd mode: static
configure:26925: LAM configuring in share/ssi/rpi/sysv
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/rpi/sysv
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/sysv/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/sysv/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/sysv/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module rpi:sysv compile: yes
configure:27356: +++ SSI module rpi:sysv mode: static
configure:26925: LAM configuring in share/ssi/rpi/tcp
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/rpi/tcp
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/tcp/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/tcp/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/tcp/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module rpi:tcp compile: yes
configure:27356: +++ SSI module rpi:tcp mode: static
configure:26925: LAM configuring in share/ssi/rpi/usysv
configure:27021: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --cache-file=/dev/null --srcdir=.
configure:27030: /bin/sh './configure' succeeded for share/ssi/rpi/usysv
configure:27065: Post-module top-level processing
configure:27125: checking for libtool-supplied linker flags
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/usysv/libtool --mode=compile icc -O3 -pthread -c foo.c -o foo.o
 icc -O3 -pthread -c foo.c -o foo.o
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/usysv/libtool --mode=link icc -O3 -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:27167: $? = 0
configure:27154: /home/iftekhar/lam-7.1.4/share/ssi/rpi/usysv/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar
icc bar.o -o bar ./.libs/libfoo.a
configure:27167: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
configure:27323: result: no extra flags
configure:27354: +++ SSI module rpi:usysv compile: yes
configure:27356: +++ SSI module rpi:usysv mode: static
configure:27594: checking for a sed that does not truncate output
configure:27648: result: /usr/bin/sed
configure:27662: checking for ld used by icc
configure:27729: result: /usr/bin/ld
configure:27738: checking if the linker (/usr/bin/ld) is GNU ld
configure:27753: result: yes
configure:27758: checking for /usr/bin/ld option to reload object files
configure:27765: result: -r
configure:27783: checking for BSD-compatible nm
configure:27832: result: /usr/bin/nm -B
configure:27836: checking how to recognise dependent libraries
configure:28012: result: pass_all
configure:28099: icc -c -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c >&5
configure:28102: $? = 0
configure:28257: checking dlfcn.h usability
configure:28269: icc -c -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c >&5
configure:28275: $? = 0
configure:28279: test -z
                         || test ! -s conftest.err
configure:28282: $? = 0
configure:28285: test -s conftest.o
configure:28288: $? = 0
configure:28298: result: yes
configure:28302: checking dlfcn.h presence
configure:28312: /lib/cpp -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c
configure:28318: $? = 0
configure:28338: result: yes
configure:28373: checking for dlfcn.h
configure:28380: result: yes
configure:28403: checking how to run the C++ preprocessor
configure:28517: result: /lib/cpp
configure:28541: /lib/cpp -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.cc
configure:28547: $? = 0
configure:28579: /lib/cpp -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.cc
conftest.cc:191:28: error: ac_nonexistent.h: No such file or directory
configure:28585: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 0
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 0
| #define LAM_HAVE_BSD_PTYS 0
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T unsigned int
| #define LAM_RECVFROM_LEN_T unsigned int
| #define LAM_USE_SYSCALL 0
| #define LAM_HAVE_DECL_SBRK 1
| #define LAM_WANT_PTMALLOC 0
| #define LAM_WANT_PTMALLOC2 1
| #define LAM_WANT_DARWIN7MALLOC 0
| #define LAM_WANT_EXTERNALMALLOC 0
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| #define MPI2CPP_SYSV_SIGNAL 1
| #define MPI2CPP_BSD_SIGNAL 0
| #define LAM_HAVE_BPROC 0
| #define LAM_HAVE_BPROC3_API 0
| #define LAM_HAVE_TV_QUEUE_DLL 0
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| #include <ac_nonexistent.h>
configure:28722: checking for Fortran 77 compiler version
configure:28725: ifort --version </dev/null >&5
ifort (IFORT) 10.1 20080312
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.

configure:28728: $? = 0
configure:28730: ifort -v </dev/null >&5
Version 10.1
configure:28733: $? = 0
configure:28735: ifort -V </dev/null >&5
Intel(R) Fortran Compiler for applications running on Intel(R) 64, Version 10.1 Build 20080312 Package ID: l_fc_p_10.1.015
Copyright (C) 1985-2008 Intel Corporation. All rights reserved.
FOR NON-COMMERCIAL USE ONLY

configure:28738: $? = 0
configure:28746: checking whether we are using the GNU Fortran 77 compiler
configure:28760: ifort -c -O -pthread conftest.F >&5
fortcom: Error: conftest.F, line 3: Syntax error, found END-OF-STATEMENT when expecting one of: => = . ( : %
       choke me
---------------^
fortcom: Error: conftest.F, line 3: This statement is positioned incorrectly and/or has syntax errors.
       choke me
---------------^
compilation aborted for conftest.F (code 1)
configure:28766: $? = 1
configure: failed program was:
| program main
| #ifndef __GNUC__
| choke me
| #endif
|
| end
configure:28792: result: no
configure:28798: checking whether ifort accepts -g
configure:28810: ifort -c -g conftest.f >&5
configure:28816: $? = 0
configure:28820: test -z
                         || test ! -s conftest.err
configure:28823: $? = 0
configure:28826: test -s conftest.o
configure:28829: $? = 0
configure:28841: result: yes
configure:28871: checking the maximum length of command line arguments
configure:28980: result: 32768
configure:28991: checking command to parse /usr/bin/nm -B output from icc object
configure:29096: icc -c -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c >&5
configure:29099: $? = 0
configure:29103: /usr/bin/nm -B conftest.o \| sed -n -e 's/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
configure:29106: $? = 0
configure:29158: icc -o conftest -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c conftstm.o >&5
configure:29161: $? = 0
configure:29199: result: ok
configure:29203: checking for objdir
configure:29218: result: .libs
configure:29308: checking for ar
configure:29324: found /usr/bin/ar
configure:29335: result: ar
configure:29388: checking for ranlib
configure:29404: found /usr/bin/ranlib
configure:29415: result: ranlib
configure:29468: checking for strip
configure:29484: found /usr/bin/strip
configure:29495: result: strip
configure:29767: checking if icc supports -fno-rtti -fno-exceptions
configure:29785: icc -c -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -fno-rtti -fno-exceptions conftest.c >&5
configure:29789: $? = 0
configure:29802: result: yes
configure:29817: checking for icc option to produce PIC
configure:30027: result: -fPIC
configure:30035: checking if icc PIC flag -fPIC works
configure:30053: icc -c -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -fPIC -DPIC conftest.c >&5
configure:30057: $? = 0
configure:30070: result: yes
configure:30098: checking if icc static flag -static works
configure:30126: result: yes
configure:30136: checking if icc supports -c -o file.o
configure:30157: icc -c -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -o out/conftest2.o conftest.c >&5
configure:30161: $? = 0
configure:30183: result: yes
configure:30209: checking whether the icc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:31167: result: yes
configure:31234: checking dynamic linker characteristics
configure:31822: result: GNU/Linux ld.so
configure:31831: checking how to hardcode library paths into programs
configure:31856: result: immediate
configure:31870: checking whether stripping libraries is possible
configure:31875: result: yes
configure:32001: checking for shl_load
configure:32058: icc -o conftest -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:32064: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 0
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 0
| #define LAM_HAVE_BSD_PTYS 0
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T unsigned int
| #define LAM_RECVFROM_LEN_T unsigned int
| #define LAM_USE_SYSCALL 0
| #define LAM_HAVE_DECL_SBRK 1
| #define LAM_WANT_PTMALLOC 0
| #define LAM_WANT_PTMALLOC2 1
| #define LAM_WANT_DARWIN7MALLOC 0
| #define LAM_WANT_EXTERNALMALLOC 0
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| #define MPI2CPP_SYSV_SIGNAL 1
| #define MPI2CPP_BSD_SIGNAL 0
| #define LAM_HAVE_BPROC 0
| #define LAM_HAVE_BPROC3_API 0
| #define LAM_HAVE_TV_QUEUE_DLL 0
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* Define shl_load to an innocuous variant, in case <limits.h> declares shl_load.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define shl_load innocuous_shl_load
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char shl_load (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef shl_load
|
| /* 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 shl_load ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_shl_load) || defined (__stub___shl_load)
| choke me
| #else
| char (*f) () = shl_load;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != shl_load;
| ;
| return 0;
| }
configure:32089: result: no
configure:32094: checking for shl_load in -ldld
configure:32124: icc -o conftest -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c -ldld >&5
ld: cannot find -ldld
configure:32130: $? = 1
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 0
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 0
| #define LAM_HAVE_BSD_PTYS 0
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T unsigned int
| #define LAM_RECVFROM_LEN_T unsigned int
| #define LAM_USE_SYSCALL 0
| #define LAM_HAVE_DECL_SBRK 1
| #define LAM_WANT_PTMALLOC 0
| #define LAM_WANT_PTMALLOC2 1
| #define LAM_WANT_DARWIN7MALLOC 0
| #define LAM_WANT_EXTERNALMALLOC 0
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| #define MPI2CPP_SYSV_SIGNAL 1
| #define MPI2CPP_BSD_SIGNAL 0
| #define LAM_HAVE_BPROC 0
| #define LAM_HAVE_BPROC3_API 0
| #define LAM_HAVE_TV_QUEUE_DLL 0
| #define HAVE_DLFCN_H 1
| /* 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 shl_load ();
| int
| main ()
| {
| shl_load ();
| ;
| return 0;
| }
configure:32156: result: no
configure:32161: checking for dlopen
configure:32218: icc -o conftest -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c >&5
/usr/include/limits.h(125): catastrophic error: could not open source file "limits.h"
  # include_next <limits.h>
                           ^

compilation aborted for conftest.c (code 4)
configure:32224: $? = 4
configure: failed program was:
| /* confdefs.h. */
|
| #define PACKAGE_NAME ""
| #define PACKAGE_TARNAME ""
| #define PACKAGE_VERSION ""
| #define PACKAGE_STRING ""
| #define PACKAGE_BUGREPORT ""
| #define LAM_MAJOR_VERSION 7
| #define LAM_MINOR_VERSION 1
| #define LAM_RELEASE_VERSION 4
| #define LAM_ALPHA_VERSION 0
| #define LAM_BETA_VERSION 0
| #define LAM_SVN_VERSION 0
| #define LAM_VERSION "7.1.4"
| #define LAM_DEPENDENCY_PREFIX "NONE"
| #define LAM_ARCH "x86_64-unknown-linux-gnu"
| #define LAM_WANT_DEBUG 0
| #define LAM_CC "icc"
| #define LAM_CONFIG_FORCE_PROTOS 1
| #define LAM_HAVE_int2 0
| #define LAM_HAVE_uint2 0
| #define LAM_HAVE_int4 0
| #define LAM_HAVE_uint4 0
| #define LAM_HAVE_int8 0
| #define LAM_HAVE_uint8 0
| #define LAM_HAVE_float4 0
| #define LAM_HAVE_float8 0
| #define LAM_SIZEOF_CHAR 1
| #define LAM_SIZEOF_SHORT 2
| #define LAM_SIZEOF_WCHAR 4
| #define LAM_SIZEOF_INT 4
| #define LAM_SIZEOF_LONG 8
| #define LAM_SIZEOF_LONG_LONG 8
| #define LAM_SIZEOF_FLOAT 4
| #define LAM_SIZEOF_DOUBLE 8
| #define LAM_SIZEOF_LONG_DOUBLE 16
| #define LAM_SIZEOF_VOID_P 8
| #define LAM_ALIGNMENT_CHAR 1
| #define LAM_ALIGNMENT_SHORT 2
| #define LAM_ALIGNMENT_WCHAR 4
| #define LAM_ALIGNMENT_INT 4
| #define LAM_ALIGNMENT_LONG 8
| #define LAM_ALIGNMENT_LONG_LONG 8
| #define LAM_ALIGNMENT_FLOAT 4
| #define LAM_ALIGNMENT_DOUBLE 8
| #define LAM_ALIGNMENT_LONG_DOUBLE 16
| #define LAM_ALIGNMENT_VOID_P 8
| #ifdef __cplusplus
| extern "C" void exit (int) throw ();
| #endif
| #define LAM_CXX "icpc"
| #define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
| #define LAM_CXX_NOTHROW_NEW 1
| #define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
| #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 LAM_CXX_STL 1
| #define LAM_CXX_BOOL 1
| #define LAM_CXX_TRUE_FALSE 1
| #define LAM_SIZEOF_CXX_BOOL 1
| #define LAM_SIZEOF_CXX_INT 4
| #define LAM_ALIGNMENT_CXX_BOOL 1
| #define LAM_ALIGNMENT_CXX_INT 4
| #define LAM_CXX_BOOL_TYPE unsigned char
| #define LAM_FORTRANDOUBLEUNDERSCORE 0
| #define LAM_FORTRANUNDERSCORE 1
| #define LAM_FORTRANCAPS 0
| #define LAM_FORTRANNOUNDERSCORE 0
| #define LAM_SIZEOF_FORTRAN_INT 4
| #define LAM_SIZEOF_FORTRAN_REAL 4
| #define LAM_SIZEOF_FORTRAN_DBLPREC 8
| #define LAM_SIZEOF_FORTRAN_COMPLEX 8
| #define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
| #define LAM_SIZEOF_FORTRAN_INTEGER1 1
| #define LAM_SIZEOF_FORTRAN_INTEGER2 2
| #define LAM_SIZEOF_FORTRAN_INTEGER4 4
| #define LAM_SIZEOF_FORTRAN_INTEGER8 8
| #define LAM_SIZEOF_FORTRAN_REAL4 4
| #define LAM_SIZEOF_FORTRAN_REAL8 8
| #define LAM_SIZEOF_FORTRAN_REAL16 16
| #define LAM_FORTRAN_C_TYPE_INTEGER1 char
| #define LAM_FORTRAN_C_TYPE_INTEGER2 short
| #define LAM_FORTRAN_C_TYPE_INTEGER4 int
| #define LAM_FORTRAN_C_TYPE_INTEGER8 long
| #define LAM_FORTRAN_C_TYPE_REAL4 float
| #define LAM_FORTRAN_C_TYPE_REAL8 double
| #define LAM_FORTRAN_C_TYPE_REAL16 long double
| #define LAM_ALIGNMENT_FORTRAN_INT 1
| #define LAM_ALIGNMENT_FORTRAN_REAL 1
| #define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
| #define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
| #define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL4 1
| #define LAM_ALIGNMENT_FORTRAN_REAL8 1
| #define LAM_ALIGNMENT_FORTRAN_REAL16 1
| #define LAM_FLIBPATH "-L"
| #define LAM_WANT_PROFILE 1
| #define LAM_WANT_TRILLIUM_INSTALL 0
| #define HAVE_LIBAIO 1
| #define LAM_WANT_ROMIO 1
| #define LAM_WANT_FORTRAN 1
| #define LAM_F77 "ifort"
| #define LAM_WANT_MPI2CPP 1
| #define LAM_WANT_CPPFILE 0
| #define LAM_WANT_IMPI 0
| #define LAM_USE_SELECT_YIELD 0
| #define LAM_SIGUSR SIGUSR2
| #define LAM_DISINFECT 0
| #define LAM_TO_BOOT 60
| #define LAM_TO_DLO_ACK 500000
| #define LAM_TO_DLO_IDLE 120
| #define LAM_WANT_MPI_STUBS 0
| #define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
| #define LAM_RM "/bin/rm -f"
| #define LAM_HAVE_PROTO_snprintf 1
| #define LAM_HAVE_PROTO_gethostname 1
| #define HAVE_STROPTS_H 1
| #define HAVE_GRP_H 1
| #define HAVE_NETINET_TCP_H 1
| #define HAVE_SYS_SELECT_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_RPC_TYPES_H 1
| #define HAVE_PTY_H 1
| #define HAVE_SCHED_H 1
| #define HAVE_STRINGS_H 1
| #define LAM_HAVE_FIONBIO 0
| #define LAM_HAVE_SA_RESTART 1
| #define LAM_HAVE_SA_LEN 0
| #define LAM_NEED_SYS_SELECT_H 0
| #define LAM_HAVE_OPENPTY 0
| #define LAM_HAVE_ATEXIT 0
| #define LAM_HAVE_GETCWD 0
| #define LAM_HAVE_YIELD 0
| #define LAM_HAVE_SNPRINTF 0
| #define LAM_HAVE_ATOLL 0
| #define LAM_HAVE_STRTOLL 0
| #define LAM_HAVE_SCHED_YIELD 0
| #define LAM_HAVE_SYSCONF 0
| #define LAM_HAVE_SYSCTL 0
| #define LAM_HAVE_VSCANF 0
| #define LAM_HAVE_VA_COPY 1
| #define LAM_HAVE_UNDERSCORE_VA_COPY 1
| #define LAM_WANT_PREFIX_MEMCPY 1
| #define LAM_HAVE_UNION_SEMUN 0
| #define LAM_UNION_SEMUN_VAL_DIRECT 0
| #define LAM_HAVE_SYSV_SEMAPHORES 1
| #define LAM_HAVE_SYSV_SHMEM 1
| #define LAM_HAVE_SOLARIS_THREADS 0
| #define LAM_HAVE_POSIX_THREADS 1
| #define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
| #define LAM_HAVE_PTHREAD_ATFORK 0
| #define LAM_FD_SETSIZE 0
| #define LAM_HAVE_BSD43_FD_PASSING 0
| #define LAM_HAVE_RFC2292_FD_PASSING 0
| #define LAM_HAVE_POSIX_1G_FD_PASSING 0
| #define LAM_HAVE_SVR4_FD_PASSING 0
| #define LAM_HAVE_FD_PASSING 0
| #define LAM_HAVE_BSD_PTYS 0
| #define LAM_HAVE_SYSV_PTYS 1
| #define LAM_STAT_MEMBERS_INT4 0
| #define LAM_SOCK_OPTLEN_T unsigned int
| #define LAM_RECVFROM_LEN_T unsigned int
| #define LAM_USE_SYSCALL 0
| #define LAM_HAVE_DECL_SBRK 1
| #define LAM_WANT_PTMALLOC 0
| #define LAM_WANT_PTMALLOC2 1
| #define LAM_WANT_DARWIN7MALLOC 0
| #define LAM_WANT_EXTERNALMALLOC 0
| #define MPI2CPP_SIZEOF_INT 4
| #define MPI2CPP_SIZEOF_BOOL_T 1
| #define MPI2CPP_ATTR long
| #define MPI2CPP_SYSV_SIGNAL 1
| #define MPI2CPP_BSD_SIGNAL 0
| #define LAM_HAVE_BPROC 0
| #define LAM_HAVE_BPROC3_API 0
| #define LAM_HAVE_TV_QUEUE_DLL 0
| #define HAVE_DLFCN_H 1
| /* end confdefs.h. */
| /* Define dlopen to an innocuous variant, in case <limits.h> declares dlopen.
| For example, HP-UX 11i <limits.h> declares gettimeofday. */
| #define dlopen innocuous_dlopen
|
| /* System header to define __stub macros and hopefully few prototypes,
| which can conflict with char dlopen (); below.
| Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
| <limits.h> exists even on freestanding compilers. */
|
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
|
| #undef dlopen
|
| /* 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 dlopen ();
| /* The GNU C library defines this for functions which it implements
| to always fail with ENOSYS. Some functions are actually named
| something starting with __ and the normal name is an alias. */
| #if defined (__stub_dlopen) || defined (__stub___dlopen)
| choke me
| #else
| char (*f) () = dlopen;
| #endif
| #ifdef __cplusplus
| }
| #endif
|
| int
| main ()
| {
| return f != dlopen;
| ;
| return 0;
| }
configure:32249: result: no
configure:32254: checking for dlopen in -ldl
configure:32284: icc -o conftest -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.c -ldl >&5
configure:32290: $? = 0
configure:32294: test -z
                         || test ! -s conftest.err
configure:32297: $? = 0
configure:32300: test -s conftest
configure:32303: $? = 0
configure:32316: result: yes
configure:32491: checking whether a program can dlopen itself
configure:32565: icc -o conftest -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -DHAVE_DLFCN_H -Wl,--export-dynamic conftest.c -ldl >&5
configure(32561): warning #266: function "exit" declared implicitly
      exit (status);
      ^

configure:32568: $? = 0
configure:32586: result: yes
configure:32591: checking whether a statically linked program can dlopen itself
configure:32665: icc -o conftest -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -DHAVE_DLFCN_H -Wl,--export-dynamic -static conftest.c -ldl >&5
configure(32661): warning #266: function "exit" declared implicitly
      exit (status);
      ^

/tmp/iccAQk8Ob.o: In function `main':
conftest.c:(.text+0x25): warning: Using 'dlopen' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking
configure:32668: $? = 0
/lib64/: cannot read file data: Is a directory
configure:32686: result: no
configure:32709: checking if libtool supports shared libraries
configure:32711: result: yes
configure:32714: checking whether to build shared libraries
configure:32735: result: no
configure:32738: checking whether to build static libraries
configure:32742: result: yes
configure:32834: creating libtool
configure:33422: checking for ld used by icpc
configure:33489: result: /usr/bin/ld -m elf_x86_64
configure:33498: checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld
configure:33513: result: yes
configure:33564: checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:34502: result: yes
configure:34520: icpc -c -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 conftest.cpp >&5
configure:34523: $? = 0
configure:34642: checking for icpc option to produce PIC
configure:34916: result: -fPIC
configure:34924: checking if icpc PIC flag -fPIC works
configure:34942: icpc -c -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -fPIC -DPIC conftest.cpp >&5
configure:34946: $? = 0
configure:34959: result: yes
configure:34987: checking if icpc static flag -static works
configure:35015: result: yes
configure:35025: checking if icpc supports -c -o file.o
configure:35046: icpc -c -O3 -pthread -I$(top_srcdir)/share/include -DLAM_BUILDING=1 -o out/conftest2.o conftest.cpp >&5
configure:35050: $? = 0
configure:35072: result: yes
configure:35098: checking whether the icpc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:35123: result: yes
configure:35190: checking dynamic linker characteristics
configure:35778: result: GNU/Linux ld.so
configure:35787: checking how to hardcode library paths into programs
configure:35812: result: immediate
configure:36338: checking if libtool supports shared libraries
configure:36340: result: yes
configure:36343: checking whether to build shared libraries
configure:36363: result: no
configure:36366: checking whether to build static libraries
configure:36370: result: yes
configure:36380: checking for ifort option to produce PIC
configure:36590: result: -fPIC
configure:36598: checking if ifort PIC flag -fPIC works
configure:36616: ifort -c -O -pthread -fPIC conftest.f >&5
configure:36620: $? = 0
configure:36633: result: yes
configure:36661: checking if ifort static flag -static works
configure:36689: result: yes
configure:36699: checking if ifort supports -c -o file.o
configure:36720: ifort -c -O -pthread -o out/conftest2.o conftest.f >&5
configure:36724: $? = 0
configure:36746: result: yes
configure:36772: checking whether the ifort linker (/usr/bin/ld -m elf_x86_64) supports shared libraries
configure:37710: result: yes
configure:37777: checking dynamic linker characteristics
configure:38365: result: GNU/Linux ld.so
configure:38374: checking how to hardcode library paths into programs
configure:38399: result: immediate
configure:42015: LAM configuring in share/libltdl
configure:42111: running /bin/sh './configure' 'CC=icc' 'CXX=icpc' 'FC=ifort' --enable-ltdl-convenience --disable-ltdl-install --disable-shared --enable-static --cache-file=/dev/null --srcdir=.
configure:42120: /bin/sh './configure' succeeded for share/libltdl
configure:42155: checking for libtool-supplied linker flags
configure:42184: /home/iftekhar/lam-7.1.4/share/libltdl/libtool --mode=compile icc -pthread -c foo.c -o foo.o
 icc -pthread -c foo.c -o foo.o
configure:42197: $? = 0
configure:42184: /home/iftekhar/lam-7.1.4/share/libltdl/libtool --mode=link icc -pthread foo.lo -o libfoo.la
mkdir .libs
ar cru .libs/libfoo.a foo.o
ranlib .libs/libfoo.a
creating libfoo.la
(cd .libs && rm -f libfoo.la && ln -s ../libfoo.la libfoo.la)
configure:42197: $? = 0
configure:42184: /home/iftekhar/lam-7.1.4/share/libltdl/libtool --dry-run --mode=link icc bar.lo libfoo.la -o bar -ldl
icc bar.o -o bar ./.libs/libfoo.a -ldl
configure:42197: $? = 0
examining flag: icc
examining flag: bar.o
examining flag: -o
examining flag: bar
examining flag: ./.libs/libfoo.a
examining flag: -ldl
added to EXTRA_LIBS: -ldl
configure:42339: result: found
configure:42426: checking if want extra wrapper compiler LDFLAGS
configure:42433: result: no (shared libs disabled)
configure:43062: checking which of CFLAGS are ok for TotalView modules
configure:43064: result: -pthread
configure:43066: checking extra CFLAGS for TotalView modules
configure:43068: result: -g
configure:43324: creating ./config.status

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

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

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

on DU154.N73.QueensU.CA

config.status:949: creating Makefile
config.status:949: creating config/Makefile
config.status:949: creating config/lam-shell-setup.sh
config.status:949: creating config/lam-shell-setup.csh
config.status:949: creating config/lam_module.tcl
config.status:949: creating doc/Makefile
config.status:949: creating doc/install/Makefile
config.status:949: creating doc/user/Makefile
config.status:949: creating doc/user/version.tex
config.status:949: creating etc/Makefile
config.status:949: creating examples/Makefile
config.status:949: creating examples/alltoall/Makefile
config.status:949: creating examples/cxx/Makefile
config.status:949: creating examples/fault/Makefile
config.status:949: creating examples/hello/Makefile
config.status:949: creating examples/mandelbrot/Makefile
config.status:949: creating examples/mandelbrot/myapp
config.status:949: creating examples/pi/Makefile
config.status:949: creating examples/ring/Makefile
config.status:949: creating examples/romio/Makefile
config.status:949: creating examples/topology/Makefile
config.status:949: creating examples/trivial/Makefile
config.status:949: creating examples/trivial/myapp
config.status:949: creating examples/wave1d/Makefile
config.status:949: creating examples/wave1d/myapp
config.status:949: creating man/Makefile
config.status:949: creating man/man1/Makefile
config.status:949: creating man/man2/Makefile
config.status:949: creating man/man3/Makefile
config.status:949: creating man/man5/Makefile
config.status:949: creating man/man7/Makefile
config.status:949: creating man/mans/Makefile
config.status:949: creating otb/Makefile
config.status:949: creating otb/bfctl/Makefile
config.status:949: creating otb/bfstate/Makefile
config.status:949: creating otb/doom/Makefile
config.status:949: creating otb/fctl/Makefile
config.status:949: creating otb/filedr/Makefile
config.status:949: creating otb/fstate/Makefile
config.status:949: creating otb/ipcdr/Makefile
config.status:949: creating otb/kdump/Makefile
config.status:949: creating otb/lamclean/Makefile
config.status:949: creating otb/lamexec/Makefile
config.status:949: creating otb/lamhalt/Makefile
config.status:949: creating otb/lamgrow/Makefile
config.status:949: creating otb/lamnodes/Makefile
config.status:949: creating otb/lamshrink/Makefile
config.status:949: creating otb/lamtrace/Makefile
config.status:949: creating otb/lamcheckpoint/Makefile
config.status:949: creating otb/lamrestart/Makefile
config.status:949: creating otb/loadgo/Makefile
config.status:949: creating otb/mpimsg/Makefile
config.status:949: creating otb/mpirun/Makefile
config.status:949: creating otb/mpitask/Makefile
config.status:949: creating otb/state/Makefile
config.status:949: creating otb/sys/Makefile
config.status:949: creating otb/sys/bforward/Makefile
config.status:949: creating otb/sys/bufferd/Makefile
config.status:949: creating otb/sys/dli_inet/Makefile
config.status:949: creating otb/sys/dlo_inet/Makefile
config.status:949: creating otb/sys/echod/Makefile
config.status:949: creating otb/sys/filed/Makefile
config.status:949: creating otb/sys/flatd/Makefile
config.status:949: creating otb/sys/iod/Makefile
config.status:949: creating otb/sys/haltd/Makefile
config.status:949: creating otb/sys/kenyad/Makefile
config.status:949: creating otb/sys/kernel/Makefile
config.status:949: creating otb/sys/loadd/Makefile
config.status:949: creating otb/sys/router/Makefile
config.status:949: creating otb/sys/traced/Makefile
config.status:949: creating otb/sys/versiond/Makefile
config.status:949: creating otb/sys/lamd/Makefile
config.status:949: creating otb/sys/impid/Makefile
config.status:949: creating otb/tping/Makefile
config.status:949: creating share/Makefile
config.status:949: creating share/args/Makefile
config.status:949: creating share/boot/Makefile
config.status:949: creating share/etc/Makefile
config.status:949: creating share/freq/Makefile
config.status:949: creating share/impi/Makefile
config.status:949: creating share/kreq/Makefile
config.status:949: creating share/include/Makefile
config.status:949: creating share/include/lam_build_info.h
config.status:949: creating share/include/mpif.h
config.status:949: creating share/include/patchlevel.h
config.status:949: creating share/include/mpi2cxx/Makefile
config.status:949: creating share/mpi/Makefile
config.status:949: creating share/mpi/cxx/Makefile
config.status:949: creating share/mpi/f77/Makefile
config.status:949: creating share/mpi/totalview/Makefile
config.status:949: creating share/nreq/Makefile
config.status:949: creating share/pmpi/Makefile
config.status:949: creating share/pmpi/f77/Makefile
config.status:949: creating share/memory/Makefile
config.status:949: creating share/memory/darwin7/Makefile
config.status:949: creating share/memory/ptmalloc/Makefile
config.status:949: creating share/memory/ptmalloc2/Makefile
config.status:949: creating share/rreq/Makefile
config.status:949: creating share/ssi/Makefile
config.status:949: creating share/ssi/base/Makefile
config.status:949: creating share/ssi/boot/Makefile
config.status:949: creating share/ssi/boot/base/Makefile
config.status:949: creating share/ssi/coll/Makefile
config.status:949: creating share/ssi/coll/base/Makefile
config.status:949: creating share/ssi/crlam/Makefile
config.status:949: creating share/ssi/crlam/base/Makefile
config.status:949: creating share/ssi/crmpi/Makefile
config.status:949: creating share/ssi/crmpi/base/Makefile
config.status:949: creating share/ssi/rpi/Makefile
config.status:949: creating share/ssi/rpi/base/Makefile
config.status:949: creating share/libmpi/Makefile
config.status:949: creating share/liblam/Makefile
config.status:949: creating share/dynamic-ssi/Makefile
config.status:949: creating share/dynamic-ssi/boot/Makefile
config.status:949: creating share/dynamic-ssi/coll/Makefile
config.status:949: creating share/dynamic-ssi/crlam/Makefile
config.status:949: creating share/dynamic-ssi/crmpi/Makefile
config.status:949: creating share/dynamic-ssi/rpi/Makefile
config.status:949: creating share/threads/Makefile
config.status:949: creating share/trillium/Makefile
config.status:949: creating share/tstdio/Makefile
config.status:949: creating tools/Makefile
config.status:949: creating tools/hboot/Makefile
config.status:949: creating tools/lamboot/Makefile
config.status:949: creating tools/laminfo/Makefile
config.status:949: creating tools/mpiexec/Makefile
config.status:949: creating tools/recon/Makefile
config.status:949: creating tools/tkill/Makefile
config.status:949: creating tools/wipe/Makefile
config.status:949: creating tools/wrappers/Makefile
config.status:949: creating romio/util/lam-configure-values
config.status:1973: creating share/include/lam_config.h
config.status:2523: share/include/lam_config.h is unchanged
config.status:2703: executing depfiles commands

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

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_build_alias=x86_64-unknown-linux-gnu
ac_cv_c_bigendian=no
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CC_set=set
ac_cv_env_CC_value=icc
ac_cv_env_CFLAGS_set=
ac_cv_env_CFLAGS_value=
ac_cv_env_CPPFLAGS_set=
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=
ac_cv_env_CPP_value=
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=
ac_cv_env_CXXFLAGS_value=
ac_cv_env_CXXLDFLAGS_set=
ac_cv_env_CXXLDFLAGS_value=
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value=icpc
ac_cv_env_F77_set=
ac_cv_env_F77_value=
ac_cv_env_FC_set=set
ac_cv_env_FC_value=ifort
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=no
ac_cv_func_atexit=no
ac_cv_func_atoll=no
ac_cv_func_dlopen=no
ac_cv_func_getcwd=no
ac_cv_func_gethostbyname=no
ac_cv_func_openpty=no
ac_cv_func_pthread_atfork=no
ac_cv_func_sched_yield=no
ac_cv_func_shl_load=no
ac_cv_func_snprintf=no
ac_cv_func_socket=no
ac_cv_func_strtoll=no
ac_cv_func_syscall=no
ac_cv_func_sysconf=no
ac_cv_func_sysctl=no
ac_cv_func_yield=no
ac_cv_have_decl___va_copy=yes
ac_cv_have_decl_sbrk=yes
ac_cv_have_decl_va_copy=yes
ac_cv_have_decl_vscanf=no
ac_cv_header_dlfcn_h=yes
ac_cv_header_grp_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_map=yes
ac_cv_header_memory_h=yes
ac_cv_header_netinet_tcp_h=yes
ac_cv_header_pty_h=yes
ac_cv_header_rpc_types_h=yes
ac_cv_header_rpc_xdr_h=no
ac_cv_header_sched_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_stropts_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_select_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_syscall_h=yes
ac_cv_header_unistd_h=yes
ac_cv_header_util_h=no
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_host_alias=x86_64-unknown-linux-gnu
ac_cv_lib_aio_main=yes
ac_cv_lib_bproc_bproc_numnodes=no
ac_cv_lib_dl_dlopen=yes
ac_cv_lib_dld_shl_load=no
ac_cv_lib_nsl_gethostbyname=yes
ac_cv_lib_socket_socket=no
ac_cv_lib_util_login=yes
ac_cv_objext=o
ac_cv_path_CP=/bin/cp
ac_cv_path_RM=/bin/rm
ac_cv_path_SHELL_CMD=/usr/bin/sh
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AWK=gawk
ac_cv_prog_CPP=/lib/cpp
ac_cv_prog_CXXCPP=/lib/cpp
ac_cv_prog_F77=ifort
ac_cv_prog_ac_ct_AR=ar
ac_cv_prog_ac_ct_CC=icc
ac_cv_prog_ac_ct_RANLIB=ranlib
ac_cv_prog_ac_ct_STRIP=strip
ac_cv_prog_cc_g=yes
ac_cv_prog_cc_stdc=
ac_cv_prog_cxx_g=yes
ac_cv_prog_egrep='grep -E'
ac_cv_prog_f77_g=yes
ac_cv_prog_gcc_traditional=no
ac_cv_prog_make_make_set=yes
am_cv_CC_dependencies_compiler_type=gcc3
am_cv_CXX_dependencies_compiler_type=gcc3
lt_cv_deplibs_check_method=pass_all
lt_cv_dlopen=dlopen
lt_cv_dlopen_libs=-ldl
lt_cv_dlopen_self=yes
lt_cv_dlopen_self_static=no
lt_cv_file_magic_cmd='$MAGIC_CMD'
lt_cv_file_magic_test_file=
lt_cv_ld_reload_flag=-r
lt_cv_objdir=.libs
lt_cv_path_LD=/usr/bin/ld
lt_cv_path_LDCXX='/usr/bin/ld -m elf_x86_64'
lt_cv_path_NM='/usr/bin/nm -B'
lt_cv_path_SED=/usr/bin/sed
lt_cv_prog_compiler_c_o=yes
lt_cv_prog_compiler_c_o_CXX=yes
lt_cv_prog_compiler_c_o_F77=yes
lt_cv_prog_compiler_rtti_exceptions=yes
lt_cv_prog_gnu_ld=yes
lt_cv_prog_gnu_ldcxx=yes
lt_cv_sys_global_symbol_pipe='sed -n -e '\''s/^.*[ ]\([ABCDGIRSTW][ABCDGIRSTW]*\)[ ][ ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'\'''
lt_cv_sys_global_symbol_to_c_name_address='sed -n -e '\''s/^: \([^ ]*\) $/ {\"\1\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \([^ ]*\) \([^ ]*\)$/ {"\2", (lt_ptr) \&\2},/p'\'''
lt_cv_sys_global_symbol_to_cdecl='sed -n -e '\''s/^. .* \(.*\)$/extern int \1;/p'\'''
lt_cv_sys_max_cmd_len=32768
lt_lt_cv_prog_compiler_c_o='"yes"'
lt_lt_cv_prog_compiler_c_o_CXX='"yes"'
lt_lt_cv_prog_compiler_c_o_F77='"yes"'
lt_lt_cv_sys_global_symbol_pipe='"sed -n -e '\''s/^.*[ ]\\([ABCDGIRSTW][ABCDGIRSTW]*\\)[ ][ ]*\\([_A-Za-z][_A-Za-z0-9]*\\)\$/\\1 \\2 \\2/p'\''"'
lt_lt_cv_sys_global_symbol_to_c_name_address='"sed -n -e '\''s/^: \\([^ ]*\\) \$/ {\\\"\\1\\\", (lt_ptr) 0},/p'\'' -e '\''s/^[BCDEGRST] \\([^ ]*\\) \\([^ ]*\\)\$/ {\"\\2\", (lt_ptr) \\&\\2},/p'\''"'
lt_lt_cv_sys_global_symbol_to_cdecl='"sed -n -e '\''s/^. .* \\(.*\\)\$/extern int \\1;/p'\''"'

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

ACLOCAL='${SHELL} /home/iftekhar/lam-7.1.4/config/missing --run aclocal-1.9'
AMDEPBACKSLASH='\'
AMDEP_FALSE='#'
AMDEP_TRUE=''
AMTAR='${SHELL} /home/iftekhar/lam-7.1.4/config/missing --run tar'
AR='ar'
AUTOCONF='${SHELL} /home/iftekhar/lam-7.1.4/config/missing --run autoconf'
AUTOHEADER='${SHELL} /home/iftekhar/lam-7.1.4/config/missing --run autoheader'
AUTOMAKE='${SHELL} /home/iftekhar/lam-7.1.4/config/missing --run automake-1.9'
AWK='gawk'
CASE_SENSITIVE_FS_FALSE='#'
CASE_SENSITIVE_FS_TRUE=''
CC='icc'
CCDEPMODE='depmode=gcc3'
CFLAGS='-O3 -pthread'
CFLAGS_WITHOUT_OPTFLAGS=' -pthread'
CLEANFILES='*~'
CP='/bin/cp'
CPP='/lib/cpp'
CPPFLAGS='-I$(top_srcdir)/share/include -DLAM_BUILDING=1 '
CXX='icpc'
CXXCPP='/lib/cpp'
CXXCPPFLAGS='-I$(top_srcdir)/share/include '
CXXDEPMODE='depmode=gcc3'
CXXFLAGS='-O3 -pthread'
CXXLDFLAGS=''
CYGPATH_W='echo'
DEFS='-DHAVE_CONFIG_H'
DEPDIR='.deps'
ECHO='echo'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='grep -E'
EXEEXT=''
EXTRA_LDFLAGS='-export-dynamic '
F77='ifort'
F77_BUILD_DIR='f77'
F77_LTPLIB='f77/liblamf77pmpi.la'
FC='ifort'
FFLAGS='-O -pthread'
IMPID_DIR=''
IMPI_DIR=''
IMPI_LIB=''
IMPI_OBJS=''
IMPI_SERVER=''
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s'
LAM_ALPHA_VERSION='0'
LAM_BETA_VERSION='0'
LAM_BINDIR='/usr/local/bin'
LAM_CONFIGURE_DATE='Mon Aug 25 14:44:39 EDT 2008'
LAM_CONFIGURE_HOST='DU154.N73.QueensU.CA'
LAM_CONFIGURE_USER='root'
LAM_CXX_TEMPLATE_REPOSITORY=' '
LAM_EXEC_PREFIX='/usr/local'
LAM_INDEXOF_FORTRAN_INTEGER8='15'
LAM_INDEXOF_FORTRAN_REAL16='19'
LAM_MAJOR_VERSION='7'
LAM_MANDIR='/usr/local/man'
LAM_MINOR_VERSION='1'
LAM_PREFIX='/usr/local'
LAM_RELEASE_VERSION='4'
LAM_SSI_boot_ALL_SUBDIRS='globus rsh'
LAM_SSI_boot_DYNAMIC_SUBDIRS=''
LAM_SSI_boot_STATIC_LTLIBS='rsh/liblam_ssi_boot_rsh.la globus/liblam_ssi_boot_globus.la '
LAM_SSI_boot_STATIC_SUBDIRS='globus rsh'
LAM_SSI_coll_ALL_SUBDIRS='lam_basic shmem smp'
LAM_SSI_coll_DYNAMIC_SUBDIRS=''
LAM_SSI_coll_STATIC_LTLIBS='smp/liblam_ssi_coll_smp.la shmem/liblam_ssi_coll_shmem.la lam_basic/liblam_ssi_coll_lam_basic.la '
LAM_SSI_coll_STATIC_SUBDIRS='lam_basic shmem smp'
LAM_SSI_crlam_ALL_SUBDIRS='self'
LAM_SSI_crlam_DYNAMIC_SUBDIRS=''
LAM_SSI_crlam_STATIC_LTLIBS='self/liblam_ssi_crlam_self.la '
LAM_SSI_crlam_STATIC_SUBDIRS='self'
LAM_SSI_crmpi_ALL_SUBDIRS='self'
LAM_SSI_crmpi_DYNAMIC_SUBDIRS=''
LAM_SSI_crmpi_STATIC_LTLIBS='self/liblam_ssi_crmpi_self.la '
LAM_SSI_crmpi_STATIC_SUBDIRS='self'
LAM_SSI_rpi_ALL_SUBDIRS='crtcp lamd sysv tcp usysv'
LAM_SSI_rpi_DYNAMIC_SUBDIRS=''
LAM_SSI_rpi_STATIC_LTLIBS='usysv/liblam_ssi_rpi_usysv.la tcp/liblam_ssi_rpi_tcp.la sysv/liblam_ssi_rpi_sysv.la lamd/liblam_ssi_rpi_lamd.la crtcp/liblam_ssi_rpi_crtcp.la '
LAM_SSI_rpi_STATIC_SUBDIRS='crtcp lamd sysv tcp usysv'
LAM_SVN_VERSION='0'
LAM_TOP_BUILDDIR='/home/iftekhar/lam-7.1.4'
LAM_TOP_SRCDIR='/home/iftekhar/lam-7.1.4'
LAM_VERSION='7.1.4'
LAM_WANT_DARWIN7MALLOC_FALSE=''
LAM_WANT_DARWIN7MALLOC_TRUE='#'
LAM_WANT_INSTALL_MPIEXEC_FALSE='#'
LAM_WANT_INSTALL_MPIEXEC_TRUE=''
LAM_WANT_PTMALLOC2_FALSE='#'
LAM_WANT_PTMALLOC2_TRUE=''
LAM_WANT_PTMALLOC_FALSE=''
LAM_WANT_PTMALLOC_TRUE='#'
LDFLAGS=' '
LIBLAM_EXTRA_LDFLAGS=''
LIBLAM_EXTRA_LIBS=' -lutil '
LIBLTDL='${top_builddir}/share/libltdl/libltdlc.la'
LIBLTDL_SUBDIR='libltdl'
LIBMPI_EXTRA_LDFLAGS=''
LIBMPI_EXTRA_LIBS=' -laio'
LIBOBJS=''
LIBS=' '
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
LN_S='ln -s'
LTDLINCL='-I${top_srcdir}/share/libltdl'
LTLIBOBJS=''
MAKEINFO='${SHELL} /home/iftekhar/lam-7.1.4/config/missing --run makeinfo'
MPIF_H_PMPI_W_FUNCS=', PMPI_WTIME, PMPI_WTICK'
OBJEXT='o'
PACKAGE='lam'
PACKAGE_BUGREPORT=''
PACKAGE_NAME=''
PACKAGE_STRING=''
PACKAGE_TARNAME=''
PACKAGE_VERSION=''
PATH_SEPARATOR=':'
RANLIB='ranlib'
RM='/bin/rm'
ROMIO_ARCH_FLAGS=''
ROMIO_USER_FLAGS=''
SET_MAKE=''
SHELL='/bin/sh'
SHELL_CMD='/usr/bin/sh'
STRIP='strip'
TOTALVIEW_DEBUG_FLAGS='-g'
TOTALVIEW_DLL_DIR=''
VERSION='7.1.4'
WANT_CPPFILE_FALSE=''
WANT_CPPFILE_TRUE='#'
WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE='#'
WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE=''
WANT_FORTRAN_FALSE='#'
WANT_FORTRAN_TRUE=''
WANT_IMPI_BUILD_FALSE=''
WANT_IMPI_BUILD_TRUE='#'
WANT_LIBLTDL_FALSE='#'
WANT_LIBLTDL_TRUE=''
WANT_MPI2CPP_FALSE='#'
WANT_MPI2CPP_TRUE=''
WANT_MPI_STUBS_FALSE=''
WANT_MPI_STUBS_TRUE='#'
WANT_PREFIX_MEMCPY_FALSE='#'
WANT_PREFIX_MEMCPY_TRUE=''
WANT_PROFILE_BUILD_FALSE='#'
WANT_PROFILE_BUILD_TRUE=''
WANT_ROMIO_FALSE='#'
WANT_ROMIO_TRUE=''
WANT_TRILLIUM_INSTALL_FALSE=''
WANT_TRILLIUM_INSTALL_TRUE='#'
WRAPPER_EXTRA_CFLAGS='-pthread'
WRAPPER_EXTRA_CXXFLAGS='-pthread'
WRAPPER_EXTRA_FFLAGS='-pthread'
WRAPPER_EXTRA_LDFLAGS=''
WRAPPER_EXTRA_LIBS=' -laio -lnsl -lutil -ldl'
ac_ct_AR='ar'
ac_ct_CC='icc'
ac_ct_CXX=''
ac_ct_F77=''
ac_ct_RANLIB='ranlib'
ac_ct_STRIP='strip'
ac_prefix_program=''
am__fastdepCC_FALSE='#'
am__fastdepCC_TRUE=''
am__fastdepCXX_FALSE='#'
am__fastdepCXX_TRUE=''
am__include='include'
am__leading_dot='.'
am__quote=''
am__tar='${AMTAR} chof - "$$tardir"'
am__untar='${AMTAR} xf -'
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias=''
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${prefix}/share'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias=''
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
includedir='${prefix}/include'
infodir='${prefix}/info'
install_sh='/home/iftekhar/lam-7.1.4/config/install-sh'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localstatedir='${prefix}/var'
mandir='${prefix}/man'
mkdir_p='mkdir -p --'
oldincludedir='/usr/include'
prefix='/usr/local'
program_transform_name='s,x,x,'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
sysconfdir='${prefix}/etc'
target_alias=''

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

#define HAVE_DLFCN_H 1
#define HAVE_GRP_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LIBAIO 1
#define HAVE_MEMORY_H 1
#define HAVE_NETINET_TCP_H 1
#define HAVE_PTY_H 1
#define HAVE_RPC_TYPES_H 1
#define HAVE_SCHED_H 1
#define HAVE_STDINT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRINGS_H 1
#define HAVE_STRING_H 1
#define HAVE_STROPTS_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_SELECT_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_UNISTD_H 1
#define LAM_ALIGNMENT_CHAR 1
#define LAM_ALIGNMENT_CXX_BOOL 1
#define LAM_ALIGNMENT_CXX_INT 4
#define LAM_ALIGNMENT_DOUBLE 8
#define LAM_ALIGNMENT_FLOAT 4
#define LAM_ALIGNMENT_FORTRAN_COMPLEX 1
#define LAM_ALIGNMENT_FORTRAN_DBLCOMPLEX 1
#define LAM_ALIGNMENT_FORTRAN_DBLPREC 1
#define LAM_ALIGNMENT_FORTRAN_INT 1
#define LAM_ALIGNMENT_FORTRAN_INTEGER1 1
#define LAM_ALIGNMENT_FORTRAN_INTEGER2 1
#define LAM_ALIGNMENT_FORTRAN_INTEGER4 1
#define LAM_ALIGNMENT_FORTRAN_INTEGER8 1
#define LAM_ALIGNMENT_FORTRAN_REAL 1
#define LAM_ALIGNMENT_FORTRAN_REAL16 1
#define LAM_ALIGNMENT_FORTRAN_REAL4 1
#define LAM_ALIGNMENT_FORTRAN_REAL8 1
#define LAM_ALIGNMENT_INT 4
#define LAM_ALIGNMENT_LONG 8
#define LAM_ALIGNMENT_LONG_DOUBLE 16
#define LAM_ALIGNMENT_LONG_LONG 8
#define LAM_ALIGNMENT_SHORT 2
#define LAM_ALIGNMENT_VOID_P 8
#define LAM_ALIGNMENT_WCHAR 4
#define LAM_ALPHA_VERSION 0
#define LAM_ARCH "x86_64-unknown-linux-gnu"
#define LAM_BETA_VERSION 0
#define LAM_CC "icc"
#define LAM_CONFIG_FORCE_PROTOS 1
#define LAM_CXX "icpc"
#define LAM_CXX_BOOL 1
#define LAM_CXX_BOOL_TYPE unsigned char
#define LAM_CXX_NOTHROW_NEW 1
#define LAM_CXX_NOTHROW_NEW_ARG (std::nothrow)
#define LAM_CXX_STL 1
#define LAM_CXX_TRUE_FALSE 1
#define LAM_DEPENDENCY_PREFIX "NONE"
#define LAM_DISINFECT 0
#define LAM_F77 "ifort"
#define LAM_FD_SETSIZE 0
#define LAM_FLIBPATH "-L"
#define LAM_FORTRANCAPS 0
#define LAM_FORTRANDOUBLEUNDERSCORE 0
#define LAM_FORTRANNOUNDERSCORE 0
#define LAM_FORTRANUNDERSCORE 1
#define LAM_FORTRAN_C_TYPE_INTEGER1 char
#define LAM_FORTRAN_C_TYPE_INTEGER2 short
#define LAM_FORTRAN_C_TYPE_INTEGER4 int
#define LAM_FORTRAN_C_TYPE_INTEGER8 long
#define LAM_FORTRAN_C_TYPE_REAL16 long double
#define LAM_FORTRAN_C_TYPE_REAL4 float
#define LAM_FORTRAN_C_TYPE_REAL8 double
#define LAM_HAVE_ATEXIT 0
#define LAM_HAVE_ATOLL 0
#define LAM_HAVE_BPROC 0
#define LAM_HAVE_BPROC3_API 0
#define LAM_HAVE_BSD43_FD_PASSING 0
#define LAM_HAVE_BSD_PTYS 0
#define LAM_HAVE_CPP_EXCEPTION_SUPPORT 0
#define LAM_HAVE_DECL_SBRK 1
#define LAM_HAVE_FD_PASSING 0
#define LAM_HAVE_FIONBIO 0
#define LAM_HAVE_GETCWD 0
#define LAM_HAVE_OPENPTY 0
#define LAM_HAVE_POSIX_1G_FD_PASSING 0
#define LAM_HAVE_POSIX_THREADS 1
#define LAM_HAVE_PROTO_gethostname 1
#define LAM_HAVE_PROTO_snprintf 1
#define LAM_HAVE_PTHREAD_ATFORK 0
#define LAM_HAVE_RFC2292_FD_PASSING 0
#define LAM_HAVE_SA_LEN 0
#define LAM_HAVE_SA_RESTART 1
#define LAM_HAVE_SCHED_YIELD 0
#define LAM_HAVE_SNPRINTF 0
#define LAM_HAVE_SOLARIS_THREADS 0
#define LAM_HAVE_STRTOLL 0
#define LAM_HAVE_SVR4_FD_PASSING 0
#define LAM_HAVE_SYSCONF 0
#define LAM_HAVE_SYSCTL 0
#define LAM_HAVE_SYSV_PTYS 1
#define LAM_HAVE_SYSV_SEMAPHORES 1
#define LAM_HAVE_SYSV_SHMEM 1
#define LAM_HAVE_TV_QUEUE_DLL 0
#define LAM_HAVE_UNDERSCORE_VA_COPY 1
#define LAM_HAVE_UNION_SEMUN 0
#define LAM_HAVE_VA_COPY 1
#define LAM_HAVE_VSCANF 0
#define LAM_HAVE_YIELD 0
#define LAM_HAVE_float4 0
#define LAM_HAVE_float8 0
#define LAM_HAVE_int2 0
#define LAM_HAVE_int4 0
#define LAM_HAVE_int8 0
#define LAM_HAVE_uint2 0
#define LAM_HAVE_uint4 0
#define LAM_HAVE_uint8 0
#define LAM_MAJOR_VERSION 7
#define LAM_MINOR_VERSION 1
#define LAM_NEED_SYS_SELECT_H 0
#define LAM_RECVFROM_LEN_T unsigned int
#define LAM_RELEASE_VERSION 4
#define LAM_RM "/bin/rm -f"
#define LAM_SIGUSR SIGUSR2
#define LAM_SIZEOF_CHAR 1
#define LAM_SIZEOF_CXX_BOOL 1
#define LAM_SIZEOF_CXX_INT 4
#define LAM_SIZEOF_DOUBLE 8
#define LAM_SIZEOF_FLOAT 4
#define LAM_SIZEOF_FORTRAN_COMPLEX 8
#define LAM_SIZEOF_FORTRAN_DBLCOMPLEX 16
#define LAM_SIZEOF_FORTRAN_DBLPREC 8
#define LAM_SIZEOF_FORTRAN_INT 4
#define LAM_SIZEOF_FORTRAN_INTEGER1 1
#define LAM_SIZEOF_FORTRAN_INTEGER2 2
#define LAM_SIZEOF_FORTRAN_INTEGER4 4
#define LAM_SIZEOF_FORTRAN_INTEGER8 8
#define LAM_SIZEOF_FORTRAN_REAL 4
#define LAM_SIZEOF_FORTRAN_REAL16 16
#define LAM_SIZEOF_FORTRAN_REAL4 4
#define LAM_SIZEOF_FORTRAN_REAL8 8
#define LAM_SIZEOF_INT 4
#define LAM_SIZEOF_LONG 8
#define LAM_SIZEOF_LONG_DOUBLE 16
#define LAM_SIZEOF_LONG_LONG 8
#define LAM_SIZEOF_SHORT 2
#define LAM_SIZEOF_VOID_P 8
#define LAM_SIZEOF_WCHAR 4
#define LAM_SOCK_OPTLEN_T unsigned int
#define LAM_STAT_MEMBERS_INT4 0
#define LAM_SVN_VERSION 0
#define LAM_THREADS_HAVE_DIFFERENT_PIDS 0
#define LAM_TO_BOOT 60
#define LAM_TO_DLO_ACK 500000
#define LAM_TO_DLO_IDLE 120
#define LAM_UNION_SEMUN_VAL_DIRECT 0
#define LAM_USE_SELECT_YIELD 0
#define LAM_USE_SYSCALL 0
#define LAM_VERSION "7.1.4"
#define LAM_WANT_BOOT_PROMISC_CONNECTIONS 0
#define LAM_WANT_CPPFILE 0
#define LAM_WANT_DARWIN7MALLOC 0
#define LAM_WANT_DEBUG 0
#define LAM_WANT_EXTERNALMALLOC 0
#define LAM_WANT_FORTRAN 1
#define LAM_WANT_IMPI 0
#define LAM_WANT_LIBLTDL 1
#define LAM_WANT_MPI2CPP 1
#define LAM_WANT_MPI_STUBS 0
#define LAM_WANT_PREFIX_MEMCPY 1
#define LAM_WANT_PROFILE 1
#define LAM_WANT_PTMALLOC 0
#define LAM_WANT_PTMALLOC2 1
#define LAM_WANT_ROMIO 1
#define LAM_WANT_TRILLIUM_INSTALL 0
#define LIBLAM_EXTRA_LDFLAGS ""
#define LIBLAM_EXTRA_LIBS " -lutil "
#define LIBMPI_EXTRA_LDFLAGS ""
#define LIBMPI_EXTRA_LIBS " -laio"
#define MPI2CPP_ATTR long
#define MPI2CPP_BSD_SIGNAL 0
#define MPI2CPP_SIZEOF_BOOL_T 1
#define MPI2CPP_SIZEOF_INT 4
#define MPI2CPP_SYSV_SIGNAL 1
#define PACKAGE_BUGREPORT ""
#define PACKAGE_NAME ""
#define PACKAGE_STRING ""
#define PACKAGE_TARNAME ""
#define PACKAGE_VERSION ""
#define STDC_HEADERS 1
#define WRAPPER_EXTRA_CFLAGS "-pthread"
#define WRAPPER_EXTRA_CXXFLAGS "-pthread"
#define WRAPPER_EXTRA_FFLAGS "-pthread"
#define WRAPPER_EXTRA_LDFLAGS ""
#define WRAPPER_EXTRA_LIBS " -laio -lnsl -lutil -ldl"
#endif
#ifdef __cplusplus
extern "C" void exit (int) throw ();

configure: exit 0