It has taken me a while to try a few things out at this end, but in the end I've still drawn a blank. To recap, I'm compiling on a Broadcom SB1, which is a MIPS64 board, using a Gnu compiler and tools. The error message I get is:
configure: error: No atomic primitives available for mips64-unknown-linux-gnu The config.log file is long. If it truncates for any reason, I can resend it as an attachment - mailing list software doesn't always like that, though. Anyway, here's the logfile: This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. It was created by Open MPI configure 1.0a1, which was generated by GNU Autoconf 2.59. Invocation command line was $ ./configure ## --------- ## ## Platform. ## ## --------- ## hostname = 10.1.1.53 uname -m = mips64 uname -r = 2.6.12-rc2-lightfleet-0.1 uname -s = Linux uname -v = #182 SMP Tue Aug 9 20:26:04 UTC 2005 /usr/bin/uname -p = unknown /bin/uname -X = unknown /bin/arch = unknown /usr/bin/arch -k = unknown /usr/convex/getsysinfo = unknown hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /tools/bin PATH: /usr/bin PATH: /bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1818: checking for a BSD-compatible install configure:1873: result: /bin/install -c configure:1884: checking whether build environment is sane configure:1927: result: yes configure:1992: checking for gawk configure:2008: found /bin/gawk configure:2018: result: gawk configure:2028: checking whether make sets $(MAKE) configure:2048: result: yes configure:2488: checking Open MPI version configure:2490: result: 1.0a1r7248 configure:2492: checking Open MPI Subversion repository version configure:2494: result: r7248 configure:2497: checking Open Run-Time Environment (ORTE) version configure:2499: result: 1.0a1r7248 configure:2501: checking ORTE Subversion repository version configure:2503: result: r7248 configure:2506: checking Open Portable Access Layer (OPAL) version configure:2508: result: 1.0a1r7248 configure:2510: checking OPAL Subversion repository version configure:2512: result: r7248 configure:2535: builddir: /downloads/openmpi-1.0a1r7248 configure:2537: srcdir: /downloads/openmpi-1.0a1r7248 configure:2559: checking build system type configure:2577: result: mips64-unknown-linux-gnu configure:2605: checking host system type configure:2619: result: mips64-unknown-linux-gnu configure:2646: checking for ompi_clean configure:2679: result: no configure:2770: checking Whether to run code coverage configure:2797: result: no configure:2807: checking whether to debug memory usage configure:2819: result: no configure:2839: checking whether to profile memory usage configure:2851: result: no configure:2871: checking if want developer-level compiler pickyness configure:2883: result: no configure:2898: checking if want developer-level debugging code configure:2910: result: no configure:2935: checking if want Fortran 77 bindings configure:2943: result: yes configure:2957: checking if want Fortran 90 bindings configure:2965: result: yes configure:2985: checking whether to enable PMPI configure:2993: result: yes configure:3007: checking if want C++ bindings configure:3015: result: yes configure:3029: checking if want to enable weak symbol support configure:3037: result: yes configure:3050: checking if want run-time MPI parameter checking configure:3071: result: runtime configure:3094: checking if want to install OMPI header files configure:3107: result: no configure:3125: checking if want pretty-print stacktrace configure:3137: result: yes configure:3150: checking if want deprecated executable names configure:3162: result: no configure:3184: checking if want MPI-2 one-sided empty shell functions configure:3218: result: no configure:3248: checking max supported array dimension in F90 MPI bindings configure:3263: result: 4 configure:3268: checking if pty support should be enabled configure:3280: result: yes configure:3293: checking if user wants dlopen support configure:3308: result: yes configure:3316: checking if heterogeneous support should be enabled configure:3328: result: yes configure:3342: checking if want trace file debugging configure:3354: result: no configure:3467: checking for style of include used by make configure:3495: result: GNU configure:3571: checking for gcc configure:3587: found /usr/bin/gcc configure:3597: result: gcc configure:3841: checking for C compiler version configure:3844: gcc --version </dev/null >&5 gcc (GCC) 4.0.0 Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:3847: $? = 0 configure:3849: gcc -v </dev/null >&5 Using built-in specs. Target: mips64-unknown-linux-gnu Configured with: /tools/gcc/configure --prefix=/usr --with-local-prefix=/usr --disable-nls --disable-shared --enable-languages=c --host=mips64-unknown-linux-gnu --target=mips64-unknown-linux-gnu --with-gnu-as --with-gnu-ld --disable-multilib --with-newlib --enable-threads=no --enable-symvers=gnu --enable-__cxa_atexit --without-headers : (reconfigured) /tools/gcc/configure --prefix=/usr --with-local-prefix=/usr --disable-nls --disable-shared --enable-languages=c --host=mips64-unknown-linux-gnu --target=mips64-unknown-linux-gnu --with-gnu-as --with-gnu-ld --disable-multilib --with-newlib --enable-threads=no --enable-symvers=gnu --enable-__cxa_atexit --without-headers Thread model: single gcc version 4.0.0 configure:3852: $? = 0 configure:3854: gcc -V </dev/null >&5 gcc: '-V' option must have argument configure:3857: $? = 1 configure:3880: checking for C compiler default output file name configure:3883: gcc -DNDEBUG conftest.c >&5 configure:3886: $? = 0 configure:3932: result: a.out configure:3937: checking whether the C compiler works configure:3943: ./a.out configure:3946: $? = 0 configure:3963: result: yes configure:3970: checking whether we are cross compiling configure:3972: result: no configure:3975: checking for suffix of executables configure:3977: gcc -o conftest -DNDEBUG conftest.c >&5 configure:3980: $? = 0 configure:4005: result: configure:4011: checking for suffix of object files configure:4032: gcc -c -DNDEBUG conftest.c >&5 configure:4035: $? = 0 configure:4057: result: o configure:4061: checking whether we are using the GNU C compiler configure:4085: gcc -c -DNDEBUG conftest.c >&5 configure:4091: $? = 0 configure:4095: test -z || test ! -s conftest.err configure:4098: $? = 0 configure:4101: test -s conftest.o configure:4104: $? = 0 configure:4117: result: yes configure:4123: checking whether gcc accepts -g configure:4144: gcc -c -g conftest.c >&5 configure:4150: $? = 0 configure:4154: test -z || test ! -s conftest.err configure:4157: $? = 0 configure:4160: test -s conftest.o configure:4163: $? = 0 configure:4174: result: yes configure:4191: checking for gcc option to accept ANSI C configure:4261: gcc -c -DNDEBUG conftest.c >&5 configure:4267: $? = 0 configure:4271: test -z || test ! -s conftest.err configure:4274: $? = 0 configure:4277: test -s conftest.o configure:4280: $? = 0 configure:4298: result: none needed configure:4316: gcc -c -DNDEBUG conftest.c >&5 conftest.c:2: error: parse error before 'me' configure:4322: $? = 1 configure: failed program was: | #ifndef __cplusplus | choke me | #endif configure:4457: checking dependency style of gcc configure:4547: result: gcc3 configure:4575: checking whether gcc and cc understand -c and -o together configure:4605: gcc -c conftest.c -o conftest.o >&5 configure:4608: $? = 0 configure:4610: gcc -c conftest.c -o conftest.o >&5 configure:4613: $? = 0 configure:4620: cc -c conftest.c >&5 ./configure: line 4621: cc: command not found configure:4623: $? = 127 configure:4652: result: yes configure:4680: checking if compiler impersonates gcc configure:4708: gcc -c -DNDEBUG conftest.c >&5 configure:4714: $? = 0 configure:4718: test -z || test ! -s conftest.err configure:4721: $? = 0 configure:4724: test -s conftest.o configure:4727: $? = 0 configure:4739: result: no configure:5011: gcc -c -DNDEBUG -finline-functions conftest.c >&5 configure:5017: $? = 0 configure:5021: test -z || test ! -s conftest.err configure:5024: $? = 0 configure:5027: test -s conftest.o configure:5030: $? = 0 configure:5059: gcc -c -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5065: $? = 0 configure:5069: test -z || test ! -s conftest.err configure:5072: $? = 0 configure:5075: test -s conftest.o configure:5078: $? = 0 configure:5158: WARNING: -fno-strict-aliasing has been added to CFLAGS configure:5382: checking for C optimization flags configure:5443: result: -O3 -DNDEBUG -fno-strict-aliasing configure:5456: checking how to run the C preprocessor configure:5491: gcc -E conftest.c configure:5497: $? = 0 configure:5529: gcc -E conftest.c conftest.c:39:28: error: ac_nonexistent.h: No such file or directory configure:5535: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.0a1" | #define PACKAGE_STRING "Open MPI 1.0a1" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 0 | #define OMPI_RELEASE_VERSION 0 | #define OMPI_ALPHA_VERSION 1 | #define OMPI_BETA_VERSION 0 | #define OMPI_VERSION "0" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 0 | #define ORTE_RELEASE_VERSION 0 | #define ORTE_ALPHA_VERSION 1 | #define ORTE_BETA_VERSION 0 | #define ORTE_VERSION "0" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 0 | #define OPAL_RELEASE_VERSION 0 | #define OPAL_ALPHA_VERSION 1 | #define OPAL_BETA_VERSION 0 | #define OPAL_VERSION "0" | #define _GNU_SOURCE 1 | #define OMPI_ARCH "mips64-unknown-linux-gnu" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_MPI2_ONE_SIDED 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OMPI_CC "gcc" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5574: result: gcc -E configure:5598: gcc -E conftest.c configure:5604: $? = 0 configure:5636: gcc -E conftest.c conftest.c:39:28: error: ac_nonexistent.h: No such file or directory configure:5642: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.0a1" | #define PACKAGE_STRING "Open MPI 1.0a1" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 0 | #define OMPI_RELEASE_VERSION 0 | #define OMPI_ALPHA_VERSION 1 | #define OMPI_BETA_VERSION 0 | #define OMPI_VERSION "0" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 0 | #define ORTE_RELEASE_VERSION 0 | #define ORTE_ALPHA_VERSION 1 | #define ORTE_BETA_VERSION 0 | #define ORTE_VERSION "0" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 0 | #define OPAL_RELEASE_VERSION 0 | #define OPAL_ALPHA_VERSION 1 | #define OPAL_BETA_VERSION 0 | #define OPAL_VERSION "0" | #define _GNU_SOURCE 1 | #define OMPI_ARCH "mips64-unknown-linux-gnu" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_MPI2_ONE_SIDED 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OMPI_CC "gcc" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:5686: checking for egrep configure:5696: result: grep -E configure:5701: checking for ANSI C header files configure:5726: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5732: $? = 0 configure:5736: test -z || test ! -s conftest.err configure:5739: $? = 0 configure:5742: test -s conftest.o configure:5745: $? = 0 configure:5834: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:56: warning: incompatible implicit declaration of built-in function 'exit' configure:5837: $? = 0 configure:5839: ./conftest configure:5842: $? = 0 configure:5857: result: yes configure:5881: checking for sys/types.h configure:5897: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest.o configure:5916: $? = 0 configure:5927: result: yes configure:5881: checking for sys/stat.h configure:5897: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest.o configure:5916: $? = 0 configure:5927: result: yes configure:5881: checking for stdlib.h configure:5897: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest.o configure:5916: $? = 0 configure:5927: result: yes configure:5881: checking for string.h configure:5897: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest.o configure:5916: $? = 0 configure:5927: result: yes configure:5881: checking for memory.h configure:5897: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest.o configure:5916: $? = 0 configure:5927: result: yes configure:5881: checking for strings.h configure:5897: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest.o configure:5916: $? = 0 configure:5927: result: yes configure:5881: checking for inttypes.h configure:5897: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest.o configure:5916: $? = 0 configure:5927: result: yes configure:5881: checking for stdint.h configure:5897: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest.o configure:5916: $? = 0 configure:5927: result: yes configure:5881: checking for unistd.h configure:5897: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5903: $? = 0 configure:5907: test -z || test ! -s conftest.err configure:5910: $? = 0 configure:5913: test -s conftest.o configure:5916: $? = 0 configure:5927: result: yes configure:5939: checking for long long configure:5963: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:5969: $? = 0 configure:5973: test -z || test ! -s conftest.err configure:5976: $? = 0 configure:5979: test -s conftest.o configure:5982: $? = 0 configure:5993: result: yes configure:6004: checking for long double configure:6028: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6034: $? = 0 configure:6038: test -z || test ! -s conftest.err configure:6041: $? = 0 configure:6044: test -s conftest.o configure:6047: $? = 0 configure:6058: result: yes configure:6069: checking for int8_t configure:6093: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6099: $? = 0 configure:6103: test -z || test ! -s conftest.err configure:6106: $? = 0 configure:6109: test -s conftest.o configure:6112: $? = 0 configure:6123: result: yes configure:6134: checking for uint8_t configure:6158: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6164: $? = 0 configure:6168: test -z || test ! -s conftest.err configure:6171: $? = 0 configure:6174: test -s conftest.o configure:6177: $? = 0 configure:6188: result: yes configure:6199: checking for int16_t configure:6223: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6229: $? = 0 configure:6233: test -z || test ! -s conftest.err configure:6236: $? = 0 configure:6239: test -s conftest.o configure:6242: $? = 0 configure:6253: result: yes configure:6264: checking for uint16_t configure:6288: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6294: $? = 0 configure:6298: test -z || test ! -s conftest.err configure:6301: $? = 0 configure:6304: test -s conftest.o configure:6307: $? = 0 configure:6318: result: yes configure:6329: checking for int32_t configure:6353: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6359: $? = 0 configure:6363: test -z || test ! -s conftest.err configure:6366: $? = 0 configure:6369: test -s conftest.o configure:6372: $? = 0 configure:6383: result: yes configure:6394: checking for uint32_t configure:6418: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6424: $? = 0 configure:6428: test -z || test ! -s conftest.err configure:6431: $? = 0 configure:6434: test -s conftest.o configure:6437: $? = 0 configure:6448: result: yes configure:6459: checking for int64_t configure:6483: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6489: $? = 0 configure:6493: test -z || test ! -s conftest.err configure:6496: $? = 0 configure:6499: test -s conftest.o configure:6502: $? = 0 configure:6513: result: yes configure:6524: checking for uint64_t configure:6548: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6554: $? = 0 configure:6558: test -z || test ! -s conftest.err configure:6561: $? = 0 configure:6564: test -s conftest.o configure:6567: $? = 0 configure:6578: result: yes configure:6589: checking for intptr_t configure:6613: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6619: $? = 0 configure:6623: test -z || test ! -s conftest.err configure:6626: $? = 0 configure:6629: test -s conftest.o configure:6632: $? = 0 configure:6643: result: yes configure:6654: checking for uintptr_t configure:6678: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6684: $? = 0 configure:6688: test -z || test ! -s conftest.err configure:6691: $? = 0 configure:6694: test -s conftest.o configure:6697: $? = 0 configure:6708: result: yes configure:6719: checking for mode_t configure:6743: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6749: $? = 0 configure:6753: test -z || test ! -s conftest.err configure:6756: $? = 0 configure:6759: test -s conftest.o configure:6762: $? = 0 configure:6773: result: yes configure:6790: checking for char configure:6814: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:6820: $? = 0 configure:6824: test -z || test ! -s conftest.err configure:6827: $? = 0 configure:6830: test -s conftest.o configure:6833: $? = 0 configure:6844: result: yes configure:6847: checking size of char configure:7166: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:7169: $? = 0 configure:7171: ./conftest configure:7174: $? = 0 configure:7197: result: 1 configure:7204: checking for short configure:7228: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:7234: $? = 0 configure:7238: test -z || test ! -s conftest.err configure:7241: $? = 0 configure:7244: test -s conftest.o configure:7247: $? = 0 configure:7258: result: yes configure:7261: checking size of short configure:7580: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:7583: $? = 0 configure:7585: ./conftest configure:7588: $? = 0 configure:7611: result: 2 configure:7618: checking for int configure:7642: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:7648: $? = 0 configure:7652: test -z || test ! -s conftest.err configure:7655: $? = 0 configure:7658: test -s conftest.o configure:7661: $? = 0 configure:7672: result: yes configure:7675: checking size of int configure:7994: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:7997: $? = 0 configure:7999: ./conftest configure:8002: $? = 0 configure:8025: result: 4 configure:8032: checking for long configure:8056: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:8062: $? = 0 configure:8066: test -z || test ! -s conftest.err configure:8069: $? = 0 configure:8072: test -s conftest.o configure:8075: $? = 0 configure:8086: result: yes configure:8089: checking size of long configure:8408: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:8411: $? = 0 configure:8413: ./conftest configure:8416: $? = 0 configure:8439: result: 8 configure:8447: checking for long long configure:8501: result: yes configure:8504: checking size of long long configure:8823: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:8826: $? = 0 configure:8828: ./conftest configure:8831: $? = 0 configure:8854: result: 8 configure:8863: checking for long double configure:8917: result: yes configure:8920: checking size of long double configure:9239: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:9242: $? = 0 configure:9244: ./conftest configure:9247: $? = 0 configure:9270: result: 16 configure:9278: checking for float configure:9302: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:9308: $? = 0 configure:9312: test -z || test ! -s conftest.err configure:9315: $? = 0 configure:9318: test -s conftest.o configure:9321: $? = 0 configure:9332: result: yes configure:9335: checking size of float configure:9654: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:9657: $? = 0 configure:9659: ./conftest configure:9662: $? = 0 configure:9685: result: 4 configure:9692: checking for double configure:9716: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:9722: $? = 0 configure:9726: test -z || test ! -s conftest.err configure:9729: $? = 0 configure:9732: test -s conftest.o configure:9735: $? = 0 configure:9746: result: yes configure:9749: checking size of double configure:10068: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:10071: $? = 0 configure:10073: ./conftest configure:10076: $? = 0 configure:10099: result: 8 configure:10106: checking for void * configure:10130: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:10136: $? = 0 configure:10140: test -z || test ! -s conftest.err configure:10143: $? = 0 configure:10146: test -s conftest.o configure:10149: $? = 0 configure:10160: result: yes configure:10163: checking size of void * configure:10482: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:10485: $? = 0 configure:10487: ./conftest configure:10490: $? = 0 configure:10513: result: 8 configure:10520: checking for size_t configure:10544: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:10550: $? = 0 configure:10554: test -z || test ! -s conftest.err configure:10557: $? = 0 configure:10560: test -s conftest.o configure:10563: $? = 0 configure:10574: result: yes configure:10577: checking size of size_t configure:10896: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:10899: $? = 0 configure:10901: ./conftest configure:10904: $? = 0 configure:10927: result: 8 configure:10940: checking alignment of char configure:11337: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:11340: $? = 0 configure:11342: ./conftest configure:11345: $? = 0 configure:11365: result: 1 configure:11377: checking alignment of short configure:11774: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:11777: $? = 0 configure:11779: ./conftest configure:11782: $? = 0 configure:11802: result: 2 configure:11814: checking alignment of wchar_t configure:12211: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:12214: $? = 0 configure:12216: ./conftest configure:12219: $? = 0 configure:12239: result: 4 configure:12251: checking alignment of int configure:12648: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:12651: $? = 0 configure:12653: ./conftest configure:12656: $? = 0 configure:12676: result: 4 configure:12688: checking alignment of long configure:13085: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:13088: $? = 0 configure:13090: ./conftest configure:13093: $? = 0 configure:13113: result: 8 configure:13126: checking alignment of long long configure:13523: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:13526: $? = 0 configure:13528: ./conftest configure:13531: $? = 0 configure:13551: result: 8 configure:13564: checking alignment of float configure:13961: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:13964: $? = 0 configure:13966: ./conftest configure:13969: $? = 0 configure:13989: result: 4 configure:14001: checking alignment of double configure:14398: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:14401: $? = 0 configure:14403: ./conftest configure:14406: $? = 0 configure:14426: result: 8 configure:14439: checking alignment of long double configure:14836: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:14839: $? = 0 configure:14841: ./conftest configure:14844: $? = 0 configure:14864: result: 16 configure:14877: checking alignment of void * configure:15274: gcc -o conftest -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:15277: $? = 0 configure:15279: ./conftest configure:15282: $? = 0 configure:15302: result: 8 configure:15319: checking for C bool type configure:15338: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 conftest.c: In function 'main': conftest.c:120: error: 'bool' undeclared (first use in this function) conftest.c:120: error: (Each undeclared identifier is reported only once conftest.c:120: error: for each function it appears in.) conftest.c:120: error: parse error before 'bar' conftest.c:120: error: 'bar' undeclared (first use in this function) conftest.c:120: error: 'foo' undeclared (first use in this function) configure:15344: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.0a1" | #define PACKAGE_STRING "Open MPI 1.0a1" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 0 | #define OMPI_RELEASE_VERSION 0 | #define OMPI_ALPHA_VERSION 1 | #define OMPI_BETA_VERSION 0 | #define OMPI_VERSION "0" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 0 | #define ORTE_RELEASE_VERSION 0 | #define ORTE_ALPHA_VERSION 1 | #define ORTE_BETA_VERSION 0 | #define ORTE_VERSION "0" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 0 | #define OPAL_RELEASE_VERSION 0 | #define OPAL_ALPHA_VERSION 1 | #define OPAL_BETA_VERSION 0 | #define OPAL_VERSION "0" | #define _GNU_SOURCE 1 | #define OMPI_ARCH "mips64-unknown-linux-gnu" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_MPI2_ONE_SIDED 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_INT8_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_MODE_T 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define OMPI_ALIGNMENT_CHAR 1 | #define OMPI_ALIGNMENT_SHORT 2 | #define OMPI_ALIGNMENT_WCHAR 4 | #define OMPI_ALIGNMENT_INT 4 | #define OMPI_ALIGNMENT_LONG 8 | #define OMPI_ALIGNMENT_LONG_LONG 8 | #define OMPI_ALIGNMENT_FLOAT 4 | #define OMPI_ALIGNMENT_DOUBLE 8 | #define OMPI_ALIGNMENT_LONG_DOUBLE 16 | #define OMPI_ALIGNMENT_VOID_P 8 | /* 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 () | { | bool bar, foo = true; bar = foo; | ; | return 0; | } configure:15372: result: no configure:15400: checking for inline configure:15421: gcc -c -O3 -DNDEBUG -Werror -ansi conftest.c >&5 conftest.c:85: error: syntax error before 'foo_t' conftest.c:86: error: syntax error before 'foo_t' configure:15427: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.0a1" | #define PACKAGE_STRING "Open MPI 1.0a1" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 0 | #define OMPI_RELEASE_VERSION 0 | #define OMPI_ALPHA_VERSION 1 | #define OMPI_BETA_VERSION 0 | #define OMPI_VERSION "0" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 0 | #define ORTE_RELEASE_VERSION 0 | #define ORTE_ALPHA_VERSION 1 | #define ORTE_BETA_VERSION 0 | #define ORTE_VERSION "0" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 0 | #define OPAL_RELEASE_VERSION 0 | #define OPAL_ALPHA_VERSION 1 | #define OPAL_BETA_VERSION 0 | #define OPAL_VERSION "0" | #define _GNU_SOURCE 1 | #define OMPI_ARCH "mips64-unknown-linux-gnu" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_MPI2_ONE_SIDED 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_INT8_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_MODE_T 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define OMPI_ALIGNMENT_CHAR 1 | #define OMPI_ALIGNMENT_SHORT 2 | #define OMPI_ALIGNMENT_WCHAR 4 | #define OMPI_ALIGNMENT_INT 4 | #define OMPI_ALIGNMENT_LONG 8 | #define OMPI_ALIGNMENT_LONG_LONG 8 | #define OMPI_ALIGNMENT_FLOAT 4 | #define OMPI_ALIGNMENT_DOUBLE 8 | #define OMPI_ALIGNMENT_LONG_DOUBLE 16 | #define OMPI_ALIGNMENT_VOID_P 8 | #define OMPI_NEED_C_BOOL 1 | /* end confdefs.h. */ | #ifndef __cplusplus | typedef int foo_t; | static inline foo_t static_foo () {return 0; } | inline foo_t foo () {return 0; } | #endif | configure:15421: gcc -c -O3 -DNDEBUG -Werror -ansi conftest.c >&5 configure:15427: $? = 0 configure:15431: test -z || test ! -s conftest.err configure:15434: $? = 0 configure:15437: test -s conftest.o configure:15440: $? = 0 configure:15452: result: __inline__ configure:15471: checking for C/C++ restrict keyword configure:15489: gcc -c -O3 -DNDEBUG -Werror -ansi conftest.c >&5 conftest.c:86: error: parse error before 'x' cc1: warnings being treated as errors conftest.c:86: warning: data definition has no type or storage class configure:15495: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.0a1" | #define PACKAGE_STRING "Open MPI 1.0a1" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 0 | #define OMPI_RELEASE_VERSION 0 | #define OMPI_ALPHA_VERSION 1 | #define OMPI_BETA_VERSION 0 | #define OMPI_VERSION "0" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 0 | #define ORTE_RELEASE_VERSION 0 | #define ORTE_ALPHA_VERSION 1 | #define ORTE_BETA_VERSION 0 | #define ORTE_VERSION "0" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 0 | #define OPAL_RELEASE_VERSION 0 | #define OPAL_ALPHA_VERSION 1 | #define OPAL_BETA_VERSION 0 | #define OPAL_VERSION "0" | #define _GNU_SOURCE 1 | #define OMPI_ARCH "mips64-unknown-linux-gnu" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_MPI2_ONE_SIDED 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_INT8_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_MODE_T 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define OMPI_ALIGNMENT_CHAR 1 | #define OMPI_ALIGNMENT_SHORT 2 | #define OMPI_ALIGNMENT_WCHAR 4 | #define OMPI_ALIGNMENT_INT 4 | #define OMPI_ALIGNMENT_LONG 8 | #define OMPI_ALIGNMENT_LONG_LONG 8 | #define OMPI_ALIGNMENT_FLOAT 4 | #define OMPI_ALIGNMENT_DOUBLE 8 | #define OMPI_ALIGNMENT_LONG_DOUBLE 16 | #define OMPI_ALIGNMENT_VOID_P 8 | #define OMPI_NEED_C_BOOL 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | /* end confdefs.h. */ | float * restrict x; configure:15489: gcc -c -O3 -DNDEBUG -Werror -ansi conftest.c >&5 configure:15495: $? = 0 configure:15499: test -z || test ! -s conftest.err configure:15502: $? = 0 configure:15505: test -s conftest.o configure:15508: $? = 0 configure:15520: result: __restrict configure:15536: checking for weak symbols configure:15556: gcc -o conftest -O3 -DNDEBUG -Werror -ansi conftest.c >&5 configure:15562: $? = 0 configure:15566: test -z || test ! -s conftest.err configure:15569: $? = 0 configure:15572: test -s conftest configure:15575: $? = 0 configure:15587: result: yes configure:15819: checking for g++ configure:15835: found /usr/bin/g++ configure:15845: result: g++ configure:15861: checking for C++ compiler version configure:15864: g++ --version </dev/null >&5 g++ (GCC) 4.0.0 Copyright (C) 2005 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. configure:15867: $? = 0 configure:15869: g++ -v </dev/null >&5 Using built-in specs. Target: mips64-unknown-linux-gnu Configured with: /tools/gcc/configure --target=mips64-unknown-linux-gnu --prefix=/usr --with-local-prefix=/usr --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++,f95 --enable-c99 --enable-long-long --disable-multilib --with-gnu-as --with-gnu-ld : (reconfigured) /tools/gcc/configure --target=mips64-unknown-linux-gnu --prefix=/usr --with-local-prefix=/usr --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++,f95 --enable-c99 --enable-long-long --disable-multilib --with-gnu-as --with-gnu-ld : (reconfigured) /tools/gcc/configure --target=mips64-unknown-linux-gnu --prefix=/usr --with-local-prefix=/usr --disable-nls --enable-threads=posix --enable-symvers=gnu --enable-__cxa_atexit --enable-languages=c,c++,f95 --enable-c99 --enable-long-long --disable-multilib --with-gnu-as --with-gnu-ld Thread model: posix gcc version 4.0.0 configure:15872: $? = 0 configure:15874: g++ -V </dev/null >&5 g++: '-V' option must have argument configure:15877: $? = 1 configure:15880: checking whether we are using the GNU C++ compiler configure:15904: g++ -c -DNDEBUG conftest.cc >&5 configure:15910: $? = 0 configure:15914: test -z || test ! -s conftest.err configure:15917: $? = 0 configure:15920: test -s conftest.o configure:15923: $? = 0 configure:15936: result: yes configure:15942: checking whether g++ accepts -g configure:15963: g++ -c -g conftest.cc >&5 configure:15969: $? = 0 configure:15973: test -z || test ! -s conftest.err configure:15976: $? = 0 configure:15979: test -s conftest.o configure:15982: $? = 0 configure:15993: result: yes configure:16035: g++ -c -DNDEBUG conftest.cc >&5 configure:16041: $? = 0 configure:16045: test -z || test ! -s conftest.err configure:16048: $? = 0 configure:16051: test -s conftest.o configure:16054: $? = 0 configure:16080: g++ -c -DNDEBUG conftest.cc >&5 conftest.cc: In function 'int main()': conftest.cc:93: error: 'exit' was not declared in this scope configure:16086: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.0a1" | #define PACKAGE_STRING "Open MPI 1.0a1" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 0 | #define OMPI_RELEASE_VERSION 0 | #define OMPI_ALPHA_VERSION 1 | #define OMPI_BETA_VERSION 0 | #define OMPI_VERSION "0" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 0 | #define ORTE_RELEASE_VERSION 0 | #define ORTE_ALPHA_VERSION 1 | #define ORTE_BETA_VERSION 0 | #define ORTE_VERSION "0" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 0 | #define OPAL_RELEASE_VERSION 0 | #define OPAL_ALPHA_VERSION 1 | #define OPAL_BETA_VERSION 0 | #define OPAL_VERSION "0" | #define _GNU_SOURCE 1 | #define OMPI_ARCH "mips64-unknown-linux-gnu" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_MPI2_ONE_SIDED 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_INT8_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_MODE_T 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define OMPI_ALIGNMENT_CHAR 1 | #define OMPI_ALIGNMENT_SHORT 2 | #define OMPI_ALIGNMENT_WCHAR 4 | #define OMPI_ALIGNMENT_INT 4 | #define OMPI_ALIGNMENT_LONG 8 | #define OMPI_ALIGNMENT_LONG_LONG 8 | #define OMPI_ALIGNMENT_FLOAT 4 | #define OMPI_ALIGNMENT_DOUBLE 8 | #define OMPI_ALIGNMENT_LONG_DOUBLE 16 | #define OMPI_ALIGNMENT_VOID_P 8 | #define OMPI_NEED_C_BOOL 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define restrict __restrict | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OMPI_HAVE_WEAK_SYMBOLS 1 | /* end confdefs.h. */ | | int | main () | { | exit (42); | ; | return 0; | } configure:16035: g++ -c -DNDEBUG conftest.cc >&5 configure:16041: $? = 0 configure:16045: test -z || test ! -s conftest.err configure:16048: $? = 0 configure:16051: test -s conftest.o configure:16054: $? = 0 configure:16080: g++ -c -DNDEBUG conftest.cc >&5 configure:16086: $? = 0 configure:16090: test -z || test ! -s conftest.err configure:16093: $? = 0 configure:16096: test -s conftest.o configure:16099: $? = 0 configure:16124: checking dependency style of g++ configure:16214: result: gcc3 configure:16236: checking how to run the C++ preprocessor configure:16267: g++ -E conftest.cc configure:16273: $? = 0 configure:16305: g++ -E conftest.cc conftest.cc:92:28: error: ac_nonexistent.h: No such file or directory configure:16311: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.0a1" | #define PACKAGE_STRING "Open MPI 1.0a1" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 0 | #define OMPI_RELEASE_VERSION 0 | #define OMPI_ALPHA_VERSION 1 | #define OMPI_BETA_VERSION 0 | #define OMPI_VERSION "0" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 0 | #define ORTE_RELEASE_VERSION 0 | #define ORTE_ALPHA_VERSION 1 | #define ORTE_BETA_VERSION 0 | #define ORTE_VERSION "0" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 0 | #define OPAL_RELEASE_VERSION 0 | #define OPAL_ALPHA_VERSION 1 | #define OPAL_BETA_VERSION 0 | #define OPAL_VERSION "0" | #define _GNU_SOURCE 1 | #define OMPI_ARCH "mips64-unknown-linux-gnu" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_MPI2_ONE_SIDED 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_INT8_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_MODE_T 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define OMPI_ALIGNMENT_CHAR 1 | #define OMPI_ALIGNMENT_SHORT 2 | #define OMPI_ALIGNMENT_WCHAR 4 | #define OMPI_ALIGNMENT_INT 4 | #define OMPI_ALIGNMENT_LONG 8 | #define OMPI_ALIGNMENT_LONG_LONG 8 | #define OMPI_ALIGNMENT_FLOAT 4 | #define OMPI_ALIGNMENT_DOUBLE 8 | #define OMPI_ALIGNMENT_LONG_DOUBLE 16 | #define OMPI_ALIGNMENT_VOID_P 8 | #define OMPI_NEED_C_BOOL 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define restrict __restrict | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OMPI_HAVE_WEAK_SYMBOLS 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:16350: result: g++ -E configure:16374: g++ -E conftest.cc configure:16380: $? = 0 configure:16412: g++ -E conftest.cc conftest.cc:92:28: error: ac_nonexistent.h: No such file or directory configure:16418: $? = 1 configure: failed program was: | /* confdefs.h. */ | | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.0a1" | #define PACKAGE_STRING "Open MPI 1.0a1" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 0 | #define OMPI_RELEASE_VERSION 0 | #define OMPI_ALPHA_VERSION 1 | #define OMPI_BETA_VERSION 0 | #define OMPI_VERSION "0" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 0 | #define ORTE_RELEASE_VERSION 0 | #define ORTE_ALPHA_VERSION 1 | #define ORTE_BETA_VERSION 0 | #define ORTE_VERSION "0" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 0 | #define OPAL_RELEASE_VERSION 0 | #define OPAL_ALPHA_VERSION 1 | #define OPAL_BETA_VERSION 0 | #define OPAL_VERSION "0" | #define _GNU_SOURCE 1 | #define OMPI_ARCH "mips64-unknown-linux-gnu" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_MPI2_ONE_SIDED 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define HAVE_SYS_TYPES_H 1 | #define HAVE_SYS_STAT_H 1 | #define HAVE_STDLIB_H 1 | #define HAVE_STRING_H 1 | #define HAVE_MEMORY_H 1 | #define HAVE_STRINGS_H 1 | #define HAVE_INTTYPES_H 1 | #define HAVE_STDINT_H 1 | #define HAVE_UNISTD_H 1 | #define HAVE_LONG_LONG 1 | #define HAVE_LONG_DOUBLE 1 | #define HAVE_INT8_T 1 | #define HAVE_UINT8_T 1 | #define HAVE_INT16_T 1 | #define HAVE_UINT16_T 1 | #define HAVE_INT32_T 1 | #define HAVE_UINT32_T 1 | #define HAVE_INT64_T 1 | #define HAVE_UINT64_T 1 | #define HAVE_INTPTR_T 1 | #define HAVE_UINTPTR_T 1 | #define HAVE_MODE_T 1 | #define SIZEOF_CHAR 1 | #define SIZEOF_SHORT 2 | #define SIZEOF_INT 4 | #define SIZEOF_LONG 8 | #define SIZEOF_LONG_LONG 8 | #define SIZEOF_LONG_DOUBLE 16 | #define SIZEOF_FLOAT 4 | #define SIZEOF_DOUBLE 8 | #define SIZEOF_VOID_P 8 | #define SIZEOF_SIZE_T 8 | #define OMPI_ALIGNMENT_CHAR 1 | #define OMPI_ALIGNMENT_SHORT 2 | #define OMPI_ALIGNMENT_WCHAR 4 | #define OMPI_ALIGNMENT_INT 4 | #define OMPI_ALIGNMENT_LONG 8 | #define OMPI_ALIGNMENT_LONG_LONG 8 | #define OMPI_ALIGNMENT_FLOAT 4 | #define OMPI_ALIGNMENT_DOUBLE 8 | #define OMPI_ALIGNMENT_LONG_DOUBLE 16 | #define OMPI_ALIGNMENT_VOID_P 8 | #define OMPI_NEED_C_BOOL 1 | #ifndef __cplusplus | #define inline __inline__ | #endif | #define restrict __restrict | #define OMPI_ENABLE_MPI_PROFILING 1 | #define OMPI_HAVE_WEAK_SYMBOLS 1 | #ifdef __cplusplus | extern "C" void std::exit (int) throw (); using std::exit; | #endif | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:16473: checking for compilers that impersonate g++ configure:16499: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:16505: $? = 0 configure:16509: test -z || test ! -s conftest.err configure:16512: $? = 0 configure:16515: test -s conftest.o configure:16518: $? = 0 configure:16540: result: configure:16802: gcc -c -O3 -DNDEBUG -fno-strict-aliasing conftest.c >&5 configure:16808: $? = 0 configure:16812: test -z || test ! -s conftest.err configure:16815: $? = 0 configure:16818: test -s conftest.o configure:16821: $? = 0 configure:16900: WARNING: -finline-functions has been added to CXXFLAGS configure:16915: checking if want C++ exception handling configure:16917: result: no configure:17215: checking for C++ template repository directory configure:17274: g++ -DNDEBUG -finline-functions -c conftest1.C configure:17285: g++ -DNDEBUG -finline-functions -c conftest2.C configure:17336: result: not used configure:17355: checking for C++ compiler template parameters configure:17363: result: none needed configure:17458: checking for C++ optimization flags configure:17460: result: -O3 -DNDEBUG -finline-functions configure:17475: checking for bool configure:17499: g++ -c -O3 -DNDEBUG -finline-functions conftest.cc >&5 configure:17505: $? = 0 configure:17509: test -z || test ! -s conftest.err configure:17512: $? = 0 configure:17515: test -s conftest.o configure:17518: $? = 0 configure:17529: result: yes configure:17532: checking size of bool configure:17851: g++ -o conftest -O3 -DNDEBUG -finline-functions conftest.cc >&5 configure:17854: $? = 0 configure:17856: ./conftest configure:17859: $? = 0 configure:17882: result: 1 configure:17893: checking alignment of bool configure:18290: g++ -o conftest -O3 -DNDEBUG -finline-functions conftest.cc >&5 configure:18293: $? = 0 configure:18295: ./conftest configure:18298: $? = 0 configure:18318: result: 1 configure:18369: checking directive for setting text section configure:18380: result: .text configure:18391: checking directive for exporting symbols configure:18399: result: .globl configure:18410: checking suffix for labels configure:18418: result: : configure:18433: checking prefix for global symbol labels configure: trying _ configure:18462: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 configure:18465: $? = 0 configure:18470: gcc -O3 -DNDEBUG -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1 configure:18473: $? = 0 configure:18478: gcc -O3 -DNDEBUG -fno-strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1 configure:18481: $? = 1 conftest_c.o(.text+0x14): In function `main': : undefined reference to `gsym_test_func' collect2: ld returned 1 exit status configure: failed C program was: #ifdef __cplusplus extern "C" { #endif void gsym_test_func(void); #ifdef __cplusplus } #endif int main(int argc, char *argv[]) { gsym_test_func(); return 0; } configure: failed ASM program was: .text .globl _gsym_test_func _gsym_test_func: configure: trying configure:18462: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 configure:18465: $? = 0 configure:18470: gcc -O3 -DNDEBUG -fno-strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1 configure:18473: $? = 0 configure:18478: gcc -O3 -DNDEBUG -fno-strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1 configure:18481: $? = 0 configure:18518: result: configure:18535: checking for BSD-compatible nm configure:18577: result: /usr/bin/nm -B configure:18585: checking prefix for lsym labels configure: trying L configure:18601: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 configure:18604: $? = 0 configure: trying .L configure:18601: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 configure:18604: $? = 0 configure:18646: result: .L configure:18657: checking prefix for function in .type configure: trying @ configure:18676: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 configure:18679: $? = 0 configure:18707: result: @ configure:18719: checking if .size is needed configure:18728: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 configure:18731: $? = 0 configure:18753: result: yes configure:18772: checking if .align directive takes logarithmic value configure:18784: gcc -O3 -DNDEBUG -fno-strict-aliasing -c conftest.s >conftest.out 2>&1 configure:18787: $? = 0 configure: .align test address offset is 10 configure:18808: result: yes configure:18819: checking for fgrep configure:18829: result: grep -F configure:18847: checking whether to enable smp locks configure:18855: result: yes configure:19125: error: No atomic primitives available for mips64-unknown-linux-gnu ## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=mips64-unknown-linux-gnu ac_cv_build_alias=mips64-unknown-linux-gnu ac_cv_c_compiler_gnu=yes ac_cv_c_inline=__inline__ ac_cv_c_restrict=__restrict ac_cv_cxx_compiler_gnu=yes ac_cv_env_CCASFLAGS_set= ac_cv_env_CCASFLAGS_value= ac_cv_env_CCAS_set= ac_cv_env_CCAS_value= ac_cv_env_CC_set= ac_cv_env_CC_value= ac_cv_env_CFLAGS_set= ac_cv_env_CFLAGS_value= ac_cv_env_CPPFLAGS_set= ac_cv_env_CPPFLAGS_value= ac_cv_env_CPP_set= ac_cv_env_CPP_value= ac_cv_env_CXXCPP_set= ac_cv_env_CXXCPP_value= ac_cv_env_CXXFLAGS_set= ac_cv_env_CXXFLAGS_value= ac_cv_env_CXX_set= ac_cv_env_CXX_value= ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FCFLAGS_set= ac_cv_env_FCFLAGS_value= ac_cv_env_FC_set= ac_cv_env_FC_value= ac_cv_env_FFLAGS_set= ac_cv_env_FFLAGS_value= ac_cv_env_LDFLAGS_set= ac_cv_env_LDFLAGS_value= ac_cv_env_OBJCFLAGS_set= ac_cv_env_OBJCFLAGS_value= ac_cv_env_OBJC_set= ac_cv_env_OBJC_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_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=mips64-unknown-linux-gnu ac_cv_host_alias=mips64-unknown-linux-gnu ac_cv_objext=o ac_cv_path_install='/bin/install -c' ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_CXX=g++ ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cc_stdc= ac_cv_prog_cxx_g=yes ac_cv_prog_egrep='grep -E' ac_cv_prog_fgrep='grep -F' ac_cv_prog_make_make_set=yes ac_cv_sizeof_bool=1 ac_cv_sizeof_char=1 ac_cv_sizeof_double=8 ac_cv_sizeof_float=4 ac_cv_sizeof_int=4 ac_cv_sizeof_long=8 ac_cv_sizeof_long_double=16 ac_cv_sizeof_long_long=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=8 ac_cv_sizeof_void_p=8 ac_cv_type_bool=yes ac_cv_type_char=yes ac_cv_type_double=yes ac_cv_type_float=yes ac_cv_type_int=yes ac_cv_type_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_int64_t=yes ac_cv_type_int8_t=yes ac_cv_type_intptr_t=yes ac_cv_type_long=yes ac_cv_type_long_double=yes ac_cv_type_long_long=yes ac_cv_type_mode_t=yes ac_cv_type_short=yes ac_cv_type_size_t=yes ac_cv_type_uint16_t=yes ac_cv_type_uint32_t=yes ac_cv_type_uint64_t=yes ac_cv_type_uint8_t=yes ac_cv_type_uintptr_t=yes ac_cv_type_void_p=yes am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 lt_cv_path_NM='/usr/bin/nm -B' ompi_cv_asm_align_log=1 ompi_cv_asm_arch=UNSUPPORTED ompi_cv_asm_global=.globl ompi_cv_asm_gsym= ompi_cv_asm_label_suffix=: ompi_cv_asm_lsym=.L ompi_cv_asm_size=1 ompi_cv_asm_text=.text ompi_cv_asm_type=@ ompi_cv_c_align_bool=1 ompi_cv_c_align_char=1 ompi_cv_c_align_double=8 ompi_cv_c_align_float=4 ompi_cv_c_align_int=4 ompi_cv_c_align_long=8 ompi_cv_c_align_long_double=16 ompi_cv_c_align_long_long=8 ompi_cv_c_align_short=2 ompi_cv_c_align_void_p=8 ompi_cv_c_align_wchar_t=4 ompi_cv_c_weak_symbols=yes ompi_cv_prog_cc_impersonate_gcc=no ## ----------------- ## ## Output variables. ## ## ----------------- ## ACLOCAL='${SHELL} /downloads/openmpi-1.0a1r7248/config/missing --run aclocal-1.9' AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE='' AMTAR='${SHELL} /downloads/openmpi-1.0a1r7248/config/missing --run tar' AR='' AUTOCONF='${SHELL} /downloads/openmpi-1.0a1r7248/config/missing --run autoconf' AUTOHEADER='${SHELL} /downloads/openmpi-1.0a1r7248/config/missing --run autoheader' AUTOMAKE='${SHELL} /downloads/openmpi-1.0a1r7248/config/missing --run automake-1.9' AWK='gawk' CASE_SENSITIVE_FS_FALSE='' CASE_SENSITIVE_FS_TRUE='' CC='gcc' CCAS='gcc' CCASFLAGS='-O3 -DNDEBUG -fno-strict-aliasing' CCDEPMODE='depmode=gcc3' CFLAGS='-O3 -DNDEBUG -fno-strict-aliasing' CFLAGS_WITHOUT_OPTFLAGS='' CLEANFILES='*~ .\#*' COMPILE_PROFILING_SEPARATELY_FALSE='' COMPILE_PROFILING_SEPARATELY_TRUE='#' CONFIGURE_DEPENDENCIES='$(top_srcdir)/VERSION' CPP='gcc -E' CPPFLAGS='' CXX='g++' CXXCPP='g++ -E' CXXCPPFLAGS='' CXXDEPMODE='depmode=gcc3' CXXFLAGS='-O3 -DNDEBUG -finline-functions' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO='echo' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='grep -E' EXEEXT='' F77='' FC='' FCFLAGS='' FCFLAGS_f90='' FCFLAGS_f95='' FCFLAGS_f='' FFLAGS='' FGREP='grep -F' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='${SHELL} $(install_sh) -c -s' LDFLAGS='' LEX='' LEXLIB='' LEX_OUTPUT_ROOT='' LIBLTDL='' LIBLTDL_LTLIB='' LIBLTDL_SUBDIR='' LIBMPI_EXTRA_LDFLAGS='' LIBMPI_EXTRA_LIBS='' LIBOBJS='' LIBS='' LIBTOOL='' LN_S='' LSLPP='' LTDLINCL='' LTLIBOBJS='' MAKEINFO='${SHELL} /downloads/openmpi-1.0a1r7248/config/missing --run makeinfo' MCA_PROJECT_SUBDIRS='' MCA_allocator_ALL_SUBDIRS='' MCA_allocator_DSO_SUBDIRS='' MCA_allocator_STATIC_LTLIBS='' MCA_allocator_STATIC_SUBDIRS='' MCA_bml_ALL_SUBDIRS='' MCA_bml_DSO_SUBDIRS='' MCA_bml_STATIC_LTLIBS='' MCA_bml_STATIC_SUBDIRS='' MCA_btl_ALL_SUBDIRS='' MCA_btl_DSO_SUBDIRS='' MCA_btl_STATIC_LTLIBS='' MCA_btl_STATIC_SUBDIRS='' MCA_coll_ALL_SUBDIRS='' MCA_coll_DSO_SUBDIRS='' MCA_coll_STATIC_LTLIBS='' MCA_coll_STATIC_SUBDIRS='' MCA_common_ALL_SUBDIRS='' MCA_common_DSO_SUBDIRS='' MCA_common_STATIC_LTLIBS='' MCA_common_STATIC_SUBDIRS='' MCA_errmgr_ALL_SUBDIRS='' MCA_errmgr_DSO_SUBDIRS='' MCA_errmgr_STATIC_LTLIBS='' MCA_errmgr_STATIC_SUBDIRS='' MCA_gpr_ALL_SUBDIRS='' MCA_gpr_DSO_SUBDIRS='' MCA_gpr_STATIC_LTLIBS='' MCA_gpr_STATIC_SUBDIRS='' MCA_io_ALL_SUBDIRS='' MCA_io_DSO_SUBDIRS='' MCA_io_STATIC_LTLIBS='' MCA_io_STATIC_SUBDIRS='' MCA_iof_ALL_SUBDIRS='' MCA_iof_DSO_SUBDIRS='' MCA_iof_STATIC_LTLIBS='' MCA_iof_STATIC_SUBDIRS='' MCA_maffinity_ALL_SUBDIRS='' MCA_maffinity_DSO_SUBDIRS='' MCA_maffinity_STATIC_LTLIBS='' MCA_maffinity_STATIC_SUBDIRS='' MCA_memory_ALL_SUBDIRS='' MCA_memory_DSO_SUBDIRS='' MCA_memory_STATIC_LTLIBS='' MCA_memory_STATIC_SUBDIRS='' MCA_mpool_ALL_SUBDIRS='' MCA_mpool_DSO_SUBDIRS='' MCA_mpool_STATIC_LTLIBS='' MCA_mpool_STATIC_SUBDIRS='' MCA_ns_ALL_SUBDIRS='' MCA_ns_DSO_SUBDIRS='' MCA_ns_STATIC_LTLIBS='' MCA_ns_STATIC_SUBDIRS='' MCA_ompi_FRAMEWORKS='' MCA_ompi_FRAMEWORK_LIBS='' MCA_oob_ALL_SUBDIRS='' MCA_oob_DSO_SUBDIRS='' MCA_oob_STATIC_LTLIBS='' MCA_oob_STATIC_SUBDIRS='' MCA_opal_FRAMEWORKS='' MCA_opal_FRAMEWORK_LIBS='' MCA_orte_FRAMEWORKS='' MCA_orte_FRAMEWORK_LIBS='' MCA_paffinity_ALL_SUBDIRS='' MCA_paffinity_DSO_SUBDIRS='' MCA_paffinity_STATIC_LTLIBS='' MCA_paffinity_STATIC_SUBDIRS='' MCA_pls_ALL_SUBDIRS='' MCA_pls_DSO_SUBDIRS='' MCA_pls_STATIC_LTLIBS='' MCA_pls_STATIC_SUBDIRS='' MCA_pml_ALL_SUBDIRS='' MCA_pml_DIRECT_CALL_HEADER='' MCA_pml_DSO_SUBDIRS='' MCA_pml_STATIC_LTLIBS='' MCA_pml_STATIC_SUBDIRS='' MCA_ptl_ALL_SUBDIRS='' MCA_ptl_DSO_SUBDIRS='' MCA_ptl_STATIC_LTLIBS='' MCA_ptl_STATIC_SUBDIRS='' MCA_ras_ALL_SUBDIRS='' MCA_ras_DSO_SUBDIRS='' MCA_ras_STATIC_LTLIBS='' MCA_ras_STATIC_SUBDIRS='' MCA_rcache_ALL_SUBDIRS='' MCA_rcache_DSO_SUBDIRS='' MCA_rcache_STATIC_LTLIBS='' MCA_rcache_STATIC_SUBDIRS='' MCA_rds_ALL_SUBDIRS='' MCA_rds_DSO_SUBDIRS='' MCA_rds_STATIC_LTLIBS='' MCA_rds_STATIC_SUBDIRS='' MCA_rmaps_ALL_SUBDIRS='' MCA_rmaps_DSO_SUBDIRS='' MCA_rmaps_STATIC_LTLIBS='' MCA_rmaps_STATIC_SUBDIRS='' MCA_rmgr_ALL_SUBDIRS='' MCA_rmgr_DSO_SUBDIRS='' MCA_rmgr_STATIC_LTLIBS='' MCA_rmgr_STATIC_SUBDIRS='' MCA_rml_ALL_SUBDIRS='' MCA_rml_DSO_SUBDIRS='' MCA_rml_STATIC_LTLIBS='' MCA_rml_STATIC_SUBDIRS='' MCA_schema_ALL_SUBDIRS='' MCA_schema_DSO_SUBDIRS='' MCA_schema_STATIC_LTLIBS='' MCA_schema_STATIC_SUBDIRS='' MCA_sds_ALL_SUBDIRS='' MCA_sds_DSO_SUBDIRS='' MCA_sds_STATIC_LTLIBS='' MCA_sds_STATIC_SUBDIRS='' MCA_soh_ALL_SUBDIRS='' MCA_soh_DSO_SUBDIRS='' MCA_soh_STATIC_LTLIBS='' MCA_soh_STATIC_SUBDIRS='' MCA_timer_ALL_SUBDIRS='' MCA_timer_DSO_SUBDIRS='' MCA_timer_STATIC_LTLIBS='' MCA_timer_STATIC_SUBDIRS='' MCA_topo_ALL_SUBDIRS='' MCA_topo_DSO_SUBDIRS='' MCA_topo_STATIC_LTLIBS='' MCA_topo_STATIC_SUBDIRS='' OBJC='' OBJCDEPMODE='' OBJCFLAGS='' OBJEXT='o' OMPI_ALPHA_VERSION='1' OMPI_ASM_FILE='' OMPI_ASM_GSYM='' OMPI_ASM_LSYM='.L' OMPI_ASM_SUPPORT_64BIT='0' OMPI_ASM_TEXT='.text' OMPI_ASM_TYPE='@' OMPI_ASSEMBLY_ARCH='' OMPI_ASSEMBLY_FORMAT='' OMPI_AS_GLOBAL='' OMPI_AS_LABEL_SUFFIX='' OMPI_BETA_VERSION='0' OMPI_BUILD_allocator_basic_DSO_FALSE='' OMPI_BUILD_allocator_basic_DSO_TRUE='' OMPI_BUILD_allocator_bucket_DSO_FALSE='' OMPI_BUILD_allocator_bucket_DSO_TRUE='' OMPI_BUILD_bml_r2_DSO_FALSE='' OMPI_BUILD_bml_r2_DSO_TRUE='' OMPI_BUILD_btl_gm_DSO_FALSE='' OMPI_BUILD_btl_gm_DSO_TRUE='' OMPI_BUILD_btl_mvapi_DSO_FALSE='' OMPI_BUILD_btl_mvapi_DSO_TRUE='' OMPI_BUILD_btl_mx_DSO_FALSE='' OMPI_BUILD_btl_mx_DSO_TRUE='' OMPI_BUILD_btl_openib_DSO_FALSE='' OMPI_BUILD_btl_openib_DSO_TRUE='' OMPI_BUILD_btl_portals_DSO_FALSE='' OMPI_BUILD_btl_portals_DSO_TRUE='' OMPI_BUILD_btl_self_DSO_FALSE='' OMPI_BUILD_btl_self_DSO_TRUE='' OMPI_BUILD_btl_sm_DSO_FALSE='' OMPI_BUILD_btl_sm_DSO_TRUE='' OMPI_BUILD_btl_tcp_DSO_FALSE='' OMPI_BUILD_btl_tcp_DSO_TRUE='' OMPI_BUILD_coll_basic_DSO_FALSE='' OMPI_BUILD_coll_basic_DSO_TRUE='' OMPI_BUILD_coll_self_DSO_FALSE='' OMPI_BUILD_coll_self_DSO_TRUE='' OMPI_BUILD_common_sm_DSO_FALSE='' OMPI_BUILD_common_sm_DSO_TRUE='' OMPI_BUILD_gpr_null_DSO_FALSE='' OMPI_BUILD_gpr_null_DSO_TRUE='' OMPI_BUILD_gpr_proxy_DSO_FALSE='' OMPI_BUILD_gpr_proxy_DSO_TRUE='' OMPI_BUILD_gpr_replica_DSO_FALSE='' OMPI_BUILD_gpr_replica_DSO_TRUE='' OMPI_BUILD_io_romio_DSO_FALSE='' OMPI_BUILD_io_romio_DSO_TRUE='' OMPI_BUILD_iof_proxy_DSO_FALSE='' OMPI_BUILD_iof_proxy_DSO_TRUE='' OMPI_BUILD_iof_svc_DSO_FALSE='' OMPI_BUILD_iof_svc_DSO_TRUE='' OMPI_BUILD_maffinity_first_use_DSO_FALSE='' OMPI_BUILD_maffinity_first_use_DSO_TRUE='' OMPI_BUILD_memory_darwin_DSO_FALSE='' OMPI_BUILD_memory_darwin_DSO_TRUE='' OMPI_BUILD_memory_malloc_hooks_DSO_FALSE='' OMPI_BUILD_memory_malloc_hooks_DSO_TRUE='' OMPI_BUILD_memory_malloc_interpose_DSO_FALSE='' OMPI_BUILD_memory_malloc_interpose_DSO_TRUE='' OMPI_BUILD_memory_ptmalloc2_DSO_FALSE='' OMPI_BUILD_memory_ptmalloc2_DSO_TRUE='' OMPI_BUILD_mpool_gm_DSO_FALSE='' OMPI_BUILD_mpool_gm_DSO_TRUE='' OMPI_BUILD_mpool_mvapi_DSO_FALSE='' OMPI_BUILD_mpool_mvapi_DSO_TRUE='' OMPI_BUILD_mpool_openib_DSO_FALSE='' OMPI_BUILD_mpool_openib_DSO_TRUE='' OMPI_BUILD_mpool_sm_DSO_FALSE='' OMPI_BUILD_mpool_sm_DSO_TRUE='' OMPI_BUILD_ns_proxy_DSO_FALSE='' OMPI_BUILD_ns_proxy_DSO_TRUE='' OMPI_BUILD_ns_replica_DSO_FALSE='' OMPI_BUILD_ns_replica_DSO_TRUE='' OMPI_BUILD_oob_tcp_DSO_FALSE='' OMPI_BUILD_oob_tcp_DSO_TRUE='' OMPI_BUILD_paffinity_linux_DSO_FALSE='' OMPI_BUILD_paffinity_linux_DSO_TRUE='' OMPI_BUILD_paffinity_solaris_DSO_FALSE='' OMPI_BUILD_paffinity_solaris_DSO_TRUE='' OMPI_BUILD_pls_bproc_DSO_FALSE='' OMPI_BUILD_pls_bproc_DSO_TRUE='' OMPI_BUILD_pls_bproc_orted_DSO_FALSE='' OMPI_BUILD_pls_bproc_orted_DSO_TRUE='' OMPI_BUILD_pls_bproc_seed_DSO_FALSE='' OMPI_BUILD_pls_bproc_seed_DSO_TRUE='' OMPI_BUILD_pls_fork_DSO_FALSE='' OMPI_BUILD_pls_fork_DSO_TRUE='' OMPI_BUILD_pls_poe_DSO_FALSE='' OMPI_BUILD_pls_poe_DSO_TRUE='' OMPI_BUILD_pls_proxy_DSO_FALSE='' OMPI_BUILD_pls_proxy_DSO_TRUE='' OMPI_BUILD_pls_rsh_DSO_FALSE='' OMPI_BUILD_pls_rsh_DSO_TRUE='' OMPI_BUILD_pls_slurm_DSO_FALSE='' OMPI_BUILD_pls_slurm_DSO_TRUE='' OMPI_BUILD_pls_tm_DSO_FALSE='' OMPI_BUILD_pls_tm_DSO_TRUE='' OMPI_BUILD_pls_xgrid_DSO_FALSE='' OMPI_BUILD_pls_xgrid_DSO_TRUE='' OMPI_BUILD_pml_ob1_DSO_FALSE='' OMPI_BUILD_pml_ob1_DSO_TRUE='' OMPI_BUILD_pml_teg_DSO_FALSE='' OMPI_BUILD_pml_teg_DSO_TRUE='' OMPI_BUILD_pml_uniq_DSO_FALSE='' OMPI_BUILD_pml_uniq_DSO_TRUE='' OMPI_BUILD_ptl_gm_DSO_FALSE='' OMPI_BUILD_ptl_gm_DSO_TRUE='' OMPI_BUILD_ptl_mx_DSO_FALSE='' OMPI_BUILD_ptl_mx_DSO_TRUE='' OMPI_BUILD_ptl_self_DSO_FALSE='' OMPI_BUILD_ptl_self_DSO_TRUE='' OMPI_BUILD_ptl_sm_DSO_FALSE='' OMPI_BUILD_ptl_sm_DSO_TRUE='' OMPI_BUILD_ptl_tcp_DSO_FALSE='' OMPI_BUILD_ptl_tcp_DSO_TRUE='' OMPI_BUILD_ras_bjs_DSO_FALSE='' OMPI_BUILD_ras_bjs_DSO_TRUE='' OMPI_BUILD_ras_host_DSO_FALSE='' OMPI_BUILD_ras_host_DSO_TRUE='' OMPI_BUILD_ras_lsf_bproc_DSO_FALSE='' OMPI_BUILD_ras_lsf_bproc_DSO_TRUE='' OMPI_BUILD_ras_slurm_DSO_FALSE='' OMPI_BUILD_ras_slurm_DSO_TRUE='' OMPI_BUILD_ras_tm_DSO_FALSE='' OMPI_BUILD_ras_tm_DSO_TRUE='' OMPI_BUILD_ras_xgrid_DSO_FALSE='' OMPI_BUILD_ras_xgrid_DSO_TRUE='' OMPI_BUILD_rcache_rb_DSO_FALSE='' OMPI_BUILD_rcache_rb_DSO_TRUE='' OMPI_BUILD_rds_hostfile_DSO_FALSE='' OMPI_BUILD_rds_hostfile_DSO_TRUE='' OMPI_BUILD_rds_resfile_DSO_FALSE='' OMPI_BUILD_rds_resfile_DSO_TRUE='' OMPI_BUILD_rmaps_round_robin_DSO_FALSE='' OMPI_BUILD_rmaps_round_robin_DSO_TRUE='' OMPI_BUILD_rmgr_proxy_DSO_FALSE='' OMPI_BUILD_rmgr_proxy_DSO_TRUE='' OMPI_BUILD_rmgr_urm_DSO_FALSE='' OMPI_BUILD_rmgr_urm_DSO_TRUE='' OMPI_BUILD_rml_cnos_DSO_FALSE='' OMPI_BUILD_rml_cnos_DSO_TRUE='' OMPI_BUILD_rml_oob_DSO_FALSE='' OMPI_BUILD_rml_oob_DSO_TRUE='' OMPI_BUILD_sds_bproc_DSO_FALSE='' OMPI_BUILD_sds_bproc_DSO_TRUE='' OMPI_BUILD_sds_cnos_DSO_FALSE='' OMPI_BUILD_sds_cnos_DSO_TRUE='' OMPI_BUILD_sds_env_DSO_FALSE='' OMPI_BUILD_sds_env_DSO_TRUE='' OMPI_BUILD_sds_pipe_DSO_FALSE='' OMPI_BUILD_sds_pipe_DSO_TRUE='' OMPI_BUILD_sds_portals_utcp_DSO_FALSE='' OMPI_BUILD_sds_portals_utcp_DSO_TRUE='' OMPI_BUILD_sds_seed_DSO_FALSE='' OMPI_BUILD_sds_seed_DSO_TRUE='' OMPI_BUILD_sds_singleton_DSO_FALSE='' OMPI_BUILD_sds_singleton_DSO_TRUE='' OMPI_BUILD_sds_slurm_DSO_FALSE='' OMPI_BUILD_sds_slurm_DSO_TRUE='' OMPI_BUILD_soh_bproc_DSO_FALSE='' OMPI_BUILD_soh_bproc_DSO_TRUE='' OMPI_BUILD_timer_aix_DSO_FALSE='' OMPI_BUILD_timer_aix_DSO_TRUE='' OMPI_BUILD_timer_altix_DSO_FALSE='' OMPI_BUILD_timer_altix_DSO_TRUE='' OMPI_BUILD_timer_darwin_DSO_FALSE='' OMPI_BUILD_timer_darwin_DSO_TRUE='' OMPI_BUILD_timer_linux_DSO_FALSE='' OMPI_BUILD_timer_linux_DSO_TRUE='' OMPI_BUILD_timer_solaris_DSO_FALSE='' OMPI_BUILD_timer_solaris_DSO_TRUE='' OMPI_BUILD_topo_unity_DSO_FALSE='' OMPI_BUILD_topo_unity_DSO_TRUE='' OMPI_CC_ABSOLUTE='' OMPI_CONFIGURE_DATE='Fri Sep 9 20:53:35 UTC 2005' OMPI_CONFIGURE_HOST='10.1.1.53' OMPI_CONFIGURE_USER='root' OMPI_CXX_ABSOLUTE='' OMPI_F77_ABSOLUTE='' OMPI_F77_WIN_ATTR_BASE_VALUE='' OMPI_F77_WIN_ATTR_DISP_VALUE='' OMPI_F77_WIN_ATTR_KEYS='' OMPI_F77_WIN_ATTR_SIZE_VALUE='' OMPI_F77_WIN_DUP_FN='' OMPI_F77_WIN_NULL_COPY_FN='' OMPI_F77_WIN_NULL_DELETE_FN='' OMPI_F90_ABSOLUTE='' OMPI_FC_MODULE_FLAG='' OMPI_FORTRAN_CKINDS='' OMPI_FORTRAN_IKINDS='' OMPI_FORTRAN_LKINDS='' OMPI_FORTRAN_MAX_ARRAY_RANK='4' OMPI_FORTRAN_RKINDS='' OMPI_HAVE_ASM_FILE_FALSE='' OMPI_HAVE_ASM_FILE_TRUE='' OMPI_HAVE_POSIX_THREADS_FALSE='' OMPI_HAVE_POSIX_THREADS_TRUE='' OMPI_HAVE_SOLARIS_THREADS_FALSE='' OMPI_HAVE_SOLARIS_THREADS_TRUE='' OMPI_LIBEVENT_SOURCES='' OMPI_MAJOR_VERSION='1' OMPI_MINOR_VERSION='0' OMPI_MPI_ADDRESS_KIND='' OMPI_MPI_OFFSET_KIND='' OMPI_POE='' OMPI_RELEASE_VERSION='0' OMPI_SIZEOF_F90_COMPLEX16='' OMPI_SIZEOF_F90_COMPLEX32='' OMPI_SIZEOF_F90_COMPLEX8='' OMPI_SIZEOF_F90_INT16='' OMPI_SIZEOF_F90_INT1='' OMPI_SIZEOF_F90_INT2='' OMPI_SIZEOF_F90_INT4='' OMPI_SIZEOF_F90_INT8='' OMPI_SIZEOF_F90_REAL16='' OMPI_SIZEOF_F90_REAL4='' OMPI_SIZEOF_F90_REAL8='' OMPI_SVN_R='r7248' OMPI_TOP_BUILDDIR='/downloads/openmpi-1.0a1r7248' OMPI_TOP_SRCDIR='/downloads/openmpi-1.0a1r7248' OMPI_VERSION='1.0a1r7248' OMPI_WANT_F77_BINDINGS_FALSE='' OMPI_WANT_F77_BINDINGS_TRUE='' OMPI_WANT_F90_BINDINGS_FALSE='' OMPI_WANT_F90_BINDINGS_TRUE='' OMPI_WANT_SVN='1' OPAL_ALPHA_VERSION='1' OPAL_BETA_VERSION='0' OPAL_LTDL_CPPFLAGS='' OPAL_MAJOR_VERSION='1' OPAL_MINOR_VERSION='0' OPAL_RELEASE_VERSION='0' OPAL_SVN_R='r7248' OPAL_VERSION='1.0a1r7248' OPAL_WANT_SVN='1' ORTE_ALPHA_VERSION='1' ORTE_BETA_VERSION='0' ORTE_MAJOR_VERSION='1' ORTE_MINOR_VERSION='0' ORTE_RELEASE_VERSION='0' ORTE_SVN_R='r7248' ORTE_VERSION='1.0a1r7248' ORTE_WANT_SVN='1' PACKAGE='openmpi' PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/' PACKAGE_NAME='Open MPI' PACKAGE_STRING='Open MPI 1.0a1r7248' PACKAGE_TARNAME='openmpi' PACKAGE_VERSION='1.0a1r7248' PATH_SEPARATOR=':' PERL='' RANLIB='' SET_MAKE='' SHELL='/bin/bash' STRIP='' TOTALVIEW_DEBUG_FLAGS='' VERSION='1.0a1r7248' WANT_DEPRECATED_EXECUTABLE_NAMES_FALSE='' WANT_DEPRECATED_EXECUTABLE_NAMES_TRUE='#' WANT_INSTALL_HEADERS_FALSE='' WANT_INSTALL_HEADERS_TRUE='#' WANT_LIBLTDL_FALSE='' WANT_LIBLTDL_TRUE='' WANT_MPI2_ONE_SIDED_FALSE='' WANT_MPI2_ONE_SIDED_TRUE='#' WANT_MPI_BINDINGS_LAYER_FALSE='' WANT_MPI_BINDINGS_LAYER_TRUE='#' WANT_MPI_CXX_BINDINGS_FALSE='#' WANT_MPI_CXX_BINDINGS_TRUE='' WANT_MPI_F77_BINDINGS_LAYER_FALSE='' WANT_MPI_F77_BINDINGS_LAYER_TRUE='' WANT_PMPI_BINDINGS_LAYER_FALSE='#' WANT_PMPI_BINDINGS_LAYER_TRUE='' WANT_PMPI_F77_BINDINGS_LAYER_FALSE='' WANT_PMPI_F77_BINDINGS_LAYER_TRUE='' WRAPPER_EXTRA_CFLAGS='' WRAPPER_EXTRA_CXXFLAGS='' WRAPPER_EXTRA_FCFLAGS='' WRAPPER_EXTRA_FFLAGS='' WRAPPER_EXTRA_LDFLAGS='' WRAPPER_EXTRA_LIBS='' ac_ct_AR='' ac_ct_CC='gcc' ac_ct_CXX='g++' ac_ct_F77='' ac_ct_FC='' ac_ct_OBJC='' ac_ct_RANLIB='' ac_ct_STRIP='' ac_prefix_program='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__fastdepOBJC_FALSE='' am__fastdepOBJC_TRUE='' am__include='include' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' bindir='${exec_prefix}/bin' btl_gm_CFLAGS='' btl_gm_CPPFLAGS='' btl_gm_LDFLAGS='' btl_gm_LIBS='' btl_mvapi_CFLAGS='' btl_mvapi_CPPFLAGS='' btl_mvapi_LDFLAGS='' btl_mvapi_LIBS='' btl_mx_CFLAGS='' btl_mx_CPPFLAGS='' btl_mx_LDFLAGS='' btl_mx_LIBS='' btl_openib_CFLAGS='' btl_openib_CPPFLAGS='' btl_openib_LDFLAGS='' btl_openib_LIBS='' btl_portals_CPPFLAGS='' btl_portals_LDFLAGS='' btl_portals_LIBS='' build='mips64-unknown-linux-gnu' build_alias='' build_cpu='mips64' build_os='linux-gnu' build_vendor='unknown' datadir='${prefix}/share' exec_prefix='NONE' host='mips64-unknown-linux-gnu' host_alias='' host_cpu='mips64' host_os='linux-gnu' host_vendor='unknown' includedir='${prefix}/include' infodir='${prefix}/info' install_sh='/downloads/openmpi-1.0a1r7248/config/install-sh' libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localstatedir='${prefix}/var' mandir='${prefix}/man' memory_malloc_hooks_LIBS='' memory_malloc_interpose_LIBS='' mkdir_p='mkdir -p --' mpool_gm_CFLAGS='' mpool_gm_CPPFLAGS='' mpool_gm_LDFLAGS='' mpool_gm_LIBS='' mpool_mvapi_CFLAGS='' mpool_mvapi_CPPFLAGS='' mpool_mvapi_LDFLAGS='' mpool_mvapi_LIBS='' mpool_openib_CFLAGS='' mpool_openib_CPPFLAGS='' mpool_openib_LDFLAGS='' mpool_openib_LIBS='' oldincludedir='/usr/include' pls_bproc_CPPFLAGS='' pls_bproc_LDFLAGS='' pls_bproc_LIBS='' pls_bproc_orted_CPPFLAGS='' pls_bproc_orted_LDFLAGS='' pls_bproc_orted_LIBS='' pls_bproc_seed_CPPFLAGS='' pls_bproc_seed_LDFLAGS='' pls_bproc_seed_LIBS='' pls_tm_CPPFLAGS='' pls_tm_LDFLAGS='' pls_tm_LIBS='' pls_xgrid_LDFLAGS='' pls_xgrid_OBJCFLAGS='' prefix='NONE' program_transform_name='s,x,x,' ptl_gm_CFLAGS='' ptl_gm_CPPFLAGS='' ptl_gm_LDFLAGS='' ptl_gm_LIBS='' ptl_mx_CFLAGS='' ptl_mx_CPPFLAGS='' ptl_mx_LDFLAGS='' ptl_mx_LIBS='' ras_bjs_CPPFLAGS='' ras_bjs_LDFLAGS='' ras_bjs_LIBS='' ras_lsf_bproc_CPPFLAGS='' ras_lsf_bproc_LDFLAGS='' ras_lsf_bproc_LIBS='' ras_tm_CPPFLAGS='' ras_tm_LDFLAGS='' ras_tm_LIBS='' sbindir='${exec_prefix}/sbin' sds_bproc_CPPFLAGS='' sds_bproc_LDFLAGS='' sds_bproc_LIBS='' sds_portals_utcp_CPPFLAGS='' sds_portals_utcp_LDFLAGS='' sds_portals_utcp_LIBS='' sharedstatedir='${prefix}/com' soh_bproc_CPPFLAGS='' soh_bproc_LDFLAGS='' soh_bproc_LIBS='' sysconfdir='${prefix}/etc' target_alias='' timer_aix_LIBS='' top_ompi_builddir='/downloads/openmpi-1.0a1r7248' top_ompi_srcdir='/downloads/openmpi-1.0a1r7248' ## ----------- ## ## confdefs.h. ## ## ----------- ## #define HAVE_INT16_T 1 #define HAVE_INT32_T 1 #define HAVE_INT64_T 1 #define HAVE_INT8_T 1 #define HAVE_INTPTR_T 1 #define HAVE_INTTYPES_H 1 #define HAVE_LONG_DOUBLE 1 #define HAVE_LONG_LONG 1 #define HAVE_MEMORY_H 1 #define HAVE_MODE_T 1 #define HAVE_STDINT_H 1 #define HAVE_STDLIB_H 1 #define HAVE_STRINGS_H 1 #define HAVE_STRING_H 1 #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 #define HAVE_UINT16_T 1 #define HAVE_UINT32_T 1 #define HAVE_UINT64_T 1 #define HAVE_UINT8_T 1 #define HAVE_UINTPTR_T 1 #define HAVE_UNISTD_H 1 #define MPI_PARAM_CHECK ompi_mpi_param_check #define OMPI_ALIGNMENT_CHAR 1 #define OMPI_ALIGNMENT_CXX_BOOL 1 #define OMPI_ALIGNMENT_DOUBLE 8 #define OMPI_ALIGNMENT_FLOAT 4 #define OMPI_ALIGNMENT_INT 4 #define OMPI_ALIGNMENT_LONG 8 #define OMPI_ALIGNMENT_LONG_DOUBLE 16 #define OMPI_ALIGNMENT_LONG_LONG 8 #define OMPI_ALIGNMENT_SHORT 2 #define OMPI_ALIGNMENT_VOID_P 8 #define OMPI_ALIGNMENT_WCHAR 4 #define OMPI_ALPHA_VERSION 1 #define OMPI_ARCH "mips64-unknown-linux-gnu" #define OMPI_ASM_ALIGN_LOG 1 #define OMPI_ASM_GLOBAL ".globl" #define OMPI_ASM_GSYM "" #define OMPI_ASM_LABEL_SUFFIX ":" #define OMPI_ASM_LSYM ".L" #define OMPI_ASM_SIZE "1" #define OMPI_ASM_TEXT ".text" #define OMPI_ASM_TYPE "@" #define OMPI_BETA_VERSION 0 #define OMPI_CC "gcc" #define OMPI_CXX "g++" #define OMPI_ENABLE_DEBUG 0 #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 #define OMPI_ENABLE_MEM_DEBUG 0 #define OMPI_ENABLE_MEM_PROFILE 0 #define OMPI_ENABLE_MPI_PROFILING 1 #define OMPI_ENABLE_PTY_SUPPORT 1 #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 #define OMPI_HAVE_WEAK_SYMBOLS 1 #define OMPI_MAJOR_VERSION 1 #define OMPI_MINOR_VERSION 0 #define OMPI_NEED_C_BOOL 1 #define OMPI_RELEASE_VERSION 0 #define OMPI_VERSION "0" #define OMPI_WANT_CXX_BINDINGS 1 #define OMPI_WANT_MPI2_ONE_SIDED 0 #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 #define OMPI_WANT_SMP_LOCKS 1 #define OPAL_ALPHA_VERSION 1 #define OPAL_BETA_VERSION 0 #define OPAL_ENABLE_TRACE 0 #define OPAL_MAJOR_VERSION 1 #define OPAL_MINOR_VERSION 0 #define OPAL_RELEASE_VERSION 0 #define OPAL_VERSION "0" #define ORTE_ALPHA_VERSION 1 #define ORTE_BETA_VERSION 0 #define ORTE_MAJOR_VERSION 1 #define ORTE_MINOR_VERSION 0 #define ORTE_RELEASE_VERSION 0 #define ORTE_VERSION "0" #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" #define PACKAGE_NAME "Open MPI" #define PACKAGE_STRING "Open MPI 1.0a1" #define PACKAGE_TARNAME "openmpi" #define PACKAGE_VERSION "1.0a1" #define SIZEOF_BOOL 1 #define SIZEOF_CHAR 1 #define SIZEOF_DOUBLE 8 #define SIZEOF_FLOAT 4 #define SIZEOF_INT 4 #define SIZEOF_LONG 8 #define SIZEOF_LONG_DOUBLE 16 #define SIZEOF_LONG_LONG 8 #define SIZEOF_SHORT 2 #define SIZEOF_SIZE_T 8 #define SIZEOF_VOID_P 8 #define STDC_HEADERS 1 #define _GNU_SOURCE 1 #define inline __inline__ #define restrict __restrict #endif #endif #ifdef __cplusplus #ifndef __cplusplus extern "C" void std::exit (int) throw (); using std::exit; configure: exit 1 __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com