On Oct 17, 2008, at 12:59 PM, Ethan Mallove wrote:
* --enable-ltdl-convenience * --no-create * --no-recursion * GCC on Solaris
A user is not usually supposed to add these options. They are added by default when the build system detect that one of the configure files (configure.ac or one of the m4 files) have been modified, and that the regeneration of configure is required.
I did had in the past such errors. I figure out that they were generated due to a mismatch between the original version of autotools (used to create the first configure and the cache files) and the one used by the build system when it had to rebuild the configure.
If you use NFS you should check that your NTP is doing what is it supposed to do, a wrong time-stamp on one of the m4 files might be the reason for this.
george.
We tried to compile OpenMPI 1.2.8 on Solaris on Sparc and on Opteron forboth GCC and SUN Studio compiler, in 32bit and 64bit versions, at all2*2*2=8 versions, in the very same maneer we have installed 1.2.5 and 1.2.6versions.The configuring processes runs through, but if "gmake all" called, it seemsto be so, that the configure stage restarts or being resumed: ......orte/mca/smr/bproc/Makefile.am:47: Libtool library used but `LIBTOOL' isundefinedorte/mca/smr/bproc/Makefile.am:47: The usual way to define `LIBTOOL' isto add `AC_PROG_LIBTOOL'orte/mca/smr/bproc/Makefile.am:47: to `configure.ac' and run `aclocal'and `autoconf' again. orte/mca/smr/bproc/Makefile.am:47: If `AC_PROG_LIBTOOL' is in `configure.ac', make sureorte/mca/smr/bproc/Makefile.am:47: its definition is in aclocal's searchpath. test/support/Makefile.am:29: library used but `RANLIB' is undefinedtest/support/Makefile.am:29: The usual way to define `RANLIB' is to add`AC_PROG_RANLIB'test/support/Makefile.am:29: to `configure.ac' and run `autoconf' again...... and breaks.I'm confused why aclocal (or are these automake errors?) is getting invoked in "gmake all". Did you try running "aclocal" and "autoconf" in the top-level directory? (You shouldn't have to do that, but it might resolve this problem.) Make sure "ranlib" is in your PATH, mine's at /usr/ccs/bin/ranlib. (Also, we don't have a sys/bproc.h file on our lab machine, so the above might be an untested scenario.)If "gmake all" again we also see error messages like: *** Fortran 77 compiler checking for gfortran... gfortran checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran accepts -g... yes checking if Fortran 77 compiler works... yeschecking gfortran external symbol convention... ./configure: line 26340:./conftest.o: Permission denied ./configure: line 26342: ./conftest.o: Permission denied ./configure: line 26344: ./conftest.o: Permission denied ./configure: line 26346: ./conftest.o: Permission denied ./configure: line 26348: ./conftest.o: Permission denied configure: error: Could not determine Fortran naming convention.We didn't test 1.2.8 with GCC/Solaris. Let me see if we can reproduce this, and get back to you.Considered the configure script we see on these lines in ./configire: if $NM conftest.o | grep foo_bar__ >/dev/null 2>&1 ; then ompi_cv_f77_external_symbol="double underscore" elif $NM conftest.o | grep foo_bar_ >/dev/null 2>&1 ; then ompi_cv_f77_external_symbol="single underscore" elif $NM conftest.o | grep FOO_bar >/dev/null 2>&1 ; then ompi_cv_f77_external_symbol="mixed case" elif $NM conftest.o | grep foo_bar >/dev/null 2>&1 ; then ompi_cv_f77_external_symbol="no underscore" elif $NM conftest.o | grep FOO_BAR >/dev/null 2>&1 ; then ompi_cv_f77_external_symbol="upper case" else $NM conftest.o >conftest.out 2>&1 ....and searching through ./configire says us, that $NM is never set (neither in ./configure nor in our environment)Is "nm" in your path? I have this in my config.log file: NM='/usr/ccs/bin/nm -p' Thanks, EthanSo, we think that somewhat is not OK with ./configure script. Attend to the fact, that we were able to install 1.2.5 and 1.2.6 some time ago on sameboxes without problems. Or maybe we do somewhat wrong?best regards, Paul Kapinos HPC Group RZ RWTH Aachen P.S. Folks, does somebody compiled OpenMPI 1.2.8 on someone Solaris sucessfully? 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.2.8, which was generated by GNU Autoconf 2.61. Invocation command line was$ ./configure --with-devel-headers CFLAGS=-O2 -m64 CXXFLAGS=-O2 - m64 FFLAGS=-O2 -m64 FCFLAGS=-O2 -m64 LDFLAGS=-O2 -m64 --prefix=/ rwthfs/rz/SW/MPI/openmpi-1.2.8/solx8664/gcc CC=gcc CXX=g++ FC=gfortran --enable-ltdl-convenience --no-create --no-recursion## --------- ## ## Platform. ## ## --------- ## hostname = sunoc63.rz.RWTH-Aachen.DE uname -m = i86pc uname -r = 5.10 uname -s = SunOS uname -v = Generic_137112-06 /usr/bin/uname -p = i386 /bin/uname -X = System = SunOS Node = sunoc63.rz.RWTH-Aachen.DE Release = 5.10 KernelID = Generic_137112-06 Machine = i86pc BusType = <unknown> Serial = <unknown> Users = <unknown> OEM# = 0 Origin# = 1 NumCPU = 4 /bin/arch = i86pc /usr/bin/arch -k = i86pc /usr/convex/getsysinfo = unknown /usr/bin/hostinfo = unknown /bin/machine = unknown /usr/bin/oslevel = unknown /bin/universe = unknown PATH: /home/pk224850/bin PATH: /rwthfs/rz/SW/UTIL.common/gcc/4.2/i386-pc-solaris2.10/bin PATH: /home/pk224850/bin PATH: /home/pk224850/bin PATH: /usr/local_host/sbin PATH: /usr/local_host/bin PATH: /usr/local_rwth/sbin PATH: /usr/local_rwth/bin PATH: /usr/bin PATH: /usr/sbin PATH: /sbin PATH: /usr/dt/bin PATH: /usr/X11/bin PATH: /usr/java/bin PATH: /usr/openwin/bin PATH: /usr/ccs/bin PATH: /usr/ucb PATH: /opt/SUNWexplo/bin PATH: /usr/sfw/bin PATH: /opt/sfw/bin PATH: /usr/local/bin PATH: /usr/local/sbin PATH: /opt/csw/bin PATH: . ## ----------- ## ## Core tests. ## ## ----------- ## configure:2817: checking for a BSD-compatible install configure:2873: result: /usr/local_rwth/bin/ginstall -c configure:2884: checking whether build environment is sane configure:2927: result: yes configure:2955: checking for a thread-safe mkdir -p configure:2994: result: /usr/local_rwth/bin/gmkdir -p configure:3007: checking for gawk configure:3023: found /usr/local_rwth/bin/gawk configure:3034: result: gawk configure:3045: checking whether make sets $(MAKE) configure:3066: result: yes configure:3375: checking Open MPI version configure:3377: result: 1.2.8 configure:3379: checking Open MPI Subversion repository version configure:3381: result: r19718 configure:3477: checking Open Run-Time Environment version configure:3479: result: 1.2.8configure:3481: checking Open Run-Time Environment Subversion repository versionconfigure:3483: result: r19718 configure:3579: checking Open Portable Access Layer version configure:3581: result: 1.2.8configure:3583: checking Open Portable Access Layer Subversion repository versionconfigure:3585: result: r19718configure:3642: builddir: /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc configure:3644: srcdir: /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gccconfigure:3666: checking build system type configure:3684: result: i386-pc-solaris2.10 configure:3726: checking host system type configure:3741: result: i386-pc-solaris2.10 configure:3932: checking Whether to run code coverage configure:3959: result: no configure:3969: checking whether to debug memory usage configure:3981: result: no configure:4001: checking whether to profile memory usage configure:4013: result: no configure:4033: checking if want developer-level compiler pickyness configure:4045: result: no configure:4060: checking if want developer-level debugging code configure:4072: result: no configure:4102: checking if want Fortran 77 bindings configure:4110: result: yes configure:4124: checking if want Fortran 90 bindings configure:4132: result: yes configure:4141: checking desired Fortran 90 bindings "size" configure:4215: result: small configure:4222: checking whether to enable PMPI configure:4230: result: yes configure:4247: checking if want C++ bindings configure:4255: result: yes configure:4264: checking if want MPI::SEEK_SET support configure:4272: result: yes configure:4290: checking if want to enable weak symbol support configure:4298: result: yes configure:4311: checking if want run-time MPI parameter checking configure:4332: result: runtime configure:4355: checking if want to install OMPI header files configure:4364: result: yes configure:4384: checking if want pretty-print stacktrace configure:4396: result: yes configure:4409: checking if want deprecated executable names configure:4421: result: no configure:4439: checking if peruse support is required configure:4451: result: noconfigure:4474: checking max supported array dimension in F90 MPI bindingsconfigure:4489: result: 4 configure:4494: checking if pty support should be enabled configure:4506: result: yes configure:4519: checking if user wants dlopen support configure:4534: result: yes configure:4542: checking if heterogeneous support should be enabled configure:4554: result: yes configure:4568: checking if want trace file debugging configure:4580: result: no configure:4652: checking if want IPv6 support configure:4664: result: yes (if underlying system supports it)configure:4677: checking if want orterun "--prefix" behavior to be enabled by defaultconfigure:4697: result: no configure:4856: checking for style of include used by make configure:4884: result: GNU configure:4959: checking for gcc configure:4986: result: gcc configure:5224: checking for C compiler version configure:5231: gcc --version >&5 gcc (GCC) 4.2.2 Copyright (C) 2007 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:5234: $? = 0 configure:5241: gcc -v >&5 Using built-in specs. Target: i386-pc-solaris2.10Configured with: ./configure --prefix=/rwthfs/rz/SW/UTIL.common/gcc/ 4.2.2/x86_32-pc-solaris2.10 --enable-languages=c,c++,fortran --with- gnu-as --with-as=/usr/sfw/bin/gas --with-gmp=/rwthfs/rz/SW/ UTIL.common/gcc/gmp-4.2.2/x86_32-pc-solaris2.10 --with-mpfr=/rwthfs/ rz/SW/UTIL.common/gcc/mpfr-2.3.0/x86_32-pc-solaris2.10Thread model: posix gcc version 4.2.2 configure:5244: $? = 0 configure:5251: gcc -V >&5 gcc: '-V' option must have argument configure:5254: $? = 1 configure:5277: checking for C compiler default output file name configure:5304: gcc -DNDEBUG -O2 -m64 -O2 -m64 conftest.c >&5 configure:5307: $? = 0 configure:5345: result: a.out configure:5362: checking whether the C compiler works configure:5372: ./a.out configure:5375: $? = 0 configure:5392: result: yes configure:5399: checking whether we are cross compiling configure:5401: result: no configure:5404: checking for suffix of executablesconfigure:5411: gcc -o conftest -DNDEBUG -O2 -m64 -O2 -m64 conftest.c >&5configure:5414: $? = 0 configure:5438: result: configure:5444: checking for suffix of object files configure:5470: gcc -c -DNDEBUG -O2 -m64 conftest.c >&5 configure:5473: $? = 0 configure:5496: result: o configure:5500: checking whether we are using the GNU C compiler configure:5529: gcc -c -DNDEBUG -O2 -m64 conftest.c >&5 configure:5535: $? = 0 configure:5552: result: yes configure:5557: checking whether gcc accepts -g configure:5587: gcc -c -g conftest.c >&5 configure:5593: $? = 0 configure:5692: result: yes configure:5709: checking for gcc option to accept ISO C89 configure:5783: gcc -c -DNDEBUG -O2 -m64 conftest.c >&5 configure:5789: $? = 0 configure:5812: result: none needed configure:5832: checking dependency style of gcc configure:5923: result: gcc3configure:5949: checking whether gcc and cc understand -c and -o togetherconfigure:5984: gcc -c conftest.c -o conftest2.o >&5 configure:5987: $? = 0 configure:5993: gcc -c conftest.c -o conftest2.o >&5 configure:5996: $? = 0 configure:6007: cc -c conftest.c >&5 configure:6010: $? = 0 configure:6018: cc -c conftest.c -o conftest2.o >&5 configure:6021: $? = 0 configure:6027: cc -c conftest.c -o conftest2.o >&5 configure:6030: $? = 0 configure:6048: result: yes configure:6080: checking how to run the C preprocessor configure:6120: gcc -E conftest.c configure:6126: $? = 0 configure:6157: gcc -E conftest.c conftest.c:37:28: error: ac_nonexistent.h: No such file or directory configure:6163: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.2.8" | #define PACKAGE_STRING "Open MPI 1.2.8" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 2 | #define OMPI_RELEASE_VERSION 8 | #define OMPI_GREEK_VERSION "" | #define OMPI_VERSION "8" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 2 | #define ORTE_RELEASE_VERSION 8 | #define ORTE_GREEK_VERSION "" | #define ORTE_VERSION "8" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 2 | #define OPAL_RELEASE_VERSION 8 | #define OPAL_GREEK_VERSION "" | #define OPAL_VERSION "8" | #define OMPI_ARCH "i386-pc-solaris2.10" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_PERUSE 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OPAL_ENABLE_IPV6 1 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define OMPI_CC "gcc" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6196: result: gcc -E configure:6225: gcc -E conftest.c configure:6231: $? = 0 configure:6262: gcc -E conftest.c conftest.c:37:28: error: ac_nonexistent.h: No such file or directory configure:6268: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.2.8" | #define PACKAGE_STRING "Open MPI 1.2.8" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 2 | #define OMPI_RELEASE_VERSION 8 | #define OMPI_GREEK_VERSION "" | #define OMPI_VERSION "8" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 2 | #define ORTE_RELEASE_VERSION 8 | #define ORTE_GREEK_VERSION "" | #define ORTE_VERSION "8" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 2 | #define OPAL_RELEASE_VERSION 8 | #define OPAL_GREEK_VERSION "" | #define OPAL_VERSION "8" | #define OMPI_ARCH "i386-pc-solaris2.10" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_PERUSE 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OPAL_ENABLE_IPV6 1 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define OMPI_CC "gcc" | /* end confdefs.h. */ | #include <ac_nonexistent.h> configure:6306: checking for grep that handles long lines and -e configure:6380: result: /usr/local_rwth/bin/ggrep configure:6385: checking for egrep configure:6463: result: /usr/local_rwth/bin/ggrep -E configure:6480: checking for the C compiler vendor configure:6513: gcc -c -DNDEBUG -O2 -m64 conftest.c >&5conftest.c:2:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met" conftest.c:3: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'me'configure:6519: $? = 1 configure: failed program was: | #if !( defined(__INTEL_COMPILER) || defined(__ICC) )| #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"| choke me | #endif configure:6551: gcc -c -DNDEBUG -O2 -m64 conftest.c >&5 configure:6557: $? = 0 configure:7644: result: gnu configure:7652: checking for ANSI C header files configure:7682: gcc -c -DNDEBUG -O2 -m64 conftest.c >&5 configure:7688: $? = 0configure:7787: gcc -o conftest -DNDEBUG -O2 -m64 -O2 -m64 conftest.c >&5configure:7790: $? = 0 configure:7796: ./conftest configure:7799: $? = 0 configure:7816: result: yes configure:8440: checking if gcc supports -finline-functionsconfigure:8466: gcc -c -DNDEBUG -O2 -m64 -finline-functions conftest.c >&5configure:8472: $? = 0 configure:8487: result: yes configure:8497: checking if gcc supports -fno-strict-aliasingconfigure:8523: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:8529: $? = 0 configure:8544: result: yesconfigure:8620: WARNING: -fno-strict-aliasing has been added to CFLAGSconfigure:8770: checking if gcc supports __builtin_expectconfigure:8797: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:8803: $? = 0 configure:8820: result: yes configure:8834: checking if gcc supports __builtin_prefetchconfigure:8861: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:8867: $? = 0 configure:8884: result: yes configure:8979: checking for C optimization flagsconfigure:9043: result: -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasingconfigure:9077: checking for sys/types.hconfigure:9098: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9104: $? = 0 configure:9120: result: yes configure:9077: checking for sys/stat.hconfigure:9098: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9104: $? = 0 configure:9120: result: yes configure:9077: checking for stdlib.hconfigure:9098: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9104: $? = 0 configure:9120: result: yes configure:9077: checking for string.hconfigure:9098: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9104: $? = 0 configure:9120: result: yes configure:9077: checking for memory.hconfigure:9098: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9104: $? = 0 configure:9120: result: yes configure:9077: checking for strings.hconfigure:9098: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9104: $? = 0 configure:9120: result: yes configure:9077: checking for inttypes.hconfigure:9098: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9104: $? = 0 configure:9120: result: yes configure:9077: checking for stdint.hconfigure:9098: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9104: $? = 0 configure:9120: result: yes configure:9077: checking for unistd.hconfigure:9098: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9104: $? = 0 configure:9120: result: yes configure:9132: checking for long longconfigure:9162: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9168: $? = 0 configure:9183: result: yes configure:9194: checking for long doubleconfigure:9224: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9230: $? = 0 configure:9245: result: yes configure:9256: checking for int8_tconfigure:9286: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9292: $? = 0 configure:9307: result: yes configure:9318: checking for uint8_tconfigure:9348: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9354: $? = 0 configure:9369: result: yes configure:9380: checking for int16_tconfigure:9410: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9416: $? = 0 configure:9431: result: yes configure:9442: checking for uint16_tconfigure:9472: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9478: $? = 0 configure:9493: result: yes configure:9504: checking for int32_tconfigure:9534: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9540: $? = 0 configure:9555: result: yes configure:9566: checking for uint32_tconfigure:9596: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9602: $? = 0 configure:9617: result: yes configure:9628: checking for int64_tconfigure:9658: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9664: $? = 0 configure:9679: result: yes configure:9690: checking for uint64_tconfigure:9720: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9726: $? = 0 configure:9741: result: yes configure:9752: checking for intptr_tconfigure:9782: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9788: $? = 0 configure:9803: result: yes configure:9814: checking for uintptr_tconfigure:9844: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9850: $? = 0 configure:9865: result: yes configure:9876: checking for mode_tconfigure:9906: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9912: $? = 0 configure:9927: result: yes configure:9938: checking for ssize_tconfigure:9968: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:9974: $? = 0 configure:9989: result: yes configure:10000: checking for ptrdiff_tconfigure:10030: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:10036: $? = 0 configure:10051: result: yes configure:10067: checking for charconfigure:10097: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:10103: $? = 0 configure:10118: result: yes configure:10125: checking size of charconfigure:10427: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:10430: $? = 0 configure:10436: ./conftest configure:10439: $? = 0 configure:10462: result: 1 configure:10472: checking for shortconfigure:10502: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:10508: $? = 0 configure:10523: result: yes configure:10530: checking size of shortconfigure:10832: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:10835: $? = 0 configure:10841: ./conftest configure:10844: $? = 0 configure:10867: result: 2 configure:10877: checking for intconfigure:10907: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:10913: $? = 0 configure:10928: result: yes configure:10935: checking size of intconfigure:11237: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:11240: $? = 0 configure:11246: ./conftest configure:11249: $? = 0 configure:11272: result: 4 configure:11282: checking for longconfigure:11312: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:11318: $? = 0 configure:11333: result: yes configure:11340: checking size of longconfigure:11642: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:11645: $? = 0 configure:11651: ./conftest configure:11654: $? = 0 configure:11677: result: 8 configure:11688: checking for long long configure:11739: result: yes configure:11746: checking size of long longconfigure:12048: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:12051: $? = 0 configure:12057: ./conftest configure:12060: $? = 0 configure:12083: result: 8 configure:12095: checking for long double configure:12146: result: yes configure:12153: checking size of long doubleconfigure:12455: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:12458: $? = 0 configure:12464: ./conftest configure:12467: $? = 0 configure:12490: result: 16 configure:12501: checking for floatconfigure:12531: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:12537: $? = 0 configure:12552: result: yes configure:12559: checking size of floatconfigure:12861: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:12864: $? = 0 configure:12870: ./conftest configure:12873: $? = 0 configure:12896: result: 4 configure:12906: checking for doubleconfigure:12936: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:12942: $? = 0 configure:12957: result: yes configure:12964: checking size of doubleconfigure:13266: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:13269: $? = 0 configure:13275: ./conftest configure:13278: $? = 0 configure:13301: result: 8 configure:13311: checking for void *configure:13341: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:13347: $? = 0 configure:13362: result: yes configure:13369: checking size of void *configure:13671: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:13674: $? = 0 configure:13680: ./conftest configure:13683: $? = 0 configure:13706: result: 8 configure:13716: checking for size_tconfigure:13746: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:13752: $? = 0 configure:13767: result: yes configure:13774: checking size of size_tconfigure:14076: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:14079: $? = 0 configure:14085: ./conftest configure:14088: $? = 0 configure:14111: result: 8 configure:14122: checking for ssize_t configure:14173: result: yes configure:14180: checking size of ssize_tconfigure:14482: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:14485: $? = 0 configure:14491: ./conftest configure:14494: $? = 0 configure:14517: result: 8 configure:14529: checking for ptrdiff_t configure:14580: result: yes configure:14587: checking size of ptrdiff_tconfigure:14889: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:14892: $? = 0 configure:14898: ./conftest configure:14901: $? = 0 configure:14924: result: 8 configure:14941: checking alignment of charconfigure:15331: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:15334: $? = 0 configure:15340: ./conftest configure:15343: $? = 0 configure:15365: result: 1 configure:15377: checking alignment of shortconfigure:15767: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:15770: $? = 0 configure:15776: ./conftest configure:15779: $? = 0 configure:15801: result: 2 configure:15813: checking alignment of wchar_tconfigure:16203: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:16206: $? = 0 configure:16212: ./conftest configure:16215: $? = 0 configure:16237: result: 4 configure:16249: checking alignment of intconfigure:16639: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:16642: $? = 0 configure:16648: ./conftest configure:16651: $? = 0 configure:16673: result: 4 configure:16685: checking alignment of longconfigure:17075: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:17078: $? = 0 configure:17084: ./conftest configure:17087: $? = 0 configure:17109: result: 8 configure:17122: checking alignment of long longconfigure:17512: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:17515: $? = 0 configure:17521: ./conftest configure:17524: $? = 0 configure:17546: result: 8 configure:17559: checking alignment of floatconfigure:17949: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:17952: $? = 0 configure:17958: ./conftest configure:17961: $? = 0 configure:17983: result: 4 configure:17995: checking alignment of doubleconfigure:18385: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:18388: $? = 0 configure:18394: ./conftest configure:18397: $? = 0 configure:18419: result: 8 configure:18432: checking alignment of long doubleconfigure:18822: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:18825: $? = 0 configure:18831: ./conftest configure:18834: $? = 0 configure:18856: result: 16 configure:18869: checking alignment of void *configure:19259: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:19262: $? = 0 configure:19268: ./conftest configure:19271: $? = 0 configure:19293: result: 8 configure:19310: checking for C bool typeconfigure:19334: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5conftest.c: In function 'main': conftest.c:124: error: 'bool' undeclared (first use in this function)conftest.c:124: error: (Each undeclared identifier is reported only onceconftest.c:124: error: for each function it appears in.) conftest.c:124: error: expected ';' before 'bar' conftest.c:124: error: 'bar' undeclared (first use in this function) conftest.c:124: error: 'foo' undeclared (first use in this function) configure:19340: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.2.8" | #define PACKAGE_STRING "Open MPI 1.2.8" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 2 | #define OMPI_RELEASE_VERSION 8 | #define OMPI_GREEK_VERSION "" | #define OMPI_VERSION "8" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 2 | #define ORTE_RELEASE_VERSION 8 | #define ORTE_GREEK_VERSION "" | #define ORTE_VERSION "8" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 2 | #define OPAL_RELEASE_VERSION 8 | #define OPAL_GREEK_VERSION "" | #define OPAL_VERSION "8" | #define OMPI_ARCH "i386-pc-solaris2.10" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_PERUSE 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OPAL_ENABLE_IPV6 1 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OMPI_C_HAVE_BUILTIN_EXPECT 1 | #define OMPI_C_HAVE_BUILTIN_PREFETCH 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 HAVE_SSIZE_T 1 | #define HAVE_PTRDIFF_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 SIZEOF_SSIZE_T 8 | #define SIZEOF_PTRDIFF_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> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | int | main () | { | bool bar, foo = true; bar = foo; | ; | return 0; | } configure:19359: result: no configure:19387: checking for inlineconfigure:19413: gcc -c -DNDEBUG -O2 -m64 -Werror -ansi conftest.c >&5 conftest.c:90: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'foo_t' conftest.c:91: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'foo_t'configure:19419: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.2.8" | #define PACKAGE_STRING "Open MPI 1.2.8" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 2 | #define OMPI_RELEASE_VERSION 8 | #define OMPI_GREEK_VERSION "" | #define OMPI_VERSION "8" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 2 | #define ORTE_RELEASE_VERSION 8 | #define ORTE_GREEK_VERSION "" | #define ORTE_VERSION "8" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 2 | #define OPAL_RELEASE_VERSION 8 | #define OPAL_GREEK_VERSION "" | #define OPAL_VERSION "8" | #define OMPI_ARCH "i386-pc-solaris2.10" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_PERUSE 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OPAL_ENABLE_IPV6 1 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OMPI_C_HAVE_BUILTIN_EXPECT 1 | #define OMPI_C_HAVE_BUILTIN_PREFETCH 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 HAVE_SSIZE_T 1 | #define HAVE_PTRDIFF_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 SIZEOF_SSIZE_T 8 | #define SIZEOF_PTRDIFF_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:19413: gcc -c -DNDEBUG -O2 -m64 -Werror -ansi conftest.c >&5configure:19419: $? = 0 configure:19437: result: __inline__ configure:19462: checking for C/C++ restrict keywordconfigure:19498: gcc -c -DNDEBUG -O2 -m64 -Werror -ansi conftest.c >&5conftest.c:92: error: expected ';', ',' or ')' before 'ip' conftest.c: In function 'main':conftest.c:99: error: expected '=', ',', ';', 'asm' or '__attribute__' before 't'conftest.c:99: error: 't' undeclared (first use in this function)conftest.c:99: error: (Each undeclared identifier is reported only onceconftest.c:99: error: for each function it appears in.) configure:19504: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.2.8" | #define PACKAGE_STRING "Open MPI 1.2.8" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 2 | #define OMPI_RELEASE_VERSION 8 | #define OMPI_GREEK_VERSION "" | #define OMPI_VERSION "8" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 2 | #define ORTE_RELEASE_VERSION 8 | #define ORTE_GREEK_VERSION "" | #define ORTE_VERSION "8" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 2 | #define OPAL_RELEASE_VERSION 8 | #define OPAL_GREEK_VERSION "" | #define OPAL_VERSION "8" | #define OMPI_ARCH "i386-pc-solaris2.10" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_PERUSE 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OPAL_ENABLE_IPV6 1 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OMPI_C_HAVE_BUILTIN_EXPECT 1 | #define OMPI_C_HAVE_BUILTIN_PREFETCH 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 HAVE_SSIZE_T 1 | #define HAVE_PTRDIFF_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 SIZEOF_SSIZE_T 8 | #define SIZEOF_PTRDIFF_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. */ | typedef int * int_ptr; | int foo (int_ptr restrict ip) { | return ip[0]; | } | int | main () | { | int s[1]; | int * restrict t = s; | t[0] = 0; | return foo(t) | ; | return 0; | }configure:19498: gcc -c -DNDEBUG -O2 -m64 -Werror -ansi conftest.c >&5configure:19504: $? = 0 configure:19522: result: __restrict configure:19539: checking for weak symbol supportconfigure:19570: gcc -DNDEBUG -O2 -m64 -Werror -ansi -c conftest_weak.cconfigure:19577: $? = 0configure:19587: gcc -DNDEBUG -O2 -m64 -Werror -ansi conftest.c conftest_weak.o -o conftest -O2 -m64configure:19594: $? = 0 configure:19621: result: yes configure:19919: checking for C++ compiler version configure:19926: g++ --version >&5 g++ (GCC) 4.2.2 Copyright (C) 2007 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:19929: $? = 0 configure:19936: g++ -v >&5 Using built-in specs. Target: i386-pc-solaris2.10Configured with: ./configure --prefix=/rwthfs/rz/SW/UTIL.common/gcc/ 4.2.2/x86_32-pc-solaris2.10 --enable-languages=c,c++,fortran --with- gnu-as --with-as=/usr/sfw/bin/gas --with-gmp=/rwthfs/rz/SW/ UTIL.common/gcc/gmp-4.2.2/x86_32-pc-solaris2.10 --with-mpfr=/rwthfs/ rz/SW/UTIL.common/gcc/mpfr-2.3.0/x86_32-pc-solaris2.10Thread model: posix gcc version 4.2.2 configure:19939: $? = 0 configure:19946: g++ -V >&5 g++: '-V' option must have argument configure:19949: $? = 1 configure:19952: checking whether we are using the GNU C++ compiler configure:19981: g++ -c -DNDEBUG -O2 -m64 conftest.cpp >&5 configure:19987: $? = 0 configure:20004: result: yes configure:20009: checking whether g++ accepts -g configure:20039: g++ -c -g conftest.cpp >&5 configure:20045: $? = 0 configure:20144: result: yes configure:20169: checking dependency style of g++ configure:20260: result: gcc3 configure:20280: checking how to run the C++ preprocessor configure:20316: g++ -E conftest.cpp configure:20322: $? = 0 configure:20353: g++ -E conftest.cppconftest.cpp:94:28: error: ac_nonexistent.h: No such file or directoryconfigure:20359: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.2.8" | #define PACKAGE_STRING "Open MPI 1.2.8" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 2 | #define OMPI_RELEASE_VERSION 8 | #define OMPI_GREEK_VERSION "" | #define OMPI_VERSION "8" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 2 | #define ORTE_RELEASE_VERSION 8 | #define ORTE_GREEK_VERSION "" | #define ORTE_VERSION "8" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 2 | #define OPAL_RELEASE_VERSION 8 | #define OPAL_GREEK_VERSION "" | #define OPAL_VERSION "8" | #define OMPI_ARCH "i386-pc-solaris2.10" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_PERUSE 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OPAL_ENABLE_IPV6 1 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OMPI_C_HAVE_BUILTIN_EXPECT 1 | #define OMPI_C_HAVE_BUILTIN_PREFETCH 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 HAVE_SSIZE_T 1 | #define HAVE_PTRDIFF_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 SIZEOF_SSIZE_T 8 | #define SIZEOF_PTRDIFF_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. */ | #include <ac_nonexistent.h> configure:20392: result: g++ -E configure:20421: g++ -E conftest.cpp configure:20427: $? = 0 configure:20458: g++ -E conftest.cppconftest.cpp:94:28: error: ac_nonexistent.h: No such file or directoryconfigure:20464: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.2.8" | #define PACKAGE_STRING "Open MPI 1.2.8" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 2 | #define OMPI_RELEASE_VERSION 8 | #define OMPI_GREEK_VERSION "" | #define OMPI_VERSION "8" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 2 | #define ORTE_RELEASE_VERSION 8 | #define ORTE_GREEK_VERSION "" | #define ORTE_VERSION "8" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 2 | #define OPAL_RELEASE_VERSION 8 | #define OPAL_GREEK_VERSION "" | #define OPAL_VERSION "8" | #define OMPI_ARCH "i386-pc-solaris2.10" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_PERUSE 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OPAL_ENABLE_IPV6 1 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OMPI_C_HAVE_BUILTIN_EXPECT 1 | #define OMPI_C_HAVE_BUILTIN_PREFETCH 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 HAVE_SSIZE_T 1 | #define HAVE_PTRDIFF_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 SIZEOF_SSIZE_T 8 | #define SIZEOF_PTRDIFF_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. */ | #include <ac_nonexistent.h> configure:20514: checking for the C++ compiler vendor configure:20547: g++ -c -DNDEBUG -O2 -m64 conftest.cpp >&5conftest.cpp:2:2: error: #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"conftest.cpp:3: error: 'choke' does not name a type configure:20553: $? = 1 configure: failed program was: | #if !( defined(__INTEL_COMPILER) || defined(__ICC) )| #error "condition defined(__INTEL_COMPILER) || defined(__ICC) not met"| choke me | #endif configure:20585: g++ -c -DNDEBUG -O2 -m64 conftest.cpp >&5 configure:20591: $? = 0 configure:21678: result: gnu configure:21700: checking if C++ compiler worksconfigure:21777: g++ -o conftest -DNDEBUG -O2 -m64 -O2 -m64 conftest.cpp >&5configure:21780: $? = 0 configure:21786: ./conftest configure:21789: $? = 0 configure:21811: result: yes configure:22089: checking if g++ supports -finline-functionsconfigure:22115: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest.c >&5configure:22121: $? = 0 configure:22136: result: yesconfigure:22212: WARNING: -finline-functions has been added to CXXFLAGSconfigure:22227: checking if want C++ exception handling configure:22229: result: no configure:22501: checking if C and C++ are link compatibleconfigure:22527: gcc -c -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest_c.cconfigure:22534: $? = 0configure:22575: g++ -o conftest -DNDEBUG -O2 -m64 -finline- functions -O2 -m64 conftest.cpp conftest_c.o >&5configure:22581: $? = 0 configure:22616: result: yes configure:22656: checking for C++ template_repository_directoryconfigure:22720: g++ -DNDEBUG -O2 -m64 -finline-functions -c conftest1.C configure:22730: g++ -DNDEBUG -O2 -m64 -finline-functions -c conftest2.Cconfigure:22785: result: not used configure:22807: checking for C++ compiler template parameters configure:22815: result: none needed configure:22831: checking if g++ supports __builtin_expectconfigure:22858: g++ -o conftest -DNDEBUG -O2 -m64 -finline- functions -O2 -m64 conftest.cpp >&5configure:22864: $? = 0 configure:22881: result: yes configure:22907: checking if g++ supports __builtin_prefetchconfigure:22934: g++ -o conftest -DNDEBUG -O2 -m64 -finline- functions -O2 -m64 conftest.cpp >&5configure:22940: $? = 0 configure:22957: result: yes configure:22999: checking if g++ supports const_cast<> properlyconfigure:23028: g++ -c -DNDEBUG -O2 -m64 -finline-functions conftest.cpp >&5configure:23034: $? = 0 configure:23049: result: yes configure:23143: checking for C++ optimization flags configure:23145: result: -DNDEBUG -O2 -m64 -finline-functions configure:23158: checking for boolconfigure:23188: g++ -c -DNDEBUG -O2 -m64 -finline-functions conftest.cpp >&5configure:23194: $? = 0 configure:23209: result: yes configure:23216: checking size of boolconfigure:23518: g++ -o conftest -DNDEBUG -O2 -m64 -finline- functions -O2 -m64 conftest.cpp >&5configure:23521: $? = 0 configure:23527: ./conftest configure:23530: $? = 0 configure:23553: result: 1 configure:23567: checking alignment of boolconfigure:23957: g++ -o conftest -DNDEBUG -O2 -m64 -finline- functions -O2 -m64 conftest.cpp >&5configure:23960: $? = 0 configure:23966: ./conftest configure:23969: $? = 0 configure:23991: result: 1 configure:24041: checking dependency style of gcc configure:24132: result: gcc3 configure:24149: checking for fgrep configure:24227: result: /usr/local_rwth/bin/ggrep -F configure:24240: checking if need to remove -g from CCASFLAGS configure:24254: result: no configure:24260: checking whether to enable smp locks configure:24268: result: yes configure:24286: checking if .proc/endp is neededconfigure:24303: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24306: $? = 1 conftest.s: Assembler messages: conftest.s:2: Error: unknown pseudo-op: `.proc' conftest.s:4: Error: unknown pseudo-op: `.endp' configure: failed program was: .proc mysym mysym: .endp mysym configure:24323: result: no configure:24335: checking directive for setting text section configure:24352: result: .text configure:24363: checking directive for exporting symbols configure:24375: result: .globl configure:24388: checking for objdump configure:24418: result: no configure:24423: checking if .note.GNU-stack is needed configure:24477: result: no configure:24486: checking suffix for labels configure:24494: result: : configure:24505: checking prefix for global symbol labels configure: trying _configure:24545: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24548: $? = 0configure:24553: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1configure:24556: $? = 0configure:24561: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1configure:24564: $? = 1 Undefined first referenced symbol in file gsym_test_func conftest_c.o ld: fatal: Symbol referencing errors. No output written to conftest 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() { gsym_test_func(); return 0; } configure: failed ASM program was: .text # _gsym_test_func .globl _gsym_test_func _gsym_test_func: # _gsym_test_func configure: tryingconfigure:24545: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24548: $? = 0configure:24553: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -I. conftest_c.c -c > conftest.cmpl 2>&1configure:24556: $? = 0configure:24561: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing conftest_c.o conftest.o -o conftest > conftest.link 2>&1configure:24564: $? = 0 configure:24602: result: configure:24623: checking prefix for lsym labels configure: trying Lconfigure:24643: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24646: $? = 0 ./configure: line 24652: ./conftest.o: Permission denied failed. Output from NM was: configure:24666: WARNING: could not read object file configure: trying .Lconfigure:24643: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24646: $? = 0 ./configure: line 24652: ./conftest.o: Permission denied failed. Output from NM was: configure:24666: WARNING: could not read object file configure: trying $configure:24643: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24646: $? = 0 ./configure: line 24652: ./conftest.o: Permission denied failed. Output from NM was: configure:24666: WARNING: could not read object file configure: trying L$configure:24643: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24646: $? = 0 ./configure: line 24652: ./conftest.o: Permission denied failed. Output from NM was: configure:24666: WARNING: could not read object file configure:24688: result: L configure:24699: checking prefix for function in .type configure: trying @configure:24727: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24730: $? = 0 configure:24757: result: @ configure:24769: checking if .size is neededconfigure:24783: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24786: $? = 0 configure:24803: result: yes configure:24824: checking if .align directive takes logarithmic valueconfigure:24843: gcc -DNDEBUG -O2 -m64 -finline-functions -fno- strict-aliasing -c conftest.s >conftest.out 2>&1configure:24846: $? = 0 configure: .align test address offset is configure:24869: result: no configure:25187: checking if gcc supports GCC inline assemblyconfigure:25230: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5configure:25233: $? = 0 configure:25239: ./conftest configure:25242: $? = 0 configure:25314: result: yes configure:25333: checking if gcc supports DEC inline assemblyconfigure:25360: gcc -o conftest -DNDEBUG -O2 -m64 -finline- functions -fno-strict-aliasing -O2 -m64 conftest.c >&5conftest.c:147:19: error: c_asm.h: No such file or directory configure:25366: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.2.8" | #define PACKAGE_STRING "Open MPI 1.2.8" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 2 | #define OMPI_RELEASE_VERSION 8 | #define OMPI_GREEK_VERSION "" | #define OMPI_VERSION "8" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 2 | #define ORTE_RELEASE_VERSION 8 | #define ORTE_GREEK_VERSION "" | #define ORTE_VERSION "8" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 2 | #define OPAL_RELEASE_VERSION 8 | #define OPAL_GREEK_VERSION "" | #define OPAL_VERSION "8" | #define OMPI_ARCH "i386-pc-solaris2.10" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_PERUSE 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OPAL_ENABLE_IPV6 1 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OMPI_C_HAVE_BUILTIN_EXPECT 1 | #define OMPI_C_HAVE_BUILTIN_PREFETCH 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 HAVE_SSIZE_T 1 | #define HAVE_PTRDIFF_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 SIZEOF_SSIZE_T 8 | #define SIZEOF_PTRDIFF_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 | #define OMPI_CXX "g++" | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | #define SIZEOF_BOOL 1 | #define OMPI_ALIGNMENT_CXX_BOOL 1 | #define OMPI_WANT_CXX_BINDINGS 1 | #define OMPI_WANT_SMP_LOCKS 1 | #define OMPI_ASM_TEXT ".text" | #define OMPI_ASM_GLOBAL ".globl" | #define OMPI_ASM_LABEL_SUFFIX ":" | #define OMPI_ASM_GSYM "" | #define OMPI_ASM_LSYM "L" | #define OMPI_ASM_TYPE "@" | #define OMPI_ASM_SIZE "1" | #define OMPI_ASM_ALIGN_LOG | #define OMPI_ASM_SUPPORT_64BIT 1 | #define OMPI_C_GCC_INLINE_ASSEMBLY 1 | /* end confdefs.h. */ | | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <c_asm.h> | int | main () | { | asm(""); | return 0; | ; | return 0; | } configure:25383: result: no configure:25402: checking if gcc supports XLC inline assembly configure:25412: result: no configure:25432: checking if g++ supports GCC inline assemblyconfigure:25470: g++ -o conftest -DNDEBUG -O2 -m64 -finline- functions -O2 -m64 conftest.cpp >&5configure:25473: $? = 0 configure:25479: ./conftest configure:25482: $? = 0 configure:25552: result: yes configure:25583: checking if g++ supports DEC inline assemblyconfigure:25610: g++ -o conftest -DNDEBUG -O2 -m64 -finline- functions -O2 -m64 conftest.cpp >&5conftest.cpp:150:19: error: c_asm.h: No such file or directory configure:25616: $? = 1 configure: failed program was: | /* confdefs.h. */ | #define PACKAGE_NAME "Open MPI" | #define PACKAGE_TARNAME "openmpi" | #define PACKAGE_VERSION "1.2.8" | #define PACKAGE_STRING "Open MPI 1.2.8" | #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" | #define OMPI_MAJOR_VERSION 1 | #define OMPI_MINOR_VERSION 2 | #define OMPI_RELEASE_VERSION 8 | #define OMPI_GREEK_VERSION "" | #define OMPI_VERSION "8" | #define ORTE_MAJOR_VERSION 1 | #define ORTE_MINOR_VERSION 2 | #define ORTE_RELEASE_VERSION 8 | #define ORTE_GREEK_VERSION "" | #define ORTE_VERSION "8" | #define OPAL_MAJOR_VERSION 1 | #define OPAL_MINOR_VERSION 2 | #define OPAL_RELEASE_VERSION 8 | #define OPAL_GREEK_VERSION "" | #define OPAL_VERSION "8" | #define OMPI_ARCH "i386-pc-solaris2.10" | #define OMPI_ENABLE_MEM_DEBUG 0 | #define OMPI_ENABLE_MEM_PROFILE 0 | #define OMPI_ENABLE_DEBUG 0 | #define OMPI_WANT_MPI_CXX_SEEK 1 | #define MPI_PARAM_CHECK ompi_mpi_param_check | #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 | #define OMPI_WANT_PERUSE 0 | #define OMPI_ENABLE_PTY_SUPPORT 1 | #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 | #define OPAL_ENABLE_TRACE 0 | #define OPAL_ENABLE_IPV6 1 | #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 | #define OMPI_CC "gcc" | #define STDC_HEADERS 1 | #define _GNU_SOURCE 1 | #define OMPI_C_HAVE_BUILTIN_EXPECT 1 | #define OMPI_C_HAVE_BUILTIN_PREFETCH 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 HAVE_SSIZE_T 1 | #define HAVE_PTRDIFF_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 SIZEOF_SSIZE_T 8 | #define SIZEOF_PTRDIFF_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 | #define OMPI_CXX "g++" | #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 | #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 | #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 | #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 | #define SIZEOF_BOOL 1 | #define OMPI_ALIGNMENT_CXX_BOOL 1 | #define OMPI_WANT_CXX_BINDINGS 1 | #define OMPI_WANT_SMP_LOCKS 1 | #define OMPI_ASM_TEXT ".text" | #define OMPI_ASM_GLOBAL ".globl" | #define OMPI_ASM_LABEL_SUFFIX ":" | #define OMPI_ASM_GSYM "" | #define OMPI_ASM_LSYM "L" | #define OMPI_ASM_TYPE "@" | #define OMPI_ASM_SIZE "1" | #define OMPI_ASM_ALIGN_LOG | #define OMPI_ASM_SUPPORT_64BIT 1 | #define OMPI_C_GCC_INLINE_ASSEMBLY 1 | #define OMPI_C_DEC_INLINE_ASSEMBLY 0 | #define OMPI_C_XLC_INLINE_ASSEMBLY 0 | #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1 | /* end confdefs.h. */ | | #include <stdio.h> | #ifdef HAVE_SYS_TYPES_H | # include <sys/types.h> | #endif | #ifdef HAVE_SYS_STAT_H | # include <sys/stat.h> | #endif | #ifdef STDC_HEADERS | # include <stdlib.h> | # include <stddef.h> | #else | # ifdef HAVE_STDLIB_H | # include <stdlib.h> | # endif | #endif | #ifdef HAVE_STRING_H | # if !defined STDC_HEADERS && defined HAVE_MEMORY_H | # include <memory.h> | # endif | # include <string.h> | #endif | #ifdef HAVE_STRINGS_H | # include <strings.h> | #endif | #ifdef HAVE_INTTYPES_H | # include <inttypes.h> | #endif | #ifdef HAVE_STDINT_H | # include <stdint.h> | #endif | #ifdef HAVE_UNISTD_H | # include <unistd.h> | #endif | #include <c_asm.h> | int | main () | { | asm(""); | return 0; | ; | return 0; | } configure:25633: result: no configure:25658: checking if g++ supports XLC inline assembly configure:25668: result: no configure:25699: checking for assembly format configure:25701: result: default-.text-.globl-:--L-@-1-0-1-1-0 configure:25713: checking for asssembly architecture configure:25715: result: AMD64 configure:25730: checking for perl configure:25746: found /usr/local_rwth/bin/perl configure:25757: result: perl configure:25767: checking for pre-built assembly file configure:25784: result: no (not in asm-data) configure:25792: checking whether possible to generate assembly fileconfigure:25797: perl /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/opal/asm/generate-asm.pl AMD64 default-.text-.globl-:--L-@-1-0-1-1-0 /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/opal/asm/base /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/opal/asm/generated/atomic-local.s >conftest.out 2>&1configure:25800: $? = 0 configure:25804: result: yes configure:25832: checking for atomic assembly filename configure:25839: result: atomic-local.s configure:25948: checking for gfortranconfigure:25964: found /rwthfs/rz/SW/UTIL.common/gcc/4.2/i386-pc- solaris2.10/bin/gfortranconfigure:25975: result: gfortran configure:26005: checking for Fortran 77 compiler version configure:26012: gfortran --version >&5 GNU Fortran (GCC) 4.2.2 Copyright (C) 2007 Free Software Foundation, Inc. GNU Fortran comes with NO WARRANTY, to the extent permitted by law. You may redistribute copies of GNU Fortran under the terms of the GNU General Public License. For more information about these matters, see the file named COPYING configure:26015: $? = 0 configure:26022: gfortran -v >&5 Using built-in specs. Target: i386-pc-solaris2.10Configured with: ./configure --prefix=/rwthfs/rz/SW/UTIL.common/gcc/ 4.2.2/x86_32-pc-solaris2.10 --enable-languages=c,c++,fortran --with- gnu-as --with-as=/usr/sfw/bin/gas --with-gmp=/rwthfs/rz/SW/ UTIL.common/gcc/gmp-4.2.2/x86_32-pc-solaris2.10 --with-mpfr=/rwthfs/ rz/SW/UTIL.common/gcc/mpfr-2.3.0/x86_32-pc-solaris2.10Thread model: posix gcc version 4.2.2 configure:26025: $? = 0 configure:26032: gfortran -V >&5 gfortran: '-V' option must have argument configure:26035: $? = 1configure:26043: checking whether we are using the GNU Fortran 77 compilerconfigure:26062: gfortran -c -O2 -m64 conftest.F >&5 configure:26068: $? = 0 configure:26085: result: yes configure:26091: checking whether gfortran accepts -g configure:26108: gfortran -c -g conftest.f >&5 configure:26114: $? = 0 configure:26130: result: yes configure:26185: checking if Fortran 77 compiler worksconfigure:26241: gfortran -o conftest -O2 -m64 -O2 -m64 conftest.f >&5configure:26244: $? = 0 configure:26250: ./conftest configure:26253: $? = 0 configure:26275: result: yes configure:26308: checking gfortran external symbol convention configure:26327: gfortran -O2 -m64 -c conftest.f -O2 -m64 configure:26334: $? = 0 output from : ./configure: line 26351: ./conftest.o: Permission deniedconfigure:26365: error: Could not determine Fortran naming convention.## ---------------- ## ## Cache variables. ## ## ---------------- ## ac_cv_build=i386-pc-solaris2.10 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_CCC_set= ac_cv_env_CCC_value= ac_cv_env_CC_set=set ac_cv_env_CC_value=gcc ac_cv_env_CFLAGS_set=set ac_cv_env_CFLAGS_value='-O2 -m64' 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=set ac_cv_env_CXXFLAGS_value='-O2 -m64' ac_cv_env_CXX_set=set ac_cv_env_CXX_value=g++ ac_cv_env_F77_set= ac_cv_env_F77_value= ac_cv_env_FCFLAGS_set=set ac_cv_env_FCFLAGS_value='-O2 -m64' ac_cv_env_FC_set=set ac_cv_env_FC_value=gfortran ac_cv_env_FFLAGS_set=set ac_cv_env_FFLAGS_value='-O2 -m64' ac_cv_env_LDFLAGS_set=set ac_cv_env_LDFLAGS_value='-O2 -m64' ac_cv_env_LIBS_set= ac_cv_env_LIBS_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_f77_compiler_gnu=yes ac_cv_header_inttypes_h=yes ac_cv_header_memory_h=yes ac_cv_header_stdc=yes ac_cv_header_stdint_h=yes ac_cv_header_stdlib_h=yes ac_cv_header_string_h=yes ac_cv_header_strings_h=yes ac_cv_header_sys_stat_h=yes ac_cv_header_sys_types_h=yes ac_cv_header_unistd_h=yes ac_cv_host=i386-pc-solaris2.10 ac_cv_objext=o ac_cv_path_EGREP='/usr/local_rwth/bin/ggrep -E' ac_cv_path_FGREP='/usr/local_rwth/bin/ggrep -F' ac_cv_path_GREP=/usr/local_rwth/bin/ggrep ac_cv_path_install='/usr/local_rwth/bin/ginstall -c' ac_cv_path_mkdir=/usr/local_rwth/bin/gmkdir ac_cv_prog_AWK=gawk ac_cv_prog_CPP='gcc -E' ac_cv_prog_CXXCPP='g++ -E' ac_cv_prog_PERL=perl ac_cv_prog_ac_ct_CC=gcc ac_cv_prog_ac_ct_F77=gfortran ac_cv_prog_cc_c89= ac_cv_prog_cc_g=yes ac_cv_prog_cc_gcc_c_o=yes ac_cv_prog_cxx_g=yes ac_cv_prog_f77_g=yes 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_ptrdiff_t=8 ac_cv_sizeof_short=2 ac_cv_sizeof_size_t=8 ac_cv_sizeof_ssize_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_int16_t=yes ac_cv_type_int32_t=yes ac_cv_type_int64_t=yes ac_cv_type_int8_t=yes ac_cv_type_int=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_ptrdiff_t=yes ac_cv_type_short=yes ac_cv_type_size_t=yes ac_cv_type_ssize_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_CCAS_dependencies_compiler_type=gcc3 am_cv_CC_dependencies_compiler_type=gcc3 am_cv_CXX_dependencies_compiler_type=gcc3 ompi_cv_Cpp_works=yes ompi_cv_Fortran_77_works=yes ompi_cv_asm_align_log=no ompi_cv_asm_arch=AMD64 ompi_cv_asm_endproc='#' ompi_cv_asm_file=atomic-local.s ompi_cv_asm_format=default-.text-.globl-:--L-@-1-0-1-1-0 ompi_cv_asm_global=.globl ompi_cv_asm_gnu_stack=0 ompi_cv_asm_gnu_stack_result=no ompi_cv_asm_gsym= ompi_cv_asm_label_suffix=: ompi_cv_asm_lsym=L ompi_cv_asm_need_proc=no ompi_cv_asm_need_size=yes ompi_cv_asm_proc='#' 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_compiler_vendor=gnu ompi_cv_c_link_Cpp=yes ompi_cv_c_weak_symbols=yes ompi_cv_cc_finline_functions=yes ompi_cv_cc_fno_strict_aliasing=yes ompi_cv_cc_supports___builtin_expect=yes ompi_cv_cc_supports___builtin_prefetch=yes ompi_cv_cxx_compiler_vendor=gnu ompi_cv_cxx_finline_functions=yes ompi_cv_cxx_supports_2d_const_cast=yes ompi_cv_cxx_supports___builtin_expect=yes ompi_cv_cxx_supports___builtin_prefetch=yes ompi_cv_cxx_template_repository='not used' ## ----------------- ## ## Output variables. ## ## ----------------- ##ACLOCAL='${SHELL} /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/config/missing --run aclocal-1.10'AMDEPBACKSLASH='\' AMDEP_FALSE='#' AMDEP_TRUE=''AMTAR='${SHELL} /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/config/missing --run tar' AUTOCONF='${SHELL} /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/config/missing --run autoconf' AUTOHEADER='${SHELL} /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/config/missing --run autoheader' AUTOMAKE='${SHELL} /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/config/missing --run automake-1.10'AWK='gawk' CASE_SENSITIVE_FS_FALSE='' CASE_SENSITIVE_FS_TRUE='' CC='gcc' CCAS='gcc' CCASDEPMODE='depmode=gcc3' CCASFLAGS='-DNDEBUG -O2 -m64 -finline-functions -fno-strict-aliasing' CCDEPMODE='depmode=gcc3' CFLAGS='-DNDEBUG -O2 -m64 -finline-functions -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='-DNDEBUG -O2 -m64 -finline-functions' CYGPATH_W='echo' DEFS='' DEPDIR='.deps' ECHO_C='' ECHO_N='-n' ECHO_T='' EGREP='/usr/local_rwth/bin/ggrep -E' EXEEXT='' F77='gfortran' FC='gfortran' FCFLAGS='-O2 -m64' FCFLAGS_f90='' FCFLAGS_f='' FFLAGS='-O2 -m64' FGREP='/usr/local_rwth/bin/ggrep -F' GREP='/usr/local_rwth/bin/ggrep' INSTALL_DATA='${INSTALL} -m 644' INSTALL_PROGRAM='${INSTALL}' INSTALL_SCRIPT='${INSTALL}' INSTALL_STRIP_PROGRAM='$(install_sh) -c -s' LDFLAGS='-O2 -m64' LEX='' LEXLIB='' LEX_OUTPUT_ROOT='' LIBLTDL='' LIBLTDL_LTLIB='' LIBLTDL_SUBDIR='' LIBOBJS='' LIBS='' LN_S='' LTDLINCL='' LTLIBOBJS=''MAKEINFO='${SHELL} /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/config/missing --run makeinfo'MCA_PROJECT_SUBDIRS='' MCA_allocator_ALL_COMPONENTS='' MCA_allocator_ALL_SUBDIRS='' MCA_allocator_DSO_COMPONENTS='' MCA_allocator_DSO_SUBDIRS='' MCA_allocator_STATIC_COMPONENTS='' MCA_allocator_STATIC_LTLIBS='' MCA_allocator_STATIC_SUBDIRS='' MCA_backtrace_ALL_COMPONENTS='' MCA_backtrace_ALL_SUBDIRS='' MCA_backtrace_DSO_COMPONENTS='' MCA_backtrace_DSO_SUBDIRS='' MCA_backtrace_STATIC_COMPONENTS='' MCA_backtrace_STATIC_LTLIBS='' MCA_backtrace_STATIC_SUBDIRS='' MCA_bml_ALL_COMPONENTS='' MCA_bml_ALL_SUBDIRS='' MCA_bml_DSO_COMPONENTS='' MCA_bml_DSO_SUBDIRS='' MCA_bml_STATIC_COMPONENTS='' MCA_bml_STATIC_LTLIBS='' MCA_bml_STATIC_SUBDIRS='' MCA_btl_ALL_COMPONENTS='' MCA_btl_ALL_SUBDIRS='' MCA_btl_DSO_COMPONENTS='' MCA_btl_DSO_SUBDIRS='' MCA_btl_STATIC_COMPONENTS='' MCA_btl_STATIC_LTLIBS='' MCA_btl_STATIC_SUBDIRS='' MCA_coll_ALL_COMPONENTS='' MCA_coll_ALL_SUBDIRS='' MCA_coll_DSO_COMPONENTS='' MCA_coll_DSO_SUBDIRS='' MCA_coll_STATIC_COMPONENTS='' MCA_coll_STATIC_LTLIBS='' MCA_coll_STATIC_SUBDIRS='' MCA_common_ALL_COMPONENTS='' MCA_common_ALL_SUBDIRS='' MCA_common_DSO_COMPONENTS='' MCA_common_DSO_SUBDIRS='' MCA_common_STATIC_COMPONENTS='' MCA_common_STATIC_LTLIBS='' MCA_common_STATIC_SUBDIRS='' MCA_errmgr_ALL_COMPONENTS='' MCA_errmgr_ALL_SUBDIRS='' MCA_errmgr_DSO_COMPONENTS='' MCA_errmgr_DSO_SUBDIRS='' MCA_errmgr_STATIC_COMPONENTS='' MCA_errmgr_STATIC_LTLIBS='' MCA_errmgr_STATIC_SUBDIRS='' MCA_gpr_ALL_COMPONENTS='' MCA_gpr_ALL_SUBDIRS='' MCA_gpr_DSO_COMPONENTS='' MCA_gpr_DSO_SUBDIRS='' MCA_gpr_STATIC_COMPONENTS='' MCA_gpr_STATIC_LTLIBS='' MCA_gpr_STATIC_SUBDIRS='' MCA_installdirs_ALL_COMPONENTS='' MCA_installdirs_ALL_SUBDIRS='' MCA_installdirs_DSO_COMPONENTS='' MCA_installdirs_DSO_SUBDIRS='' MCA_installdirs_STATIC_COMPONENTS='' MCA_installdirs_STATIC_LTLIBS='' MCA_installdirs_STATIC_SUBDIRS='' MCA_io_ALL_COMPONENTS='' MCA_io_ALL_SUBDIRS='' MCA_io_DSO_COMPONENTS='' MCA_io_DSO_SUBDIRS='' MCA_io_STATIC_COMPONENTS='' MCA_io_STATIC_LTLIBS='' MCA_io_STATIC_SUBDIRS='' MCA_io_romio_SHOULD_BUILD_FALSE='' MCA_io_romio_SHOULD_BUILD_TRUE='' MCA_iof_ALL_COMPONENTS='' MCA_iof_ALL_SUBDIRS='' MCA_iof_DSO_COMPONENTS='' MCA_iof_DSO_SUBDIRS='' MCA_iof_STATIC_COMPONENTS='' MCA_iof_STATIC_LTLIBS='' MCA_iof_STATIC_SUBDIRS='' MCA_maffinity_ALL_COMPONENTS='' MCA_maffinity_ALL_SUBDIRS='' MCA_maffinity_DSO_COMPONENTS='' MCA_maffinity_DSO_SUBDIRS='' MCA_maffinity_STATIC_COMPONENTS='' MCA_maffinity_STATIC_LTLIBS='' MCA_maffinity_STATIC_SUBDIRS='' MCA_memcpy_ALL_COMPONENTS='' MCA_memcpy_ALL_SUBDIRS='' MCA_memcpy_DSO_COMPONENTS='' MCA_memcpy_DSO_SUBDIRS='' MCA_memcpy_STATIC_COMPONENTS='' MCA_memcpy_STATIC_LTLIBS='' MCA_memcpy_STATIC_SUBDIRS='' MCA_memory_ALL_COMPONENTS='' MCA_memory_ALL_SUBDIRS='' MCA_memory_DSO_COMPONENTS='' MCA_memory_DSO_SUBDIRS='' MCA_memory_STATIC_COMPONENTS='' MCA_memory_STATIC_LTLIBS='' MCA_memory_STATIC_SUBDIRS='' MCA_mpool_ALL_COMPONENTS='' MCA_mpool_ALL_SUBDIRS='' MCA_mpool_DSO_COMPONENTS='' MCA_mpool_DSO_SUBDIRS='' MCA_mpool_STATIC_COMPONENTS='' MCA_mpool_STATIC_LTLIBS='' MCA_mpool_STATIC_SUBDIRS='' MCA_mtl_ALL_COMPONENTS='' MCA_mtl_ALL_SUBDIRS='' MCA_mtl_DIRECT_CALL_HEADER='' MCA_mtl_DSO_COMPONENTS='' MCA_mtl_DSO_SUBDIRS='' MCA_mtl_STATIC_COMPONENTS='' MCA_mtl_STATIC_LTLIBS='' MCA_mtl_STATIC_SUBDIRS='' MCA_ns_ALL_COMPONENTS='' MCA_ns_ALL_SUBDIRS='' MCA_ns_DSO_COMPONENTS='' MCA_ns_DSO_SUBDIRS='' MCA_ns_STATIC_COMPONENTS='' MCA_ns_STATIC_LTLIBS='' MCA_ns_STATIC_SUBDIRS='' MCA_odls_ALL_COMPONENTS='' MCA_odls_ALL_SUBDIRS='' MCA_odls_DSO_COMPONENTS='' MCA_odls_DSO_SUBDIRS='' MCA_odls_STATIC_COMPONENTS='' MCA_odls_STATIC_LTLIBS='' MCA_odls_STATIC_SUBDIRS='' MCA_ompi_FRAMEWORKS='' MCA_ompi_FRAMEWORKS_SUBDIRS='' MCA_ompi_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_ompi_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_ompi_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_ompi_FRAMEWORK_LIBS='' MCA_oob_ALL_COMPONENTS='' MCA_oob_ALL_SUBDIRS='' MCA_oob_DSO_COMPONENTS='' MCA_oob_DSO_SUBDIRS='' MCA_oob_STATIC_COMPONENTS='' MCA_oob_STATIC_LTLIBS='' MCA_oob_STATIC_SUBDIRS='' MCA_opal_FRAMEWORKS='' MCA_opal_FRAMEWORKS_SUBDIRS='' MCA_opal_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_opal_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_opal_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_opal_FRAMEWORK_LIBS='' MCA_orte_FRAMEWORKS='' MCA_orte_FRAMEWORKS_SUBDIRS='' MCA_orte_FRAMEWORK_COMPONENT_ALL_SUBDIRS='' MCA_orte_FRAMEWORK_COMPONENT_DSO_SUBDIRS='' MCA_orte_FRAMEWORK_COMPONENT_STATIC_SUBDIRS='' MCA_orte_FRAMEWORK_LIBS='' MCA_osc_ALL_COMPONENTS='' MCA_osc_ALL_SUBDIRS='' MCA_osc_DSO_COMPONENTS='' MCA_osc_DSO_SUBDIRS='' MCA_osc_STATIC_COMPONENTS='' MCA_osc_STATIC_LTLIBS='' MCA_osc_STATIC_SUBDIRS='' MCA_paffinity_ALL_COMPONENTS='' MCA_paffinity_ALL_SUBDIRS='' MCA_paffinity_DSO_COMPONENTS='' MCA_paffinity_DSO_SUBDIRS='' MCA_paffinity_STATIC_COMPONENTS='' MCA_paffinity_STATIC_LTLIBS='' MCA_paffinity_STATIC_SUBDIRS='' MCA_pls_ALL_COMPONENTS='' MCA_pls_ALL_SUBDIRS='' MCA_pls_DSO_COMPONENTS='' MCA_pls_DSO_SUBDIRS='' MCA_pls_STATIC_COMPONENTS='' MCA_pls_STATIC_LTLIBS='' MCA_pls_STATIC_SUBDIRS='' MCA_pml_ALL_COMPONENTS='' MCA_pml_ALL_SUBDIRS='' MCA_pml_DIRECT_CALL_HEADER='' MCA_pml_DSO_COMPONENTS='' MCA_pml_DSO_SUBDIRS='' MCA_pml_STATIC_COMPONENTS='' MCA_pml_STATIC_LTLIBS='' MCA_pml_STATIC_SUBDIRS='' MCA_ras_ALL_COMPONENTS='' MCA_ras_ALL_SUBDIRS='' MCA_ras_DSO_COMPONENTS='' MCA_ras_DSO_SUBDIRS='' MCA_ras_STATIC_COMPONENTS='' MCA_ras_STATIC_LTLIBS='' MCA_ras_STATIC_SUBDIRS='' MCA_rcache_ALL_COMPONENTS='' MCA_rcache_ALL_SUBDIRS='' MCA_rcache_DSO_COMPONENTS='' MCA_rcache_DSO_SUBDIRS='' MCA_rcache_STATIC_COMPONENTS='' MCA_rcache_STATIC_LTLIBS='' MCA_rcache_STATIC_SUBDIRS='' MCA_rds_ALL_COMPONENTS='' MCA_rds_ALL_SUBDIRS='' MCA_rds_DSO_COMPONENTS='' MCA_rds_DSO_SUBDIRS='' MCA_rds_STATIC_COMPONENTS='' MCA_rds_STATIC_LTLIBS='' MCA_rds_STATIC_SUBDIRS='' MCA_rmaps_ALL_COMPONENTS='' MCA_rmaps_ALL_SUBDIRS='' MCA_rmaps_DSO_COMPONENTS='' MCA_rmaps_DSO_SUBDIRS='' MCA_rmaps_STATIC_COMPONENTS='' MCA_rmaps_STATIC_LTLIBS='' MCA_rmaps_STATIC_SUBDIRS='' MCA_rmgr_ALL_COMPONENTS='' MCA_rmgr_ALL_SUBDIRS='' MCA_rmgr_DSO_COMPONENTS='' MCA_rmgr_DSO_SUBDIRS='' MCA_rmgr_STATIC_COMPONENTS='' MCA_rmgr_STATIC_LTLIBS='' MCA_rmgr_STATIC_SUBDIRS='' MCA_rml_ALL_COMPONENTS='' MCA_rml_ALL_SUBDIRS='' MCA_rml_DSO_COMPONENTS='' MCA_rml_DSO_SUBDIRS='' MCA_rml_STATIC_COMPONENTS='' MCA_rml_STATIC_LTLIBS='' MCA_rml_STATIC_SUBDIRS='' MCA_schema_ALL_COMPONENTS='' MCA_schema_ALL_SUBDIRS='' MCA_schema_DSO_COMPONENTS='' MCA_schema_DSO_SUBDIRS='' MCA_schema_STATIC_COMPONENTS='' MCA_schema_STATIC_LTLIBS='' MCA_schema_STATIC_SUBDIRS='' MCA_sds_ALL_COMPONENTS='' MCA_sds_ALL_SUBDIRS='' MCA_sds_DSO_COMPONENTS='' MCA_sds_DSO_SUBDIRS='' MCA_sds_STATIC_COMPONENTS='' MCA_sds_STATIC_LTLIBS='' MCA_sds_STATIC_SUBDIRS='' MCA_smr_ALL_COMPONENTS='' MCA_smr_ALL_SUBDIRS='' MCA_smr_DSO_COMPONENTS='' MCA_smr_DSO_SUBDIRS='' MCA_smr_STATIC_COMPONENTS='' MCA_smr_STATIC_LTLIBS='' MCA_smr_STATIC_SUBDIRS='' MCA_timer_ALL_COMPONENTS='' MCA_timer_ALL_SUBDIRS='' MCA_timer_DSO_COMPONENTS='' MCA_timer_DSO_SUBDIRS='' MCA_timer_STATIC_COMPONENTS='' MCA_timer_STATIC_LTLIBS='' MCA_timer_STATIC_SUBDIRS='' MCA_topo_ALL_COMPONENTS='' MCA_topo_ALL_SUBDIRS='' MCA_topo_DSO_COMPONENTS='' MCA_topo_DSO_SUBDIRS='' MCA_topo_STATIC_COMPONENTS='' MCA_topo_STATIC_LTLIBS='' MCA_topo_STATIC_SUBDIRS='' MPIF_H_PMPI_W_FUNCS=', PMPI_WTICK, PMPI_WTIME' OBJC='' OBJCDEPMODE='' OBJCFLAGS='' OBJDUMP='' OBJEXT='o' OMPI_ASM_FILE='atomic-local.s' OMPI_ASM_GSYM='' OMPI_ASM_LSYM='L' OMPI_ASM_SUPPORT_64BIT='1' OMPI_ASM_TEXT='.text' OMPI_ASM_TYPE='@' OMPI_ASSEMBLY_ARCH='AMD64' OMPI_ASSEMBLY_FORMAT='default-.text-.globl-:--L-@-1-0-1-1-0' OMPI_AS_GLOBAL='' OMPI_AS_LABEL_SUFFIX='' 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_backtrace_darwin_DSO_FALSE='' OMPI_BUILD_backtrace_darwin_DSO_TRUE='' OMPI_BUILD_backtrace_execinfo_DSO_FALSE='' OMPI_BUILD_backtrace_execinfo_DSO_TRUE='' OMPI_BUILD_backtrace_none_DSO_FALSE='' OMPI_BUILD_backtrace_none_DSO_TRUE='' OMPI_BUILD_backtrace_printstack_DSO_FALSE='' OMPI_BUILD_backtrace_printstack_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_btl_udapl_DSO_FALSE='' OMPI_BUILD_btl_udapl_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_coll_sm_DSO_FALSE='' OMPI_BUILD_coll_sm_DSO_TRUE='' OMPI_BUILD_coll_tuned_DSO_FALSE='' OMPI_BUILD_coll_tuned_DSO_TRUE='' OMPI_BUILD_common_mx_DSO_FALSE='' OMPI_BUILD_common_mx_DSO_TRUE='' OMPI_BUILD_common_portals_DSO_FALSE='' OMPI_BUILD_common_portals_DSO_TRUE='' OMPI_BUILD_common_sm_DSO_FALSE='' OMPI_BUILD_common_sm_DSO_TRUE='' OMPI_BUILD_errmgr_bproc_DSO_FALSE='' OMPI_BUILD_errmgr_bproc_DSO_TRUE='' OMPI_BUILD_errmgr_hnp_DSO_FALSE='' OMPI_BUILD_errmgr_hnp_DSO_TRUE='' OMPI_BUILD_errmgr_orted_DSO_FALSE='' OMPI_BUILD_errmgr_orted_DSO_TRUE='' OMPI_BUILD_errmgr_proxy_DSO_FALSE='' OMPI_BUILD_errmgr_proxy_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_installdirs_config_DSO_FALSE='' OMPI_BUILD_installdirs_config_DSO_TRUE='' OMPI_BUILD_installdirs_env_DSO_FALSE='' OMPI_BUILD_installdirs_env_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_maffinity_libnuma_DSO_FALSE='' OMPI_BUILD_maffinity_libnuma_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_ptmalloc2_DSO_FALSE='' OMPI_BUILD_memory_ptmalloc2_DSO_TRUE='' OMPI_BUILD_mpool_rdma_DSO_FALSE='' OMPI_BUILD_mpool_rdma_DSO_TRUE='' OMPI_BUILD_mpool_sm_DSO_FALSE='' OMPI_BUILD_mpool_sm_DSO_TRUE='' OMPI_BUILD_mtl_mx_DSO_FALSE='' OMPI_BUILD_mtl_mx_DSO_TRUE='' OMPI_BUILD_mtl_portals_DSO_FALSE='' OMPI_BUILD_mtl_portals_DSO_TRUE='' OMPI_BUILD_mtl_psm_DSO_FALSE='' OMPI_BUILD_mtl_psm_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_odls_bproc_DSO_FALSE='' OMPI_BUILD_odls_bproc_DSO_TRUE='' OMPI_BUILD_odls_default_DSO_FALSE='' OMPI_BUILD_odls_default_DSO_TRUE='' OMPI_BUILD_oob_tcp_DSO_FALSE='' OMPI_BUILD_oob_tcp_DSO_TRUE='' OMPI_BUILD_osc_pt2pt_DSO_FALSE='' OMPI_BUILD_osc_pt2pt_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_paffinity_windows_DSO_FALSE='' OMPI_BUILD_paffinity_windows_DSO_TRUE='' OMPI_BUILD_pls_bproc_DSO_FALSE='' OMPI_BUILD_pls_bproc_DSO_TRUE='' OMPI_BUILD_pls_cnos_DSO_FALSE='' OMPI_BUILD_pls_cnos_DSO_TRUE='' OMPI_BUILD_pls_gridengine_DSO_FALSE='' OMPI_BUILD_pls_gridengine_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_cm_DSO_FALSE='' OMPI_BUILD_pml_cm_DSO_TRUE='' OMPI_BUILD_pml_ob1_DSO_FALSE='' OMPI_BUILD_pml_ob1_DSO_TRUE='' OMPI_BUILD_ras_bjs_DSO_FALSE='' OMPI_BUILD_ras_bjs_DSO_TRUE='' OMPI_BUILD_ras_dash_host_DSO_FALSE='' OMPI_BUILD_ras_dash_host_DSO_TRUE='' OMPI_BUILD_ras_gridengine_DSO_FALSE='' OMPI_BUILD_ras_gridengine_DSO_TRUE='' OMPI_BUILD_ras_loadleveler_DSO_FALSE='' OMPI_BUILD_ras_loadleveler_DSO_TRUE='' OMPI_BUILD_ras_localhost_DSO_FALSE='' OMPI_BUILD_ras_localhost_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_vma_DSO_FALSE='' OMPI_BUILD_rcache_vma_DSO_TRUE='' OMPI_BUILD_rds_hostfile_DSO_FALSE='' OMPI_BUILD_rds_hostfile_DSO_TRUE='' OMPI_BUILD_rds_proxy_DSO_FALSE='' OMPI_BUILD_rds_proxy_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_cnos_DSO_FALSE='' OMPI_BUILD_rmgr_cnos_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_smr_bproc_DSO_FALSE='' OMPI_BUILD_smr_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_timer_windows_DSO_FALSE='' OMPI_BUILD_timer_windows_DSO_TRUE='' OMPI_BUILD_topo_unity_DSO_FALSE='' OMPI_BUILD_topo_unity_DSO_TRUE=''OMPI_CC_ABSOLUTE='/rwthfs/rz/SW/UTIL.common/gcc/4.2/i386-pc- solaris2.10/bin/gcc'OMPI_CONFIGURE_DATE='Fri Oct 17 17:36:38 MEST 2008' OMPI_CONFIGURE_HOST='sunoc63.rz.RWTH-Aachen.DE' OMPI_CONFIGURE_USER='pk224850'OMPI_CXX_ABSOLUTE='/rwthfs/rz/SW/UTIL.common/gcc/4.2/i386-pc- solaris2.10/bin/g++' OMPI_F77_ABSOLUTE='/rwthfs/rz/SW/UTIL.common/gcc/4.2/i386-pc- solaris2.10/bin/gfortran'OMPI_F90_ABSOLUTE='' OMPI_F90_BUILD_SIZE='small' OMPI_F90_CKINDS='' OMPI_F90_EXTRA_SHARED_LIBRARY_FLAGS='' OMPI_F90_IKINDS='' OMPI_F90_RKINDS='' OMPI_FC_MODULE_FLAG='' OMPI_FORTRAN_MAX_ARRAY_RANK='4' OMPI_GREEK_VERSION='' 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_INSTALL_BINARIES_FALSE='#' OMPI_INSTALL_BINARIES_TRUE='' OMPI_LIBEVENT_SOURCES='' OMPI_MAJOR_VERSION='1' OMPI_MINOR_VERSION='2' OMPI_MPI_ADDRESS_KIND='' OMPI_MPI_INTEGER_KIND='' OMPI_MPI_OFFSET_KIND='' OMPI_NEED_WINDOWS_REPLACEMENTS_FALSE='' OMPI_NEED_WINDOWS_REPLACEMENTS_TRUE='#' OMPI_RELEASE_VERSION='8' OMPI_SIZEOF_F90_COMPLEX16='' OMPI_SIZEOF_F90_COMPLEX32='' OMPI_SIZEOF_F90_COMPLEX8='' OMPI_SIZEOF_F90_COMPLEX='' OMPI_SIZEOF_F90_DOUBLE_COMPLEX='' OMPI_SIZEOF_F90_DOUBLE_PRECISION='' OMPI_SIZEOF_F90_INTEGER16='' OMPI_SIZEOF_F90_INTEGER1='' OMPI_SIZEOF_F90_INTEGER2='' OMPI_SIZEOF_F90_INTEGER4='' OMPI_SIZEOF_F90_INTEGER8='' OMPI_SIZEOF_F90_INTEGER='' OMPI_SIZEOF_F90_LOGICAL='' OMPI_SIZEOF_F90_REAL16='' OMPI_SIZEOF_F90_REAL4='' OMPI_SIZEOF_F90_REAL8='' OMPI_SIZEOF_F90_REAL='' OMPI_SVN_R='r19718'OMPI_TOP_BUILDDIR='/tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc' OMPI_TOP_SRCDIR='/tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc'OMPI_VERSION='1.2.8' OMPI_WANT_BUILD_F90_LARGE_FALSE='' OMPI_WANT_BUILD_F90_LARGE_TRUE='#' OMPI_WANT_BUILD_F90_MEDIUM_FALSE='' OMPI_WANT_BUILD_F90_MEDIUM_TRUE='#' OMPI_WANT_BUILD_F90_SMALL_FALSE='#' OMPI_WANT_BUILD_F90_SMALL_TRUE='' OMPI_WANT_BUILD_F90_TRIVIAL_FALSE='' OMPI_WANT_BUILD_F90_TRIVIAL_TRUE='#' OMPI_WANT_F77_BINDINGS_FALSE='' OMPI_WANT_F77_BINDINGS_TRUE='' OMPI_WANT_F90_BINDINGS_FALSE='' OMPI_WANT_F90_BINDINGS_TRUE='' OMPI_WANT_SVN='0' OMPI_WRAPPER_CXX_LIB='' OMPI_WRAPPER_CXX_REQUIRED_FILE='' OMPI_WRAPPER_EXTRA_CFLAGS='' OMPI_WRAPPER_EXTRA_CPPFLAGS='' OMPI_WRAPPER_EXTRA_CXXFLAGS='' OMPI_WRAPPER_EXTRA_FCFLAGS='' OMPI_WRAPPER_EXTRA_FFLAGS='' OMPI_WRAPPER_EXTRA_INCLUDES='' OMPI_WRAPPER_EXTRA_LDFLAGS='' OMPI_WRAPPER_EXTRA_LIBS='' OMPI_WRAPPER_F77_REQUIRED_FILE='' OMPI_WRAPPER_F90_REQUIRED_FILE='' OPAL_BINDIR='' OPAL_DATADIR='' OPAL_DATAROOTDIR='' OPAL_EXEC_PREFIX='' OPAL_GREEK_VERSION='' OPAL_INCLUDEDIR='' OPAL_INFODIR='' OPAL_LIBDIR='' OPAL_LIBEXECDIR='' OPAL_LOCALSTATEDIR='' OPAL_LTDL_CPPFLAGS='' OPAL_MAJOR_VERSION='1' OPAL_MANDIR='' OPAL_MINOR_VERSION='2' OPAL_PREFIX='' OPAL_RELEASE_VERSION='8' OPAL_SBINDIR='' OPAL_SHAREDSTATEDIR='' OPAL_SVN_R='r19718' OPAL_SYSCONFDIR='' OPAL_VERSION='1.2.8' OPAL_WANT_SVN='0' OPAL_WRAPPER_EXTRA_CFLAGS='' OPAL_WRAPPER_EXTRA_CPPFLAGS='' OPAL_WRAPPER_EXTRA_CXXFLAGS='' OPAL_WRAPPER_EXTRA_INCLUDES='' OPAL_WRAPPER_EXTRA_LDFLAGS='' OPAL_WRAPPER_EXTRA_LIBS='' ORTE_GREEK_VERSION='' ORTE_MAJOR_VERSION='1' ORTE_MINOR_VERSION='2' ORTE_RELEASE_VERSION='8' ORTE_SVN_R='r19718' ORTE_VERSION='1.2.8' ORTE_WANT_SVN='0' ORTE_WRAPPER_EXTRA_CFLAGS='' ORTE_WRAPPER_EXTRA_CPPFLAGS='' ORTE_WRAPPER_EXTRA_CXXFLAGS='' ORTE_WRAPPER_EXTRA_INCLUDES='' ORTE_WRAPPER_EXTRA_LDFLAGS='' ORTE_WRAPPER_EXTRA_LIBS='' PACKAGE='openmpi' PACKAGE_BUGREPORT='http://www.open-mpi.org/community/help/' PACKAGE_NAME='Open MPI' PACKAGE_STRING='Open MPI 1.2.8' PACKAGE_TARNAME='openmpi' PACKAGE_VERSION='1.2.8' PATH_SEPARATOR=':' PERL='perl' SET_MAKE='' SHELL='/bin/bash' STRIP='' TOTALVIEW_DEBUG_FLAGS='' VERSION='1.2.8' 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_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_PERUSE_FALSE='' WANT_PERUSE_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_CC='gcc' ac_ct_CXX='' ac_ct_F77='gfortran' ac_ct_FC='' ac_ct_OBJC='' ac_prefix_program='' am__fastdepCCAS_FALSE='#' am__fastdepCCAS_TRUE='' am__fastdepCC_FALSE='#' am__fastdepCC_TRUE='' am__fastdepCXX_FALSE='#' am__fastdepCXX_TRUE='' am__fastdepOBJC_FALSE='' am__fastdepOBJC_TRUE='' am__include='include' am__isrc='' am__leading_dot='.' am__quote='' am__tar='${AMTAR} chof - "$$tardir"' am__untar='${AMTAR} xf -' backtrace_darwin_CFLAGS='' 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='' btl_udapl_CFLAGS='' btl_udapl_CPPFLAGS='' btl_udapl_LDFLAGS='' btl_udapl_LIBS='' build='i386-pc-solaris2.10' build_alias='' build_cpu='i386' build_os='solaris2.10' build_vendor='pc' common_mx_CFLAGS='' common_mx_CPPFLAGS='' common_mx_LDFLAGS='' common_mx_LIBS='' common_portals_CPPFLAGS='' common_portals_LDFLAGS='' common_portals_LIBS='' datadir='${datarootdir}' datarootdir='${prefix}/share' docdir='${datarootdir}/doc/${PACKAGE_TARNAME}' dvidir='${docdir}' errmgr_bproc_CPPFLAGS='' errmgr_bproc_LDFLAGS='' errmgr_bproc_LIBS='' exec_prefix='NONE' host='i386-pc-solaris2.10' host_alias='' host_cpu='i386' host_os='solaris2.10' host_vendor='pc' htmldir='${docdir}' includedir='${prefix}/include' infodir='${datarootdir}/info'install_sh='$(SHELL) /tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc/config/install-sh'libdir='${exec_prefix}/lib' libexecdir='${exec_prefix}/libexec' localedir='${datarootdir}/locale' localstatedir='${prefix}/var' maffinity_libnuma_CPPFLAGS='' maffinity_libnuma_LDFLAGS='' maffinity_libnuma_LIBS='' mandir='${datarootdir}/man' memory_malloc_hooks_LIBS='' memory_ptmalloc2_LIBS='' mkdir_p='/usr/local_rwth/bin/gmkdir -p' mtl_mx_CFLAGS='' mtl_mx_CPPFLAGS='' mtl_mx_LDFLAGS='' mtl_mx_LIBS='' mtl_portals_CPPFLAGS='' mtl_portals_LDFLAGS='' mtl_portals_LIBS='' mtl_psm_CFLAGS='' mtl_psm_CPPFLAGS='' mtl_psm_LDFLAGS='' mtl_psm_LIBS='' odls_bproc_CPPFLAGS='' odls_bproc_LDFLAGS='' odls_bproc_LIBS='' oldincludedir='/usr/include' pdfdir='${docdir}' pls_bproc_CPPFLAGS='' pls_bproc_LDFLAGS='' pls_bproc_LIBS='' pls_slurm_CPPFLAGS='' pls_slurm_LDFLAGS='' pls_slurm_LIBS='' pls_tm_CPPFLAGS='' pls_tm_LDFLAGS='' pls_tm_LIBS='' pls_xgrid_LDFLAGS='' pls_xgrid_OBJCFLAGS='' prefix='/rwthfs/rz/SW/MPI/openmpi-1.2.8/solx8664/gcc' program_transform_name='s,x,x,' psdir='${docdir}' ras_bjs_CPPFLAGS='' ras_bjs_LDFLAGS='' ras_bjs_LIBS='' ras_loadleveler_CPPFLAGS='' ras_loadleveler_LDFLAGS='' ras_loadleveler_LIBS='' ras_lsf_bproc_CPPFLAGS='' ras_lsf_bproc_LDFLAGS='' ras_lsf_bproc_LIBS='' ras_slurm_CPPFLAGS='' ras_slurm_LDFLAGS='' ras_slurm_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='' sds_slurm_CPPFLAGS='' sds_slurm_LDFLAGS='' sds_slurm_LIBS='' sharedstatedir='${prefix}/com' smr_bproc_CPPFLAGS='' smr_bproc_LDFLAGS='' smr_bproc_LIBS='' sysconfdir='${prefix}/etc' target_alias='' timer_aix_LIBS=''top_ompi_builddir='/tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc' top_ompi_srcdir='/tmp/pk224850/15021@sunoc63/ openmpi-1.2.8_SolX86_gcc'## ----------- ## ## confdefs.h. ## ## ----------- ## #define PACKAGE_NAME "Open MPI" #define PACKAGE_TARNAME "openmpi" #define PACKAGE_VERSION "1.2.8" #define PACKAGE_STRING "Open MPI 1.2.8" #define PACKAGE_BUGREPORT "http://www.open-mpi.org/community/help/" #define OMPI_MAJOR_VERSION 1 #define OMPI_MINOR_VERSION 2 #define OMPI_RELEASE_VERSION 8 #define OMPI_GREEK_VERSION "" #define OMPI_VERSION "8" #define ORTE_MAJOR_VERSION 1 #define ORTE_MINOR_VERSION 2 #define ORTE_RELEASE_VERSION 8 #define ORTE_GREEK_VERSION "" #define ORTE_VERSION "8" #define OPAL_MAJOR_VERSION 1 #define OPAL_MINOR_VERSION 2 #define OPAL_RELEASE_VERSION 8 #define OPAL_GREEK_VERSION "" #define OPAL_VERSION "8" #define OMPI_ARCH "i386-pc-solaris2.10" #define OMPI_ENABLE_MEM_DEBUG 0 #define OMPI_ENABLE_MEM_PROFILE 0 #define OMPI_ENABLE_DEBUG 0 #define OMPI_WANT_MPI_CXX_SEEK 1 #define MPI_PARAM_CHECK ompi_mpi_param_check #define OMPI_WANT_PRETTY_PRINT_STACKTRACE 1 #define OMPI_WANT_PERUSE 0 #define OMPI_ENABLE_PTY_SUPPORT 1 #define OMPI_ENABLE_HETEROGENEOUS_SUPPORT 1 #define OPAL_ENABLE_TRACE 0 #define OPAL_ENABLE_IPV6 1 #define ORTE_WANT_ORTERUN_PREFIX_BY_DEFAULT 0 #define OMPI_CC "gcc" #define STDC_HEADERS 1 #define _GNU_SOURCE 1 #define OMPI_C_HAVE_BUILTIN_EXPECT 1 #define OMPI_C_HAVE_BUILTIN_PREFETCH 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 HAVE_SSIZE_T 1 #define HAVE_PTRDIFF_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 SIZEOF_SSIZE_T 8 #define SIZEOF_PTRDIFF_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 #define OMPI_CXX "g++" #define OMPI_HAVE_CXX_EXCEPTION_SUPPORT 0 #define OMPI_CXX_HAVE_BUILTIN_EXPECT 1 #define OMPI_CXX_HAVE_BUILTIN_PREFETCH 1 #define OMPI_CXX_SUPPORTS_2D_CONST_CAST 1 #define SIZEOF_BOOL 1 #define OMPI_ALIGNMENT_CXX_BOOL 1 #define OMPI_WANT_CXX_BINDINGS 1 #define OMPI_WANT_SMP_LOCKS 1 #define OMPI_ASM_TEXT ".text" #define OMPI_ASM_GLOBAL ".globl" #define OMPI_ASM_LABEL_SUFFIX ":" #define OMPI_ASM_GSYM "" #define OMPI_ASM_LSYM "L" #define OMPI_ASM_TYPE "@" #define OMPI_ASM_SIZE "1" #define OMPI_ASM_ALIGN_LOG #define OMPI_ASM_SUPPORT_64BIT 1 #define OMPI_C_GCC_INLINE_ASSEMBLY 1 #define OMPI_C_DEC_INLINE_ASSEMBLY 0 #define OMPI_C_XLC_INLINE_ASSEMBLY 0 #define OMPI_CXX_GCC_INLINE_ASSEMBLY 1 #define OMPI_CXX_DEC_INLINE_ASSEMBLY 0 #define OMPI_CXX_XLC_INLINE_ASSEMBLY 0 #define OMPI_ASSEMBLY_FORMAT "default-.text-.globl-:--L-@-1-0-1-1-0" #define OMPI_ASSEMBLY_ARCH OMPI_AMD64 #define OMPI_HAVE_ASM_FILE 1 configure: exit 1begin:vcard fn:Paul Kapinos n:Kapinos;Paulorg:RWTH Aachen University, Center for Computing and Communication;High Performance Computingadr:;;Seffenter Weg 23;Aachen;NRW;52074;Germany email;internet:kapi...@rz.rwth-aachen.de title:Dipl.-Inform. tel;work:+49 241 80-24761 url:http://www.rz.rwth-aachen.de version:2.1 end:vcard_______________________________________________ users mailing list us...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/users_______________________________________________ users mailing list us...@open-mpi.org http://www.open-mpi.org/mailman/listinfo.cgi/users
smime.p7s
Description: S/MIME cryptographic signature