Created
December 3, 2012 17:45
-
-
Save gnzlbg/4196675 to your computer and use it in GitHub Desktop.
Open mpi fails to build when boost is installed - Homebrew
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Issue #16374 | |
/////////////////////////////////////////////////////////// | |
doctor: | |
brew doctor | |
Your system is raring to brew. | |
/////////////////////////////////////////////////////////// | |
config: | |
HOMEBREW_VERSION: 0.9.3 | |
HEAD: 557827626feb67fdf7cc9f3714681e4fd1910cef | |
HOMEBREW_PREFIX: /usr/local | |
HOMEBREW_CELLAR: /usr/local/Cellar | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.5.2 | |
CLT: 4.5.0.0.1.1249367152 | |
GCC-4.2: build 5666 | |
LLVM-GCC: build 2336 | |
Clang: 4.1 build 421 | |
X11: N/A | |
System Ruby: 1.8.7-358 | |
Perl: /usr/bin/perl | |
Python: /usr/local/bin/python => /usr/local/Cellar/python/2.7.3/Frameworks/Python.framework/Versions/2.7/bin/python2.7 | |
Ruby: /usr/local/bin/ruby => /usr/local/Cellar/ruby/1.9.3-p327/bin/ruby | |
my path: /usr/local/bin:/usr/local/sbin:/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin:/usr/texbin | |
/////////////////////////////////////////////////////////// | |
Install: (with --env=std) | |
brew install --use-gcc --env=std --default-fortran-flags --test open-mpi | |
==> Downloading http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6.2.tar.bz2 | |
Already downloaded: /Library/Caches/Homebrew/open-mpi-1.6.2.tar.bz2 | |
==> Building with an alternative Fortran compiler | |
This is unsupported. | |
==> ./configure --prefix=/usr/local/Cellar/open-mpi/1.6.2 --enable-ipv6 | |
==> make all | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
make[2]: *** [opal_wrapper] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all-recursive] Error 1 | |
Install: (without --env=std) | |
brew install --use-gcc --default-fortran-flags --test open-mpi | |
==> Downloading http://www.open-mpi.org/software/ompi/v1.6/downloads/openmpi-1.6 | |
Already downloaded: /Library/Caches/Homebrew/open-mpi-1.6.2.tar.bz2 | |
==> Building with an alternative Fortran compiler | |
This is unsupported. | |
==> ./configure --prefix=/usr/local/Cellar/open-mpi/1.6.2 --enable-ipv6 | |
==> make all | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
make[2]: *** [opal_wrapper] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all-recursive] Error 1 | |
/////////////////////////////////////////////////////////// | |
01.configure | |
============================================================================ | |
== Configuring Open MPI | |
============================================================================ | |
*** Startup tests | |
checking build system type... x86_64-apple-darwin12.2.1 | |
checking host system type... x86_64-apple-darwin12.2.1 | |
checking target system type... x86_64-apple-darwin12.2.1 | |
checking for gcc... /usr/local/bin/gcc-4.2 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/local/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking for style of include used by make... GNU | |
checking how to create a ustar tar archive... gnutar | |
checking dependency style of /usr/local/bin/gcc-4.2... none | |
checking whether make supports nested variables... yes | |
*** Checking versions | |
checking Open MPI version... 1.6.2 | |
checking Open MPI release date... Sep 18, 2012 | |
checking Open MPI Subversion repository version... r27344 | |
checking Open MPI Run-Time Environment version... 1.6.2 | |
checking Open MPI Run-Time Environment release date... Sep 18, 2012 | |
checking Open MPI Run-Time Environment Subversion repository version... r27344 | |
checking Open Portable Access Layer version... 1.6.2 | |
checking Open Portable Access Layer release date... Sep 18, 2012 | |
checking Open Portable Access Layer Subversion repository version... r27344 | |
*** Initialization, setup | |
configure: builddir: /private/tmp/open-mpi-Naep/openmpi-1.6.2 | |
configure: srcdir: /private/tmp/open-mpi-Naep/openmpi-1.6.2 | |
installing to directory "/usr/local/Cellar/open-mpi/1.6.2" | |
*** OPAL Configuration options | |
checking if want to run code coverage... no | |
checking if want to compile with branch probabilities... no | |
checking if want to debug memory usage... no | |
checking if want to profile memory usage... no | |
checking if want developer-level compiler pickyness... no | |
checking if want developer-level debugging code... no | |
checking if want to install project-internal header files... no | |
checking if want pretty-print stacktrace... yes | |
checking if want pty support... yes | |
checking if want weak symbol support... yes | |
checking if want dlopen support... yes | |
checking if want heterogeneous support... no | |
checking if want trace file debugging... no | |
checking if want fault tolerance... Disabled fault tolerance | |
checking if want IPv6 support... yes | |
checking if want package/brand string... Open MPI [email protected] Distribution | |
checking if want ident string... 1.6.2 | |
checking if want to use an alternative checksum algo for messages... no | |
checking maximum length of processor name... 256 | |
checking maximum length of error string... 256 | |
checking maximum length of object name... 64 | |
checking maximum length of info key... 36 | |
checking maximum length of info val... 256 | |
checking maximum length of port name... 1024 | |
checking maximum length of datarep string... 128 | |
*** ORTE Configuration options | |
checking if want full RTE support... yes | |
checking if want orterun "--prefix" behavior to be enabled by default... no | |
*** OMPI Configuration options | |
checking if want compile-time warnings inside of mpi.h... no | |
checking if want sparse process groups... no | |
checking if want peruse support... no | |
checking if want Fortran 77 bindings... yes | |
checking if want Fortran 90 bindings... yes | |
checking Fortran 90 bindings "size"... small | |
checking if want PMPI... yes | |
checking if want C++ bindings... yes | |
checking if want MPI::SEEK_SET support... yes | |
checking if want run-time MPI parameter checking... runtime | |
checking max supported array dimension in F90 MPI bindings... 4 | |
============================================================================ | |
== Compiler and preprocessor tests | |
============================================================================ | |
*** C compiler and preprocessor | |
checking for gcc... (cached) /usr/local/bin/gcc-4.2 | |
checking whether we are using the GNU C compiler... (cached) yes | |
checking whether /usr/local/bin/gcc-4.2 accepts -g... (cached) yes | |
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... (cached) none needed | |
checking whether /usr/local/bin/gcc-4.2 and cc understand -c and -o together... yes | |
checking for the C compiler vendor... gnu | |
checking for ANSI C header files... (cached) yes | |
checking if /usr/local/bin/gcc-4.2 supports -finline-functions... yes | |
checking if /usr/local/bin/gcc-4.2 supports -fno-strict-aliasing... yes | |
configure: WARNING: -fno-strict-aliasing has been added to CFLAGS | |
checking if /usr/local/bin/gcc-4.2 supports __builtin_expect... yes | |
checking if /usr/local/bin/gcc-4.2 supports __builtin_prefetch... yes | |
checking for C optimization flags... -O3 -DNDEBUG -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -finline-functions -fno-strict-aliasing | |
checking for Interix environment... no | |
checking for C ident string support... static const char | |
checking for int8_t... yes | |
checking for uint8_t... yes | |
checking for int16_t... yes | |
checking for uint16_t... yes | |
checking for int32_t... yes | |
checking for uint32_t... yes | |
checking for int64_t... yes | |
checking for uint64_t... yes | |
checking for int128_t... no | |
checking for uint128_t... no | |
checking for long long... yes | |
checking for long double... yes | |
checking for float _Complex... yes | |
checking for double _Complex... yes | |
checking for long double _Complex... yes | |
checking for intptr_t... yes | |
checking for uintptr_t... yes | |
checking for mode_t... yes | |
checking for ssize_t... yes | |
checking for ptrdiff_t... yes | |
checking size of char... 1 | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of long long... 8 | |
checking size of float... 4 | |
checking size of double... 8 | |
checking size of long double... 16 | |
checking size of float _Complex... 8 | |
checking size of double _Complex... 16 | |
checking size of long double _Complex... 32 | |
checking size of void *... 8 | |
checking size of size_t... 8 | |
checking size of ssize_t... 8 | |
checking size of ptrdiff_t... 8 | |
checking size of wchar_t... 4 | |
checking alignment of _Bool... 1 | |
checking alignment of int8_t... 1 | |
checking alignment of int16_t... 2 | |
checking alignment of int32_t... 4 | |
checking alignment of int64_t... 8 | |
checking alignment of char... 1 | |
checking alignment of short... 2 | |
checking alignment of wchar_t... 4 | |
checking alignment of int... 4 | |
checking alignment of long... 8 | |
checking alignment of long long... 8 | |
checking alignment of float... 4 | |
checking alignment of double... 8 | |
checking alignment of long double... 16 | |
checking alignment of float _Complex... 4 | |
checking alignment of double _Complex... 8 | |
checking alignment of long double _Complex... 16 | |
checking alignment of void *... 8 | |
checking for C bool type... no | |
checking size of _Bool... 1 | |
checking for inline... __inline__ | |
checking for C/C++ restrict keyword... __restrict | |
checking for weak symbol support... no | |
checking for functional offsetof macro... yes | |
*** C++ compiler and preprocessor | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/local/bin/g++-4.2 accepts -g... yes | |
checking dependency style of /usr/local/bin/g++-4.2... none | |
checking how to run the C++ preprocessor... /usr/local/bin/g++-4.2 -E | |
checking for the C++ compiler vendor... gnu | |
checking if /usr/local/bin/g++-4.2 supports -finline-functions... yes | |
configure: WARNING: -finline-functions has been added to CXXFLAGS | |
checking if C and C++ are link compatible... yes | |
checking for C++ optimization flags... -O3 -DNDEBUG -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -finline-functions | |
checking size of bool... 1 | |
checking alignment of bool... 1 | |
*** C++ compiler and preprocessor | |
checking whether we are using the GNU C++ compiler... (cached) yes | |
checking whether /usr/local/bin/g++-4.2 accepts -g... (cached) yes | |
checking dependency style of /usr/local/bin/g++-4.2... (cached) none | |
checking how to run the C++ preprocessor... /usr/local/bin/g++-4.2 -E | |
checking if C++ compiler works... yes | |
checking if /usr/local/bin/g++-4.2 supports -finline-functions... yes | |
configure: WARNING: -finline-functions has been added to CXXFLAGS | |
checking if C and C++ are link compatible... (cached) yes | |
checking for C++ optimization flags... -O3 -DNDEBUG -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -finline-functions | |
checking size of bool... (cached) 1 | |
checking alignment of bool... (cached) 1 | |
checking if able to build the MPI C++ bindings... yes | |
checking for the C++ compiler vendor... (cached) gnu | |
checking if want C++ exception handling... no | |
checking for C++ template_repository_directory... not used | |
checking for C++ compiler template parameters... none needed | |
checking for C++ ident string support... static const char | |
checking if /usr/local/bin/g++-4.2 supports __builtin_expect... yes | |
checking if /usr/local/bin/g++-4.2 supports __builtin_prefetch... yes | |
checking if /usr/local/bin/g++-4.2 supports const_cast<> properly... yes | |
*** Compiler characteristics | |
checking for __attribute__... yes | |
checking for __attribute__(aligned)... yes | |
checking for __attribute__(always_inline)... yes | |
checking for __attribute__(cold)... yes | |
checking for __attribute__(const)... yes | |
checking for __attribute__(deprecated)... yes | |
checking for __attribute__(deprecated_argument)... no | |
checking for __attribute__(format)... no | |
checking for __attribute__(format_funcptr)... no | |
checking for __attribute__(hot)... yes | |
checking for __attribute__(malloc)... yes | |
checking for __attribute__(may_alias)... yes | |
checking for __attribute__(no_instrument_function)... yes | |
checking for __attribute__(nonnull)... no | |
checking for __attribute__(noreturn)... yes | |
checking for __attribute__(noreturn_funcptr)... yes | |
checking for __attribute__(packed)... yes | |
checking for __attribute__(pure)... yes | |
checking for __attribute__(sentinel)... no | |
checking for __attribute__(unused)... yes | |
checking for __attribute__(visibility)... yes | |
checking for __attribute__(warn_unused_result)... no | |
checking for __attribute__(weak_alias)... yes | |
checking for compiler familyid... 1 | |
checking for compiler familyname... GNU | |
checking for compiler version... 262657 | |
checking for compiler version_str... 4.2.1 | |
*** Assembler | |
checking dependency style of /usr/local/bin/gcc-4.2... none | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking for fgrep... /usr/bin/grep -F | |
checking if need to remove -g from CCASFLAGS... no | |
checking whether to enable smp locks... yes | |
checking if .proc/endp is needed... no | |
checking directive for setting text section... .text | |
checking directive for exporting symbols... .globl | |
checking for objdump... no | |
checking if .note.GNU-stack is needed... no | |
checking suffix for labels... : | |
checking prefix for global symbol labels... _ | |
checking prefix for lsym labels... L | |
checking prefix for function in .type... | |
checking if .size is needed... no | |
checking if .align directive takes logarithmic value... yes | |
checking if /usr/local/bin/gcc-4.2 supports GCC inline assembly... yes | |
checking if /usr/local/bin/gcc-4.2 supports DEC inline assembly... no | |
checking if /usr/local/bin/gcc-4.2 supports XLC inline assembly... no | |
checking if /usr/local/bin/g++-4.2 supports GCC inline assembly... yes | |
checking if /usr/local/bin/g++-4.2 supports DEC inline assembly... no | |
checking if /usr/local/bin/g++-4.2 supports XLC inline assembly... no | |
checking for assembly format... default-.text-.globl-:-_-L--0-1-1-1-0 | |
checking for asssembly architecture... AMD64 | |
checking for perl... perl | |
checking for pre-built assembly file... no (not in asm-data) | |
checking whether possible to generate assembly file... yes | |
checking for atomic assembly filename... atomic-local.s | |
*** Fortran 77 compiler | |
checking whether we are using the GNU Fortran 77 compiler... yes | |
checking whether gfortran accepts -g... yes | |
*** Fortran 90/95 compiler | |
checking whether we are using the GNU Fortran compiler... yes | |
checking whether gfortran accepts -g... yes | |
checking if Fortran 77 compiler works... yes | |
checking gfortran external symbol convention... single underscore | |
checking if C and Fortran 77 are link compatible... yes | |
checking to see if F77 compiler likes the C++ exception flags... skipped (no C++ exceptions flags) | |
checking to see if mpif77/mpif90 compilers need additional linker flags... -Wl,-commons,use_dylibs | |
checking if Fortran 77 compiler supports CHARACTER... yes | |
checking size of Fortran 77 CHARACTER... 1 | |
checking for C type corresponding to CHARACTER... char | |
checking alignment of Fortran CHARACTER... 1 | |
checking if Fortran 77 compiler supports LOGICAL... yes | |
checking size of Fortran 77 LOGICAL... 4 | |
checking for C type corresponding to LOGICAL... int | |
checking alignment of Fortran LOGICAL... 4 | |
checking if Fortran 77 compiler supports LOGICAL*1... yes | |
checking size of Fortran 77 LOGICAL*1... 1 | |
checking for C type corresponding to LOGICAL*1... char | |
checking alignment of Fortran LOGICAL*1... 1 | |
checking if Fortran 77 compiler supports LOGICAL*2... yes | |
checking size of Fortran 77 LOGICAL*2... 2 | |
checking for C type corresponding to LOGICAL*2... short | |
checking alignment of Fortran LOGICAL*2... 2 | |
checking if Fortran 77 compiler supports LOGICAL*4... yes | |
checking size of Fortran 77 LOGICAL*4... 4 | |
checking for C type corresponding to LOGICAL*4... int | |
checking alignment of Fortran LOGICAL*4... 4 | |
checking if Fortran 77 compiler supports LOGICAL*8... yes | |
checking size of Fortran 77 LOGICAL*8... 8 | |
checking for C type corresponding to LOGICAL*8... long long | |
checking alignment of Fortran LOGICAL*8... 8 | |
checking if Fortran 77 compiler supports INTEGER... yes | |
checking size of Fortran 77 INTEGER... 4 | |
checking for C type corresponding to INTEGER... int | |
checking alignment of Fortran INTEGER... 4 | |
checking if Fortran 77 compiler supports INTEGER*1... yes | |
checking size of Fortran 77 INTEGER*1... 1 | |
checking for C type corresponding to INTEGER*1... char | |
checking alignment of Fortran INTEGER*1... 1 | |
checking if Fortran 77 compiler supports INTEGER*2... yes | |
checking size of Fortran 77 INTEGER*2... 2 | |
checking for C type corresponding to INTEGER*2... short | |
checking alignment of Fortran INTEGER*2... 2 | |
checking if Fortran 77 compiler supports INTEGER*4... yes | |
checking size of Fortran 77 INTEGER*4... 4 | |
checking for C type corresponding to INTEGER*4... int | |
checking alignment of Fortran INTEGER*4... 4 | |
checking if Fortran 77 compiler supports INTEGER*8... yes | |
checking size of Fortran 77 INTEGER*8... 8 | |
checking for C type corresponding to INTEGER*8... long long | |
checking alignment of Fortran INTEGER*8... 8 | |
checking if Fortran 77 compiler supports INTEGER*16... yes | |
checking size of Fortran 77 INTEGER*16... 16 | |
checking for C type corresponding to INTEGER*16... not found | |
configure: WARNING: *** Did not find corresponding C type | |
checking if Fortran 77 compiler supports REAL... yes | |
checking size of Fortran 77 REAL... 4 | |
checking for C type corresponding to REAL... float | |
checking alignment of Fortran REAL... 4 | |
checking if Fortran 77 compiler supports REAL*2... no | |
checking if Fortran 77 compiler supports REAL*4... yes | |
checking size of Fortran 77 REAL*4... 4 | |
checking for C type corresponding to REAL*4... float | |
checking alignment of Fortran REAL*4... 4 | |
checking if Fortran 77 compiler supports REAL*8... yes | |
checking size of Fortran 77 REAL*8... 8 | |
checking for C type corresponding to REAL*8... double | |
checking alignment of Fortran REAL*8... 8 | |
checking if Fortran 77 compiler supports REAL*16... no | |
checking for C type matching bit representation of REAL*16... skipped (no REAL*16) | |
configure: WARNING: MPI_REAL16 and MPI_COMPLEX32 support have been disabled | |
checking if Fortran 77 compiler supports DOUBLE PRECISION... yes | |
checking size of Fortran 77 DOUBLE PRECISION... 8 | |
checking for C type corresponding to DOUBLE PRECISION... double | |
checking alignment of Fortran DOUBLE PRECISION... 8 | |
checking if Fortran 77 compiler supports COMPLEX... yes | |
checking size of Fortran 77 COMPLEX... 8 | |
checking alignment of Fortran COMPLEX... 4 | |
checking if Fortran 77 compiler supports DOUBLE COMPLEX... yes | |
checking size of Fortran 77 DOUBLE COMPLEX... 16 | |
checking alignment of Fortran DOUBLE COMPLEX... 8 | |
checking if Fortran 77 compiler supports COMPLEX*8... yes | |
checking size of Fortran 77 COMPLEX*8... 8 | |
checking alignment of Fortran COMPLEX*8... 4 | |
checking if Fortran 77 compiler supports COMPLEX*16... yes | |
checking size of Fortran 77 COMPLEX*16... 16 | |
checking alignment of Fortran COMPLEX*16... 8 | |
checking if Fortran 77 compiler supports COMPLEX*32... no | |
checking for max Fortran MPI handle index... ( 0x7fffffff < 2147483647 ? 0x7fffffff : 2147483647 ) | |
checking Fortran value for .TRUE. logical type... 1 | |
checking for correct handling of Fortran logical arrays... yes | |
checking for the value of MPI_STATUS_SIZE... 6 Fortran INTEGERs | |
checking if Fortran compiler works... yes | |
checking whether gfortran and gfortran compilers are compatible... yes | |
checking for extra arguments to build a shared library... -Wl,-single_module | |
checking for Fortran flag to compile .f files... none | |
checking for Fortran flag to compile .f90 files... none | |
checking to see if F90 compiler likes the C++ exception flags... skipped (no C++ exceptions flags) | |
checking for Fortran 90 compiler module include flag... -I | |
checking if Fortran 90 compiler supports CHARACTER... yes | |
checking size of Fortran 90 CHARACTER... 1 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports LOGICAL... yes | |
checking size of Fortran 90 LOGICAL... 4 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports LOGICAL*1... yes | |
checking size of Fortran 90 LOGICAL*1... 1 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports LOGICAL*2... yes | |
checking size of Fortran 90 LOGICAL*2... 2 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports LOGICAL*4... yes | |
checking size of Fortran 90 LOGICAL*4... 4 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports LOGICAL*8... yes | |
checking size of Fortran 90 LOGICAL*8... 8 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports INTEGER... yes | |
checking size of Fortran 90 INTEGER... 4 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports INTEGER*1... yes | |
checking size of Fortran 90 INTEGER*1... 1 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports INTEGER*2... yes | |
checking size of Fortran 90 INTEGER*2... 2 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports INTEGER*4... yes | |
checking size of Fortran 90 INTEGER*4... 4 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports INTEGER*8... yes | |
checking size of Fortran 90 INTEGER*8... 8 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports INTEGER*16... yes | |
checking size of Fortran 90 INTEGER*16... 16 | |
configure: WARNING: *** Corresponding Fortran 77 type (INTEGER*16) not supported | |
configure: WARNING: *** Skipping Fortran 90 type (INTEGER*16) | |
checking if Fortran 90 compiler supports REAL... yes | |
checking size of Fortran 90 REAL... 4 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports REAL*2... no | |
checking if Fortran 90 compiler supports REAL*4... yes | |
checking size of Fortran 90 REAL*4... 4 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports REAL*8... yes | |
checking size of Fortran 90 REAL*8... 8 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports REAL*16... no | |
checking if Fortran 90 compiler supports DOUBLE PRECISION... yes | |
checking size of Fortran 90 DOUBLE PRECISION... 8 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports COMPLEX... yes | |
checking size of Fortran 90 COMPLEX... 8 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports COMPLEX*8... yes | |
checking size of Fortran 90 COMPLEX*8... 8 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports COMPLEX*16... yes | |
checking size of Fortran 90 COMPLEX*16... 16 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking if Fortran 90 compiler supports COMPLEX*32... no | |
checking if Fortran 90 compiler supports DOUBLE COMPLEX... yes | |
checking size of Fortran 90 DOUBLE COMPLEX... 16 | |
checking if Fortran 77 and 90 type sizes match... yes | |
checking Fortran 90 kind of MPI_INTEGER_KIND (selected_int_kind(9))... 4 | |
checking Fortran 90 kind of MPI_ADDRESS_KIND (selected_int_kind(18))... 8 | |
checking Fortran 90 kind of MPI_OFFSET_KIND (selected_int_kind(18))... (cached) 8 | |
============================================================================ | |
== Header file tests | |
============================================================================ | |
checking alloca.h usability... yes | |
checking alloca.h presence... yes | |
checking for alloca.h... yes | |
checking aio.h usability... yes | |
checking aio.h presence... yes | |
checking for aio.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking dirent.h usability... yes | |
checking dirent.h presence... yes | |
checking for dirent.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking execinfo.h usability... yes | |
checking execinfo.h presence... yes | |
checking for execinfo.h... yes | |
checking err.h usability... yes | |
checking err.h presence... yes | |
checking for err.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for inttypes.h... (cached) yes | |
checking libgen.h usability... yes | |
checking libgen.h presence... yes | |
checking for libgen.h... yes | |
checking libutil.h usability... no | |
checking libutil.h presence... no | |
checking for libutil.h... no | |
checking for memory.h... (cached) yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking netinet/tcp.h usability... yes | |
checking netinet/tcp.h presence... yes | |
checking for netinet/tcp.h... yes | |
checking poll.h usability... yes | |
checking poll.h presence... yes | |
checking for poll.h... yes | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking pty.h usability... no | |
checking pty.h presence... no | |
checking for pty.h... no | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking for stdint.h... (cached) yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for strings.h... (cached) yes | |
checking stropts.h usability... no | |
checking stropts.h presence... no | |
checking for stropts.h... no | |
checking sys/fcntl.h usability... yes | |
checking sys/fcntl.h presence... yes | |
checking for sys/fcntl.h... yes | |
checking sys/ipc.h usability... yes | |
checking sys/ipc.h presence... yes | |
checking for sys/ipc.h... yes | |
checking sys/shm.h usability... yes | |
checking sys/shm.h presence... yes | |
checking for sys/shm.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking sys/mount.h usability... yes | |
checking sys/mount.h presence... yes | |
checking for sys/mount.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/queue.h usability... yes | |
checking sys/queue.h presence... yes | |
checking for sys/queue.h... yes | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sockio.h usability... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.h... yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking sys/statfs.h usability... no | |
checking sys/statfs.h presence... no | |
checking for sys/statfs.h... no | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking sys/tree.h usability... no | |
checking sys/tree.h presence... no | |
checking for sys/tree.h... no | |
checking for sys/types.h... (cached) yes | |
checking sys/uio.h usability... yes | |
checking sys/uio.h presence... yes | |
checking for sys/uio.h... yes | |
checking net/uio.h usability... no | |
checking net/uio.h presence... no | |
checking for net/uio.h... no | |
checking sys/utsname.h usability... yes | |
checking sys/utsname.h presence... yes | |
checking for sys/utsname.h... yes | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking time.h usability... yes | |
checking time.h presence... yes | |
checking for time.h... yes | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking ulimit.h usability... yes | |
checking ulimit.h presence... yes | |
checking for ulimit.h... yes | |
checking for unistd.h... (cached) yes | |
checking util.h usability... yes | |
checking util.h presence... yes | |
checking for util.h... yes | |
checking utmp.h usability... yes | |
checking utmp.h presence... yes | |
checking for utmp.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking sys/sysctl.h usability... yes | |
checking sys/sysctl.h presence... yes | |
checking for sys/sysctl.h... yes | |
checking crt_externs.h usability... yes | |
checking crt_externs.h presence... yes | |
checking for crt_externs.h... yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking ioLib.h usability... no | |
checking ioLib.h presence... no | |
checking for ioLib.h... no | |
checking sockLib.h usability... no | |
checking sockLib.h presence... no | |
checking for sockLib.h... no | |
checking hostLib.h usability... no | |
checking hostLib.h presence... no | |
checking for hostLib.h... no | |
checking shlwapi.h usability... no | |
checking shlwapi.h presence... no | |
checking for shlwapi.h... no | |
checking sys/synch.h usability... no | |
checking sys/synch.h presence... no | |
checking for sys/synch.h... no | |
checking for net/if.h... yes | |
checking stdbool.h usability... yes | |
checking stdbool.h presence... yes | |
checking for stdbool.h... yes | |
checking if <stdbool.h> works... yes | |
============================================================================ | |
== Type tests | |
============================================================================ | |
checking size of pid_t... 4 | |
checking for socklen_t... yes | |
checking for struct sockaddr_in... yes | |
checking for struct sockaddr_in6... yes | |
checking for struct sockaddr_storage... yes | |
checking whether AF_UNSPEC is declared... yes | |
checking whether PF_UNSPEC is declared... yes | |
checking whether AF_INET6 is declared... yes | |
checking whether PF_INET6 is declared... yes | |
checking if SA_RESTART defined in signal.h... yes | |
checking for struct sockaddr.sa_len... yes | |
checking for struct dirent.d_type... yes | |
checking for siginfo_t.si_fd... no | |
checking for siginfo_t.si_band... yes | |
============================================================================ | |
== Library and Function tests | |
============================================================================ | |
checking if we need -lutil for openpty... no | |
checking for openpty... yes | |
checking for gethostbyname in -lnsl... no | |
checking for socket in -lsocket... no | |
checking if we need -lrt for sched_yield... no | |
checking for sched_yield... yes | |
checking if we need -lgen for dirname... no | |
checking for dirname... yes | |
checking if we need -lm for ceil... no | |
checking for ceil... yes | |
checking for asprintf... yes | |
checking for snprintf... yes | |
checking for vasprintf... yes | |
checking for vsnprintf... yes | |
checking for openpty... (cached) yes | |
checking for isatty... yes | |
checking for getpwuid... yes | |
checking for fork... yes | |
checking for waitpid... yes | |
checking for execve... yes | |
checking for pipe... yes | |
checking for ptsname... yes | |
checking for setsid... yes | |
checking for mmap... yes | |
checking for tcgetpgrp... yes | |
checking for posix_memalign... yes | |
checking for strsignal... yes | |
checking for sysconf... yes | |
checking for syslog... yes | |
checking for regcmp... no | |
checking for regexec... yes | |
checking for regfree... yes | |
checking for _NSGetEnviron... yes | |
checking for socketpair... yes | |
checking for strncpy_s... no | |
checking for _strdup... no | |
checking for usleep... yes | |
checking for mkfifo... yes | |
checking for htonl define... yes | |
checking for htonl... yes | |
checking whether va_copy is declared... yes | |
checking whether __va_copy is declared... yes | |
checking whether __func__ is declared... yes | |
============================================================================ | |
== System-specific tests | |
============================================================================ | |
checking checking for type of MPI_Offset... long long | |
checking checking for an MPI datatype for MPI_Offset... MPI_LONG_LONG | |
checking for _SC_NPROCESSORS_ONLN... yes | |
checking whether byte ordering is bigendian... no | |
checking for broken qsort... no | |
checking if word-sized integers must be word-size aligned... no | |
checking if C compiler and POSIX threads work as is... yes | |
checking if C++ compiler and POSIX threads work as is... yes | |
checking if F77 compiler and POSIX threads work as is... yes | |
checking for PTHREAD_MUTEX_ERRORCHECK_NP... no | |
checking for PTHREAD_MUTEX_ERRORCHECK... yes | |
checking for working POSIX threads package... yes | |
checking if C compiler and Solaris threads work... no | |
checking if C++ compiler and Solaris threads work... no | |
checking if F77 compiler and Solaris threads work... no | |
checking for working Solaris threads package... no | |
checking for type of thread support... posix | |
checking if threads have different pids (pthreads on linux)... no | |
checking if want OPAL thread support... undef | |
checking if want fault tolerance thread... Disabled (fault tolerance disabled --without-ft) | |
checking if want MPI_THREAD_MULTIPLE support... Disabled | |
checking whether ln -s works... yes | |
checking for grep that handles long lines and -e... (cached) /usr/bin/grep | |
checking for egrep... (cached) /usr/bin/grep -E | |
checking dependency style of /usr/local/bin/gcc-4.2... (cached) none | |
checking for flex... flex | |
checking lex output file root... lex.yy | |
checking lex library... -ll | |
checking whether yytext is a pointer... yes | |
checking for flavor of ps to use... ps -A -o command,pid,user | |
checking if build filesystem is case sensitive... no | |
checking if configuring for case sensitive filesystem... no | |
******************************************************************************* | |
NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE | |
******************************************************************************* | |
Because OPAL is being installed on a non-case sensitive file | |
system, the C++ wrapper compiler will be named opalc++ instead of the | |
traditional opalCC. | |
Please update any makefiles appropriately. | |
******************************************************************************* | |
NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE NOTE | |
******************************************************************************* | |
checking whether RLIMIT_NPROC is declared... yes | |
checking whether RLIMIT_MEMLOCK is declared... yes | |
============================================================================ | |
== Modular Component Architecture (MCA) setup | |
============================================================================ | |
checking for subdir args... '--prefix=/usr/local/Cellar/open-mpi/1.6.2' '--disable-dependency-tracking' '--enable-ipv6' 'CC=/usr/local/bin/gcc-4.2' 'CFLAGS=-Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8' 'LDFLAGS=-L/usr/local/lib -F/usr/local/Frameworks' 'CPPFLAGS=-F/usr/local/Frameworks' 'CXX=/usr/local/bin/g++-4.2' 'CXXFLAGS=-Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8' 'F77=gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' 'FC=gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' | |
checking for pkg-config... /usr/local/bin/pkg-config | |
checking pkg-config is at least version 0.9.0... yes | |
==> Pre-emptively configuring the hwloc framework to satisfy dependencies. | |
+++ Configuring MCA framework hwloc | |
checking for no configure components in framework hwloc... | |
checking for m4 configure components in framework hwloc... hwloc132, external | |
--- MCA component hwloc:hwloc132 (m4 configuration macro) | |
checking for MCA component hwloc:hwloc132 compile mode... static | |
checking hwloc building mode... embedded | |
configure: hwloc builddir: /private/tmp/open-mpi-Naep/openmpi-1.6.2/opal/mca/hwloc/hwloc132/hwloc | |
configure: hwloc srcdir: /private/tmp/open-mpi-Naep/openmpi-1.6.2/opal/mca/hwloc/hwloc132/hwloc | |
checking if want hwloc maintainer support... disabled (embedded mode) | |
checking for hwloc directory prefix... opal/mca/hwloc/hwloc132/hwloc/ | |
checking for hwloc symbol prefix... opal_hwloc132_ | |
checking size of void *... (cached) 8 | |
checking which OS support to include... Darwin | |
checking which CPU support to include... x86_64 | |
checking size of unsigned long... 8 | |
checking size of unsigned int... 4 | |
checking for the C compiler vendor... gnu | |
checking for __attribute__... yes | |
checking for __attribute__(aligned)... yes | |
checking for __attribute__(always_inline)... yes | |
checking for __attribute__(cold)... yes | |
checking for __attribute__(const)... yes | |
checking for __attribute__(deprecated)... yes | |
checking for __attribute__(format)... no | |
checking for __attribute__(hot)... yes | |
checking for __attribute__(malloc)... yes | |
checking for __attribute__(may_alias)... yes | |
checking for __attribute__(no_instrument_function)... yes | |
checking for __attribute__(nonnull)... no | |
checking for __attribute__(noreturn)... yes | |
checking for __attribute__(packed)... yes | |
checking for __attribute__(pure)... yes | |
checking for __attribute__(sentinel)... no | |
checking for __attribute__(unused)... yes | |
checking for __attribute__(warn_unused_result)... no | |
checking for __attribute__(weak_alias)... yes | |
checking if /usr/local/bin/gcc-4.2 supports -fvisibility=hidden... yes | |
checking whether to enable symbol visibility... yes (via -fvisibility=hidden) | |
configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS | |
checking whether the C compiler rejects function calls with too many arguments... yes | |
checking whether the C compiler rejects function calls with too few arguments... yes | |
checking for strncasecmp... yes | |
checking whether function strncasecmp is declared... yes | |
checking for strftime... yes | |
checking for setlocale... yes | |
checking for stdint.h... (cached) yes | |
checking for sys/mman.h... (cached) yes | |
checking for KAFFINITY... no | |
checking for PROCESSOR_CACHE_TYPE... no | |
checking for CACHE_DESCRIPTOR... no | |
checking for LOGICAL_PROCESSOR_RELATIONSHIP... no | |
checking for RelationProcessorPackage... no | |
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no | |
checking for GROUP_AFFINITY... no | |
checking for PROCESSOR_RELATIONSHIP... no | |
checking for NUMA_NODE_RELATIONSHIP... no | |
checking for CACHE_RELATIONSHIP... no | |
checking for PROCESSOR_GROUP_INFO... no | |
checking for GROUP_RELATIONSHIP... no | |
checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no | |
checking for PSAPI_WORKING_SET_EX_BLOCK... no | |
checking for PSAPI_WORKING_SET_EX_INFORMATION... no | |
checking for main in -lgdi32... no | |
checking windows.h usability... no | |
checking windows.h presence... no | |
checking for windows.h... no | |
checking sys/lgrp_user.h usability... no | |
checking sys/lgrp_user.h presence... no | |
checking for sys/lgrp_user.h... no | |
checking kstat.h usability... no | |
checking kstat.h presence... no | |
checking for kstat.h... no | |
checking for fabsf in -lm... yes | |
checking whether _SC_NPROCESSORS_ONLN is declared... yes | |
checking whether _SC_NPROCESSORS_CONF is declared... yes | |
checking whether _SC_NPROC_ONLN is declared... no | |
checking whether _SC_NPROC_CONF is declared... no | |
checking whether _SC_LARGE_PAGESIZE is declared... no | |
checking mach/mach_host.h usability... yes | |
checking mach/mach_host.h presence... yes | |
checking for mach/mach_host.h... yes | |
checking mach/mach_init.h usability... yes | |
checking mach/mach_init.h presence... yes | |
checking for mach/mach_init.h... yes | |
checking for host_info... yes | |
checking for sys/param.h... (cached) yes | |
checking for sys/sysctl.h... (cached) yes | |
checking whether CTL_HW is declared... yes | |
checking whether HW_NCPU is declared... yes | |
checking for sysctl... yes | |
checking for sysctlbyname... yes | |
checking for pthread_t... yes | |
checking whether function sched_setaffinity is declared... no | |
checking for working CPU_SET... no | |
checking for working CPU_SET_S... no | |
checking for working _syscall3... no | |
checking for KERRIGHED... no | |
checking for lib... no | |
checking for bash... /bin/sh | |
checking for ffs... yes | |
checking whether function ffs is declared... yes | |
checking for ffsl... yes | |
checking whether function ffsl is declared... yes | |
checking for fls... yes | |
checking whether function fls is declared... yes | |
checking for flsl... yes | |
checking whether function flsl is declared... yes | |
checking for clz... no | |
checking for clzl... no | |
checking for openat... no | |
checking for malloc.h... (cached) no | |
checking for getpagesize... yes | |
checking for memalign... no | |
checking for posix_memalign... (cached) yes | |
checking for sys/utsname.h... (cached) yes | |
checking for uname... yes | |
checking pthread_np.h usability... no | |
checking pthread_np.h presence... no | |
checking for pthread_np.h... no | |
checking whether pthread_setaffinity_np is declared... no | |
checking whether pthread_getaffinity_np is declared... no | |
checking for sched_setaffinity... no | |
checking for sys/cpuset.h... no | |
checking for library containing pthread_getthrds_np... no | |
checking numaif.h usability... no | |
checking numaif.h presence... no | |
checking for numaif.h... no | |
checking for cpuid... yes | |
checking whether hwloc configure succeeded... yes | |
checking if MCA component hwloc:hwloc132 can compile... yes | |
--- MCA component hwloc:external (m4 configuration macro) | |
checking for MCA component hwloc:external compile mode... static | |
checking if MCA component hwloc:external can compile... no | |
checking for winning hwloc component header file... opal/mca/hwloc/hwloc132/hwloc132.h | |
checking for winning hwloc component additional CPPFLAGS... -I/private/tmp/open-mpi-Naep/openmpi-1.6.2/opal/mca/hwloc/hwloc132/hwloc/include | |
checking for winning hwloc component additional LDFLAGS... none | |
checking for winning hwloc component additional LIBS... none | |
checking for winning hwloc component additional wrapper CPPFLAGS... none | |
checking for winning hwloc component additional wrapper LDFLAGS... none | |
checking for winning hwloc component additional wrapper LIBS... -lm | |
<== Pre-emptive hwloc framework configuration complete. | |
<== We now return you to your regularly scheduled programming. | |
checking __NetBSD__... no | |
checking __FreeBSD__... no | |
checking __OpenBSD__... no | |
checking __DragonFly__... no | |
checking __386BSD__... no | |
checking __bsdi__... no | |
checking __APPLE__... yes | |
checking __linux__... no | |
checking __sun__... no | |
checking for struct sockaddr_in... (cached) yes | |
checking which components should be disabled... | |
checking which components should be direct-linked into the library... | |
checking which components should be run-time loadable... all | |
checking which components should be static... none | |
checking for projects containing MCA frameworks... opal, orte, ompi | |
*** Configuring MCA for opal | |
checking for frameworks for opal... backtrace, carto, crs, hwloc, installdirs, maffinity, memchecker, memcpy, memory, paffinity, pstat, shmem, sysinfo, timer | |
+++ Configuring MCA framework backtrace | |
checking for no configure components in framework backtrace... | |
checking for m4 configure components in framework backtrace... execinfo, printstack, darwin, none | |
--- MCA component backtrace:execinfo (m4 configuration macro) | |
checking for MCA component backtrace:execinfo compile mode... static | |
checking for execinfo.h... (cached) yes | |
checking if we need -lexecinfo for backtrace... no | |
checking for backtrace... yes | |
checking if MCA component backtrace:execinfo can compile... yes | |
--- MCA component backtrace:printstack (m4 configuration macro) | |
checking for MCA component backtrace:printstack compile mode... static | |
checking ucontext.h usability... no | |
checking ucontext.h presence... no | |
checking for ucontext.h... no | |
checking for printstack... no | |
checking if MCA component backtrace:printstack can compile... no | |
--- MCA component backtrace:darwin (m4 configuration macro) | |
checking for MCA component backtrace:darwin compile mode... static | |
checking for vm_read_overwrite... yes | |
checking if MCA component backtrace:darwin can compile... no | |
--- MCA component backtrace:none (m4 configuration macro) | |
checking for MCA component backtrace:none compile mode... static | |
checking if MCA component backtrace:none can compile... no | |
+++ Configuring MCA framework carto | |
checking for no configure components in framework carto... auto_detect, file | |
checking for m4 configure components in framework carto... | |
--- MCA component carto:auto_detect (no configuration) | |
checking for MCA component carto:auto_detect compile mode... dso | |
checking if MCA component carto:auto_detect can compile... yes | |
--- MCA component carto:file (no configuration) | |
checking for MCA component carto:file compile mode... dso | |
checking if MCA component carto:file can compile... yes | |
+++ Configuring MCA framework crs | |
checking for no configure components in framework crs... none | |
checking for m4 configure components in framework crs... blcr, self | |
--- MCA component crs:none (no configuration) | |
checking for MCA component crs:none compile mode... dso | |
checking if MCA component crs:none can compile... yes | |
--- MCA component crs:blcr (m4 configuration macro) | |
checking for MCA component crs:blcr compile mode... dso | |
checking --with-blcr value... simple ok (unspecified) | |
checking --with-blcr-libdir value... simple ok (unspecified) | |
checking if MCA component crs:blcr can compile... no | |
--- MCA component crs:self (m4 configuration macro) | |
checking for MCA component crs:self compile mode... dso | |
checking if MCA component crs:self can compile... no | |
+++ Configuring MCA framework installdirs | |
checking for no configure components in framework installdirs... | |
checking for m4 configure components in framework installdirs... env, config, windows | |
--- MCA component installdirs:env (m4 configuration macro) | |
checking for MCA component installdirs:env compile mode... static | |
checking if MCA component installdirs:env can compile... yes | |
--- MCA component installdirs:config (m4 configuration macro) | |
checking for MCA component installdirs:config compile mode... static | |
checking if MCA component installdirs:config can compile... yes | |
--- MCA component installdirs:windows (m4 configuration macro) | |
checking for MCA component installdirs:windows compile mode... static | |
checking for working RegOpenKeyEx... no | |
checking if MCA component installdirs:windows can compile... no | |
+++ Configuring MCA framework maffinity | |
checking for no configure components in framework maffinity... first_use | |
checking for m4 configure components in framework maffinity... hwloc | |
--- MCA component maffinity:first_use (no configuration) | |
checking for MCA component maffinity:first_use compile mode... dso | |
checking if MCA component maffinity:first_use can compile... yes | |
--- MCA component maffinity:hwloc (m4 configuration macro) | |
checking for MCA component maffinity:hwloc compile mode... dso | |
checking if hwloc is enabled... yes | |
checking if MCA component maffinity:hwloc can compile... yes | |
+++ Pre-configuring the framework memchecker | |
checking if --enable-memchecker was specified... no (adding "memchecker" to --enable-mca-no-build list) | |
+++ Configuring MCA framework memchecker | |
checking for no configure components in framework memchecker... | |
checking for m4 configure components in framework memchecker... valgrind | |
--- MCA component memchecker:valgrind (m4 configuration macro) | |
checking for MCA component memchecker:valgrind compile mode... static | |
checking --with-valgrind value... simple ok (unspecified) | |
checking valgrind/valgrind.h usability... yes | |
checking valgrind/valgrind.h presence... yes | |
checking for valgrind/valgrind.h... yes | |
checking for VALGRIND_CHECK_MEM_IS_ADDRESSABLE... yes | |
checking if MCA component memchecker:valgrind can compile... no | |
+++ Configuring MCA framework memcpy | |
checking for no configure components in framework memcpy... | |
checking for m4 configure components in framework memcpy... | |
+++ Configuring MCA framework memory | |
checking for no configure components in framework memory... | |
checking for m4 configure components in framework memory... linux, malloc_solaris | |
--- MCA component memory:linux (m4 configuration macro) | |
checking for MCA component memory:linux compile mode... static | |
checking operating system... x86_64-apple-darwin12.2.1 -- unsupported | |
checking for malloc.h... (cached) no | |
checking linux/ummunotify.h usability... no | |
checking linux/ummunotify.h presence... no | |
checking for linux/ummunotify.h... no | |
checking for stropts.h... (cached) no | |
checking if MCA component memory:linux can compile... no | |
--- MCA component memory:malloc_solaris (m4 configuration macro) | |
checking for MCA component memory:malloc_solaris compile mode... static | |
checking for Solaris... no | |
checking if MCA component memory:malloc_solaris can compile... no | |
+++ Configuring MCA framework paffinity | |
checking for no configure components in framework paffinity... | |
checking for m4 configure components in framework paffinity... hwloc, test | |
--- MCA component paffinity:hwloc (m4 configuration macro) | |
checking for MCA component paffinity:hwloc compile mode... dso | |
checking if hwloc is enabled... yes | |
checking if MCA component paffinity:hwloc can compile... yes | |
--- MCA component paffinity:test (m4 configuration macro) | |
checking for MCA component paffinity:test compile mode... dso | |
checking if this is an --enable-debug build... no (component disabled) | |
checking if MCA component paffinity:test can compile... no | |
+++ Configuring MCA framework pstat | |
checking for no configure components in framework pstat... | |
checking for m4 configure components in framework pstat... linux, darwin | |
--- MCA component pstat:linux (m4 configuration macro) | |
checking for MCA component pstat:linux compile mode... dso | |
checking if MCA component pstat:linux can compile... no | |
--- MCA component pstat:darwin (m4 configuration macro) | |
checking for MCA component pstat:darwin compile mode... dso | |
checking for mach/mach_host.h... (cached) yes | |
checking if MCA component pstat:darwin can compile... yes | |
+++ Configuring MCA framework shmem | |
checking for no configure components in framework shmem... | |
checking for m4 configure components in framework shmem... mmap, posix, sysv, windows | |
--- MCA component shmem:mmap (m4 configuration macro) | |
checking for MCA component shmem:mmap compile mode... dso | |
checking if want mmap shared memory support... yes | |
checking for library containing mmap... none required | |
checking if MCA component shmem:mmap can compile... yes | |
--- MCA component shmem:posix (m4 configuration macro) | |
checking for MCA component shmem:posix compile mode... dso | |
checking if want POSIX shared memory support... yes | |
checking for library containing shm_open... none required | |
checking if MCA component shmem:posix can compile... yes | |
--- MCA component shmem:sysv (m4 configuration macro) | |
checking for MCA component shmem:sysv compile mode... dso | |
checking if want SYSV shared memory support... yes | |
checking for shmget... yes | |
checking if MCA component shmem:sysv can compile... yes | |
--- MCA component shmem:windows (m4 configuration macro) | |
checking for MCA component shmem:windows compile mode... dso | |
checking if want Windows shared memory support... yes | |
checking for CreateFileMapping... no | |
checking if MCA component shmem:windows can compile... no | |
+++ Configuring MCA framework sysinfo | |
checking for no configure components in framework sysinfo... | |
checking for m4 configure components in framework sysinfo... linux, solaris, darwin | |
--- MCA component sysinfo:linux (m4 configuration macro) | |
checking for MCA component sysinfo:linux compile mode... dso | |
checking if we are on Linux... no | |
checking if MCA component sysinfo:linux can compile... no | |
--- MCA component sysinfo:solaris (m4 configuration macro) | |
checking for MCA component sysinfo:solaris compile mode... dso | |
configure: *** Open MPI does not support solaris sysinfo on this platform | |
checking if MCA component sysinfo:solaris can compile... no | |
--- MCA component sysinfo:darwin (m4 configuration macro) | |
checking for MCA component sysinfo:darwin compile mode... dso | |
checking for mach/mach_host.h... (cached) yes | |
checking if MCA component sysinfo:darwin can compile... yes | |
+++ Configuring MCA framework timer | |
checking for no configure components in framework timer... | |
checking for m4 configure components in framework timer... altix, catamount, aix, darwin, solaris, windows, linux | |
--- MCA component timer:altix (m4 configuration macro) | |
checking for MCA component timer:altix compile mode... static | |
checking sn/mmtimer.h usability... no | |
checking sn/mmtimer.h presence... no | |
checking for sn/mmtimer.h... no | |
checking if MCA component timer:altix can compile... no | |
--- MCA component timer:catamount (m4 configuration macro) | |
checking for MCA component timer:catamount compile mode... static | |
checking catamount/dclock.h usability... no | |
checking catamount/dclock.h presence... no | |
checking for catamount/dclock.h... no | |
checking if MCA component timer:catamount can compile... no | |
--- MCA component timer:aix (m4 configuration macro) | |
checking for MCA component timer:aix compile mode... static | |
checking for time_base_to_time... no | |
checking if MCA component timer:aix can compile... no | |
--- MCA component timer:darwin (m4 configuration macro) | |
checking for MCA component timer:darwin compile mode... static | |
checking mach/mach_time.h usability... yes | |
checking mach/mach_time.h presence... yes | |
checking for mach/mach_time.h... yes | |
checking for mach_absolute_time... yes | |
checking if MCA component timer:darwin can compile... yes | |
--- MCA component timer:solaris (m4 configuration macro) | |
checking for MCA component timer:solaris compile mode... static | |
checking for gethrtime... no | |
checking if MCA component timer:solaris can compile... no | |
--- MCA component timer:windows (m4 configuration macro) | |
checking for MCA component timer:windows compile mode... static | |
checking if MCA component timer:windows can compile... no | |
--- MCA component timer:linux (m4 configuration macro) | |
checking for MCA component timer:linux compile mode... static | |
checking if MCA component timer:linux can compile... no | |
*** Configuring MCA for orte | |
checking for frameworks for orte... errmgr, ess, filem, grpcomm, iof, notifier, odls, oob, plm, ras, rmaps, rml, routed, snapc | |
+++ Configuring MCA framework errmgr | |
checking for no configure components in framework errmgr... default | |
checking for m4 configure components in framework errmgr... | |
--- MCA component errmgr:default (no configuration) | |
checking for MCA component errmgr:default compile mode... dso | |
checking if MCA component errmgr:default can compile... yes | |
+++ Configuring MCA framework ess | |
checking for no configure components in framework ess... | |
checking for m4 configure components in framework ess... portals_utcp, cnos, alps, env, hnp, lsf, pmi, singleton, slave, slurm, slurmd, tm, tool | |
--- MCA component ess:portals_utcp (m4 configuration macro) | |
checking for MCA component ess:portals_utcp compile mode... dso | |
checking --with-portals value... simple ok (unspecified) | |
checking for PtlGetRank... no | |
checking if MCA component ess:portals_utcp can compile... no | |
--- MCA component ess:cnos (m4 configuration macro) | |
checking for MCA component ess:cnos compile mode... dso | |
checking for cnos_get_rank... no | |
checking if MCA component ess:cnos can compile... no | |
--- MCA component ess:alps (m4 configuration macro) | |
checking for MCA component ess:alps compile mode... dso | |
checking for catamount/cnos_mpi_os.h... no | |
checking for cnos_mpi_os.h... no | |
checking if MCA component ess:alps can compile... no | |
--- MCA component ess:env (m4 configuration macro) | |
checking for MCA component ess:env compile mode... dso | |
checking if MCA component ess:env can compile... yes | |
--- MCA component ess:hnp (m4 configuration macro) | |
checking for MCA component ess:hnp compile mode... dso | |
checking if MCA component ess:hnp can compile... yes | |
--- MCA component ess:lsf (m4 configuration macro) | |
checking for MCA component ess:lsf compile mode... dso | |
checking --with-lsf value... simple ok (unspecified) | |
checking --with-lsf-libdir value... simple ok (unspecified) | |
checking for LSF dir... compiler default | |
checking for LSF library dir... linker default | |
checking lsf/lsbatch.h usability... no | |
checking lsf/lsbatch.h presence... no | |
checking for lsf/lsbatch.h... no | |
checking if MCA component ess:lsf can compile... no | |
--- MCA component ess:pmi (m4 configuration macro) | |
checking for MCA component ess:pmi compile mode... dso | |
checking if user requested PMI support... no | |
checking if MCA component ess:pmi can compile... no | |
--- MCA component ess:singleton (m4 configuration macro) | |
checking for MCA component ess:singleton compile mode... dso | |
checking if MCA component ess:singleton can compile... yes | |
--- MCA component ess:slave (m4 configuration macro) | |
checking for MCA component ess:slave compile mode... dso | |
checking if MCA component ess:slave can compile... yes | |
--- MCA component ess:slurm (m4 configuration macro) | |
checking for MCA component ess:slurm compile mode... dso | |
checking for fork... (cached) yes | |
checking for execve... (cached) yes | |
checking for setpgid... yes | |
checking if MCA component ess:slurm can compile... yes | |
--- MCA component ess:slurmd (m4 configuration macro) | |
checking for MCA component ess:slurmd compile mode... dso | |
checking for fork... (cached) yes | |
checking for execve... (cached) yes | |
checking for setpgid... (cached) yes | |
checking if MCA component ess:slurmd can compile... yes | |
--- MCA component ess:tm (m4 configuration macro) | |
checking for MCA component ess:tm compile mode... dso | |
checking --with-tm value... simple ok (unspecified) | |
checking for pbs-config... not found | |
checking tm.h usability... no | |
checking tm.h presence... no | |
checking for tm.h... no | |
checking if MCA component ess:tm can compile... no | |
--- MCA component ess:tool (m4 configuration macro) | |
checking for MCA component ess:tool compile mode... dso | |
checking if MCA component ess:tool can compile... yes | |
+++ Configuring MCA framework filem | |
checking for no configure components in framework filem... rsh | |
checking for m4 configure components in framework filem... | |
--- MCA component filem:rsh (no configuration) | |
checking for MCA component filem:rsh compile mode... dso | |
checking if MCA component filem:rsh can compile... yes | |
+++ Configuring MCA framework grpcomm | |
checking for no configure components in framework grpcomm... | |
checking for m4 configure components in framework grpcomm... cnos, bad, basic, pmi | |
--- MCA component grpcomm:cnos (m4 configuration macro) | |
checking for MCA component grpcomm:cnos compile mode... dso | |
checking for cnos_barrier... no | |
checking if MCA component grpcomm:cnos can compile... no | |
--- MCA component grpcomm:bad (m4 configuration macro) | |
checking for MCA component grpcomm:bad compile mode... dso | |
checking if MCA component grpcomm:bad can compile... yes | |
--- MCA component grpcomm:basic (m4 configuration macro) | |
checking for MCA component grpcomm:basic compile mode... dso | |
checking if MCA component grpcomm:basic can compile... yes | |
--- MCA component grpcomm:pmi (m4 configuration macro) | |
checking for MCA component grpcomm:pmi compile mode... dso | |
checking if user requested PMI support... no | |
checking if MCA component grpcomm:pmi can compile... no | |
+++ Configuring MCA framework iof | |
checking for no configure components in framework iof... hnp, orted, tool | |
checking for m4 configure components in framework iof... | |
--- MCA component iof:hnp (no configuration) | |
checking for MCA component iof:hnp compile mode... dso | |
checking if MCA component iof:hnp can compile... yes | |
--- MCA component iof:orted (no configuration) | |
checking for MCA component iof:orted compile mode... dso | |
checking if MCA component iof:orted can compile... yes | |
--- MCA component iof:tool (no configuration) | |
checking for MCA component iof:tool compile mode... dso | |
checking if MCA component iof:tool can compile... yes | |
+++ Configuring MCA framework notifier | |
checking for no configure components in framework notifier... | |
checking for m4 configure components in framework notifier... command, ftb, smtp, syslog | |
--- MCA component notifier:command (m4 configuration macro) | |
checking for MCA component notifier:command compile mode... dso | |
checking for fork... (cached) yes | |
checking for pipe... (cached) yes | |
checking if MCA component notifier:command can compile... yes | |
--- MCA component notifier:ftb (m4 configuration macro) | |
checking for MCA component notifier:ftb compile mode... dso | |
checking libftb.h usability... no | |
checking libftb.h presence... no | |
checking for libftb.h... no | |
checking if MCA component notifier:ftb can compile... no | |
--- MCA component notifier:smtp (m4 configuration macro) | |
checking for MCA component notifier:smtp compile mode... dso | |
checking --with-esmtp value... simple ok (unspecified) | |
checking --with-esmtp-libdir value... simple ok (unspecified) | |
checking libesmtp.h usability... no | |
checking libesmtp.h presence... no | |
checking for libesmtp.h... no | |
checking if MCA component notifier:smtp can compile... no | |
--- MCA component notifier:syslog (m4 configuration macro) | |
checking for MCA component notifier:syslog compile mode... dso | |
checking if MCA component notifier:syslog can compile... yes | |
+++ Configuring MCA framework odls | |
checking for no configure components in framework odls... | |
checking for m4 configure components in framework odls... default, process | |
--- MCA component odls:default (m4 configuration macro) | |
checking for MCA component odls:default compile mode... dso | |
checking for fork... (cached) yes | |
checking if MCA component odls:default can compile... yes | |
--- MCA component odls:process (m4 configuration macro) | |
checking for MCA component odls:process compile mode... dso | |
checking for CreateProcess... no | |
checking if MCA component odls:process can compile... no | |
+++ Configuring MCA framework oob | |
checking for no configure components in framework oob... | |
checking for m4 configure components in framework oob... tcp | |
--- MCA component oob:tcp (m4 configuration macro) | |
checking for MCA component oob:tcp compile mode... dso | |
checking for struct sockaddr_in... (cached) yes | |
checking if MCA component oob:tcp can compile... yes | |
+++ Configuring MCA framework plm | |
checking for no configure components in framework plm... | |
checking for m4 configure components in framework plm... alps, ccp, lsf, process, rsh, slurm, tm | |
--- MCA component plm:alps (m4 configuration macro) | |
checking for MCA component plm:alps compile mode... dso | |
checking if MCA component plm:alps can compile... no | |
--- MCA component plm:ccp (m4 configuration macro) | |
checking for MCA component plm:ccp compile mode... dso | |
checking if MCA component plm:ccp can compile... no | |
--- MCA component plm:lsf (m4 configuration macro) | |
checking for MCA component plm:lsf compile mode... dso | |
checking --with-lsf value... simple ok (unspecified) | |
checking --with-lsf-libdir value... simple ok (unspecified) | |
checking for LSF dir... compiler default | |
checking for LSF library dir... linker default | |
checking lsf/lsbatch.h usability... no | |
checking lsf/lsbatch.h presence... no | |
checking for lsf/lsbatch.h... no | |
checking if MCA component plm:lsf can compile... no | |
--- MCA component plm:process (m4 configuration macro) | |
checking for MCA component plm:process compile mode... dso | |
checking if MCA component plm:process can compile... no | |
--- MCA component plm:rsh (m4 configuration macro) | |
checking for MCA component plm:rsh compile mode... dso | |
checking for fork... (cached) yes | |
checking if MCA component plm:rsh can compile... yes | |
--- MCA component plm:slurm (m4 configuration macro) | |
checking for MCA component plm:slurm compile mode... dso | |
checking for fork... (cached) yes | |
checking for execve... (cached) yes | |
checking for setpgid... (cached) yes | |
checking if MCA component plm:slurm can compile... yes | |
--- MCA component plm:tm (m4 configuration macro) | |
checking for MCA component plm:tm compile mode... dso | |
checking --with-tm value... simple ok (unspecified) | |
checking for pbs-config... not found | |
checking tm.h usability... no | |
checking tm.h presence... no | |
checking for tm.h... no | |
checking if MCA component plm:tm can compile... no | |
+++ Configuring MCA framework ras | |
checking for no configure components in framework ras... cm | |
checking for m4 configure components in framework ras... alps, ccp, gridengine, loadleveler, lsf, slurm, tm | |
--- MCA component ras:cm (no configuration) | |
checking for MCA component ras:cm compile mode... dso | |
checking if MCA component ras:cm can compile... yes | |
--- MCA component ras:alps (m4 configuration macro) | |
checking for MCA component ras:alps compile mode... dso | |
checking if MCA component ras:alps can compile... no | |
--- MCA component ras:ccp (m4 configuration macro) | |
checking for MCA component ras:ccp compile mode... dso | |
checking if MCA component ras:ccp can compile... no | |
--- MCA component ras:gridengine (m4 configuration macro) | |
checking for MCA component ras:gridengine compile mode... dso | |
checking if user requested SGE build... not specified; checking environment | |
checking for qrsh... no | |
checking for SGE_ROOT environment variable... not found | |
checking if MCA component ras:gridengine can compile... no | |
--- MCA component ras:loadleveler (m4 configuration macro) | |
checking for MCA component ras:loadleveler compile mode... dso | |
checking if MCA component ras:loadleveler can compile... no | |
--- MCA component ras:lsf (m4 configuration macro) | |
checking for MCA component ras:lsf compile mode... dso | |
checking --with-lsf value... simple ok (unspecified) | |
checking --with-lsf-libdir value... simple ok (unspecified) | |
checking for LSF dir... compiler default | |
checking for LSF library dir... linker default | |
checking lsf/lsbatch.h usability... no | |
checking lsf/lsbatch.h presence... no | |
checking for lsf/lsbatch.h... no | |
checking if MCA component ras:lsf can compile... no | |
--- MCA component ras:slurm (m4 configuration macro) | |
checking for MCA component ras:slurm compile mode... dso | |
checking for fork... (cached) yes | |
checking for execve... (cached) yes | |
checking for setpgid... (cached) yes | |
checking if MCA component ras:slurm can compile... yes | |
--- MCA component ras:tm (m4 configuration macro) | |
checking for MCA component ras:tm compile mode... dso | |
checking --with-tm value... simple ok (unspecified) | |
checking for pbs-config... not found | |
checking tm.h usability... no | |
checking tm.h presence... no | |
checking for tm.h... no | |
checking if MCA component ras:tm can compile... no | |
+++ Configuring MCA framework rmaps | |
checking for no configure components in framework rmaps... load_balance, rank_file, resilient, round_robin, seq, topo | |
checking for m4 configure components in framework rmaps... | |
--- MCA component rmaps:load_balance (no configuration) | |
checking for MCA component rmaps:load_balance compile mode... dso | |
checking if MCA component rmaps:load_balance can compile... yes | |
--- MCA component rmaps:rank_file (no configuration) | |
checking for MCA component rmaps:rank_file compile mode... dso | |
checking if MCA component rmaps:rank_file can compile... yes | |
--- MCA component rmaps:resilient (no configuration) | |
checking for MCA component rmaps:resilient compile mode... dso | |
checking if MCA component rmaps:resilient can compile... yes | |
--- MCA component rmaps:round_robin (no configuration) | |
checking for MCA component rmaps:round_robin compile mode... dso | |
checking if MCA component rmaps:round_robin can compile... yes | |
--- MCA component rmaps:seq (no configuration) | |
checking for MCA component rmaps:seq compile mode... dso | |
checking if MCA component rmaps:seq can compile... yes | |
--- MCA component rmaps:topo (no configuration) | |
checking for MCA component rmaps:topo compile mode... dso | |
checking if MCA component rmaps:topo can compile... yes | |
+++ Configuring MCA framework rml | |
checking for no configure components in framework rml... oob | |
checking for m4 configure components in framework rml... ftrm | |
--- MCA component rml:oob (no configuration) | |
checking for MCA component rml:oob compile mode... dso | |
checking if MCA component rml:oob can compile... yes | |
--- MCA component rml:ftrm (m4 configuration macro) | |
checking for MCA component rml:ftrm compile mode... dso | |
checking if MCA component rml:ftrm can compile... no | |
+++ Configuring MCA framework routed | |
checking for no configure components in framework routed... binomial, cm, direct, linear, radix, slave | |
checking for m4 configure components in framework routed... | |
--- MCA component routed:binomial (no configuration) | |
checking for MCA component routed:binomial compile mode... dso | |
checking if MCA component routed:binomial can compile... yes | |
--- MCA component routed:cm (no configuration) | |
checking for MCA component routed:cm compile mode... dso | |
checking if MCA component routed:cm can compile... yes | |
--- MCA component routed:direct (no configuration) | |
checking for MCA component routed:direct compile mode... dso | |
checking if MCA component routed:direct can compile... yes | |
--- MCA component routed:linear (no configuration) | |
checking for MCA component routed:linear compile mode... dso | |
checking if MCA component routed:linear can compile... yes | |
--- MCA component routed:radix (no configuration) | |
checking for MCA component routed:radix compile mode... dso | |
checking if MCA component routed:radix can compile... yes | |
--- MCA component routed:slave (no configuration) | |
checking for MCA component routed:slave compile mode... dso | |
checking if MCA component routed:slave can compile... yes | |
+++ Configuring MCA framework snapc | |
checking for no configure components in framework snapc... | |
checking for m4 configure components in framework snapc... full | |
--- MCA component snapc:full (m4 configuration macro) | |
checking for MCA component snapc:full compile mode... dso | |
checking if MCA component snapc:full can compile... no | |
*** Configuring MCA for ompi | |
checking for frameworks for ompi... allocator, bml, btl, coll, common, crcp, dpm, io, mpool, mtl, op, osc, pml, pubsub, rcache, topo | |
+++ Configuring MCA framework allocator | |
checking for no configure components in framework allocator... basic, bucket | |
checking for m4 configure components in framework allocator... | |
--- MCA component allocator:basic (no configuration) | |
checking for MCA component allocator:basic compile mode... dso | |
checking if MCA component allocator:basic can compile... yes | |
--- MCA component allocator:bucket (no configuration) | |
checking for MCA component allocator:bucket compile mode... dso | |
checking if MCA component allocator:bucket can compile... yes | |
+++ Configuring MCA framework bml | |
checking for no configure components in framework bml... r2 | |
checking for m4 configure components in framework bml... | |
--- MCA component bml:r2 (no configuration) | |
checking for MCA component bml:r2 compile mode... dso | |
checking if MCA component bml:r2 can compile... yes | |
+++ Configuring MCA framework btl | |
checking for no configure components in framework btl... self | |
checking for m4 configure components in framework btl... elan, mx, ofud, openib, portals, sctp, sm, tcp, udapl | |
--- MCA component btl:self (no configuration) | |
checking for MCA component btl:self compile mode... dso | |
checking if MCA component btl:self can compile... yes | |
--- MCA component btl:elan (m4 configuration macro) | |
checking for MCA component btl:elan compile mode... dso | |
checking --with-elan value... simple ok (unspecified) | |
checking --with-elan-libdir value... simple ok (unspecified) | |
checking elan/elan.h usability... no | |
checking elan/elan.h presence... no | |
checking for elan/elan.h... no | |
checking if MCA component btl:elan can compile... no | |
--- MCA component btl:mx (m4 configuration macro) | |
checking for MCA component btl:mx compile mode... dso | |
checking --with-mx value... simple ok (unspecified) | |
checking --with-mx-libdir value... simple ok (unspecified) | |
checking myriexpress.h usability... no | |
checking myriexpress.h presence... no | |
checking for myriexpress.h... no | |
checking if MCA component btl:mx can compile... no | |
--- MCA component btl:ofud (m4 configuration macro) | |
checking for MCA component btl:ofud compile mode... dso | |
checking --with-openib value... simple ok (unspecified) | |
checking --with-openib-libdir value... simple ok (unspecified) | |
checking if want to add padding to the openib control header... no | |
checking for fcntl.h... (cached) yes | |
checking sys/poll.h usability... yes | |
checking sys/poll.h presence... yes | |
checking for sys/poll.h... yes | |
checking infiniband/verbs.h usability... no | |
checking infiniband/verbs.h presence... no | |
checking for infiniband/verbs.h... no | |
checking if ConnectX XRC support is enabled... no | |
checking if dynamic SL is enabled... no | |
checking if OpenFabrics RDMACM support is enabled... no | |
checking if MCA component btl:ofud can compile... no | |
--- MCA component btl:openib (m4 configuration macro) | |
checking for MCA component btl:openib compile mode... dso | |
checking --with-openib value... simple ok (unspecified) | |
checking --with-openib-libdir value... simple ok (unspecified) | |
checking if want to add padding to the openib control header... no | |
checking for fcntl.h... (cached) yes | |
checking for sys/poll.h... (cached) yes | |
checking infiniband/verbs.h usability... no | |
checking infiniband/verbs.h presence... no | |
checking for infiniband/verbs.h... no | |
checking if ConnectX XRC support is enabled... no | |
checking if dynamic SL is enabled... no | |
checking if OpenFabrics RDMACM support is enabled... no | |
checking for thread support (needed for rdmacm)... posix | |
checking whether openib failover is enabled... no | |
checking for malloc.h... (cached) no | |
checking whether the openib BTL will use malloc hooks... no | |
checking if MCA component btl:openib can compile... no | |
--- MCA component btl:portals (m4 configuration macro) | |
checking for MCA component btl:portals compile mode... dso | |
checking --with-portals value... simple ok (unspecified) | |
checking for Portals configuration... utcp | |
checking portals3.h usability... no | |
checking portals3.h presence... no | |
checking for portals3.h... no | |
checking for catamount/cnos_mpi_os.h... (cached) no | |
checking for cnos_mpi_os.h... (cached) no | |
checking if MCA component btl:portals can compile... no | |
--- MCA component btl:sctp (m4 configuration macro) | |
checking for MCA component btl:sctp compile mode... dso | |
checking --with-sctp value... simple ok (unspecified) | |
configure: WARNING: Adding -DFREEBSD to set extra sin_len field in sockaddr. | |
checking --with-sctp-libdir value... simple ok (unspecified) | |
checking for netinet/in.h... (cached) yes | |
checking for netinet/sctp.h... no | |
checking if MCA component btl:sctp can compile... no | |
--- MCA component btl:sm (m4 configuration macro) | |
checking for MCA component btl:sm compile mode... dso | |
checking --with-knem value... simple ok (unspecified) | |
checking knem_io.h usability... no | |
checking knem_io.h presence... no | |
checking for knem_io.h... no | |
checking if MCA component btl:sm can compile... yes | |
--- MCA component btl:tcp (m4 configuration macro) | |
checking for MCA component btl:tcp compile mode... dso | |
checking for struct sockaddr_in... (cached) yes | |
checking if MCA component btl:tcp can compile... yes | |
--- MCA component btl:udapl (m4 configuration macro) | |
checking for MCA component btl:udapl compile mode... dso | |
checking --with-udapl value... simple ok (unspecified) | |
checking --with-udapl-libdir value... simple ok (unspecified) | |
checking dat/udat.h usability... no | |
checking dat/udat.h presence... no | |
checking for dat/udat.h... no | |
checking if MCA component btl:udapl can compile... no | |
+++ Configuring MCA framework coll | |
checking for no configure components in framework coll... basic, hierarch, inter, self, sm, sync, tuned | |
checking for m4 configure components in framework coll... fca | |
--- MCA component coll:basic (no configuration) | |
checking for MCA component coll:basic compile mode... dso | |
checking if MCA component coll:basic can compile... yes | |
--- MCA component coll:hierarch (no configuration) | |
checking for MCA component coll:hierarch compile mode... dso | |
checking if MCA component coll:hierarch can compile... yes | |
--- MCA component coll:inter (no configuration) | |
checking for MCA component coll:inter compile mode... dso | |
checking if MCA component coll:inter can compile... yes | |
--- MCA component coll:self (no configuration) | |
checking for MCA component coll:self compile mode... dso | |
checking if MCA component coll:self can compile... yes | |
--- MCA component coll:sm (no configuration) | |
checking for MCA component coll:sm compile mode... dso | |
checking if MCA component coll:sm can compile... yes | |
--- MCA component coll:sync (no configuration) | |
checking for MCA component coll:sync compile mode... dso | |
checking if MCA component coll:sync can compile... yes | |
--- MCA component coll:tuned (no configuration) | |
checking for MCA component coll:tuned compile mode... dso | |
checking if MCA component coll:tuned can compile... yes | |
--- MCA component coll:fca (m4 configuration macro) | |
checking for MCA component coll:fca compile mode... dso | |
checking --with-fca value... simple ok (unspecified) | |
checking if MCA component coll:fca can compile... no | |
+++ Configuring MCA framework common | |
checking for no configure components in framework common... sm | |
checking for m4 configure components in framework common... mx, portals | |
--- MCA component common:sm (no configuration) | |
checking for MCA component common:sm compile mode... dso | |
checking if MCA component common:sm can compile... yes | |
--- MCA component common:mx (m4 configuration macro) | |
checking for MCA component common:mx compile mode... dso | |
checking --with-mx value... simple ok (unspecified) | |
checking --with-mx-libdir value... simple ok (unspecified) | |
checking myriexpress.h usability... no | |
checking myriexpress.h presence... no | |
checking for myriexpress.h... no | |
checking if MCA component common:mx can compile... no | |
--- MCA component common:portals (m4 configuration macro) | |
checking for MCA component common:portals compile mode... dso | |
checking --with-portals value... simple ok (unspecified) | |
checking for Portals configuration... utcp | |
checking for portals3.h... (cached) no | |
checking if MCA component common:portals can compile... no | |
+++ Configuring MCA framework crcp | |
checking for no configure components in framework crcp... | |
checking for m4 configure components in framework crcp... bkmrk | |
--- MCA component crcp:bkmrk (m4 configuration macro) | |
checking for MCA component crcp:bkmrk compile mode... dso | |
checking if MCA component crcp:bkmrk can compile... no | |
+++ Configuring MCA framework dpm | |
checking for no configure components in framework dpm... orte | |
checking for m4 configure components in framework dpm... | |
--- MCA component dpm:orte (no configuration) | |
checking for MCA component dpm:orte compile mode... dso | |
checking if MCA component dpm:orte can compile... yes | |
+++ Configuring MCA framework io | |
checking for no configure components in framework io... | |
checking for m4 configure components in framework io... romio | |
--- MCA component io:romio (m4 configuration macro) | |
checking for MCA component io:romio compile mode... dso | |
checking if want ROMIO component... yes | |
checking if MPI profiling is enabled... yes | |
*** Configuring ROMIO distribution | |
configure: OMPI configuring in ompi/mca/io/romio/romio | |
configure: running /bin/sh './configure' CFLAGS="-O3 -DNDEBUG -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -finline-functions -fno-strict-aliasing " CPPFLAGS="-F/usr/local/Frameworks -D_REENTRANT -I/private/tmp/open-mpi-Naep/openmpi-1.6.2/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband" FFLAGS="-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4" LDFLAGS="-L/usr/local/lib -F/usr/local/Frameworks " --enable-shared --disable-static --prefix=/usr/local/Cellar/open-mpi/1.6.2 --with-mpi=open_mpi --disable-aio --cache-file=/dev/null --srcdir=. --disable-option-checking | |
Configuring with args CFLAGS=-O3 -DNDEBUG -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -finline-functions -fno-strict-aliasing CPPFLAGS=-F/usr/local/Frameworks -D_REENTRANT -I/private/tmp/open-mpi-Naep/openmpi-1.6.2/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 LDFLAGS=-L/usr/local/lib -F/usr/local/Frameworks --enable-shared --disable-static --prefix=/usr/local/Cellar/open-mpi/1.6.2 --with-mpi=open_mpi --disable-aio --cache-file=/dev/null --srcdir=. --disable-option-checking | |
checking for Open MPI support files... in Open MPI source tree -- good | |
checking for make... make | |
checking whether clock skew breaks make... no | |
checking whether make supports include... yes | |
checking whether make allows comments in actions... yes | |
checking for virtual path format... VPATH | |
checking whether make sets CFLAGS... yes | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... confdb/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make supports nested variables... yes | |
checking for architecture... Darwin | |
configure: WARNING: Unknown architecture ... proceeding anyway | |
ROMIO home directory is /private/tmp/open-mpi-Naep/openmpi-1.6.2/ompi/mca/io/romio/romio | |
checking for ranlib... ranlib | |
checking for style of include used by make... GNU | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/local/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking dependency style of /usr/local/bin/gcc-4.2... gcc3 | |
checking for memalign... no | |
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for unistd.h... (cached) yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for sys/types.h... (cached) yes | |
checking for u_char... yes | |
checking for u_short... yes | |
checking for u_int... yes | |
checking for u_long... yes | |
checking sys/attr.h usability... yes | |
checking sys/attr.h presence... yes | |
checking for sys/attr.h... yes | |
checking size of int... 4 | |
checking size of void *... 8 | |
checking for int large enough for pointers... no | |
checking size of long long... 8 | |
checking whether struct flock compatible with MPI_Offset... yes | |
checking for pvfs2-config... notfound | |
checking configured file systems... testfs ufs nfs | |
configure: WARNING: File locks may not work with NFS. See the Installation and | |
users manual for instructions on testing and if necessary fixing this | |
checking sys/vfs.h usability... no | |
checking sys/vfs.h presence... no | |
checking for sys/vfs.h... no | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/mount.h usability... yes | |
checking sys/mount.h presence... yes | |
checking for sys/mount.h... yes | |
checking sys/statvfs.h usability... yes | |
checking sys/statvfs.h presence... yes | |
checking for sys/statvfs.h... yes | |
checking whether struct statfs properly defined... yes | |
checking for f_fstypename member of statfs structure... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/types.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for stat... yes | |
checking for st_fstype member of stat structure... no | |
checking for sys/types.h... (cached) yes | |
checking for sys/statvfs.h... (cached) yes | |
checking for sys/vfs.h... (cached) no | |
checking for statvfs... yes | |
checking for f_basetype member of statvfs structure... no | |
checking for unistd.h... (cached) yes | |
checking for large file defines... no | |
checking for strerror... yes | |
checking for doctext... no | |
checking for strdup... yes | |
checking whether strdup needs a declaration... no | |
checking for snprintf... yes | |
checking whether snprintf needs a declaration... no | |
checking for lstat... yes | |
checking whether lstat needs a declaration... yes | |
checking for readlink... yes | |
checking whether readlink needs a declaration... no | |
checking for fsync... yes | |
checking whether fsync needs a declaration... no | |
checking for ftruncate... yes | |
checking whether ftruncate needs a declaration... no | |
checking for lseek64... no | |
checking for unistd.h... (cached) yes | |
checking for large file defines... none | |
setting SYSDEP_INC to | |
checking for C/C++ restrict keyword... __restrict | |
checking whether __attribute__ allowed... yes | |
checking whether __attribute__((format)) allowed... yes | |
checking build system type... x86_64-apple-darwin12.2.1 | |
checking host system type... x86_64-apple-darwin12.2.1 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/local/bin/gcc-4.2... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.2.1 file names to x86_64-apple-darwin12.2.1 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.2.1 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... (cached) ranlib | |
checking command to parse /usr/bin/nm output from /usr/local/bin/gcc-4.2 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/local/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/local/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for : option to produce PIC... | |
checking if : static flag works... no | |
checking if : supports -c -o file.o... no | |
checking if : supports -c -o file.o... (cached) no | |
checking whether the : linker (/usr/bin/ld) supports shared libraries... no | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
setting CC to /usr/local/bin/gcc-4.2 | |
setting F77 to : | |
setting TEST_CC to mpicc | |
setting TEST_F77 to mpif77 | |
setting CFLAGS to -O3 -DNDEBUG -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -finline-functions -fno-strict-aliasing -DHAVE_ROMIOCONF_H -DHAVE_ROMIOCONF_H | |
setting USER_CFLAGS to | |
setting USER_FFLAGS to | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating localdefs | |
config.status: creating adio/Makefile | |
config.status: creating adio/ad_bgl/Makefile | |
config.status: creating adio/ad_bglockless/Makefile | |
config.status: creating adio/ad_gridftp/Makefile | |
config.status: creating adio/ad_lustre/Makefile | |
config.status: creating adio/ad_nfs/Makefile | |
config.status: creating adio/ad_ntfs/Makefile | |
config.status: creating adio/ad_panfs/Makefile | |
config.status: creating adio/ad_pfs/Makefile | |
config.status: creating adio/ad_pvfs/Makefile | |
config.status: creating adio/ad_pvfs2/Makefile | |
config.status: creating adio/ad_sfs/Makefile | |
config.status: creating adio/ad_testfs/Makefile | |
config.status: creating adio/ad_ufs/Makefile | |
config.status: creating adio/ad_xfs/Makefile | |
config.status: creating adio/ad_zoidfs/Makefile | |
config.status: creating adio/common/Makefile | |
config.status: creating adio/include/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating include/mpio.h | |
config.status: creating include/mpiof.h | |
config.status: creating include/Makefile | |
config.status: creating mpi-io/Makefile | |
config.status: creating test/Makefile | |
config.status: creating test/misc.c | |
config.status: creating test/large_file.c | |
config.status: creating test/fmisc.f | |
config.status: creating test/fcoll_test.f | |
config.status: creating test/pfcoll_test.f | |
config.status: creating test/fperf.f | |
config.status: creating test/runtests | |
config.status: creating util/romioinstall | |
config.status: creating mpi-io/glue/openmpi/Makefile | |
config.status: creating util/Makefile | |
config.status: creating adio/include/romioconf.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
config.status: executing default-1 commands | |
configure: /bin/sh './configure' succeeded for ompi/mca/io/romio/romio | |
ROMIO distribution configured successfully | |
checking if MCA component io:romio can compile... yes | |
+++ Configuring MCA framework mpool | |
checking for no configure components in framework mpool... fake, rdma, sm | |
checking for m4 configure components in framework mpool... | |
--- MCA component mpool:fake (no configuration) | |
checking for MCA component mpool:fake compile mode... dso | |
checking if MCA component mpool:fake can compile... yes | |
--- MCA component mpool:rdma (no configuration) | |
checking for MCA component mpool:rdma compile mode... dso | |
checking if MCA component mpool:rdma can compile... yes | |
--- MCA component mpool:sm (no configuration) | |
checking for MCA component mpool:sm compile mode... dso | |
checking if MCA component mpool:sm can compile... yes | |
+++ Configuring MCA framework mtl | |
checking for no configure components in framework mtl... | |
checking for m4 configure components in framework mtl... mx, mxm, portals, psm | |
--- MCA component mtl:mx (m4 configuration macro) | |
checking for MCA component mtl:mx compile mode... dso | |
checking --with-mx value... simple ok (unspecified) | |
checking --with-mx-libdir value... simple ok (unspecified) | |
checking myriexpress.h usability... no | |
checking myriexpress.h presence... no | |
checking for myriexpress.h... no | |
checking if MCA component mtl:mx can compile... no | |
--- MCA component mtl:mxm (m4 configuration macro) | |
checking for MCA component mtl:mxm compile mode... dso | |
checking --with-mxm value... simple ok (unspecified) | |
checking --with-mxm-libdir value... simple ok (unspecified) | |
checking mxm/api/mxm_api.h usability... no | |
checking mxm/api/mxm_api.h presence... no | |
checking for mxm/api/mxm_api.h... no | |
checking if MCA component mtl:mxm can compile... no | |
--- MCA component mtl:portals (m4 configuration macro) | |
checking for MCA component mtl:portals compile mode... dso | |
checking --with-portals value... simple ok (unspecified) | |
checking for Portals configuration... utcp | |
checking for portals3.h... (cached) no | |
checking if MCA component mtl:portals can compile... no | |
--- MCA component mtl:psm (m4 configuration macro) | |
checking for MCA component mtl:psm compile mode... dso | |
checking --with-psm value... simple ok (unspecified) | |
checking --with-psm-libdir value... simple ok (unspecified) | |
checking psm.h usability... no | |
checking psm.h presence... no | |
checking for psm.h... no | |
checking if MCA component mtl:psm can compile... no | |
+++ Configuring MCA framework op | |
checking for no configure components in framework op... | |
checking for m4 configure components in framework op... | |
+++ Configuring MCA framework osc | |
checking for no configure components in framework osc... pt2pt, rdma | |
checking for m4 configure components in framework osc... | |
--- MCA component osc:pt2pt (no configuration) | |
checking for MCA component osc:pt2pt compile mode... dso | |
checking if MCA component osc:pt2pt can compile... yes | |
--- MCA component osc:rdma (no configuration) | |
checking for MCA component osc:rdma compile mode... dso | |
checking if MCA component osc:rdma can compile... yes | |
+++ Configuring MCA framework pml | |
checking for no configure components in framework pml... bfo, cm, csum, ob1 | |
checking for m4 configure components in framework pml... crcpw, v | |
--- MCA component pml:bfo (no configuration) | |
checking for MCA component pml:bfo compile mode... dso | |
checking if MCA component pml:bfo can compile... yes | |
--- MCA component pml:cm (no configuration) | |
checking for MCA component pml:cm compile mode... dso | |
checking if MCA component pml:cm can compile... yes | |
--- MCA component pml:csum (no configuration) | |
checking for MCA component pml:csum compile mode... dso | |
checking if MCA component pml:csum can compile... yes | |
--- MCA component pml:ob1 (no configuration) | |
checking for MCA component pml:ob1 compile mode... dso | |
checking if MCA component pml:ob1 can compile... yes | |
--- MCA component pml:crcpw (m4 configuration macro) | |
checking for MCA component pml:crcpw compile mode... dso | |
checking if MCA component pml:crcpw can compile... no | |
--- MCA component pml:v (m4 configuration macro) | |
checking for MCA component pml:v compile mode... dso | |
+++ Configuring MCA framework vprotocol | |
checking for no configure components in framework vprotocol... pessimist | |
checking for m4 configure components in framework vprotocol... | |
--- MCA component vprotocol:pessimist (no configuration) | |
checking for MCA component vprotocol:pessimist compile mode... dso | |
checking if MCA component vprotocol:pessimist can compile... yes | |
checking if MCA component pml:v can compile... yes | |
+++ Configuring MCA framework pubsub | |
checking for no configure components in framework pubsub... orte | |
checking for m4 configure components in framework pubsub... pmi | |
--- MCA component pubsub:orte (no configuration) | |
checking for MCA component pubsub:orte compile mode... dso | |
checking if MCA component pubsub:orte can compile... yes | |
--- MCA component pubsub:pmi (m4 configuration macro) | |
checking for MCA component pubsub:pmi compile mode... dso | |
checking if user requested PMI support... no | |
checking if MCA component pubsub:pmi can compile... no | |
+++ Configuring MCA framework rcache | |
checking for no configure components in framework rcache... vma | |
checking for m4 configure components in framework rcache... | |
--- MCA component rcache:vma (no configuration) | |
checking for MCA component rcache:vma compile mode... dso | |
checking if MCA component rcache:vma can compile... yes | |
+++ Configuring MCA framework topo | |
checking for no configure components in framework topo... unity | |
checking for m4 configure components in framework topo... | |
--- MCA component topo:unity (no configuration) | |
checking for MCA component topo:unity compile mode... dso | |
checking if MCA component topo:unity can compile... yes | |
============================================================================ | |
== Extended MPI interfaces setup | |
============================================================================ | |
checking which extension components should be enabled... | |
checking for projects containing EXT frameworks... ompi | |
*** Configuring EXT for ompi | |
checking for frameworks for ompi... mpiext | |
+++ Configuring EXT framework mpiext | |
checking for no configure components in framework mpiext... | |
checking for m4 configure components in framework mpiext... affinity, example | |
--- EXT component mpiext:affinity (m4 configuration macro) | |
checking if EXT component mpiext:affinity can compile... no | |
--- EXT component mpiext:example (m4 configuration macro) | |
checking if EXT component mpiext:example can compile... no | |
============================================================================ | |
== Contributed software setup | |
============================================================================ | |
*** Configuring contributed software packages | |
checking which contributed software packages should be disabled... | |
--- libompitrace (m4 configuration macro) | |
checking if contributed component libompitrace can compile... yes | |
--- vt (m4 configuration macro) | |
checking whether PMPI is enabled... yes | |
checking whether C++ STL is suitable for vt... yes | |
configure: OMPI configuring in ompi/contrib/vt/vt | |
configure: running /bin/sh './configure' --disable-option-checking --with-openmpi-inside '--prefix=/usr/local/Cellar/open-mpi/1.6.2' '--disable-dependency-tracking' '--enable-ipv6' 'CC=/usr/local/bin/gcc-4.2' 'CFLAGS=-Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8' 'LDFLAGS=-L/usr/local/lib -F/usr/local/Frameworks' 'CPPFLAGS=-F/usr/local/Frameworks' 'CXX=/usr/local/bin/g++-4.2' 'CXXFLAGS=-Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8' 'F77=gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' 'FC=gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' --cache-file=/dev/null --srcdir=. --disable-option-checking | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking build system type... x86_64-apple-darwin12.2.1 | |
checking host system type... x86_64-apple-darwin12.2.1 | |
checking for platform... macos | |
checking for options file... no | |
configure: builddir: /private/tmp/open-mpi-Naep/openmpi-1.6.2/ompi/contrib/vt/vt | |
configure: srcdir: /private/tmp/open-mpi-Naep/openmpi-1.6.2/ompi/contrib/vt/vt | |
checking if build filesystem is case sensitive... no | |
checking for gcc... /usr/local/bin/gcc-4.2 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/local/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/local/bin/gcc-4.2... none | |
checking whether /usr/local/bin/gcc-4.2 and cc understand -c and -o together... yes | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/local/bin/g++-4.2 accepts -g... yes | |
checking dependency style of /usr/local/bin/g++-4.2... none | |
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E | |
checking how to run the C++ preprocessor... /usr/local/bin/g++-4.2 -E | |
checking dependency style of /usr/local/bin/gcc-4.2... none | |
checking whether we are using the GNU Fortran compiler... yes | |
checking whether gfortran accepts -g... yes | |
checking for ar... ar | |
checking whether ln -s works... yes | |
checking for gawk... (cached) awk | |
checking for java... java | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking fnmatch.h usability... yes | |
checking fnmatch.h presence... yes | |
checking for fnmatch.h... yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking for size_t... yes | |
checking size of void*... 8 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of mode_t... 2 | |
checking whether va_copy is declared... yes | |
checking whether __va_copy is declared... yes | |
checking for asprintf... yes | |
checking for snprintf... yes | |
checking for vasprintf... yes | |
checking for vsnprintf... yes | |
checking for strdup... yes | |
checking for memmove... yes | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/local/bin/gcc-4.2... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.2.1 file names to x86_64-apple-darwin12.2.1 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.2.1 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/local/bin/gcc-4.2 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/local/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/local/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... /usr/local/bin/g++-4.2 -E | |
checking for ld used by /usr/local/bin/g++-4.2... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking for /usr/local/bin/g++-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/local/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/local/bin/g++-4.2 static flag -static works... no | |
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... yes | |
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking for gfortran option to produce PIC... -fno-common | |
checking if gfortran PIC flag -fno-common works... yes | |
checking if gfortran static flag -static works... no | |
checking if gfortran supports -c -o file.o... yes | |
checking if gfortran supports -c -o file.o... (cached) yes | |
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
configure: selected timer: TIMER_CYCLE_COUNTER | |
configure: global timer: no | |
checking for compiler instrumentation... gnu | |
checking for dlfcn.h... (cached) yes | |
checking whether linking with -ldl works... yes | |
checking whether RTLD_DEFAULT is declared... yes | |
checking whether RTLD_NEXT is declared... yes | |
checking BPatch.h usability... no | |
checking BPatch.h presence... no | |
checking for BPatch.h... no | |
configure: error: no BPatch.h found; check path for Dyninst package first... | |
checking for tau_instrumentor... no | |
configure: error: no tau_instrumentor found; check path for PDToolkit first... | |
configure: we are configuring inside Open MPI; presetting cache to skip MPI related tests | |
checking for mpicc... (cached) /usr/local/bin/gcc-4.2 | |
checking for mpicxx... (cached) /usr/local/bin/g++-4.2 | |
checking whether MPI_IN_PLACE is declared... (cached) yes | |
checking whether MPI_ROOT is declared... (cached) yes | |
checking for MPI_Add_error_class... (cached) yes | |
checking for MPI_Add_error_code... (cached) yes | |
checking for MPI_Add_error_string... (cached) yes | |
checking for MPI_Get_address... (cached) yes | |
checking for MPI_Finalized... (cached) yes | |
checking for MPI_Type_create_f90_complex... (cached) yes | |
checking for MPI_Type_create_f90_integer... (cached) yes | |
checking for MPI_Type_create_f90_real... (cached) yes | |
checking for MPI_Type_create_struct... (cached) yes | |
checking for MPI_Type_match_size... (cached) yes | |
checking for PMPI_Win_test... (cached) yes | |
checking for PMPI_Win_lock... (cached) yes | |
checking for PMPI_Win_unlock... (cached) yes | |
checking for MPI_Register_datarep... (cached) yes | |
checking for PMPI_File_read_ordered... (cached) yes | |
checking for PMPI_File_read_ordered_begin... (cached) yes | |
checking for PMPI_File_write_ordered... (cached) yes | |
checking for PMPI_File_write_ordered_begin... (cached) yes | |
configure: error: MPI Correctness Checking support cannot be built inside Open MPI | |
checking math.h usability... yes | |
checking math.h presence... yes | |
checking for math.h... yes | |
checking whether we need to link -lm to get math functions... no | |
checking f2c.h usability... no | |
checking f2c.h presence... no | |
checking for f2c.h... no | |
configure: error: no f2c.h found; check path for CLAPACK package first... | |
checking for C++ runtime library... -lstdc++ | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
checking for joinable pthread attribute... PTHREAD_CREATE_JOINABLE | |
checking if more special flags are required for pthreads... -D_THREAD_SAFE | |
checking for cc_r... /usr/local/bin/gcc-4.2 | |
checking pthread.h usability... yes | |
checking pthread.h presence... yes | |
checking for pthread.h... yes | |
checking for pthread_condattr_getpshared... yes | |
checking for pthread_condattr_setpshared... yes | |
checking for pthread_mutexattr_getpshared... yes | |
checking for pthread_mutexattr_setpshared... yes | |
checking for OpenMP flag of C compiler... -fopenmp | |
checking omp.h usability... yes | |
checking omp.h presence... yes | |
checking for omp.h... yes | |
checking whether we can build shared libraries... yes | |
checking jvmti.h usability... no | |
checking jvmti.h presence... no | |
checking for jvmti.h... no | |
configure: error: no jvmti.h found; check path for JVMTI package first... | |
checking papi.h usability... no | |
checking papi.h presence... no | |
checking for papi.h... no | |
configure: error: no papi.h found; check path for PAPI package first... | |
checking libcpc.h usability... no | |
checking libcpc.h presence... no | |
checking for libcpc.h... no | |
configure: error: no libcpc.h found; check path for CPC package first... | |
checking whether we are on a NEC SX... no | |
checking sys/resource.h usability... yes | |
checking sys/resource.h presence... yes | |
checking for sys/resource.h... yes | |
checking for getrusage... yes | |
checking whether RUSAGE_THREAD is declared... no | |
checking for dlfcn.h... (cached) yes | |
checking whether linking with -ldl works... yes | |
checking whether RTLD_DEFAULT is declared... (cached) yes | |
checking whether RTLD_NEXT is declared... (cached) yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
configure: error: no malloc.h found | |
checking sched.h usability... yes | |
checking sched.h presence... yes | |
checking for sched.h... yes | |
checking for sched_getcpu... no | |
checking cuda.h usability... no | |
checking cuda.h presence... no | |
checking for cuda.h... no | |
configure: error: no cuda.h found; check path for CUDA Toolkit first... | |
checking cuda_runtime_api.h usability... no | |
checking cuda_runtime_api.h presence... no | |
checking for cuda_runtime_api.h... no | |
configure: error: no cuda_runtime_api.h found; check path for CUDA Toolkit first... | |
checking cupti.h usability... no | |
checking cupti.h presence... no | |
checking for cupti.h... no | |
configure: error: no cupti.h found; check path for CUPTI package first... | |
checking for dlfcn.h... (cached) yes | |
checking whether linking with -ldl works... yes | |
checking whether RTLD_DEFAULT is declared... (cached) yes | |
checking whether RTLD_NEXT is declared... (cached) yes | |
checking for shared LIBC's pathname... unknown | |
checking ctool/ctool.h usability... no | |
checking ctool/ctool.h presence... no | |
checking for ctool/ctool.h... no | |
configure: error: no ctool/ctool.h found; check path for CTool package first... | |
configure: error: pathname of shared LIBC required for LIBC tracing; please specify it by --with-shlibc | |
configure: error: pathname of shared LIBC required for LIBC-I/O tracing; please specify it by --with-shlibc | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking whether linking with -lz works... yes | |
checking bmi.h usability... no | |
checking bmi.h presence... no | |
checking for bmi.h... no | |
configure: error: no bmi.h found; check path for BMI package first... | |
configure: configuring in extlib/otf (/private/tmp/open-mpi-Naep/openmpi-1.6.2/ompi/contrib/vt/vt/extlib/otf) | |
configure: running /bin/sh ./configure --with-openmpi-inside=yes --enable-static=yes --enable-shared=yes --with-mpi --with-mpi-lib="-lmpi" --with-zlib-lib="-lz" --without-zoidfs --prefix="/usr/local/Cellar/open-mpi/1.6.2" --exec-prefix="${prefix}" --bindir="${exec_prefix}/bin" --libdir="${exec_prefix}/lib" --includedir="${prefix}/include/vampirtrace" --docdir="${datarootdir}/doc/otf" --cache-file="/dev/null" --srcdir="." | |
checking build system type... x86_64-apple-darwin12.2.1 | |
checking host system type... x86_64-apple-darwin12.2.1 | |
checking target system type... x86_64-apple-darwin12.2.1 | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking whether make supports nested variables... yes | |
checking whether the C++ compiler works... yes | |
checking for C++ compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C++ compiler... yes | |
checking whether /usr/local/bin/g++-4.2 accepts -g... yes | |
checking for style of include used by make... GNU | |
checking dependency style of /usr/local/bin/g++-4.2... gcc3 | |
checking for gcc... /usr/local/bin/gcc-4.2 | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/local/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking dependency style of /usr/local/bin/gcc-4.2... gcc3 | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/local/bin/gcc-4.2... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.2.1 file names to x86_64-apple-darwin12.2.1 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.2.1 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/local/bin/gcc-4.2 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/local/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/local/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... yes | |
checking how to run the C++ preprocessor... /usr/local/bin/g++-4.2 -E | |
checking for ld used by /usr/local/bin/g++-4.2... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking for /usr/local/bin/g++-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/local/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/local/bin/g++-4.2 static flag -static works... no | |
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... yes | |
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking whether byte ordering is bigendian... no | |
checking for mpicc... /usr/local/bin/gcc-4.2 | |
checking for mpic++... /usr/local/bin/g++-4.2 | |
checking for OpenMP flag of C++ compiler... -fopenmp | |
checking vtf3.h usability... no | |
checking vtf3.h presence... no | |
checking for vtf3.h... no | |
configure: error: no vtf3.h found; check path for VTF3 package first... | |
checking zlib.h usability... yes | |
checking zlib.h presence... yes | |
checking for zlib.h... yes | |
checking whether linking with -lm works... yes | |
checking whether we need to link -lm to get math functions... no | |
checking for pdflatex... pdflatex | |
checking for PGFPLOTS version >= 1.4... yes | |
checking for ANSI C header files... (cached) yes | |
checking ctype.h usability... yes | |
checking ctype.h presence... yes | |
checking for ctype.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking sys/param.h usability... yes | |
checking sys/param.h presence... yes | |
checking for sys/param.h... yes | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/time.h usability... yes | |
checking sys/time.h presence... yes | |
checking for sys/time.h... yes | |
checking for unistd.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking whether va_copy is declared... yes | |
checking whether __va_copy is declared... yes | |
checking for asprintf... yes | |
checking for snprintf... yes | |
checking for vasprintf... yes | |
checking for vsnprintf... yes | |
checking for strdup... yes | |
checking for gettimeofday... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking whether O_NOATIME is declared... no | |
checking for size_t... yes | |
checking size of long... 8 | |
checking for library containing clock_gettime... no | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating vendor/jenkins_hash/Makefile | |
config.status: creating otflib/Makefile | |
config.status: creating otflib/OTF_inttypes_unix.h | |
config.status: creating otfauxlib/Makefile | |
config.status: creating otflib_py/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating tools/otfaux/Makefile | |
config.status: creating tools/otfcompress/Makefile | |
config.status: creating tools/otfconfig/Makefile | |
config.status: creating tools/otfdump/Makefile | |
config.status: creating tools/otfinfo/Makefile | |
config.status: creating tools/otfmerge/Makefile | |
config.status: creating tools/otfmerge/mpi/Makefile | |
config.status: creating tools/otfprofile/Makefile | |
config.status: creating tools/otfprofile/mpi/Makefile | |
config.status: creating tools/otfshrink/Makefile | |
config.status: creating tools/otf2vtf/Makefile | |
config.status: creating tools/vtf2otf/Makefile | |
config.status: creating tests/Makefile | |
config.status: creating tests/hello/Makefile | |
config.status: creating tests/generic_streams/Makefile | |
config.status: creating tests/generic_streams-mpi/Makefile | |
config.status: creating tests/progress/Makefile | |
config.status: creating tests/read_from_buffer/Makefile | |
config.status: creating docu/Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
checking for java... (cached) java | |
configure: setup capabilities of vtsetup | |
checking whether we can build shared libraries... yes | |
configure: setup capabilities of vtrun | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating extlib/Makefile | |
config.status: creating util/Makefile | |
config.status: creating util/installdirs_conf.h | |
config.status: creating rfg/Makefile | |
config.status: creating vtlib/Makefile | |
config.status: creating tools/Makefile | |
config.status: creating tools/opari/Makefile | |
config.status: creating tools/opari/tool/Makefile | |
config.status: creating tools/opari/doc/Makefile | |
config.status: creating tools/vtcpcavail/Makefile | |
config.status: creating tools/vtdyn/Makefile | |
config.status: creating tools/vtdyn/dynattlib/Makefile | |
config.status: creating tools/vtfilter/Makefile | |
config.status: creating tools/vtfilter/mpi/Makefile | |
config.status: creating tools/vtiofsl/Makefile | |
config.status: creating tools/vtiofsl/vtiofsl-common | |
config.status: creating tools/vtiofsl/vtiofsl-start | |
config.status: creating tools/vtiofsl/vtiofsl-stop | |
config.status: creating tools/vtjava/Makefile | |
config.status: creating tools/vtjava/vtjava | |
config.status: creating tools/vtlibwrapgen/Makefile | |
config.status: creating tools/vtlibwrapgen/vt_libwrapgen_defs.h | |
config.status: creating tools/vtrun/Makefile | |
config.status: creating tools/vtrun/vtrun | |
config.status: creating tools/vtsetup/Makefile | |
config.status: creating tools/vtsetup/vtsetup | |
config.status: creating tools/vtsetup/vtsetup-config.xml | |
config.status: creating tools/vtsetup/vtsetup-data.xml | |
config.status: creating tools/vtsetup/doc/Makefile | |
config.status: creating tools/vtunify/Makefile | |
config.status: creating tools/vtunify/mpi/Makefile | |
config.status: creating tools/vtwrapper/Makefile | |
config.status: creating tools/vtwrapper/vtcc-wrapper-data.txt | |
config.status: creating tools/vtwrapper/vtc++-wrapper-data.txt | |
config.status: creating tools/vtwrapper/vtfort-wrapper-data.txt | |
config.status: creating tools/vtwrapper/vtnvcc-wrapper-data.txt | |
config.status: creating include/Makefile | |
config.status: creating include/vt_inttypes.h | |
config.status: creating doc/Makefile | |
config.status: creating config/mpigen/mk_registry.sh | |
config.status: creating config/mpigen/mk_c_wrapper.sh | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: executing MPI wrapper generator | |
configure: /bin/sh './configure' succeeded for ompi/contrib/vt/vt | |
checking if contributed component vt can compile... yes | |
============================================================================ | |
== Symbol visibility feature | |
============================================================================ | |
checking if /usr/local/bin/gcc-4.2 supports -fvisibility=hidden... yes | |
checking whether to enable symbol visibility... yes (via -fvisibility=hidden) | |
============================================================================ | |
== Final top-level OMPI configuration | |
============================================================================ | |
*** Libevent 3rd party event handler | |
checking for ANSI C header files... (cached) yes | |
checking for fcntl.h... (cached) yes | |
checking for stdarg.h... (cached) yes | |
checking for inttypes.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking for poll.h... (cached) yes | |
checking signal.h usability... yes | |
checking signal.h presence... yes | |
checking for signal.h... yes | |
checking for unistd.h... (cached) yes | |
checking sys/epoll.h usability... no | |
checking sys/epoll.h presence... no | |
checking for sys/epoll.h... no | |
checking for sys/time.h... (cached) yes | |
checking for sys/queue.h... (cached) yes | |
checking sys/event.h usability... yes | |
checking sys/event.h presence... yes | |
checking for sys/event.h... yes | |
checking for sys/ioctl.h... (cached) yes | |
checking sys/devpoll.h usability... no | |
checking sys/devpoll.h presence... no | |
checking for sys/devpoll.h... no | |
checking for TAILQ_FOREACH in sys/queue.h... yes | |
checking for timeradd in sys/time.h... yes | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for gettimeofday... yes | |
checking for vasprintf... (cached) yes | |
checking for fcntl... yes | |
checking for strtoll... yes | |
checking for F_SETFD in fcntl.h... yes | |
checking for select... yes | |
checking for poll... yes | |
checking for epoll_ctl... no | |
checking for working kqueue... no (MAC OS X) | |
checking for port_create... no | |
checking for pid_t... yes | |
checking for size_t... yes | |
*** Libtool configuration | |
checking how to print strings... printf | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for ld used by /usr/local/bin/gcc-4.2... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.2.1 file names to x86_64-apple-darwin12.2.1 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.2.1 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/local/bin/gcc-4.2 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking for dlfcn.h... (cached) yes | |
checking for objdir... .libs | |
checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/local/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/local/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking how to run the C++ preprocessor... /usr/local/bin/g++-4.2 -E | |
checking for ld used by /usr/local/bin/g++-4.2... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking for /usr/local/bin/g++-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/local/bin/g++-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/local/bin/g++-4.2 static flag -static works... no | |
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... yes | |
checking if /usr/local/bin/g++-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/g++-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for gfortran option to produce PIC... -fno-common | |
checking if gfortran PIC flag -fno-common works... yes | |
checking if gfortran static flag -static works... no | |
checking if gfortran supports -c -o file.o... yes | |
checking if gfortran supports -c -o file.o... (cached) yes | |
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking for gfortran option to produce PIC... -fno-common | |
checking if gfortran PIC flag -fno-common works... yes | |
checking if gfortran static flag -static works... no | |
checking if gfortran supports -c -o file.o... yes | |
checking if gfortran supports -c -o file.o... (cached) yes | |
checking whether the gfortran linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
*** GNU libltdl setup | |
checking location of libltdl... internal copy | |
configure: OMPI configuring in opal/libltdl | |
configure: running /bin/sh './configure' '--prefix=/usr/local/Cellar/open-mpi/1.6.2' '--disable-dependency-tracking' '--enable-ipv6' 'CC=/usr/local/bin/gcc-4.2' 'CFLAGS=-Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8' 'LDFLAGS=-L/usr/local/lib -F/usr/local/Frameworks' 'CPPFLAGS=-F/usr/local/Frameworks' 'CXX=/usr/local/bin/g++-4.2' 'CXXFLAGS=-Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8' 'F77=gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' 'FC=gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' --enable-ltdl-convenience --disable-ltdl-install --enable-shared --disable-static --cache-file=/dev/null --srcdir=. --disable-option-checking | |
checking for a BSD-compatible install... /usr/bin/install -c | |
checking whether build environment is sane... yes | |
checking for a thread-safe mkdir -p... config/install-sh -c -d | |
checking for gawk... no | |
checking for mawk... no | |
checking for nawk... no | |
checking for awk... awk | |
checking whether make sets $(MAKE)... yes | |
checking build system type... x86_64-apple-darwin12.2.1 | |
checking host system type... x86_64-apple-darwin12.2.1 | |
checking how to print strings... printf | |
checking for style of include used by make... GNU | |
checking for gcc... /usr/local/bin/gcc-4.2 | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether /usr/local/bin/gcc-4.2 accepts -g... yes | |
checking for /usr/local/bin/gcc-4.2 option to accept ISO C89... none needed | |
checking dependency style of /usr/local/bin/gcc-4.2... none | |
checking for a sed that does not truncate output... /usr/bin/sed | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for fgrep... /usr/bin/grep -F | |
checking for ld used by /usr/local/bin/gcc-4.2... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
checking the name lister (/usr/bin/nm) interface... BSD nm | |
checking whether ln -s works... yes | |
checking the maximum length of command line arguments... 196608 | |
checking whether the shell understands some XSI constructs... yes | |
checking whether the shell understands "+="... yes | |
checking how to convert x86_64-apple-darwin12.2.1 file names to x86_64-apple-darwin12.2.1 format... func_convert_file_noop | |
checking how to convert x86_64-apple-darwin12.2.1 file names to toolchain format... func_convert_file_noop | |
checking for /usr/bin/ld option to reload object files... -r | |
checking for objdump... no | |
checking how to recognize dependent libraries... pass_all | |
checking for dlltool... no | |
checking how to associate runtime and link libraries... printf %s\n | |
checking for ar... ar | |
checking for archiver @FILE support... no | |
checking for strip... strip | |
checking for ranlib... ranlib | |
checking command to parse /usr/bin/nm output from /usr/local/bin/gcc-4.2 object... ok | |
checking for sysroot... no | |
checking for mt... no | |
checking if : is a manifest tool... no | |
checking for dsymutil... dsymutil | |
checking for nmedit... nmedit | |
checking for lipo... lipo | |
checking for otool... otool | |
checking for otool64... no | |
checking for -single_module linker flag... yes | |
checking for -exported_symbols_list linker flag... yes | |
checking for -force_load linker flag... yes | |
checking how to run the C preprocessor... /usr/local/bin/gcc-4.2 -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking for dlfcn.h... yes | |
checking for objdir... .libs | |
checking if /usr/local/bin/gcc-4.2 supports -fno-rtti -fno-exceptions... yes | |
checking for /usr/local/bin/gcc-4.2 option to produce PIC... -fno-common -DPIC | |
checking if /usr/local/bin/gcc-4.2 PIC flag -fno-common -DPIC works... yes | |
checking if /usr/local/bin/gcc-4.2 static flag -static works... no | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... yes | |
checking if /usr/local/bin/gcc-4.2 supports -c -o file.o... (cached) yes | |
checking whether the /usr/local/bin/gcc-4.2 linker (/usr/bin/ld) supports shared libraries... yes | |
checking dynamic linker characteristics... darwin12.2.1 dyld | |
checking how to hardcode library paths into programs... immediate | |
checking for dlopen in -ldl... yes | |
checking whether a program can dlopen itself... yes | |
checking whether a statically linked program can dlopen itself... yes | |
checking whether stripping libraries is possible... yes | |
checking if libtool supports shared libraries... yes | |
checking whether to build shared libraries... yes | |
checking whether to build static libraries... no | |
checking which extension is used for runtime loadable modules... .so | |
checking which variable specifies run-time module search path... DYLD_LIBRARY_PATH | |
checking for the default library search path... /usr/local/lib /lib /usr/lib | |
checking for library containing dlopen... none required | |
checking for dlerror... yes | |
checking for shl_load... no | |
checking for shl_load in -ldld... no | |
checking for dld_link in -ldld... no | |
checking for _ prefix in compiled symbols... yes | |
checking whether we have to add an underscore for dlsym... no | |
checking whether deplibs are loaded by dlopen... yes | |
checking for argz.h... no | |
checking for error_t... no | |
checking for argz_add... no | |
checking for argz_append... no | |
checking for argz_count... no | |
checking for argz_create_sep... no | |
checking for argz_insert... no | |
checking for argz_next... no | |
checking for argz_stringify... no | |
checking whether libtool supports -dlopen/-dlpreopen... yes | |
checking for unistd.h... (cached) yes | |
checking for dl.h... no | |
checking for sys/dl.h... no | |
checking for dld.h... no | |
checking for mach-o/dyld.h... yes | |
checking for dirent.h... yes | |
checking for closedir... yes | |
checking for opendir... yes | |
checking for readdir... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
configure: /bin/sh './configure' succeeded for opal/libltdl | |
checking for libtool-supplied linker flags... no extra flags | |
*** Compiler flags | |
checking which of CFLAGS are ok for debugger modules... -DNDEBUG -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -fno-strict-aliasing | |
checking for debugger extra CFLAGS... -g | |
*** Wrapper compiler final setup | |
checking for perl... /usr/bin/perl | |
checking for OPAL CPPFLAGS... | |
checking for OPAL CFLAGS... | |
checking for OPAL CXXFLAGS... | |
checking for OPAL LDFLAGS... | |
checking for OPAL LIBS... -lm | |
checking for OPAL extra include dirs... | |
checking for ORTE CPPFLAGS... | |
checking for ORTE CXXFLAGS... | |
checking for ORTE CFLAGS... | |
checking for ORTE LDFLAGS... | |
checking for ORTE LIBS... -lm | |
checking for ORTE extra include dirs... | |
checking for OMPI CPPFLAGS... | |
checking for OMPI CFLAGS... | |
checking for OMPI CXXFLAGS... | |
checking for OMPI FFLAGS... -Wl,-commons,use_dylibs | |
checking for OMPI FCFLAGS... -Wl,-commons,use_dylibs | |
checking for OMPI LDFLAGS... | |
checking for OMPI LIBS... -lm | |
checking for OMPI extra include dirs... | |
*** Final output | |
configure: creating ./config.status | |
config.status: creating ompi/include/ompi/version.h | |
config.status: creating orte/include/orte/version.h | |
config.status: creating opal/include/opal/version.h | |
config.status: creating opal/mca/hwloc/hwloc132/hwloc/Makefile | |
config.status: creating opal/mca/hwloc/hwloc132/hwloc/include/Makefile | |
config.status: creating opal/mca/hwloc/hwloc132/hwloc/src/Makefile | |
config.status: creating opal/mca/installdirs/config/install_dirs.h | |
config.status: creating opal/mca/backtrace/Makefile | |
config.status: creating opal/mca/backtrace/darwin/Makefile | |
config.status: creating opal/mca/backtrace/execinfo/Makefile | |
config.status: creating opal/mca/backtrace/none/Makefile | |
config.status: creating opal/mca/backtrace/printstack/Makefile | |
config.status: creating opal/mca/carto/Makefile | |
config.status: creating opal/mca/carto/auto_detect/Makefile | |
config.status: creating opal/mca/carto/file/Makefile | |
config.status: creating opal/mca/crs/Makefile | |
config.status: creating opal/mca/crs/blcr/Makefile | |
config.status: creating opal/mca/crs/none/Makefile | |
config.status: creating opal/mca/crs/self/Makefile | |
config.status: creating opal/mca/hwloc/Makefile | |
config.status: creating opal/mca/hwloc/external/Makefile | |
config.status: creating opal/mca/hwloc/hwloc132/Makefile | |
config.status: creating opal/mca/installdirs/Makefile | |
config.status: creating opal/mca/installdirs/config/Makefile | |
config.status: creating opal/mca/installdirs/env/Makefile | |
config.status: creating opal/mca/installdirs/windows/Makefile | |
config.status: creating opal/mca/maffinity/Makefile | |
config.status: creating opal/mca/maffinity/first_use/Makefile | |
config.status: creating opal/mca/maffinity/hwloc/Makefile | |
config.status: creating opal/mca/memchecker/Makefile | |
config.status: creating opal/mca/memchecker/valgrind/Makefile | |
config.status: creating opal/mca/memcpy/Makefile | |
config.status: creating opal/mca/memory/Makefile | |
config.status: creating opal/mca/memory/linux/Makefile | |
config.status: creating opal/mca/memory/malloc_solaris/Makefile | |
config.status: creating opal/mca/paffinity/Makefile | |
config.status: creating opal/mca/paffinity/hwloc/Makefile | |
config.status: creating opal/mca/paffinity/test/Makefile | |
config.status: creating opal/mca/pstat/Makefile | |
config.status: creating opal/mca/pstat/darwin/Makefile | |
config.status: creating opal/mca/pstat/linux/Makefile | |
config.status: creating opal/mca/shmem/Makefile | |
config.status: creating opal/mca/shmem/mmap/Makefile | |
config.status: creating opal/mca/shmem/posix/Makefile | |
config.status: creating opal/mca/shmem/sysv/Makefile | |
config.status: creating opal/mca/shmem/windows/Makefile | |
config.status: creating opal/mca/sysinfo/Makefile | |
config.status: creating opal/mca/sysinfo/darwin/Makefile | |
config.status: creating opal/mca/sysinfo/linux/Makefile | |
config.status: creating opal/mca/sysinfo/solaris/Makefile | |
config.status: creating opal/mca/timer/Makefile | |
config.status: creating opal/mca/timer/aix/Makefile | |
config.status: creating opal/mca/timer/altix/Makefile | |
config.status: creating opal/mca/timer/catamount/Makefile | |
config.status: creating opal/mca/timer/darwin/Makefile | |
config.status: creating opal/mca/timer/linux/Makefile | |
config.status: creating opal/mca/timer/solaris/Makefile | |
config.status: creating opal/mca/timer/windows/Makefile | |
config.status: creating orte/mca/errmgr/Makefile | |
config.status: creating orte/mca/errmgr/default/Makefile | |
config.status: creating orte/mca/ess/Makefile | |
config.status: creating orte/mca/ess/alps/Makefile | |
config.status: creating orte/mca/ess/cnos/Makefile | |
config.status: creating orte/mca/ess/env/Makefile | |
config.status: creating orte/mca/ess/hnp/Makefile | |
config.status: creating orte/mca/ess/lsf/Makefile | |
config.status: creating orte/mca/ess/pmi/Makefile | |
config.status: creating orte/mca/ess/portals_utcp/Makefile | |
config.status: creating orte/mca/ess/singleton/Makefile | |
config.status: creating orte/mca/ess/slave/Makefile | |
config.status: creating orte/mca/ess/slurm/Makefile | |
config.status: creating orte/mca/ess/slurmd/Makefile | |
config.status: creating orte/mca/ess/tm/Makefile | |
config.status: creating orte/mca/ess/tool/Makefile | |
config.status: creating orte/mca/filem/Makefile | |
config.status: creating orte/mca/filem/rsh/Makefile | |
config.status: creating orte/mca/grpcomm/Makefile | |
config.status: creating orte/mca/grpcomm/bad/Makefile | |
config.status: creating orte/mca/grpcomm/basic/Makefile | |
config.status: creating orte/mca/grpcomm/cnos/Makefile | |
config.status: creating orte/mca/grpcomm/pmi/Makefile | |
config.status: creating orte/mca/iof/Makefile | |
config.status: creating orte/mca/iof/hnp/Makefile | |
config.status: creating orte/mca/iof/orted/Makefile | |
config.status: creating orte/mca/iof/tool/Makefile | |
config.status: creating orte/mca/notifier/Makefile | |
config.status: creating orte/mca/notifier/command/Makefile | |
config.status: creating orte/mca/notifier/ftb/Makefile | |
config.status: creating orte/mca/notifier/smtp/Makefile | |
config.status: creating orte/mca/notifier/syslog/Makefile | |
config.status: creating orte/mca/odls/Makefile | |
config.status: creating orte/mca/odls/default/Makefile | |
config.status: creating orte/mca/odls/process/Makefile | |
config.status: creating orte/mca/oob/Makefile | |
config.status: creating orte/mca/oob/tcp/Makefile | |
config.status: creating orte/mca/plm/Makefile | |
config.status: creating orte/mca/plm/alps/Makefile | |
config.status: creating orte/mca/plm/ccp/Makefile | |
config.status: creating orte/mca/plm/lsf/Makefile | |
config.status: creating orte/mca/plm/process/Makefile | |
config.status: creating orte/mca/plm/rsh/Makefile | |
config.status: creating orte/mca/plm/slurm/Makefile | |
config.status: creating orte/mca/plm/tm/Makefile | |
config.status: creating orte/mca/ras/Makefile | |
config.status: creating orte/mca/ras/alps/Makefile | |
config.status: creating orte/mca/ras/ccp/Makefile | |
config.status: creating orte/mca/ras/cm/Makefile | |
config.status: creating orte/mca/ras/gridengine/Makefile | |
config.status: creating orte/mca/ras/loadleveler/Makefile | |
config.status: creating orte/mca/ras/lsf/Makefile | |
config.status: creating orte/mca/ras/slurm/Makefile | |
config.status: creating orte/mca/ras/tm/Makefile | |
config.status: creating orte/mca/rmaps/Makefile | |
config.status: creating orte/mca/rmaps/load_balance/Makefile | |
config.status: creating orte/mca/rmaps/rank_file/Makefile | |
config.status: creating orte/mca/rmaps/resilient/Makefile | |
config.status: creating orte/mca/rmaps/round_robin/Makefile | |
config.status: creating orte/mca/rmaps/seq/Makefile | |
config.status: creating orte/mca/rmaps/topo/Makefile | |
config.status: creating orte/mca/rml/Makefile | |
config.status: creating orte/mca/rml/ftrm/Makefile | |
config.status: creating orte/mca/rml/oob/Makefile | |
config.status: creating orte/mca/routed/Makefile | |
config.status: creating orte/mca/routed/binomial/Makefile | |
config.status: creating orte/mca/routed/cm/Makefile | |
config.status: creating orte/mca/routed/direct/Makefile | |
config.status: creating orte/mca/routed/linear/Makefile | |
config.status: creating orte/mca/routed/radix/Makefile | |
config.status: creating orte/mca/routed/slave/Makefile | |
config.status: creating orte/mca/snapc/Makefile | |
config.status: creating orte/mca/snapc/full/Makefile | |
config.status: creating ompi/mca/allocator/Makefile | |
config.status: creating ompi/mca/allocator/basic/Makefile | |
config.status: creating ompi/mca/allocator/bucket/Makefile | |
config.status: creating ompi/mca/bml/Makefile | |
config.status: creating ompi/mca/bml/r2/Makefile | |
config.status: creating ompi/mca/btl/Makefile | |
config.status: creating ompi/mca/btl/elan/Makefile | |
config.status: creating ompi/mca/btl/mx/Makefile | |
config.status: creating ompi/mca/btl/ofud/Makefile | |
config.status: creating ompi/mca/btl/openib/Makefile | |
config.status: creating ompi/mca/btl/portals/Makefile | |
config.status: creating ompi/mca/btl/sctp/Makefile | |
config.status: creating ompi/mca/btl/self/Makefile | |
config.status: creating ompi/mca/btl/sm/Makefile | |
config.status: creating ompi/mca/btl/tcp/Makefile | |
config.status: creating ompi/mca/btl/udapl/Makefile | |
config.status: creating ompi/mca/coll/Makefile | |
config.status: creating ompi/mca/coll/basic/Makefile | |
config.status: creating ompi/mca/coll/fca/Makefile | |
config.status: creating ompi/mca/coll/hierarch/Makefile | |
config.status: creating ompi/mca/coll/inter/Makefile | |
config.status: creating ompi/mca/coll/self/Makefile | |
config.status: creating ompi/mca/coll/sm/Makefile | |
config.status: creating ompi/mca/coll/sync/Makefile | |
config.status: creating ompi/mca/coll/tuned/Makefile | |
config.status: creating ompi/mca/common/Makefile | |
config.status: creating ompi/mca/common/mx/Makefile | |
config.status: creating ompi/mca/common/portals/Makefile | |
config.status: creating ompi/mca/common/sm/Makefile | |
config.status: creating ompi/mca/crcp/Makefile | |
config.status: creating ompi/mca/crcp/bkmrk/Makefile | |
config.status: creating ompi/mca/dpm/Makefile | |
config.status: creating ompi/mca/dpm/orte/Makefile | |
config.status: creating ompi/mca/io/Makefile | |
config.status: creating ompi/mca/io/romio/Makefile | |
config.status: creating ompi/mca/mpool/Makefile | |
config.status: creating ompi/mca/mpool/fake/Makefile | |
config.status: creating ompi/mca/mpool/rdma/Makefile | |
config.status: creating ompi/mca/mpool/sm/Makefile | |
config.status: creating ompi/mca/mtl/Makefile | |
config.status: creating ompi/mca/mtl/mx/Makefile | |
config.status: creating ompi/mca/mtl/mxm/Makefile | |
config.status: creating ompi/mca/mtl/portals/Makefile | |
config.status: creating ompi/mca/mtl/psm/Makefile | |
config.status: creating ompi/mca/op/Makefile | |
config.status: creating ompi/mca/osc/Makefile | |
config.status: creating ompi/mca/osc/pt2pt/Makefile | |
config.status: creating ompi/mca/osc/rdma/Makefile | |
config.status: creating ompi/mca/pml/Makefile | |
config.status: creating ompi/mca/pml/bfo/Makefile | |
config.status: creating ompi/mca/pml/cm/Makefile | |
config.status: creating ompi/mca/pml/crcpw/Makefile | |
config.status: creating ompi/mca/pml/csum/Makefile | |
config.status: creating ompi/mca/pml/ob1/Makefile | |
config.status: creating ompi/mca/pml/v/mca/vprotocol/Makefile | |
config.status: creating ompi/mca/pml/v/mca/vprotocol/pessimist/Makefile | |
config.status: creating ompi/mca/pml/v/Makefile | |
config.status: creating ompi/mca/pubsub/Makefile | |
config.status: creating ompi/mca/pubsub/orte/Makefile | |
config.status: creating ompi/mca/pubsub/pmi/Makefile | |
config.status: creating ompi/mca/rcache/Makefile | |
config.status: creating ompi/mca/rcache/vma/Makefile | |
config.status: creating ompi/mca/topo/Makefile | |
config.status: creating ompi/mca/topo/unity/Makefile | |
config.status: creating ompi/contrib/libompitrace/Makefile | |
config.status: creating ompi/mpiext/Makefile | |
config.status: creating ompi/mpiext/affinity/Makefile | |
config.status: creating ompi/mpiext/example/Makefile | |
config.status: creating ompi/contrib/vt/Makefile | |
config.status: creating ompi/contrib/vt/wrappers/Makefile | |
config.status: creating ompi/contrib/vt/wrappers/mpicc-vt-wrapper-data.txt | |
config.status: creating ompi/contrib/vt/wrappers/mpic++-vt-wrapper-data.txt | |
config.status: creating ompi/contrib/vt/wrappers/mpif77-vt-wrapper-data.txt | |
config.status: creating ompi/contrib/vt/wrappers/mpif90-vt-wrapper-data.txt | |
config.status: creating Makefile | |
config.status: creating config/Makefile | |
config.status: creating contrib/Makefile | |
config.status: creating test/Makefile | |
config.status: creating test/event/Makefile | |
config.status: creating test/asm/Makefile | |
config.status: creating test/datatype/Makefile | |
config.status: creating test/class/Makefile | |
config.status: creating test/support/Makefile | |
config.status: creating test/threads/Makefile | |
config.status: creating test/util/Makefile | |
config.status: creating opal/Makefile | |
config.status: creating opal/etc/Makefile | |
config.status: creating opal/include/Makefile | |
config.status: creating opal/asm/Makefile | |
config.status: creating opal/datatype/Makefile | |
config.status: creating opal/event/Makefile | |
config.status: creating opal/event/compat/Makefile | |
config.status: creating opal/event/compat/sys/Makefile | |
config.status: creating opal/util/Makefile | |
config.status: creating opal/util/keyval/Makefile | |
config.status: creating opal/mca/base/Makefile | |
config.status: creating opal/tools/wrappers/Makefile | |
config.status: creating opal/tools/wrappers/opalcc-wrapper-data.txt | |
config.status: creating opal/tools/wrappers/opalc++-wrapper-data.txt | |
config.status: creating opal/tools/wrappers/opal.pc | |
config.status: creating opal/tools/opal-checkpoint/Makefile | |
config.status: creating opal/tools/opal-restart/Makefile | |
config.status: creating orte/Makefile | |
config.status: creating orte/include/Makefile | |
config.status: creating orte/etc/Makefile | |
config.status: creating orte/tools/orted/Makefile | |
config.status: creating orte/tools/orterun/Makefile | |
config.status: creating orte/tools/wrappers/Makefile | |
config.status: creating orte/tools/wrappers/ortecc-wrapper-data.txt | |
config.status: creating orte/tools/wrappers/ortec++-wrapper-data.txt | |
config.status: creating orte/tools/wrappers/orte.pc | |
config.status: creating orte/tools/orte-checkpoint/Makefile | |
config.status: creating orte/tools/orte-iof/Makefile | |
config.status: creating orte/tools/orte-restart/Makefile | |
config.status: creating orte/tools/orte-ps/Makefile | |
config.status: creating orte/tools/orte-clean/Makefile | |
config.status: creating orte/tools/orte-top/Makefile | |
config.status: creating orte/tools/orte-bootproxy/Makefile | |
config.status: creating ompi/Makefile | |
config.status: creating ompi/etc/Makefile | |
config.status: creating ompi/include/Makefile | |
config.status: creating ompi/include/mpif.h | |
config.status: creating ompi/include/mpif-config.h | |
config.status: creating ompi/datatype/Makefile | |
config.status: creating ompi/debuggers/Makefile | |
config.status: creating ompi/mpi/c/Makefile | |
config.status: creating ompi/mpi/c/profile/Makefile | |
config.status: creating ompi/mpi/cxx/Makefile | |
config.status: creating ompi/mpi/f77/Makefile | |
config.status: creating ompi/mpi/f77/profile/Makefile | |
config.status: creating ompi/mpi/f90/Makefile | |
config.status: creating ompi/mpi/f90/fortran_kinds.sh | |
config.status: creating ompi/mpi/f90/fortran_sizes.h | |
config.status: creating ompi/mpi/f90/scripts/Makefile | |
config.status: creating ompi/tools/ompi_info/Makefile | |
config.status: creating ompi/tools/wrappers/Makefile | |
config.status: creating ompi/tools/wrappers/mpicc-wrapper-data.txt | |
config.status: creating ompi/tools/wrappers/mpic++-wrapper-data.txt | |
config.status: creating ompi/tools/wrappers/mpif77-wrapper-data.txt | |
config.status: creating ompi/tools/wrappers/mpif90-wrapper-data.txt | |
config.status: creating ompi/tools/wrappers/ompi.pc | |
config.status: creating ompi/tools/wrappers/ompi-c.pc | |
config.status: creating ompi/tools/wrappers/ompi-cxx.pc | |
config.status: creating ompi/tools/wrappers/ompi-f77.pc | |
config.status: creating ompi/tools/wrappers/ompi-f90.pc | |
config.status: creating ompi/tools/ortetools/Makefile | |
config.status: creating ompi/tools/ompi-server/Makefile | |
config.status: creating ompi/tools/ompi-probe/Makefile | |
config.status: creating ompi/tools/ompi-profiler/Makefile | |
config.status: creating opal/include/opal_config.h | |
config.status: creating orte/include/orte_config.h | |
config.status: creating ompi/include/ompi_config.h | |
config.status: creating ompi/include/mpi.h | |
config.status: creating ompi/include/mpi_portable_platform.h | |
config.status: creating opal/mca/hwloc/hwloc132/hwloc/include/private/autogen/config.h | |
config.status: creating opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen/config.h | |
config.status: executing depfiles commands | |
config.status: executing libtool commands | |
////////////////////////////////////////////////////////////// | |
02.make (non verbose) | |
Making all in config | |
make[1]: Nothing to be done for `all'. | |
Making all in contrib | |
make[1]: Nothing to be done for `all'. | |
Making all in opal | |
Making all in include | |
make all-am | |
make[3]: Nothing to be done for `all-am'. | |
Making all in libltdl | |
/bin/sh /private/tmp/open-mpi-Naep/openmpi-1.6.2/opal/libltdl/config/install-sh -d . | |
cp ./argz_.h argz.h-t | |
mv argz.h-t argz.h | |
make all-am | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c -o libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo './'`lt__alloc.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c | |
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c loaders/preopen.c -fno-common -DPIC -o .libs/libltdlc_la-preopen.o | |
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c lt_dlloader.c -fno-common -DPIC -o .libs/libltdlc_la-lt_dlloader.o | |
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c loaders/dlopen.c -fno-common -DPIC -o .libs/dlopen.o | |
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c lt__alloc.c -fno-common -DPIC -o .libs/libltdlc_la-lt__alloc.o | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo './'`lt_error.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo './'`slist.c | |
/bin/sh ./libtool --tag=CC --mode=compile /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c -o argz.lo argz.c | |
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c lt_error.c -fno-common -DPIC -o .libs/libltdlc_la-lt_error.o | |
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c ltdl.c -fno-common -DPIC -o .libs/libltdlc_la-ltdl.o | |
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c slist.c -fno-common -DPIC -o .libs/libltdlc_la-slist.o | |
libtool: compile: /usr/local/bin/gcc-4.2 -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -F/usr/local/Frameworks -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c argz.c -fno-common -DPIC -o .libs/argz.o | |
/bin/sh ./libtool --tag=CC --mode=link /usr/local/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -module -avoid-version -L/usr/local/lib -F/usr/local/Frameworks -o dlopen.la dlopen.lo | |
libtool: link: ar cru .libs/dlopen.a .libs/dlopen.o | |
libtool: link: ranlib .libs/dlopen.a | |
libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" ) | |
/bin/sh ./libtool --tag=CC --mode=link /usr/local/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -no-undefined -dlpreopen dlopen.la -L/usr/local/lib -F/usr/local/Frameworks -o libltdlc.la libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo argz.lo | |
libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT | |
libtool: link: (cd .libs && /usr/local/bin/gcc-4.2 -Os -w -pipe -march=core2 -msse4 -mmacosx-version-min=10.8 -c -fno-builtin -fno-rtti -fno-exceptions -fno-common -DPIC "libltdlcS.c") | |
libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" ".libs/libltdlc.nmS" ".libs/libltdlc.nmT" | |
libtool: link: (cd .libs/libltdlc.lax/dlopen.a && ar x "/private/tmp/open-mpi-Naep/openmpi-1.6.2/opal/libltdl/./.libs/dlopen.a") | |
libtool: link: ar cru .libs/libltdlc.a .libs/libltdlc_la-preopen.o .libs/libltdlc_la-lt__alloc.o .libs/libltdlc_la-lt_dlloader.o .libs/libltdlc_la-lt_error.o .libs/libltdlc_la-ltdl.o .libs/libltdlc_la-slist.o .libs/argz.o .libs/libltdlcS.o .libs/libltdlc.lax/dlopen.a/dlopen.o | |
libtool: link: ranlib .libs/libltdlc.a | |
libtool: link: rm -fr .libs/libltdlc.lax | |
libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" "libltdlc.la" ) | |
Making all in asm | |
rm -f atomic-asm.S | |
CC asm.lo | |
ln -s "../../opal/asm/generated/atomic-local.s" atomic-asm.S | |
CPPAS atomic-asm.lo | |
CCLD libasm.la | |
/usr/bin/ranlib: file: .libs/libasm.a(asm.o) has no symbols | |
ranlib: file: .libs/libasm.a(asm.o) has no symbols | |
Making all in datatype | |
CC libdatatype_reliable_la-opal_datatype_pack.lo | |
CC libdatatype_reliable_la-opal_datatype_unpack.lo | |
CC opal_convertor.lo | |
CC opal_convertor_raw.lo | |
CC opal_copy_functions.lo | |
CC opal_copy_functions_heterogeneous.lo | |
CC opal_datatype_add.lo | |
CC opal_datatype_clone.lo | |
CC opal_datatype_copy.lo | |
CC opal_datatype_create.lo | |
CC opal_datatype_create_contiguous.lo | |
CC opal_datatype_destroy.lo | |
CC opal_datatype_dump.lo | |
CC opal_datatype_fake_stack.lo | |
CC opal_datatype_module.lo | |
CC opal_datatype_get_count.lo | |
CC opal_datatype_optimize.lo | |
CC opal_datatype_pack.lo | |
CC opal_datatype_position.lo | |
CC opal_datatype_resize.lo | |
CC opal_datatype_unpack.lo | |
CCLD libdatatype_reliable.la | |
CCLD libdatatype.la | |
Making all in etc | |
make[2]: Nothing to be done for `all'. | |
Making all in event | |
Making all in compat | |
Making all in sys | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
CC event.lo | |
CC log.lo | |
CC evutil.lo | |
CC signal.lo | |
CC select.lo | |
CCLD libevent.la | |
Making all in util | |
Making all in keyval | |
CC keyval_lex.lo | |
CCLD libopalutilkeyval.la | |
CC arch.lo | |
CC argv.lo | |
CC basename.lo | |
CC cmd_line.lo | |
CC crc.lo | |
CC convert.lo | |
CC daemon_init.lo | |
CC error.lo | |
CC few.lo | |
CC if.lo | |
CC keyval_parse.lo | |
CC malloc.lo | |
CC net.lo | |
CC numtostr.lo | |
CC opal_environ.lo | |
CC opal_getcwd.lo | |
CC opal_pty.lo | |
CC os_dirpath.lo | |
CC os_path.lo | |
CC output.lo | |
CC path.lo | |
CC printf.lo | |
CC qsort.lo | |
CC show_help.lo | |
CC show_help_lex.lo | |
CC stacktrace.lo | |
CC strncpy.lo | |
CC sys_limits.lo | |
CC trace.lo | |
CC fd.lo | |
CCLD libopalutil.la | |
/usr/bin/ranlib: file: .libs/libopalutil.a(qsort.o) has no symbols | |
ranlib: file: .libs/libopalutil.a(qsort.o) has no symbols | |
Making all in mca/base | |
CC mca_base_close.lo | |
CC mca_base_cmd_line.lo | |
CC mca_base_component_compare.lo | |
CC mca_base_component_find.lo | |
CC mca_base_component_repository.lo | |
CC mca_base_components_open.lo | |
CC mca_base_components_close.lo | |
CC mca_base_components_select.lo | |
CC mca_base_list.lo | |
CC mca_base_open.lo | |
CC mca_base_param.lo | |
CC mca_base_parse_paramfile.lo | |
CCLD libmca_base.la | |
Making all in mca/backtrace | |
CC base/backtrace_component.lo | |
CCLD libmca_backtrace.la | |
Making all in mca/carto | |
CC base/carto_base_close.lo | |
CC base/carto_base_select.lo | |
CC base/carto_base_graph.lo | |
CC base/carto_base_wrapers.lo | |
CC base/carto_base_open.lo | |
CCLD libmca_carto.la | |
Making all in mca/crs | |
Creating opal_crs.7 man page... | |
CC base/crs_base_close.lo | |
CC base/crs_base_open.lo | |
CC base/crs_base_select.lo | |
CC base/crs_base_fns.lo | |
CCLD libmca_crs.la | |
Making all in mca/hwloc | |
CC base/hwloc_base_close.lo | |
CC base/hwloc_base_open.lo | |
CC base/hwloc_base_dt.lo | |
CC base/hwloc_base_util.lo | |
CC base/hwloc_base_proc_mempolicy.lo | |
CCLD libmca_hwloc.la | |
Making all in mca/installdirs | |
CC base/installdirs_base_components.lo | |
CC base/installdirs_base_expand.lo | |
CCLD libmca_installdirs.la | |
Making all in mca/maffinity | |
CC base/maffinity_base_close.lo | |
CC base/maffinity_base_select.lo | |
CC base/maffinity_base_open.lo | |
CC base/maffinity_base_wrappers.lo | |
CCLD libmca_maffinity.la | |
Making all in mca/memchecker | |
CC base/memchecker_base_open.lo | |
CC base/memchecker_base_close.lo | |
CC base/memchecker_base_select.lo | |
CC base/memchecker_base_wrappers.lo | |
CCLD libmca_memchecker.la | |
/usr/bin/ranlib: file: .libs/libmca_memchecker.a(memchecker_base_wrappers.o) has no symbols | |
ranlib: file: .libs/libmca_memchecker.a(memchecker_base_wrappers.o) has no symbols | |
Making all in mca/memcpy | |
CC base/memcpy_base_close.lo | |
CC base/memcpy_base_open.lo | |
CCLD libmca_memcpy.la | |
Making all in mca/memory | |
CC base/memory_base_open.lo | |
CC base/memory_base_empty.lo | |
CC base/memory_base_close.lo | |
CCLD libmca_memory.la | |
Making all in mca/paffinity | |
CC base/paffinity_base_select.lo | |
CC base/paffinity_base_close.lo | |
CC base/paffinity_base_open.lo | |
CC base/paffinity_base_wrappers.lo | |
CC base/paffinity_base_service.lo | |
CCLD libmca_paffinity.la | |
Making all in mca/pstat | |
CC base/pstat_base_close.lo | |
CC base/pstat_base_select.lo | |
CC base/pstat_base_open.lo | |
CCLD libmca_pstat.la | |
Making all in mca/shmem | |
CC base/shmem_base_close.lo | |
CC base/shmem_base_select.lo | |
CC base/shmem_base_open.lo | |
CC base/shmem_base_wrappers.lo | |
CCLD libmca_shmem.la | |
Making all in mca/sysinfo | |
CC base/sysinfo_base_select.lo | |
CC base/sysinfo_base_close.lo | |
CC base/sysinfo_base_open.lo | |
CCLD libmca_sysinfo.la | |
Making all in mca/timer | |
CC base/timer_base_close.lo | |
CC base/timer_base_open.lo | |
CCLD libmca_timer.la | |
Making all in mca/backtrace/execinfo | |
CC backtrace_execinfo.lo | |
CC backtrace_execinfo_component.lo | |
CCLD libmca_backtrace_execinfo.la | |
Making all in mca/hwloc/hwloc132 | |
Making all in hwloc | |
Making all in src | |
CC topology.lo | |
CC traversal.lo | |
CC topology-synthetic.lo | |
CC distances.lo | |
CC topology-xml.lo | |
CC bind.lo | |
CC cpuset.lo | |
CC misc.lo | |
CC topology-darwin.lo | |
CC topology-x86.lo | |
CCLD libhwloc_embedded.la | |
Making all in include | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
CC hwloc132_component.lo | |
CCLD libmca_hwloc_hwloc132.la | |
Making all in mca/installdirs/env | |
CC opal_installdirs_env.lo | |
CCLD libmca_installdirs_env.la | |
Making all in mca/installdirs/config | |
CC opal_installdirs_config.lo | |
CCLD libmca_installdirs_config.la | |
Making all in mca/timer/darwin | |
CC timer_darwin_component.lo | |
CCLD libmca_timer_darwin.la | |
Making all in . | |
CC class/opal_bitmap.lo | |
CC class/opal_free_list.lo | |
CC class/opal_hash_table.lo | |
CC class/opal_list.lo | |
CC class/opal_object.lo | |
CC class/opal_graph.lo | |
CC class/opal_atomic_lifo.lo | |
CC class/opal_pointer_array.lo | |
CC class/opal_value_array.lo | |
CC class/opal_ring_buffer.lo | |
CC memoryhooks/memory.lo | |
CC runtime/opal_progress.lo | |
CC runtime/opal_finalize.lo | |
CC runtime/opal_init.lo | |
CC runtime/opal_params.lo | |
CC runtime/opal_cr.lo | |
CC threads/condition.lo | |
CC threads/mutex.lo | |
CC threads/thread.lo | |
CC threads/tsd.lo | |
CC dss/dss_internal_functions.lo | |
CC dss/dss_compare.lo | |
CC dss/dss_copy.lo | |
CC dss/dss_dump.lo | |
CC dss/dss_get.lo | |
CC dss/dss_load_unload.lo | |
CC dss/dss_lookup.lo | |
CC dss/dss_pack.lo | |
CC dss/dss_peek.lo | |
CC dss/dss_print.lo | |
CC dss/dss_register.lo | |
CC dss/dss_release.lo | |
CC dss/dss_set.lo | |
CC dss/dss_set_buffer_type.lo | |
CC dss/dss_size.lo | |
CC dss/dss_unpack.lo | |
CC dss/dss_open_close.lo | |
CCLD libopen-pal.la | |
CCLD libopen-pal-lt.la | |
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols | |
ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols | |
ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols | |
ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols | |
ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols | |
Making all in mca/carto/auto_detect | |
CC carto_auto_detect_component.lo | |
CC carto_auto_detect_module.lo | |
CCLD mca_carto_auto_detect.la | |
Making all in mca/carto/file | |
CC carto_file_lex.lo | |
CC carto_file_component.lo | |
CC carto_file_module.lo | |
CCLD mca_carto_file.la | |
Making all in mca/crs/none | |
CC crs_none_component.lo | |
CC crs_none_module.lo | |
CCLD mca_crs_none.la | |
Making all in mca/maffinity/first_use | |
CC maffinity_first_use_component.lo | |
CC maffinity_first_use_module.lo | |
CCLD mca_maffinity_first_use.la | |
Making all in mca/maffinity/hwloc | |
CC maffinity_hwloc_component.lo | |
CC maffinity_hwloc_module.lo | |
CCLD mca_maffinity_hwloc.la | |
Making all in mca/paffinity/hwloc | |
CC paffinity_hwloc_component.lo | |
CC paffinity_hwloc_module.lo | |
CCLD mca_paffinity_hwloc.la | |
Making all in mca/pstat/darwin | |
CC pstat_darwin_module.lo | |
CC pstat_darwin_component.lo | |
CCLD mca_pstat_darwin.la | |
Making all in mca/shmem/mmap | |
CC shmem_mmap_module.lo | |
CC shmem_mmap_component.lo | |
CCLD mca_shmem_mmap.la | |
Making all in mca/shmem/posix | |
CC shmem_posix_common_utils.lo | |
CC shmem_posix_module.lo | |
CC shmem_posix_component.lo | |
CCLD mca_shmem_posix.la | |
Making all in mca/shmem/sysv | |
CC shmem_sysv_component.lo | |
CC shmem_sysv_module.lo | |
CCLD mca_shmem_sysv.la | |
Making all in mca/sysinfo/darwin | |
CC sysinfo_darwin_component.lo | |
CC sysinfo_darwin_module.lo | |
CCLD mca_sysinfo_darwin.la | |
Making all in tools/wrappers | |
Creating opal_wrapper.1 man page... | |
CC opal_wrapper.o | |
CCLD opal_wrapper | |
Undefined symbols for architecture x86_64: | |
"_regcompA", referenced from: | |
_find_options_index in opal_wrapper.o | |
"_regexecA", referenced from: | |
_find_options_index in opal_wrapper.o | |
"_regfreeA", referenced from: | |
_find_options_index in opal_wrapper.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
make[2]: *** [opal_wrapper] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.3 | |
HEAD: 557827626feb67fdf7cc9f3714681e4fd1910cef | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.5.2 | |
CLT: 4.5.0.0.1.1249367152 | |
X11: N/A | |
//////////////////////////////////////////////////////////////// | |
02.make (verbose open-mpi 1.6.3 from here: https://github.com/mxcl/homebrew/pull/16387) | |
Making all in config | |
make[1]: Nothing to be done for `all'. | |
Making all in contrib | |
make[1]: Nothing to be done for `all'. | |
Making all in opal | |
Making all in include | |
/usr/bin/make all-am | |
make[3]: Nothing to be done for `all-am'. | |
Making all in libltdl | |
/bin/sh /private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/libltdl/config/install-sh -d . | |
cp ./argz_.h argz.h-t | |
mv argz.h-t argz.h | |
/usr/bin/make all-am | |
/bin/sh ./libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo './'`loaders/dlopen.c | |
/bin/sh ./libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c -o libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo './'`loaders/preopen.c | |
/bin/sh ./libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo './'`lt__alloc.c | |
/bin/sh ./libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo './'`lt_dlloader.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c loaders/preopen.c -fno-common -DPIC -o .libs/libltdlc_la-preopen.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c loaders/dlopen.c -fno-common -DPIC -o .libs/dlopen.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c lt_dlloader.c -fno-common -DPIC -o .libs/libltdlc_la-lt_dlloader.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c lt__alloc.c -fno-common -DPIC -o .libs/libltdlc_la-lt__alloc.o | |
brew: superenv removed: -I./libltdl -I./libltdl -g -O2 | |
brew: superenv removed: -I./libltdl -I./libltdl -g -O2 | |
brew: superenv removed: -I./libltdl -I./libltdl -g -O2 | |
brew: superenv removed: -I./libltdl -I./libltdl -g -O2 | |
/bin/sh ./libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo './'`lt_error.c | |
/bin/sh ./libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo './'`ltdl.c | |
/bin/sh ./libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo './'`slist.c | |
/bin/sh ./libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -DLT_CONFIG_H='<config.h>' -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c -o argz.lo argz.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c ltdl.c -fno-common -DPIC -o .libs/libltdlc_la-ltdl.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c lt_error.c -fno-common -DPIC -o .libs/libltdlc_la-lt_error.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c slist.c -fno-common -DPIC -o .libs/libltdlc_la-slist.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. "-DLT_CONFIG_H=<config.h>" -DLTDL -I. -I. -Ilibltdl -I./libltdl -I./libltdl -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -fvisibility=hidden -c argz.c -fno-common -DPIC -o .libs/argz.o | |
brew: superenv removed: -I./libltdl -I./libltdl -g -O2 | |
brew: superenv removed: -I./libltdl -I./libltdl -g -O2 | |
brew: superenv removed: -I./libltdl -I./libltdl -g -O2 | |
brew: superenv removed: -I./libltdl -I./libltdl -g -O2 | |
/bin/sh ./libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -fvisibility=hidden -module -avoid-version -o dlopen.la dlopen.lo | |
libtool: link: ar cru .libs/dlopen.a .libs/dlopen.o | |
libtool: link: ranlib .libs/dlopen.a | |
libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" ) | |
/bin/sh ./libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -fvisibility=hidden -no-undefined -dlpreopen dlopen.la -o libltdlc.la libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo argz.lo | |
libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT | |
libtool: link: (cd .libs && llvm-gcc -DNDEBUG -g -O2 -fvisibility=hidden -c -fno-builtin -fno-common -DPIC "libltdlcS.c") | |
brew: superenv removed: -g -O2 | |
libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" ".libs/libltdlc.nmS" ".libs/libltdlc.nmT" | |
libtool: link: (cd .libs/libltdlc.lax/dlopen.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/libltdl/./.libs/dlopen.a") | |
libtool: link: ar cru .libs/libltdlc.a .libs/libltdlc_la-preopen.o .libs/libltdlc_la-lt__alloc.o .libs/libltdlc_la-lt_dlloader.o .libs/libltdlc_la-lt_error.o .libs/libltdlc_la-ltdl.o .libs/libltdlc_la-slist.o .libs/argz.o .libs/libltdlcS.o .libs/libltdlc.lax/dlopen.a/dlopen.o | |
libtool: link: ranlib .libs/libltdlc.a | |
libtool: link: rm -fr .libs/libltdlc.lax | |
libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" "libltdlc.la" ) | |
Making all in asm | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o asm.lo asm.c | |
rm -f atomic-asm.S | |
ln -s "../../opal/asm/generated/atomic-local.s" atomic-asm.S | |
/bin/sh ../../libtool --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o atomic-asm.lo atomic-asm.S | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c asm.c -fno-common -DPIC -o .libs/asm.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c atomic-asm.S -fno-common -DPIC -o .libs/atomic-asm.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libasm.la asm.lo atomic-asm.lo | |
libtool: link: ar cru .libs/libasm.a .libs/asm.o .libs/atomic-asm.o | |
/usr/bin/ranlib: file: .libs/libasm.a(asm.o) has no symbols | |
libtool: link: ranlib .libs/libasm.a | |
ranlib: file: .libs/libasm.a(asm.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libasm.la" && ln -s "../libasm.la" "libasm.la" ) | |
Making all in datatype | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DCHECKSUM -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o libdatatype_reliable_la-opal_datatype_pack.lo `test -f 'opal_datatype_pack.c' || echo './'`opal_datatype_pack.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DCHECKSUM -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o libdatatype_reliable_la-opal_datatype_unpack.lo `test -f 'opal_datatype_unpack.c' || echo './'`opal_datatype_unpack.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_convertor.lo opal_convertor.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_convertor_raw.lo opal_convertor_raw.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_convertor.c -fno-common -DPIC -o .libs/opal_convertor.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_convertor_raw.c -fno-common -DPIC -o .libs/opal_convertor_raw.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DCHECKSUM -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_unpack.c -fno-common -DPIC -o .libs/libdatatype_reliable_la-opal_datatype_unpack.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DCHECKSUM -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_pack.c -fno-common -DPIC -o .libs/libdatatype_reliable_la-opal_datatype_pack.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_copy_functions.lo opal_copy_functions.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_copy_functions.c -fno-common -DPIC -o .libs/opal_copy_functions.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_copy_functions_heterogeneous.lo opal_copy_functions_heterogeneous.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_add.lo opal_datatype_add.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_clone.lo opal_datatype_clone.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_copy_functions_heterogeneous.c -fno-common -DPIC -o .libs/opal_copy_functions_heterogeneous.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_clone.c -fno-common -DPIC -o .libs/opal_datatype_clone.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_add.c -fno-common -DPIC -o .libs/opal_datatype_add.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_copy.lo opal_datatype_copy.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_create.lo opal_datatype_create.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_copy.c -fno-common -DPIC -o .libs/opal_datatype_copy.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_create.c -fno-common -DPIC -o .libs/opal_datatype_create.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_create_contiguous.lo opal_datatype_create_contiguous.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_destroy.lo opal_datatype_destroy.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_create_contiguous.c -fno-common -DPIC -o .libs/opal_datatype_create_contiguous.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_destroy.c -fno-common -DPIC -o .libs/opal_datatype_destroy.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_dump.lo opal_datatype_dump.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_fake_stack.lo opal_datatype_fake_stack.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_dump.c -fno-common -DPIC -o .libs/opal_datatype_dump.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_get_count.lo opal_datatype_get_count.c | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_module.lo opal_datatype_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_fake_stack.c -fno-common -DPIC -o .libs/opal_datatype_fake_stack.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_get_count.c -fno-common -DPIC -o .libs/opal_datatype_get_count.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_module.c -fno-common -DPIC -o .libs/opal_datatype_module.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_optimize.lo opal_datatype_optimize.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_pack.lo opal_datatype_pack.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_position.lo opal_datatype_position.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_optimize.c -fno-common -DPIC -o .libs/opal_datatype_optimize.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_resize.lo opal_datatype_resize.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_pack.c -fno-common -DPIC -o .libs/opal_datatype_pack.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_position.c -fno-common -DPIC -o .libs/opal_datatype_position.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_resize.c -fno-common -DPIC -o .libs/opal_datatype_resize.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_datatype_unpack.lo opal_datatype_unpack.c | |
/bin/sh ../../libtool --tag=CC --mode=link llvm-gcc -DCHECKSUM -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libdatatype_reliable.la libdatatype_reliable_la-opal_datatype_pack.lo libdatatype_reliable_la-opal_datatype_unpack.lo | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_datatype_unpack.c -fno-common -DPIC -o .libs/opal_datatype_unpack.o | |
brew: superenv removed: -g -O2 | |
libtool: link: ar cru .libs/libdatatype_reliable.a .libs/libdatatype_reliable_la-opal_datatype_pack.o .libs/libdatatype_reliable_la-opal_datatype_unpack.o | |
libtool: link: ranlib .libs/libdatatype_reliable.a | |
libtool: link: ( cd ".libs" && rm -f "libdatatype_reliable.la" && ln -s "../libdatatype_reliable.la" "libdatatype_reliable.la" ) | |
/bin/sh ../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libdatatype.la opal_convertor.lo opal_convertor_raw.lo opal_copy_functions.lo opal_copy_functions_heterogeneous.lo opal_datatype_add.lo opal_datatype_clone.lo opal_datatype_copy.lo opal_datatype_create.lo opal_datatype_create_contiguous.lo opal_datatype_destroy.lo opal_datatype_dump.lo opal_datatype_fake_stack.lo opal_datatype_get_count.lo opal_datatype_module.lo opal_datatype_optimize.lo opal_datatype_pack.lo opal_datatype_position.lo opal_datatype_resize.lo opal_datatype_unpack.lo libdatatype_reliable.la | |
libtool: link: (cd .libs/libdatatype.lax/libdatatype_reliable.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/datatype/./.libs/libdatatype_reliable.a") | |
libtool: link: ar cru .libs/libdatatype.a .libs/opal_convertor.o .libs/opal_convertor_raw.o .libs/opal_copy_functions.o .libs/opal_copy_functions_heterogeneous.o .libs/opal_datatype_add.o .libs/opal_datatype_clone.o .libs/opal_datatype_copy.o .libs/opal_datatype_create.o .libs/opal_datatype_create_contiguous.o .libs/opal_datatype_destroy.o .libs/opal_datatype_dump.o .libs/opal_datatype_fake_stack.o .libs/opal_datatype_get_count.o .libs/opal_datatype_module.o .libs/opal_datatype_optimize.o .libs/opal_datatype_pack.o .libs/opal_datatype_position.o .libs/opal_datatype_resize.o .libs/opal_datatype_unpack.o .libs/libdatatype.lax/libdatatype_reliable.a/libdatatype_reliable_la-opal_datatype_pack.o .libs/libdatatype.lax/libdatatype_reliable.a/libdatatype_reliable_la-opal_datatype_unpack.o | |
libtool: link: ranlib .libs/libdatatype.a | |
libtool: link: rm -fr .libs/libdatatype.lax | |
libtool: link: ( cd ".libs" && rm -f "libdatatype.la" && ln -s "../libdatatype.la" "libdatatype.la" ) | |
Making all in etc | |
make[2]: Nothing to be done for `all'. | |
Making all in event | |
Making all in compat | |
Making all in sys | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o event.lo event.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o log.lo log.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o evutil.lo evutil.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o signal.lo signal.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c event.c -fno-common -DPIC -o .libs/event.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c signal.c -fno-common -DPIC -o .libs/signal.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c evutil.c -fno-common -DPIC -o .libs/evutil.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c log.c -fno-common -DPIC -o .libs/log.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o select.lo select.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../opal/event/compat -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c select.c -fno-common -DPIC -o .libs/select.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libevent.la event.lo log.lo evutil.lo signal.lo select.lo | |
libtool: link: ar cru .libs/libevent.a .libs/event.o .libs/log.o .libs/evutil.o .libs/signal.o .libs/select.o | |
libtool: link: ranlib .libs/libevent.a | |
libtool: link: ( cd ".libs" && rm -f "libevent.la" && ln -s "../libevent.la" "libevent.la" ) | |
Making all in util | |
Making all in keyval | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o keyval_lex.lo keyval_lex.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c keyval_lex.c -fno-common -DPIC -o .libs/keyval_lex.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libopalutilkeyval.la keyval_lex.lo | |
libtool: link: ar cru .libs/libopalutilkeyval.a .libs/keyval_lex.o | |
libtool: link: ranlib .libs/libopalutilkeyval.a | |
libtool: link: ( cd ".libs" && rm -f "libopalutilkeyval.la" && ln -s "../libopalutilkeyval.la" "libopalutilkeyval.la" ) | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o arch.lo arch.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o argv.lo argv.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o basename.lo basename.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o cmd_line.lo cmd_line.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c arch.c -fno-common -DPIC -o .libs/arch.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c argv.c -fno-common -DPIC -o .libs/argv.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c cmd_line.c -fno-common -DPIC -o .libs/cmd_line.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c basename.c -fno-common -DPIC -o .libs/basename.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o crc.lo crc.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o convert.lo convert.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c crc.c -fno-common -DPIC -o .libs/crc.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c convert.c -fno-common -DPIC -o .libs/convert.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o daemon_init.lo daemon_init.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c daemon_init.c -fno-common -DPIC -o .libs/daemon_init.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o error.lo error.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c error.c -fno-common -DPIC -o .libs/error.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o few.lo few.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o if.lo if.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c if.c -fno-common -DPIC -o .libs/if.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c few.c -fno-common -DPIC -o .libs/few.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o keyval_parse.lo keyval_parse.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o malloc.lo malloc.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c keyval_parse.c -fno-common -DPIC -o .libs/keyval_parse.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c malloc.c -fno-common -DPIC -o .libs/malloc.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o net.lo net.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c net.c -fno-common -DPIC -o .libs/net.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o numtostr.lo numtostr.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_environ.lo opal_environ.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_getcwd.lo opal_getcwd.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c numtostr.c -fno-common -DPIC -o .libs/numtostr.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_environ.c -fno-common -DPIC -o .libs/opal_environ.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_getcwd.c -fno-common -DPIC -o .libs/opal_getcwd.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_pty.lo opal_pty.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o os_dirpath.lo os_dirpath.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_pty.c -fno-common -DPIC -o .libs/opal_pty.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o os_path.lo os_path.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o output.lo output.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c os_dirpath.c -fno-common -DPIC -o .libs/os_dirpath.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c os_path.c -fno-common -DPIC -o .libs/os_path.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c output.c -fno-common -DPIC -o .libs/output.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o path.lo path.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o printf.lo printf.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c path.c -fno-common -DPIC -o .libs/path.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o qsort.lo qsort.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c printf.c -fno-common -DPIC -o .libs/printf.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c qsort.c -fno-common -DPIC -o .libs/qsort.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o show_help.lo show_help.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o show_help_lex.lo show_help_lex.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o stacktrace.lo stacktrace.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c show_help.c -fno-common -DPIC -o .libs/show_help.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o strncpy.lo strncpy.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c show_help_lex.c -fno-common -DPIC -o .libs/show_help_lex.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c stacktrace.c -fno-common -DPIC -o .libs/stacktrace.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c strncpy.c -fno-common -DPIC -o .libs/strncpy.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o sys_limits.lo sys_limits.c | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o trace.lo trace.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c sys_limits.c -fno-common -DPIC -o .libs/sys_limits.o | |
/bin/sh ../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o fd.lo fd.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c trace.c -fno-common -DPIC -o .libs/trace.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c fd.c -fno-common -DPIC -o .libs/fd.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libopalutil.la arch.lo argv.lo basename.lo cmd_line.lo crc.lo convert.lo daemon_init.lo error.lo few.lo if.lo keyval_parse.lo malloc.lo net.lo numtostr.lo opal_environ.lo opal_getcwd.lo opal_pty.lo os_dirpath.lo os_path.lo output.lo path.lo printf.lo qsort.lo show_help.lo show_help_lex.lo stacktrace.lo strncpy.lo sys_limits.lo trace.lo fd.lo keyval/libopalutilkeyval.la | |
libtool: link: (cd .libs/libopalutil.lax/libopalutilkeyval.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/util/keyval/.libs/libopalutilkeyval.a") | |
libtool: link: ar cru .libs/libopalutil.a .libs/arch.o .libs/argv.o .libs/basename.o .libs/cmd_line.o .libs/crc.o .libs/convert.o .libs/daemon_init.o .libs/error.o .libs/few.o .libs/if.o .libs/keyval_parse.o .libs/malloc.o .libs/net.o .libs/numtostr.o .libs/opal_environ.o .libs/opal_getcwd.o .libs/opal_pty.o .libs/os_dirpath.o .libs/os_path.o .libs/output.o .libs/path.o .libs/printf.o .libs/qsort.o .libs/show_help.o .libs/show_help_lex.o .libs/stacktrace.o .libs/strncpy.o .libs/sys_limits.o .libs/trace.o .libs/fd.o .libs/libopalutil.lax/libopalutilkeyval.a/keyval_lex.o | |
/usr/bin/ranlib: file: .libs/libopalutil.a(qsort.o) has no symbols | |
libtool: link: ranlib .libs/libopalutil.a | |
ranlib: file: .libs/libopalutil.a(qsort.o) has no symbols | |
libtool: link: rm -fr .libs/libopalutil.lax | |
libtool: link: ( cd ".libs" && rm -f "libopalutil.la" && ln -s "../libopalutil.la" "libopalutil.la" ) | |
Making all in mca/base | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_close.lo mca_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_cmd_line.lo mca_base_cmd_line.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_component_compare.lo mca_base_component_compare.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_component_find.lo mca_base_component_find.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_cmd_line.c -fno-common -DPIC -o .libs/mca_base_cmd_line.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_component_find.c -fno-common -DPIC -o .libs/mca_base_component_find.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_component_compare.c -fno-common -DPIC -o .libs/mca_base_component_compare.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_close.c -fno-common -DPIC -o .libs/mca_base_close.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_component_repository.lo mca_base_component_repository.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_components_open.lo mca_base_components_open.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_components_close.lo mca_base_components_close.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_component_repository.c -fno-common -DPIC -o .libs/mca_base_component_repository.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_components_open.c -fno-common -DPIC -o .libs/mca_base_components_open.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_components_close.c -fno-common -DPIC -o .libs/mca_base_components_close.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_components_select.lo mca_base_components_select.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_list.lo mca_base_list.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_open.lo mca_base_open.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_components_select.c -fno-common -DPIC -o .libs/mca_base_components_select.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_param.lo mca_base_param.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_list.c -fno-common -DPIC -o .libs/mca_base_list.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_open.c -fno-common -DPIC -o .libs/mca_base_open.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_param.c -fno-common -DPIC -o .libs/mca_base_param.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o mca_base_parse_paramfile.lo mca_base_parse_paramfile.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../opal/libltdl -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c mca_base_parse_paramfile.c -fno-common -DPIC -o .libs/mca_base_parse_paramfile.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_base.la mca_base_close.lo mca_base_cmd_line.lo mca_base_component_compare.lo mca_base_component_find.lo mca_base_component_repository.lo mca_base_components_open.lo mca_base_components_close.lo mca_base_components_select.lo mca_base_list.lo mca_base_open.lo mca_base_param.lo mca_base_parse_paramfile.lo | |
libtool: link: ar cru .libs/libmca_base.a .libs/mca_base_close.o .libs/mca_base_cmd_line.o .libs/mca_base_component_compare.o .libs/mca_base_component_find.o .libs/mca_base_component_repository.o .libs/mca_base_components_open.o .libs/mca_base_components_close.o .libs/mca_base_components_select.o .libs/mca_base_list.o .libs/mca_base_open.o .libs/mca_base_param.o .libs/mca_base_parse_paramfile.o | |
libtool: link: ranlib .libs/libmca_base.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_base.la" && ln -s "../libmca_base.la" "libmca_base.la" ) | |
Making all in mca/backtrace | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/backtrace_component.lo base/backtrace_component.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/backtrace_component.c -fno-common -DPIC -o base/.libs/backtrace_component.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_backtrace.la base/backtrace_component.lo | |
libtool: link: ar cru .libs/libmca_backtrace.a base/.libs/backtrace_component.o | |
libtool: link: ranlib .libs/libmca_backtrace.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_backtrace.la" && ln -s "../libmca_backtrace.la" "libmca_backtrace.la" ) | |
Making all in mca/carto | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/carto_base_close.lo base/carto_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/carto_base_select.lo base/carto_base_select.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/carto_base_graph.lo base/carto_base_graph.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/carto_base_wrapers.lo base/carto_base_wrapers.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/carto_base_graph.c -fno-common -DPIC -o base/.libs/carto_base_graph.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/carto_base_wrapers.c -fno-common -DPIC -o base/.libs/carto_base_wrapers.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/carto_base_close.c -fno-common -DPIC -o base/.libs/carto_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/carto_base_select.c -fno-common -DPIC -o base/.libs/carto_base_select.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/carto_base_open.lo base/carto_base_open.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/carto_base_open.c -fno-common -DPIC -o base/.libs/carto_base_open.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_carto.la base/carto_base_close.lo base/carto_base_select.lo base/carto_base_graph.lo base/carto_base_wrapers.lo base/carto_base_open.lo | |
libtool: link: ar cru .libs/libmca_carto.a base/.libs/carto_base_close.o base/.libs/carto_base_select.o base/.libs/carto_base_graph.o base/.libs/carto_base_wrapers.o base/.libs/carto_base_open.o | |
libtool: link: ranlib .libs/libmca_carto.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_carto.la" && ln -s "../libmca_carto.la" "libmca_carto.la" ) | |
Making all in mca/crs | |
Creating opal_crs.7 man page... | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/crs_base_open.lo base/crs_base_open.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/crs_base_close.lo base/crs_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/crs_base_select.lo base/crs_base_select.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/crs_base_fns.lo base/crs_base_fns.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/crs_base_select.c -fno-common -DPIC -o base/.libs/crs_base_select.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/crs_base_open.c -fno-common -DPIC -o base/.libs/crs_base_open.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/crs_base_close.c -fno-common -DPIC -o base/.libs/crs_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/crs_base_fns.c -fno-common -DPIC -o base/.libs/crs_base_fns.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_crs.la base/crs_base_open.lo base/crs_base_close.lo base/crs_base_select.lo base/crs_base_fns.lo | |
libtool: link: ar cru .libs/libmca_crs.a base/.libs/crs_base_open.o base/.libs/crs_base_close.o base/.libs/crs_base_select.o base/.libs/crs_base_fns.o | |
libtool: link: ranlib .libs/libmca_crs.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_crs.la" && ln -s "../libmca_crs.la" "libmca_crs.la" ) | |
Making all in mca/hwloc | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/hwloc_base_close.lo base/hwloc_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/hwloc_base_open.lo base/hwloc_base_open.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/hwloc_base_dt.lo base/hwloc_base_dt.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/hwloc_base_util.lo base/hwloc_base_util.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/hwloc_base_close.c -fno-common -DPIC -o base/.libs/hwloc_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/hwloc_base_open.c -fno-common -DPIC -o base/.libs/hwloc_base_open.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/hwloc_base_dt.c -fno-common -DPIC -o base/.libs/hwloc_base_dt.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/hwloc_base_util.c -fno-common -DPIC -o base/.libs/hwloc_base_util.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/hwloc_base_proc_mempolicy.lo base/hwloc_base_proc_mempolicy.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/hwloc_base_proc_mempolicy.c -fno-common -DPIC -o base/.libs/hwloc_base_proc_mempolicy.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_hwloc.la base/hwloc_base_close.lo base/hwloc_base_open.lo base/hwloc_base_dt.lo base/hwloc_base_util.lo base/hwloc_base_proc_mempolicy.lo | |
libtool: link: ar cru .libs/libmca_hwloc.a base/.libs/hwloc_base_close.o base/.libs/hwloc_base_open.o base/.libs/hwloc_base_dt.o base/.libs/hwloc_base_util.o base/.libs/hwloc_base_proc_mempolicy.o | |
libtool: link: ranlib .libs/libmca_hwloc.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_hwloc.la" && ln -s "../libmca_hwloc.la" "libmca_hwloc.la" ) | |
Making all in mca/installdirs | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/installdirs_base_components.lo base/installdirs_base_components.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/installdirs_base_expand.lo base/installdirs_base_expand.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/installdirs_base_expand.c -fno-common -DPIC -o base/.libs/installdirs_base_expand.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/installdirs_base_components.c -fno-common -DPIC -o base/.libs/installdirs_base_components.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_installdirs.la base/installdirs_base_components.lo base/installdirs_base_expand.lo | |
libtool: link: ar cru .libs/libmca_installdirs.a base/.libs/installdirs_base_components.o base/.libs/installdirs_base_expand.o | |
libtool: link: ranlib .libs/libmca_installdirs.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_installdirs.la" && ln -s "../libmca_installdirs.la" "libmca_installdirs.la" ) | |
Making all in mca/maffinity | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/maffinity_base_close.lo base/maffinity_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/maffinity_base_select.lo base/maffinity_base_select.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/maffinity_base_open.lo base/maffinity_base_open.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/maffinity_base_wrappers.lo base/maffinity_base_wrappers.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/maffinity_base_close.c -fno-common -DPIC -o base/.libs/maffinity_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/maffinity_base_wrappers.c -fno-common -DPIC -o base/.libs/maffinity_base_wrappers.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/maffinity_base_select.c -fno-common -DPIC -o base/.libs/maffinity_base_select.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/maffinity_base_open.c -fno-common -DPIC -o base/.libs/maffinity_base_open.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_maffinity.la base/maffinity_base_close.lo base/maffinity_base_select.lo base/maffinity_base_open.lo base/maffinity_base_wrappers.lo | |
libtool: link: ar cru .libs/libmca_maffinity.a base/.libs/maffinity_base_close.o base/.libs/maffinity_base_select.o base/.libs/maffinity_base_open.o base/.libs/maffinity_base_wrappers.o | |
libtool: link: ranlib .libs/libmca_maffinity.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_maffinity.la" && ln -s "../libmca_maffinity.la" "libmca_maffinity.la" ) | |
Making all in mca/memchecker | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/memchecker_base_close.lo base/memchecker_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/memchecker_base_open.lo base/memchecker_base_open.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/memchecker_base_select.lo base/memchecker_base_select.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/memchecker_base_wrappers.lo base/memchecker_base_wrappers.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/memchecker_base_close.c -fno-common -DPIC -o base/.libs/memchecker_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/memchecker_base_select.c -fno-common -DPIC -o base/.libs/memchecker_base_select.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/memchecker_base_open.c -fno-common -DPIC -o base/.libs/memchecker_base_open.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/memchecker_base_wrappers.c -fno-common -DPIC -o base/.libs/memchecker_base_wrappers.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_memchecker.la base/memchecker_base_close.lo base/memchecker_base_open.lo base/memchecker_base_select.lo base/memchecker_base_wrappers.lo | |
libtool: link: ar cru .libs/libmca_memchecker.a base/.libs/memchecker_base_close.o base/.libs/memchecker_base_open.o base/.libs/memchecker_base_select.o base/.libs/memchecker_base_wrappers.o | |
/usr/bin/ranlib: file: .libs/libmca_memchecker.a(memchecker_base_wrappers.o) has no symbols | |
libtool: link: ranlib .libs/libmca_memchecker.a | |
ranlib: file: .libs/libmca_memchecker.a(memchecker_base_wrappers.o) has no symbols | |
libtool: link: ( cd ".libs" && rm -f "libmca_memchecker.la" && ln -s "../libmca_memchecker.la" "libmca_memchecker.la" ) | |
Making all in mca/memcpy | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/memcpy_base_close.lo base/memcpy_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/memcpy_base_open.lo base/memcpy_base_open.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/memcpy_base_close.c -fno-common -DPIC -o base/.libs/memcpy_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/memcpy_base_open.c -fno-common -DPIC -o base/.libs/memcpy_base_open.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_memcpy.la base/memcpy_base_close.lo base/memcpy_base_open.lo | |
libtool: link: ar cru .libs/libmca_memcpy.a base/.libs/memcpy_base_close.o base/.libs/memcpy_base_open.o | |
libtool: link: ranlib .libs/libmca_memcpy.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_memcpy.la" && ln -s "../libmca_memcpy.la" "libmca_memcpy.la" ) | |
Making all in mca/memory | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/memory_base_close.lo base/memory_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/memory_base_open.lo base/memory_base_open.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/memory_base_empty.lo base/memory_base_empty.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/memory_base_open.c -fno-common -DPIC -o base/.libs/memory_base_open.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/memory_base_close.c -fno-common -DPIC -o base/.libs/memory_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/memory_base_empty.c -fno-common -DPIC -o base/.libs/memory_base_empty.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_memory.la base/memory_base_close.lo base/memory_base_open.lo base/memory_base_empty.lo | |
libtool: link: ar cru .libs/libmca_memory.a base/.libs/memory_base_close.o base/.libs/memory_base_open.o base/.libs/memory_base_empty.o | |
libtool: link: ranlib .libs/libmca_memory.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_memory.la" && ln -s "../libmca_memory.la" "libmca_memory.la" ) | |
Making all in mca/paffinity | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/paffinity_base_close.lo base/paffinity_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/paffinity_base_select.lo base/paffinity_base_select.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/paffinity_base_open.lo base/paffinity_base_open.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/paffinity_base_wrappers.lo base/paffinity_base_wrappers.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/paffinity_base_select.c -fno-common -DPIC -o base/.libs/paffinity_base_select.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/paffinity_base_open.c -fno-common -DPIC -o base/.libs/paffinity_base_open.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/paffinity_base_close.c -fno-common -DPIC -o base/.libs/paffinity_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/paffinity_base_wrappers.c -fno-common -DPIC -o base/.libs/paffinity_base_wrappers.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/paffinity_base_service.lo base/paffinity_base_service.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/paffinity_base_service.c -fno-common -DPIC -o base/.libs/paffinity_base_service.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_paffinity.la base/paffinity_base_close.lo base/paffinity_base_select.lo base/paffinity_base_open.lo base/paffinity_base_wrappers.lo base/paffinity_base_service.lo | |
libtool: link: ar cru .libs/libmca_paffinity.a base/.libs/paffinity_base_close.o base/.libs/paffinity_base_select.o base/.libs/paffinity_base_open.o base/.libs/paffinity_base_wrappers.o base/.libs/paffinity_base_service.o | |
libtool: link: ranlib .libs/libmca_paffinity.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_paffinity.la" && ln -s "../libmca_paffinity.la" "libmca_paffinity.la" ) | |
Making all in mca/pstat | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/pstat_base_close.lo base/pstat_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/pstat_base_select.lo base/pstat_base_select.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/pstat_base_open.lo base/pstat_base_open.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/pstat_base_select.c -fno-common -DPIC -o base/.libs/pstat_base_select.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/pstat_base_close.c -fno-common -DPIC -o base/.libs/pstat_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/pstat_base_open.c -fno-common -DPIC -o base/.libs/pstat_base_open.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_pstat.la base/pstat_base_close.lo base/pstat_base_select.lo base/pstat_base_open.lo | |
libtool: link: ar cru .libs/libmca_pstat.a base/.libs/pstat_base_close.o base/.libs/pstat_base_select.o base/.libs/pstat_base_open.o | |
libtool: link: ranlib .libs/libmca_pstat.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_pstat.la" && ln -s "../libmca_pstat.la" "libmca_pstat.la" ) | |
Making all in mca/shmem | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/shmem_base_close.lo base/shmem_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/shmem_base_select.lo base/shmem_base_select.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/shmem_base_open.lo base/shmem_base_open.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/shmem_base_wrappers.lo base/shmem_base_wrappers.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/shmem_base_open.c -fno-common -DPIC -o base/.libs/shmem_base_open.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/shmem_base_close.c -fno-common -DPIC -o base/.libs/shmem_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/shmem_base_select.c -fno-common -DPIC -o base/.libs/shmem_base_select.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/shmem_base_wrappers.c -fno-common -DPIC -o base/.libs/shmem_base_wrappers.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_shmem.la base/shmem_base_close.lo base/shmem_base_select.lo base/shmem_base_open.lo base/shmem_base_wrappers.lo | |
libtool: link: ar cru .libs/libmca_shmem.a base/.libs/shmem_base_close.o base/.libs/shmem_base_select.o base/.libs/shmem_base_open.o base/.libs/shmem_base_wrappers.o | |
libtool: link: ranlib .libs/libmca_shmem.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_shmem.la" && ln -s "../libmca_shmem.la" "libmca_shmem.la" ) | |
Making all in mca/sysinfo | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/sysinfo_base_close.lo base/sysinfo_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/sysinfo_base_select.lo base/sysinfo_base_select.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/sysinfo_base_open.lo base/sysinfo_base_open.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/sysinfo_base_close.c -fno-common -DPIC -o base/.libs/sysinfo_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/sysinfo_base_select.c -fno-common -DPIC -o base/.libs/sysinfo_base_select.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/sysinfo_base_open.c -fno-common -DPIC -o base/.libs/sysinfo_base_open.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_sysinfo.la base/sysinfo_base_close.lo base/sysinfo_base_select.lo base/sysinfo_base_open.lo | |
libtool: link: ar cru .libs/libmca_sysinfo.a base/.libs/sysinfo_base_close.o base/.libs/sysinfo_base_select.o base/.libs/sysinfo_base_open.o | |
libtool: link: ranlib .libs/libmca_sysinfo.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_sysinfo.la" && ln -s "../libmca_sysinfo.la" "libmca_sysinfo.la" ) | |
Making all in mca/timer | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/timer_base_close.lo base/timer_base_close.c | |
/bin/sh ../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o base/timer_base_open.lo base/timer_base_open.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/timer_base_close.c -fno-common -DPIC -o base/.libs/timer_base_close.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c base/timer_base_open.c -fno-common -DPIC -o base/.libs/timer_base_open.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_timer.la base/timer_base_close.lo base/timer_base_open.lo | |
libtool: link: ar cru .libs/libmca_timer.a base/.libs/timer_base_close.o base/.libs/timer_base_open.o | |
libtool: link: ranlib .libs/libmca_timer.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_timer.la" && ln -s "../libmca_timer.la" "libmca_timer.la" ) | |
Making all in mca/backtrace/execinfo | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o backtrace_execinfo.lo backtrace_execinfo.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o backtrace_execinfo_component.lo backtrace_execinfo_component.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c backtrace_execinfo_component.c -fno-common -DPIC -o .libs/backtrace_execinfo_component.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c backtrace_execinfo.c -fno-common -DPIC -o .libs/backtrace_execinfo.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_backtrace_execinfo.la backtrace_execinfo.lo backtrace_execinfo_component.lo | |
libtool: link: ar cru .libs/libmca_backtrace_execinfo.a .libs/backtrace_execinfo.o .libs/backtrace_execinfo_component.o | |
libtool: link: ranlib .libs/libmca_backtrace_execinfo.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_backtrace_execinfo.la" && ln -s "../libmca_backtrace_execinfo.la" "libmca_backtrace_execinfo.la" ) | |
Making all in mca/hwloc/hwloc132 | |
Making all in hwloc | |
Making all in src | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o topology.lo topology.c | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o traversal.lo traversal.c | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o distances.lo distances.c | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o topology-synthetic.lo topology-synthetic.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c topology.c -fno-common -DPIC -o .libs/topology.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c traversal.c -fno-common -DPIC -o .libs/traversal.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c topology-synthetic.c -fno-common -DPIC -o .libs/topology-synthetic.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c distances.c -fno-common -DPIC -o .libs/distances.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o topology-xml.lo topology-xml.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c topology-xml.c -fno-common -DPIC -o .libs/topology-xml.o | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o bind.lo bind.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c bind.c -fno-common -DPIC -o .libs/bind.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o cpuset.lo cpuset.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c cpuset.c -fno-common -DPIC -o .libs/cpuset.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o misc.lo misc.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c misc.c -fno-common -DPIC -o .libs/misc.o | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o topology-darwin.lo topology-darwin.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c topology-darwin.c -fno-common -DPIC -o .libs/topology-darwin.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o topology-x86.lo topology-x86.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../../../opal/include -I../../../../../../orte/include -I../../../../../../ompi/include -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -DHWLOC_INSIDE_LIBHWLOC -I../../../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c topology-x86.c -fno-common -DPIC -o .libs/topology-x86.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../../../libtool --tag=CC --mode=link llvm-gcc -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -L/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/src -export-dynamic -o libhwloc_embedded.la topology.lo traversal.lo distances.lo topology-synthetic.lo topology-xml.lo bind.lo cpuset.lo misc.lo topology-darwin.lo topology-x86.lo | |
libtool: link: ar cru .libs/libhwloc_embedded.a .libs/topology.o .libs/traversal.o .libs/distances.o .libs/topology-synthetic.o .libs/topology-xml.o .libs/bind.o .libs/cpuset.o .libs/misc.o .libs/topology-darwin.o .libs/topology-x86.o | |
libtool: link: ranlib .libs/libhwloc_embedded.a | |
libtool: link: ( cd ".libs" && rm -f "libhwloc_embedded.la" && ln -s "../libhwloc_embedded.la" "libhwloc_embedded.la" ) | |
Making all in include | |
make[4]: Nothing to be done for `all'. | |
make[4]: Nothing to be done for `all-am'. | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o hwloc132_component.lo hwloc132_component.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c hwloc132_component.c -fno-common -DPIC -o .libs/hwloc132_component.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o libmca_hwloc_hwloc132.la hwloc132_component.lo /private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/src/libhwloc_embedded.la -lm | |
libtool: link: (cd .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/src/.libs/libhwloc_embedded.a") | |
libtool: link: ar cru .libs/libmca_hwloc_hwloc132.a .libs/hwloc132_component.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/bind.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/cpuset.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/distances.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/misc.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/topology-darwin.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/topology-synthetic.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/topology-x86.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/topology-xml.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/topology.o .libs/libmca_hwloc_hwloc132.lax/libhwloc_embedded.a/traversal.o | |
libtool: link: ranlib .libs/libmca_hwloc_hwloc132.a | |
libtool: link: rm -fr .libs/libmca_hwloc_hwloc132.lax | |
libtool: link: ( cd ".libs" && rm -f "libmca_hwloc_hwloc132.la" && ln -s "../libmca_hwloc_hwloc132.la" "libmca_hwloc_hwloc132.la" ) | |
Making all in mca/installdirs/env | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_installdirs_env.lo opal_installdirs_env.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_installdirs_env.c -fno-common -DPIC -o .libs/opal_installdirs_env.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_installdirs_env.la opal_installdirs_env.lo | |
libtool: link: ar cru .libs/libmca_installdirs_env.a .libs/opal_installdirs_env.o | |
libtool: link: ranlib .libs/libmca_installdirs_env.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_installdirs_env.la" && ln -s "../libmca_installdirs_env.la" "libmca_installdirs_env.la" ) | |
Making all in mca/installdirs/config | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_installdirs_config.lo opal_installdirs_config.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c opal_installdirs_config.c -fno-common -DPIC -o .libs/opal_installdirs_config.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_installdirs_config.la opal_installdirs_config.lo | |
libtool: link: ar cru .libs/libmca_installdirs_config.a .libs/opal_installdirs_config.o | |
libtool: link: ranlib .libs/libmca_installdirs_config.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_installdirs_config.la" && ln -s "../libmca_installdirs_config.la" "libmca_installdirs_config.la" ) | |
Making all in mca/timer/darwin | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o timer_darwin_component.lo timer_darwin_component.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c timer_darwin_component.c -fno-common -DPIC -o .libs/timer_darwin_component.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libmca_timer_darwin.la timer_darwin_component.lo | |
libtool: link: ar cru .libs/libmca_timer_darwin.a .libs/timer_darwin_component.o | |
libtool: link: ranlib .libs/libmca_timer_darwin.a | |
libtool: link: ( cd ".libs" && rm -f "libmca_timer_darwin.la" && ln -s "../libmca_timer_darwin.la" "libmca_timer_darwin.la" ) | |
Making all in . | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_bitmap.lo class/opal_bitmap.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_free_list.lo class/opal_free_list.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_hash_table.lo class/opal_hash_table.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_list.lo class/opal_list.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_free_list.c -fno-common -DPIC -o class/.libs/opal_free_list.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_bitmap.c -fno-common -DPIC -o class/.libs/opal_bitmap.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_hash_table.c -fno-common -DPIC -o class/.libs/opal_hash_table.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_list.c -fno-common -DPIC -o class/.libs/opal_list.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_object.lo class/opal_object.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_graph.lo class/opal_graph.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_atomic_lifo.lo class/opal_atomic_lifo.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_object.c -fno-common -DPIC -o class/.libs/opal_object.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_graph.c -fno-common -DPIC -o class/.libs/opal_graph.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_atomic_lifo.c -fno-common -DPIC -o class/.libs/opal_atomic_lifo.o | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_pointer_array.lo class/opal_pointer_array.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_pointer_array.c -fno-common -DPIC -o class/.libs/opal_pointer_array.o | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_value_array.lo class/opal_value_array.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o class/opal_ring_buffer.lo class/opal_ring_buffer.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_value_array.c -fno-common -DPIC -o class/.libs/opal_value_array.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c class/opal_ring_buffer.c -fno-common -DPIC -o class/.libs/opal_ring_buffer.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o memoryhooks/memory.lo memoryhooks/memory.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o runtime/opal_progress.lo runtime/opal_progress.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o runtime/opal_finalize.lo runtime/opal_finalize.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c runtime/opal_progress.c -fno-common -DPIC -o runtime/.libs/opal_progress.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c memoryhooks/memory.c -fno-common -DPIC -o memoryhooks/.libs/memory.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c runtime/opal_finalize.c -fno-common -DPIC -o runtime/.libs/opal_finalize.o | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o runtime/opal_init.lo runtime/opal_init.c | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c runtime/opal_init.c -fno-common -DPIC -o runtime/.libs/opal_init.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o runtime/opal_params.lo runtime/opal_params.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o runtime/opal_cr.lo runtime/opal_cr.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c runtime/opal_params.c -fno-common -DPIC -o runtime/.libs/opal_params.o | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o threads/condition.lo threads/condition.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c runtime/opal_cr.c -fno-common -DPIC -o runtime/.libs/opal_cr.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c threads/condition.c -fno-common -DPIC -o threads/.libs/condition.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o threads/mutex.lo threads/mutex.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o threads/thread.lo threads/thread.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c threads/mutex.c -fno-common -DPIC -o threads/.libs/mutex.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c threads/thread.c -fno-common -DPIC -o threads/.libs/thread.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o threads/tsd.lo threads/tsd.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c threads/tsd.c -fno-common -DPIC -o threads/.libs/tsd.o | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_internal_functions.lo dss/dss_internal_functions.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_compare.lo dss/dss_compare.c | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_copy.lo dss/dss_copy.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_internal_functions.c -fno-common -DPIC -o dss/.libs/dss_internal_functions.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_compare.c -fno-common -DPIC -o dss/.libs/dss_compare.o | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_dump.lo dss/dss_dump.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_copy.c -fno-common -DPIC -o dss/.libs/dss_copy.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_dump.c -fno-common -DPIC -o dss/.libs/dss_dump.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_get.lo dss/dss_get.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_load_unload.lo dss/dss_load_unload.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_get.c -fno-common -DPIC -o dss/.libs/dss_get.o | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_lookup.lo dss/dss_lookup.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_pack.lo dss/dss_pack.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_load_unload.c -fno-common -DPIC -o dss/.libs/dss_load_unload.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_lookup.c -fno-common -DPIC -o dss/.libs/dss_lookup.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_pack.c -fno-common -DPIC -o dss/.libs/dss_pack.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_peek.lo dss/dss_peek.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_print.lo dss/dss_print.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_register.lo dss/dss_register.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_peek.c -fno-common -DPIC -o dss/.libs/dss_peek.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_print.c -fno-common -DPIC -o dss/.libs/dss_print.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_register.c -fno-common -DPIC -o dss/.libs/dss_register.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_release.lo dss/dss_release.c | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_set.lo dss/dss_set.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_release.c -fno-common -DPIC -o dss/.libs/dss_release.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_set.c -fno-common -DPIC -o dss/.libs/dss_set.o | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_set_buffer_type.lo dss/dss_set_buffer_type.c | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_size.lo dss/dss_size.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_set_buffer_type.c -fno-common -DPIC -o dss/.libs/dss_set_buffer_type.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_unpack.lo dss/dss_unpack.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_size.c -fno-common -DPIC -o dss/.libs/dss_size.o | |
/bin/sh ../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o dss/dss_open_close.lo dss/dss_open_close.c | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_unpack.c -fno-common -DPIC -o dss/.libs/dss_unpack.o | |
brew: superenv removed: -g -O2 | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c dss/dss_open_close.c -fno-common -DPIC -o dss/.libs/dss_open_close.o | |
brew: superenv removed: -g -O2 | |
/bin/sh ../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -version-info 4:3:0 -export-dynamic -o libopen-pal.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib class/opal_bitmap.lo class/opal_free_list.lo class/opal_hash_table.lo class/opal_list.lo class/opal_object.lo class/opal_graph.lo class/opal_atomic_lifo.lo class/opal_pointer_array.lo class/opal_value_array.lo class/opal_ring_buffer.lo memoryhooks/memory.lo runtime/opal_progress.lo runtime/opal_finalize.lo runtime/opal_init.lo runtime/opal_params.lo runtime/opal_cr.lo threads/condition.lo threads/mutex.lo threads/thread.lo threads/tsd.lo dss/dss_internal_functions.lo dss/dss_compare.lo dss/dss_copy.lo dss/dss_dump.lo dss/dss_get.lo dss/dss_load_unload.lo dss/dss_lookup.lo dss/dss_pack.lo dss/dss_peek.lo dss/dss_print.lo dss/dss_register.lo dss/dss_release.lo dss/dss_set.lo dss/dss_set_buffer_type.lo dss/dss_size.lo dss/dss_unpack.lo dss/dss_open_close.lo ../opal/libltdl/libltdlc.la asm/libasm.la datatype/libdatatype.la event/libevent.la mca/base/libmca_base.la util/libopalutil.la mca/backtrace/libmca_backtrace.la mca/backtrace/execinfo/libmca_backtrace_execinfo.la mca/carto/libmca_carto.la mca/crs/libmca_crs.la mca/hwloc/libmca_hwloc.la mca/hwloc/hwloc132/libmca_hwloc_hwloc132.la mca/installdirs/libmca_installdirs.la mca/installdirs/config/libmca_installdirs_config.la mca/installdirs/env/libmca_installdirs_env.la mca/maffinity/libmca_maffinity.la mca/memchecker/libmca_memchecker.la mca/memcpy/libmca_memcpy.la mca/memory/libmca_memory.la mca/paffinity/libmca_paffinity.la mca/pstat/libmca_pstat.la mca/shmem/libmca_shmem.la mca/sysinfo/libmca_sysinfo.la mca/timer/libmca_timer.la mca/timer/darwin/libmca_timer_darwin.la | |
/bin/sh ../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o libopen-pal-lt.la class/opal_bitmap.lo class/opal_free_list.lo class/opal_hash_table.lo class/opal_list.lo class/opal_object.lo class/opal_graph.lo class/opal_atomic_lifo.lo class/opal_pointer_array.lo class/opal_value_array.lo class/opal_ring_buffer.lo memoryhooks/memory.lo runtime/opal_progress.lo runtime/opal_finalize.lo runtime/opal_init.lo runtime/opal_params.lo runtime/opal_cr.lo threads/condition.lo threads/mutex.lo threads/thread.lo threads/tsd.lo dss/dss_internal_functions.lo dss/dss_compare.lo dss/dss_copy.lo dss/dss_dump.lo dss/dss_get.lo dss/dss_load_unload.lo dss/dss_lookup.lo dss/dss_pack.lo dss/dss_peek.lo dss/dss_print.lo dss/dss_register.lo dss/dss_release.lo dss/dss_set.lo dss/dss_set_buffer_type.lo dss/dss_size.lo dss/dss_unpack.lo dss/dss_open_close.lo ../opal/libltdl/libltdlc.la asm/libasm.la datatype/libdatatype.la event/libevent.la mca/base/libmca_base.la util/libopalutil.la mca/backtrace/libmca_backtrace.la mca/backtrace/execinfo/libmca_backtrace_execinfo.la mca/carto/libmca_carto.la mca/crs/libmca_crs.la mca/hwloc/libmca_hwloc.la mca/hwloc/hwloc132/libmca_hwloc_hwloc132.la mca/installdirs/libmca_installdirs.la mca/installdirs/config/libmca_installdirs_config.la mca/installdirs/env/libmca_installdirs_env.la mca/maffinity/libmca_maffinity.la mca/memchecker/libmca_memchecker.la mca/memcpy/libmca_memcpy.la mca/memory/libmca_memory.la mca/paffinity/libmca_paffinity.la mca/pstat/libmca_pstat.la mca/shmem/libmca_shmem.la mca/sysinfo/libmca_sysinfo.la mca/timer/libmca_timer.la mca/timer/darwin/libmca_timer_darwin.la | |
libtool: link: llvm-gcc -dynamiclib -Wl,-undefined -Wl,dynamic_lookup -o .libs/libopen-pal.4.dylib class/.libs/opal_bitmap.o class/.libs/opal_free_list.o class/.libs/opal_hash_table.o class/.libs/opal_list.o class/.libs/opal_object.o class/.libs/opal_graph.o class/.libs/opal_atomic_lifo.o class/.libs/opal_pointer_array.o class/.libs/opal_value_array.o class/.libs/opal_ring_buffer.o memoryhooks/.libs/memory.o runtime/.libs/opal_progress.o runtime/.libs/opal_finalize.o runtime/.libs/opal_init.o runtime/.libs/opal_params.o runtime/.libs/opal_cr.o threads/.libs/condition.o threads/.libs/mutex.o threads/.libs/thread.o threads/.libs/tsd.o dss/.libs/dss_internal_functions.o dss/.libs/dss_compare.o dss/.libs/dss_copy.o dss/.libs/dss_dump.o dss/.libs/dss_get.o dss/.libs/dss_load_unload.o dss/.libs/dss_lookup.o dss/.libs/dss_pack.o dss/.libs/dss_peek.o dss/.libs/dss_print.o dss/.libs/dss_register.o dss/.libs/dss_release.o dss/.libs/dss_set.o dss/.libs/dss_set_buffer_type.o dss/.libs/dss_size.o dss/.libs/dss_unpack.o dss/.libs/dss_open_close.o -Wl,-force_load,../opal/libltdl/.libs/libltdlc.a -Wl,-force_load,asm/.libs/libasm.a -Wl,-force_load,datatype/.libs/libdatatype.a -Wl,-force_load,event/.libs/libevent.a -Wl,-force_load,mca/base/.libs/libmca_base.a -Wl,-force_load,util/.libs/libopalutil.a -Wl,-force_load,mca/backtrace/.libs/libmca_backtrace.a -Wl,-force_load,mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a -Wl,-force_load,mca/carto/.libs/libmca_carto.a -Wl,-force_load,mca/crs/.libs/libmca_crs.a -Wl,-force_load,mca/hwloc/.libs/libmca_hwloc.a -Wl,-force_load,mca/hwloc/hwloc132/.libs/libmca_hwloc_hwloc132.a -Wl,-force_load,mca/installdirs/.libs/libmca_installdirs.a -Wl,-force_load,mca/installdirs/config/.libs/libmca_installdirs_config.a -Wl,-force_load,mca/installdirs/env/.libs/libmca_installdirs_env.a -Wl,-force_load,mca/maffinity/.libs/libmca_maffinity.a -Wl,-force_load,mca/memchecker/.libs/libmca_memchecker.a -Wl,-force_load,mca/memcpy/.libs/libmca_memcpy.a -Wl,-force_load,mca/memory/.libs/libmca_memory.a -Wl,-force_load,mca/paffinity/.libs/libmca_paffinity.a -Wl,-force_load,mca/pstat/.libs/libmca_pstat.a -Wl,-force_load,mca/shmem/.libs/libmca_shmem.a -Wl,-force_load,mca/sysinfo/.libs/libmca_sysinfo.a -Wl,-force_load,mca/timer/.libs/libmca_timer.a -Wl,-force_load,mca/timer/darwin/.libs/libmca_timer_darwin.a -L/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/src -lm -O2 -install_name /usr/local/Cellar/open-mpi/1.6.3/lib/libopen-pal.4.dylib -compatibility_version 5 -current_version 5.3 -Wl,-single_module | |
brew: superenv removed: -O2 | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libltdlc.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/../opal/libltdl/.libs/libltdlc.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libasm.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/asm/.libs/libasm.a") | |
libtool: link: (cd ".libs" && rm -f "libopen-pal.dylib" && ln -s "libopen-pal.4.dylib" "libopen-pal.dylib") | |
libtool: link: ( cd ".libs" && rm -f "libopen-pal.la" && ln -s "../libopen-pal.la" "libopen-pal.la" ) | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libdatatype.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/datatype/.libs/libdatatype.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libevent.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/event/.libs/libevent.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_base.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/base/.libs/libmca_base.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libopalutil.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/util/.libs/libopalutil.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_backtrace.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/backtrace/.libs/libmca_backtrace.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_backtrace_execinfo.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_carto.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/carto/.libs/libmca_carto.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_crs.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/crs/.libs/libmca_crs.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_hwloc.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/.libs/libmca_hwloc.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/.libs/libmca_hwloc_hwloc132.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_installdirs.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/installdirs/.libs/libmca_installdirs.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_installdirs_config.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/installdirs/config/.libs/libmca_installdirs_config.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_installdirs_env.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/installdirs/env/.libs/libmca_installdirs_env.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_maffinity.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/maffinity/.libs/libmca_maffinity.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_memchecker.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/memchecker/.libs/libmca_memchecker.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_memcpy.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/memcpy/.libs/libmca_memcpy.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_memory.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/memory/.libs/libmca_memory.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_paffinity.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/paffinity/.libs/libmca_paffinity.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_pstat.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/pstat/.libs/libmca_pstat.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_shmem.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/shmem/.libs/libmca_shmem.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_sysinfo.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/sysinfo/.libs/libmca_sysinfo.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_timer.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/timer/.libs/libmca_timer.a") | |
libtool: link: (cd .libs/libopen-pal-lt.lax/libmca_timer_darwin.a && ar x "/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/timer/darwin/.libs/libmca_timer_darwin.a") | |
libtool: link: ar cru .libs/libopen-pal-lt.a class/.libs/opal_bitmap.o class/.libs/opal_free_list.o class/.libs/opal_hash_table.o class/.libs/opal_list.o class/.libs/opal_object.o class/.libs/opal_graph.o class/.libs/opal_atomic_lifo.o class/.libs/opal_pointer_array.o class/.libs/opal_value_array.o class/.libs/opal_ring_buffer.o memoryhooks/.libs/memory.o runtime/.libs/opal_progress.o runtime/.libs/opal_finalize.o runtime/.libs/opal_init.o runtime/.libs/opal_params.o runtime/.libs/opal_cr.o threads/.libs/condition.o threads/.libs/mutex.o threads/.libs/thread.o threads/.libs/tsd.o dss/.libs/dss_internal_functions.o dss/.libs/dss_compare.o dss/.libs/dss_copy.o dss/.libs/dss_dump.o dss/.libs/dss_get.o dss/.libs/dss_load_unload.o dss/.libs/dss_lookup.o dss/.libs/dss_pack.o dss/.libs/dss_peek.o dss/.libs/dss_print.o dss/.libs/dss_register.o dss/.libs/dss_release.o dss/.libs/dss_set.o dss/.libs/dss_set_buffer_type.o dss/.libs/dss_size.o dss/.libs/dss_unpack.o dss/.libs/dss_open_close.o .libs/libopen-pal-lt.lax/libltdlc.a/argz.o .libs/libopen-pal-lt.lax/libltdlc.a/dlopen.o .libs/libopen-pal-lt.lax/libltdlc.a/libltdlcS.o .libs/libopen-pal-lt.lax/libltdlc.a/libltdlc_la-lt__alloc.o .libs/libopen-pal-lt.lax/libltdlc.a/libltdlc_la-lt_dlloader.o .libs/libopen-pal-lt.lax/libltdlc.a/libltdlc_la-lt_error.o .libs/libopen-pal-lt.lax/libltdlc.a/libltdlc_la-ltdl.o .libs/libopen-pal-lt.lax/libltdlc.a/libltdlc_la-preopen.o .libs/libopen-pal-lt.lax/libltdlc.a/libltdlc_la-slist.o .libs/libopen-pal-lt.lax/libasm.a/asm.o .libs/libopen-pal-lt.lax/libasm.a/atomic-asm.o .libs/libopen-pal-lt.lax/libdatatype.a/libdatatype_reliable_la-opal_datatype_pack.o .libs/libopen-pal-lt.lax/libdatatype.a/libdatatype_reliable_la-opal_datatype_unpack.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_convertor.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_convertor_raw.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_copy_functions.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_copy_functions_heterogeneous.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_add.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_clone.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_copy.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_create.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_create_contiguous.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_destroy.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_dump.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_fake_stack.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_get_count.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_module.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_optimize.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_pack.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_position.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_resize.o .libs/libopen-pal-lt.lax/libdatatype.a/opal_datatype_unpack.o .libs/libopen-pal-lt.lax/libevent.a/event.o .libs/libopen-pal-lt.lax/libevent.a/evutil.o .libs/libopen-pal-lt.lax/libevent.a/log.o .libs/libopen-pal-lt.lax/libevent.a/select.o .libs/libopen-pal-lt.lax/libevent.a/signal.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_close.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_cmd_line.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_component_compare.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_component_find.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_component_repository.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_components_close.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_components_open.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_components_select.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_list.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_open.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_param.o .libs/libopen-pal-lt.lax/libmca_base.a/mca_base_parse_paramfile.o .libs/libopen-pal-lt.lax/libopalutil.a/arch.o .libs/libopen-pal-lt.lax/libopalutil.a/argv.o .libs/libopen-pal-lt.lax/libopalutil.a/basename.o .libs/libopen-pal-lt.lax/libopalutil.a/cmd_line.o .libs/libopen-pal-lt.lax/libopalutil.a/convert.o .libs/libopen-pal-lt.lax/libopalutil.a/crc.o .libs/libopen-pal-lt.lax/libopalutil.a/daemon_init.o .libs/libopen-pal-lt.lax/libopalutil.a/error.o .libs/libopen-pal-lt.lax/libopalutil.a/fd.o .libs/libopen-pal-lt.lax/libopalutil.a/few.o .libs/libopen-pal-lt.lax/libopalutil.a/if.o .libs/libopen-pal-lt.lax/libopalutil.a/keyval_lex.o .libs/libopen-pal-lt.lax/libopalutil.a/keyval_parse.o .libs/libopen-pal-lt.lax/libopalutil.a/malloc.o .libs/libopen-pal-lt.lax/libopalutil.a/net.o .libs/libopen-pal-lt.lax/libopalutil.a/numtostr.o .libs/libopen-pal-lt.lax/libopalutil.a/opal_environ.o .libs/libopen-pal-lt.lax/libopalutil.a/opal_getcwd.o .libs/libopen-pal-lt.lax/libopalutil.a/opal_pty.o .libs/libopen-pal-lt.lax/libopalutil.a/os_dirpath.o .libs/libopen-pal-lt.lax/libopalutil.a/os_path.o .libs/libopen-pal-lt.lax/libopalutil.a/output.o .libs/libopen-pal-lt.lax/libopalutil.a/path.o .libs/libopen-pal-lt.lax/libopalutil.a/printf.o .libs/libopen-pal-lt.lax/libopalutil.a/qsort.o .libs/libopen-pal-lt.lax/libopalutil.a/show_help.o .libs/libopen-pal-lt.lax/libopalutil.a/show_help_lex.o .libs/libopen-pal-lt.lax/libopalutil.a/stacktrace.o .libs/libopen-pal-lt.lax/libopalutil.a/strncpy.o .libs/libopen-pal-lt.lax/libopalutil.a/sys_limits.o .libs/libopen-pal-lt.lax/libopalutil.a/trace.o .libs/libopen-pal-lt.lax/libmca_backtrace.a/backtrace_component.o .libs/libopen-pal-lt.lax/libmca_backtrace_execinfo.a/backtrace_execinfo.o .libs/libopen-pal-lt.lax/libmca_backtrace_execinfo.a/backtrace_execinfo_component.o .libs/libopen-pal-lt.lax/libmca_carto.a/carto_base_close.o .libs/libopen-pal-lt.lax/libmca_carto.a/carto_base_graph.o .libs/libopen-pal-lt.lax/libmca_carto.a/carto_base_open.o .libs/libopen-pal-lt.lax/libmca_carto.a/carto_base_select.o .libs/libopen-pal-lt.lax/libmca_carto.a/carto_base_wrapers.o .libs/libopen-pal-lt.lax/libmca_crs.a/crs_base_close.o .libs/libopen-pal-lt.lax/libmca_crs.a/crs_base_fns.o .libs/libopen-pal-lt.lax/libmca_crs.a/crs_base_open.o .libs/libopen-pal-lt.lax/libmca_crs.a/crs_base_select.o .libs/libopen-pal-lt.lax/libmca_hwloc.a/hwloc_base_close.o .libs/libopen-pal-lt.lax/libmca_hwloc.a/hwloc_base_dt.o .libs/libopen-pal-lt.lax/libmca_hwloc.a/hwloc_base_open.o .libs/libopen-pal-lt.lax/libmca_hwloc.a/hwloc_base_proc_mempolicy.o .libs/libopen-pal-lt.lax/libmca_hwloc.a/hwloc_base_util.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/bind.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/cpuset.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/distances.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/hwloc132_component.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/misc.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/topology-darwin.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/topology-synthetic.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/topology-x86.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/topology-xml.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/topology.o .libs/libopen-pal-lt.lax/libmca_hwloc_hwloc132.a/traversal.o .libs/libopen-pal-lt.lax/libmca_installdirs.a/installdirs_base_components.o .libs/libopen-pal-lt.lax/libmca_installdirs.a/installdirs_base_expand.o .libs/libopen-pal-lt.lax/libmca_installdirs_config.a/opal_installdirs_config.o .libs/libopen-pal-lt.lax/libmca_installdirs_env.a/opal_installdirs_env.o .libs/libopen-pal-lt.lax/libmca_maffinity.a/maffinity_base_close.o .libs/libopen-pal-lt.lax/libmca_maffinity.a/maffinity_base_open.o .libs/libopen-pal-lt.lax/libmca_maffinity.a/maffinity_base_select.o .libs/libopen-pal-lt.lax/libmca_maffinity.a/maffinity_base_wrappers.o .libs/libopen-pal-lt.lax/libmca_memchecker.a/memchecker_base_close.o .libs/libopen-pal-lt.lax/libmca_memchecker.a/memchecker_base_open.o .libs/libopen-pal-lt.lax/libmca_memchecker.a/memchecker_base_select.o .libs/libopen-pal-lt.lax/libmca_memchecker.a/memchecker_base_wrappers.o .libs/libopen-pal-lt.lax/libmca_memcpy.a/memcpy_base_close.o .libs/libopen-pal-lt.lax/libmca_memcpy.a/memcpy_base_open.o .libs/libopen-pal-lt.lax/libmca_memory.a/memory_base_close.o .libs/libopen-pal-lt.lax/libmca_memory.a/memory_base_empty.o .libs/libopen-pal-lt.lax/libmca_memory.a/memory_base_open.o .libs/libopen-pal-lt.lax/libmca_paffinity.a/paffinity_base_close.o .libs/libopen-pal-lt.lax/libmca_paffinity.a/paffinity_base_open.o .libs/libopen-pal-lt.lax/libmca_paffinity.a/paffinity_base_select.o .libs/libopen-pal-lt.lax/libmca_paffinity.a/paffinity_base_service.o .libs/libopen-pal-lt.lax/libmca_paffinity.a/paffinity_base_wrappers.o .libs/libopen-pal-lt.lax/libmca_pstat.a/pstat_base_close.o .libs/libopen-pal-lt.lax/libmca_pstat.a/pstat_base_open.o .libs/libopen-pal-lt.lax/libmca_pstat.a/pstat_base_select.o .libs/libopen-pal-lt.lax/libmca_shmem.a/shmem_base_close.o .libs/libopen-pal-lt.lax/libmca_shmem.a/shmem_base_open.o .libs/libopen-pal-lt.lax/libmca_shmem.a/shmem_base_select.o .libs/libopen-pal-lt.lax/libmca_shmem.a/shmem_base_wrappers.o .libs/libopen-pal-lt.lax/libmca_sysinfo.a/sysinfo_base_close.o .libs/libopen-pal-lt.lax/libmca_sysinfo.a/sysinfo_base_open.o .libs/libopen-pal-lt.lax/libmca_sysinfo.a/sysinfo_base_select.o .libs/libopen-pal-lt.lax/libmca_timer.a/timer_base_close.o .libs/libopen-pal-lt.lax/libmca_timer.a/timer_base_open.o .libs/libopen-pal-lt.lax/libmca_timer_darwin.a/timer_darwin_component.o | |
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols | |
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols | |
libtool: link: ranlib .libs/libopen-pal-lt.a | |
ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols | |
ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols | |
ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols | |
ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols | |
libtool: link: rm -fr .libs/libopen-pal-lt.lax | |
libtool: link: ( cd ".libs" && rm -f "libopen-pal-lt.la" && ln -s "../libopen-pal-lt.la" "libopen-pal-lt.la" ) | |
Making all in mca/carto/auto_detect | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o carto_auto_detect_component.lo carto_auto_detect_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o carto_auto_detect_module.lo carto_auto_detect_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c carto_auto_detect_component.c -fno-common -DPIC -o .libs/carto_auto_detect_component.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c carto_auto_detect_module.c -fno-common -DPIC -o .libs/carto_auto_detect_module.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_carto_auto_detect.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi carto_auto_detect_component.lo carto_auto_detect_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_carto_auto_detect.so -bundle .libs/carto_auto_detect_component.o .libs/carto_auto_detect_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_carto_auto_detect.la" && ln -s "../mca_carto_auto_detect.la" "mca_carto_auto_detect.la" ) | |
Making all in mca/carto/file | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o carto_file_lex.lo carto_file_lex.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o carto_file_component.lo carto_file_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o carto_file_module.lo carto_file_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c carto_file_component.c -fno-common -DPIC -o .libs/carto_file_component.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c carto_file_module.c -fno-common -DPIC -o .libs/carto_file_module.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c carto_file_lex.c -fno-common -DPIC -o .libs/carto_file_lex.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_carto_file.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi carto_file_lex.lo carto_file_component.lo carto_file_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_carto_file.so -bundle .libs/carto_file_lex.o .libs/carto_file_component.o .libs/carto_file_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_carto_file.la" && ln -s "../mca_carto_file.la" "mca_carto_file.la" ) | |
Making all in mca/crs/none | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../../opal/libltdl -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o crs_none_component.lo crs_none_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../../opal/libltdl -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o crs_none_module.lo crs_none_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../../opal/libltdl -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c crs_none_component.c -fno-common -DPIC -o .libs/crs_none_component.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../../opal/libltdl -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c crs_none_module.c -fno-common -DPIC -o .libs/crs_none_module.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_crs_none.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi crs_none_component.lo crs_none_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_crs_none.so -bundle .libs/crs_none_component.o .libs/crs_none_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_crs_none.la" && ln -s "../mca_crs_none.la" "mca_crs_none.la" ) | |
Making all in mca/maffinity/first_use | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o maffinity_first_use_component.lo maffinity_first_use_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o maffinity_first_use_module.lo maffinity_first_use_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c maffinity_first_use_module.c -fno-common -DPIC -o .libs/maffinity_first_use_module.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c maffinity_first_use_component.c -fno-common -DPIC -o .libs/maffinity_first_use_component.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_maffinity_first_use.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi maffinity_first_use_component.lo maffinity_first_use_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_maffinity_first_use.so -bundle .libs/maffinity_first_use_component.o .libs/maffinity_first_use_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_maffinity_first_use.la" && ln -s "../mca_maffinity_first_use.la" "mca_maffinity_first_use.la" ) | |
Making all in mca/maffinity/hwloc | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o maffinity_hwloc_component.lo maffinity_hwloc_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o maffinity_hwloc_module.lo maffinity_hwloc_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c maffinity_hwloc_module.c -fno-common -DPIC -o .libs/maffinity_hwloc_module.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c maffinity_hwloc_component.c -fno-common -DPIC -o .libs/maffinity_hwloc_component.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_maffinity_hwloc.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi maffinity_hwloc_component.lo maffinity_hwloc_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_maffinity_hwloc.so -bundle .libs/maffinity_hwloc_component.o .libs/maffinity_hwloc_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_maffinity_hwloc.la" && ln -s "../mca_maffinity_hwloc.la" "mca_maffinity_hwloc.la" ) | |
Making all in mca/paffinity/hwloc | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o paffinity_hwloc_component.lo paffinity_hwloc_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o paffinity_hwloc_module.lo paffinity_hwloc_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c paffinity_hwloc_module.c -fno-common -DPIC -o .libs/paffinity_hwloc_module.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c paffinity_hwloc_component.c -fno-common -DPIC -o .libs/paffinity_hwloc_component.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -fvisibility=hidden -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_paffinity_hwloc.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi paffinity_hwloc_component.lo paffinity_hwloc_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_paffinity_hwloc.so -bundle .libs/paffinity_hwloc_component.o .libs/paffinity_hwloc_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_paffinity_hwloc.la" && ln -s "../mca_paffinity_hwloc.la" "mca_paffinity_hwloc.la" ) | |
Making all in mca/pstat/darwin | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o pstat_darwin_component.lo pstat_darwin_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o pstat_darwin_module.lo pstat_darwin_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c pstat_darwin_component.c -fno-common -DPIC -o .libs/pstat_darwin_component.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c pstat_darwin_module.c -fno-common -DPIC -o .libs/pstat_darwin_module.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_pstat_darwin.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi pstat_darwin_component.lo pstat_darwin_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_pstat_darwin.so -bundle .libs/pstat_darwin_component.o .libs/pstat_darwin_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_pstat_darwin.la" && ln -s "../mca_pstat_darwin.la" "mca_pstat_darwin.la" ) | |
Making all in mca/shmem/mmap | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o shmem_mmap_component.lo shmem_mmap_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o shmem_mmap_module.lo shmem_mmap_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c shmem_mmap_module.c -fno-common -DPIC -o .libs/shmem_mmap_module.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c shmem_mmap_component.c -fno-common -DPIC -o .libs/shmem_mmap_component.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_shmem_mmap.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi shmem_mmap_component.lo shmem_mmap_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_shmem_mmap.so -bundle .libs/shmem_mmap_component.o .libs/shmem_mmap_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_shmem_mmap.la" && ln -s "../mca_shmem_mmap.la" "mca_shmem_mmap.la" ) | |
Making all in mca/shmem/posix | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o shmem_posix_common_utils.lo shmem_posix_common_utils.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o shmem_posix_component.lo shmem_posix_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o shmem_posix_module.lo shmem_posix_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c shmem_posix_common_utils.c -fno-common -DPIC -o .libs/shmem_posix_common_utils.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c shmem_posix_module.c -fno-common -DPIC -o .libs/shmem_posix_module.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c shmem_posix_component.c -fno-common -DPIC -o .libs/shmem_posix_component.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_shmem_posix.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi shmem_posix_common_utils.lo shmem_posix_component.lo shmem_posix_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_shmem_posix.so -bundle .libs/shmem_posix_common_utils.o .libs/shmem_posix_component.o .libs/shmem_posix_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_shmem_posix.la" && ln -s "../mca_shmem_posix.la" "mca_shmem_posix.la" ) | |
Making all in mca/shmem/sysv | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o shmem_sysv_component.lo shmem_sysv_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o shmem_sysv_module.lo shmem_sysv_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c shmem_sysv_module.c -fno-common -DPIC -o .libs/shmem_sysv_module.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c shmem_sysv_component.c -fno-common -DPIC -o .libs/shmem_sysv_component.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_shmem_sysv.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi shmem_sysv_component.lo shmem_sysv_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_shmem_sysv.so -bundle .libs/shmem_sysv_component.o .libs/shmem_sysv_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_shmem_sysv.la" && ln -s "../mca_shmem_sysv.la" "mca_shmem_sysv.la" ) | |
Making all in mca/sysinfo/darwin | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o sysinfo_darwin_component.lo sysinfo_darwin_component.c | |
/bin/sh ../../../../libtool --tag=CC --mode=compile llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o sysinfo_darwin_module.lo sysinfo_darwin_module.c | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c sysinfo_darwin_component.c -fno-common -DPIC -o .libs/sysinfo_darwin_component.o | |
libtool: compile: llvm-gcc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c sysinfo_darwin_module.c -fno-common -DPIC -o .libs/sysinfo_darwin_module.o | |
brew: superenv removed: -g -O2 | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -module -avoid-version -export-dynamic -o mca_sysinfo_darwin.la -rpath /usr/local/Cellar/open-mpi/1.6.3/lib/openmpi sysinfo_darwin_component.lo sysinfo_darwin_module.lo | |
libtool: link: llvm-gcc -Wl,-undefined -Wl,dynamic_lookup -o .libs/mca_sysinfo_darwin.so -bundle .libs/sysinfo_darwin_component.o .libs/sysinfo_darwin_module.o -O2 | |
brew: superenv removed: -O2 | |
libtool: link: ( cd ".libs" && rm -f "mca_sysinfo_darwin.la" && ln -s "../mca_sysinfo_darwin.la" "mca_sysinfo_darwin.la" ) | |
Making all in tools/wrappers | |
llvm-gcc "-DEXEEXT=\"\"" -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I../../../opal/mca/hwloc/hwloc132/hwloc/include/private/autogen -I../../../opal/mca/hwloc/hwloc132/hwloc/include/hwloc/autogen -I../../.. -D_REENTRANT -I/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/include -I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -c -o opal_wrapper.o opal_wrapper.c | |
Creating opal_wrapper.1 man page... | |
brew: superenv removed: -g -O2 | |
/bin/sh ../../../libtool --tag=CC --mode=link llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -export-dynamic -o opal_wrapper opal_wrapper.o ../../../opal/libopen-pal.la | |
libtool: link: llvm-gcc -DNDEBUG -g -O2 -finline-functions -fno-strict-aliasing -o .libs/opal_wrapper opal_wrapper.o ../../../opal/.libs/libopen-pal.dylib -L/private/tmp/open-mpi-qzLD/openmpi-1.6.3/opal/mca/hwloc/hwloc132/hwloc/src -lm | |
brew: superenv removed: -g -O2 | |
Undefined symbols for architecture x86_64: | |
"_regcompA", referenced from: | |
_find_options_index in opal_wrapper.o | |
"_regexecA", referenced from: | |
_find_options_index in opal_wrapper.o | |
"_regfreeA", referenced from: | |
_find_options_index in opal_wrapper.o | |
ld: symbol(s) not found for architecture x86_64 | |
collect2: ld returned 1 exit status | |
make[2]: *** [opal_wrapper] Error 1 | |
make[1]: *** [all-recursive] Error 1 | |
make: *** [all-recursive] Error 1 | |
HOMEBREW_VERSION: 0.9.3 | |
HEAD: 2b6b8a7abc0c38291234a6728c31fbd830e71d9d | |
CPU: quad-core 64-bit ivybridge | |
OS X: 10.8.2-x86_64 | |
Xcode: 4.5.2 | |
CLT: 4.5.0.0.1.1249367152 | |
X11: 2.7.4 => /opt/X11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment