checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes ============================================================================ == Configuring Open MPI ============================================================================ *** Checking versions checking Open MPI version... 1.2.6 checking Open MPI Subversion repository version... r17946 checking Open Run-Time Environment version... 1.2.6 checking Open Run-Time Environment Subversion repository version... r17946 checking Open Portable Access Layer version... 1.2.6 checking Open Portable Access Layer Subversion repository version... r17946 *** Initialization, setup configure: builddir: /tmp/baurle/openmpi_build configure: srcdir: /home/baurle/MPI/OpenMPI/openmpi-1.2.6 configure: Detected VPATH build checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu installing to directory "/usr/local/openmpi_sun" *** Configuration options checking Whether to run code coverage... no checking whether to debug memory usage... no checking whether to profile memory usage... no checking if want developer-level compiler pickyness... no checking if want developer-level debugging code... no checking if want Fortran 77 bindings... yes checking if want Fortran 90 bindings... yes checking desired Fortran 90 bindings "size"... small checking whether to enable PMPI... yes checking if want C++ bindings... yes checking if want MPI::SEEK_SET support... yes checking if want to enable weak symbol support... yes checking if want run-time MPI parameter checking... runtime checking if want to install OMPI header files... no checking if want pretty-print stacktrace... yes checking if want deprecated executable names... no checking if peruse support is required... no checking max supported array dimension in F90 MPI bindings... 4 checking if pty support should be enabled... yes checking if user wants dlopen support... yes checking if heterogeneous support should be enabled... yes checking if want trace file debugging... no checking if want IPv6 support... yes (if underlying system supports it) checking if want orterun "--prefix" behavior to be enabled by default... no ============================================================================ == Compiler and preprocessor tests ============================================================================ *** C compiler and preprocessor checking for style of include used by make... GNU checking for gcc... /usr/local/sunstudio/bin/cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether /usr/local/sunstudio/bin/cc accepts -g... yes checking for /usr/local/sunstudio/bin/cc option to accept ISO C89... none needed checking dependency style of /usr/local/sunstudio/bin/cc... none checking whether /usr/local/sunstudio/bin/cc and cc understand -c and -o together... yes checking how to run the C preprocessor... /usr/local/sunstudio/bin/cc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for the C compiler vendor... sun checking for ANSI C header files... yes checking if /usr/local/sunstudio/bin/cc supports __builtin_expect... no checking if /usr/local/sunstudio/bin/cc supports __builtin_prefetch... no checking for C optimization flags... -O -DNDEBUG 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 long long... yes checking for long double... yes 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 intptr_t... yes checking for uintptr_t... yes checking for mode_t... yes checking for ssize_t... yes checking for ptrdiff_t... yes checking for char... yes checking size of char... 1 checking for short... yes checking size of short... 2 checking for int... yes checking size of int... 4 checking for long... yes checking size of long... 8 checking for long long... (cached) yes checking size of long long... 8 checking for long double... (cached) yes checking size of long double... 16 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for void *... yes checking size of void *... 8 checking for size_t... yes checking size of size_t... 8 checking for ssize_t... (cached) yes checking size of ssize_t... 8 checking for ptrdiff_t... (cached) yes checking size of ptrdiff_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 void *... 8 checking for C bool type... no checking for inline... inline checking for C/C++ restrict keyword... restrict checking for weak symbol support... yes *** C++ compiler and preprocessor checking for g++... g++ checking whether we are using the GNU C++ compiler... yes checking whether g++ accepts -g... yes checking dependency style of g++... gcc3 checking how to run the C++ preprocessor... g++ -E checking for the C++ compiler vendor... gnu checking if C++ compiler works... yes checking if g++ supports -finline-functions... yes configure: WARNING: -finline-functions has been added to CXXFLAGS checking if want C++ exception handling... no checking if C and C++ are link compatible... yes checking for C++ template_repository_directory... not used checking for C++ compiler template parameters... none needed checking if g++ supports __builtin_expect... yes checking if g++ supports __builtin_prefetch... yes checking if g++ supports const_cast<> properly... yes checking for C++ optimization flags... -O3 -DNDEBUG -finline-functions checking for bool... yes checking size of bool... 1 checking alignment of bool... 1 *** Assembler checking dependency style of /usr/local/sunstudio/bin/cc... none checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking for fgrep... /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... objdump 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... yes checking if .align directive takes logarithmic value... no checking if /usr/local/sunstudio/bin/cc supports GCC inline assembly... yes checking if /usr/local/sunstudio/bin/cc supports DEC inline assembly... no checking if /usr/local/sunstudio/bin/cc supports XLC inline assembly... no checking if g++ supports GCC inline assembly... yes checking if g++ supports DEC inline assembly... no checking if g++ supports XLC inline assembly... no checking for assembly format... default-.text-.globl-:--.L-@-1-0-1-1-0 checking for asssembly architecture... AMD64 checking for perl... perl checking for pre-built assembly file... yes (atomic-amd64-linux-nongas.s) checking for atomic assembly filename... atomic-amd64-linux-nongas.s *** Fortran 77 compiler checking whether we are using the GNU Fortran 77 compiler... no checking whether /usr/local/sunstudio/bin/f95 accepts -g... yes checking if Fortran 77 compiler works... yes checking /usr/local/sunstudio/bin/f95 external symbol convention... single underscore checking if C and Fortran 77 are link compatible... yes 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 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... 4 checking if Fortran 77 compiler supports INTEGER*16... no 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*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... 4 checking if Fortran 77 compiler supports REAL*16... no 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... 4 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 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... 4 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 *** Fortran 90/95 compiler checking whether we are using the GNU Fortran compiler... no checking whether /usr/local/sunstudio/bin/f95 accepts -g... yes checking if Fortran compiler works... yes checking whether /usr/local/sunstudio/bin/f95 and /usr/local/sunstudio/bin/f95 compilers are compatible... yes checking for extra arguments to build a shard library... none needed checking for Fortran flag to compile .f files... none checking for Fortran flag to compile .f90 files... none checking for Fortran 90 compiler module include flag... -M 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 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... no 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*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 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 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... yes checking pty.h presence... yes checking for pty.h... yes 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 for string.h... (cached) yes checking for strings.h... (cached) yes checking stropts.h usability... yes checking stropts.h presence... yes checking for stropts.h... yes 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/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/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... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking stdarg.h usability... yes checking stdarg.h presence... yes checking for stdarg.h... yes checking for sys/stat.h... (cached) yes 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 sys/utsname.h usability... yes checking sys/utsname.h presence... yes checking for sys/utsname.h... yes 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... no checking util.h presence... no checking for util.h... no checking utmp.h usability... yes checking utmp.h presence... yes checking for utmp.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking crt_externs.h usability... no checking crt_externs.h presence... no checking for crt_externs.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 works... yes ============================================================================ == Type tests ============================================================================ checking for pid_t... yes checking size of pid_t... 4 checking for socklen_t... yes checking for struct sockaddr_in... yes checking for struct sockaddr_in6... yes checking if SA_RESTART defined in signal.h... yes checking for sa_len in struct sockaddr... no checking for struct dirent.d_type... yes checking for siginfo_t.si_fd... yes checking for siginfo_t.si_band... yes ============================================================================ == Library and Function tests ============================================================================ checking for openpty in -lutil... yes checking for gethostbyname in -lnsl... yes 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... yes checking for ceil... yes checking for asprintf... yes checking for snprintf... yes checking for vasprintf... yes checking for vsnprintf... yes checking for openpty... yes checking for isatty... yes checking for htonl... yes checking for ntohl... yes checking for htons... yes checking for ntohs... 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 mallopt... yes checking for tcgetpgrp... yes checking for posix_memalign... yes checking for strsignal... yes checking for _NSGetEnviron... no 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 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... no checking if C++ compiler and POSIX threads work as is... no checking if F77 compiler and POSIX threads work as is... no checking if C compiler and POSIX threads work with -Kthread... no checking if C compiler and POSIX threads work with -kthread... no checking if C compiler and POSIX threads work with -pthread... no checking if C compiler and POSIX threads work with -pthreads... no checking if C compiler and POSIX threads work with -mt... no checking if C compiler and POSIX threads work with -mthreads... no checking if C++ compiler and POSIX threads work with -Kthread... no checking if C++ compiler and POSIX threads work with -kthread... no checking if C++ compiler and POSIX threads work with -pthread... yes checking if F77 compiler and POSIX threads work with -Kthread... no checking if F77 compiler and POSIX threads work with -kthread... no checking if F77 compiler and POSIX threads work with -pthread... no checking if F77 compiler and POSIX threads work with -pthreads... no checking if F77 compiler and POSIX threads work with -mt... no checking if F77 compiler and POSIX threads work with -mthreads... no checking if C compiler and POSIX threads work with -lpthreads... no checking if C compiler and POSIX threads work with -llthread... no checking if C compiler and POSIX threads work with -lpthread... no checking if F77 compiler and POSIX threads work with -lpthreads... no checking if F77 compiler and POSIX threads work with -llthread... no checking if F77 compiler and POSIX threads work with -lpthread... no checking for PTHREAD_MUTEX_ERRORCHECK_NP... no checking for PTHREAD_MUTEX_ERRORCHECK... no checking for working POSIX threads package... no 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... none found ************************************************************************ Open MPI was unable to find threading support on your system. In the near future, the OMPI development team is considering requiring threading support for proper OMPI execution. This is in part because we are not aware of any users that do not have thread support - so we need you to e-mail us at ompi@ompi-mpi.org and let us know about this problem. ************************************************************************ checking if want MPI thread support... no checking if want asynchronous progress thread support... no checking whether ln -s works... yes checking dependency style of /usr/local/sunstudio/bin/cc... (cached) none checking for flex... flex checking lex output file root... lex.yy checking lex library... -lfl checking whether yytext is a pointer... yes checking if build filesystem is case sensitive... yes checking if configuring for case sensitive filesystem... yes ============================================================================ == Modular Component Architecture (MCA) setup ============================================================================ checking for subdir args... '--prefix=/usr/local/openmpi_sun' 'CC=/usr/local/sunstudio/bin/cc' 'F77=/usr/local/sunstudio/bin/f95' 'FC=/usr/local/sunstudio/bin/f95' checking for gcc... gcc checking whether we are using the GNU Objective C compiler... no checking whether gcc accepts -g... no checking dependency style of gcc... gcc3 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, installdirs, maffinity, memcpy, memory, paffinity, 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 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 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 installdirs checking for no configure components in framework installdirs... checking for m4 configure components in framework installdirs... env, config --- 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 +++ Configuring MCA framework maffinity checking for no configure components in framework maffinity... first_use checking for m4 configure components in framework maffinity... libnuma --- 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:libnuma (m4 configuration macro) checking for MCA component maffinity:libnuma compile mode... dso checking numa.h usability... no checking numa.h presence... no checking for numa.h... no checking if MCA component maffinity:libnuma 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... darwin, ptmalloc2, malloc_hooks --- MCA component memory:darwin (m4 configuration macro) checking for MCA component memory:darwin compile mode... static checking malloc/malloc.h usability... no checking malloc/malloc.h presence... no checking for malloc/malloc.h... no checking if MCA component memory:darwin can compile... no --- MCA component memory:ptmalloc2 (m4 configuration macro) checking for MCA component memory:ptmalloc2 compile mode... static checking for malloc.h... (cached) yes checking whether __malloc_initialize_hook is declared... yes checking whether sbrk is declared... yes checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking for syscall... yes checking for __munmap... no checking for __mmap... no checking for dlsym in -ldl... yes checking for dlsym... yes checking if MCA component memory:ptmalloc2 can compile... yes --- MCA component memory:malloc_hooks (m4 configuration macro) checking for MCA component memory:malloc_hooks compile mode... static checking if MCA component memory:malloc_hooks can compile... no +++ Configuring MCA framework paffinity checking for no configure components in framework paffinity... checking for m4 configure components in framework paffinity... linux, solaris, windows --- MCA component paffinity:linux (m4 configuration macro) checking for MCA component paffinity:linux compile mode... dso checking for sched_setaffinity... yes checking for cpu_set_t... yes checking whether CPU_ZERO is broken... no checking how many parameters sched_setaffinity() takes... 3 checking if MCA component paffinity:linux can compile... yes --- MCA component paffinity:solaris (m4 configuration macro) checking for MCA component paffinity:solaris compile mode... dso checking for processor_bind... no checking if MCA component paffinity:solaris can compile... no --- MCA component paffinity:windows (m4 configuration macro) checking for MCA component paffinity:windows compile mode... dso checking for working GetProcessAffinityMask... no checking if MCA component paffinity:windows can compile... no +++ Configuring MCA framework timer checking for no configure components in framework timer... checking for m4 configure components in framework timer... aix, altix, darwin, solaris, windows, linux --- 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: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:darwin (m4 configuration macro) checking for MCA component timer:darwin compile mode... static checking mach/mach_time.h usability... no checking mach/mach_time.h presence... no checking for mach/mach_time.h... no checking for mach_absolute_time... no checking if MCA component timer:darwin can compile... no --- 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... yes *** Configuring MCA for orte checking for frameworks for orte... errmgr, gpr, iof, ns, odls, oob, pls, ras, rds, rmaps, rmgr, rml, schema, sds, smr +++ Configuring MCA framework errmgr checking for no configure components in framework errmgr... hnp, orted, proxy checking for m4 configure components in framework errmgr... bproc --- MCA component errmgr:hnp (no configuration) checking for MCA component errmgr:hnp compile mode... dso checking if MCA component errmgr:hnp can compile... yes --- MCA component errmgr:orted (no configuration) checking for MCA component errmgr:orted compile mode... dso checking if MCA component errmgr:orted can compile... yes --- MCA component errmgr:proxy (no configuration) checking for MCA component errmgr:proxy compile mode... dso checking if MCA component errmgr:proxy can compile... yes --- MCA component errmgr:bproc (m4 configuration macro) checking for MCA component errmgr:bproc compile mode... dso checking sys/bproc.h usability... no checking sys/bproc.h presence... no checking for sys/bproc.h... no checking if MCA component errmgr:bproc can compile... no +++ Configuring MCA framework gpr checking for no configure components in framework gpr... null, proxy, replica checking for m4 configure components in framework gpr... --- MCA component gpr:null (no configuration) checking for MCA component gpr:null compile mode... dso checking if MCA component gpr:null can compile... yes --- MCA component gpr:proxy (no configuration) checking for MCA component gpr:proxy compile mode... dso checking if MCA component gpr:proxy can compile... yes --- MCA component gpr:replica (no configuration) checking for MCA component gpr:replica compile mode... dso checking if MCA component gpr:replica can compile... yes +++ Configuring MCA framework iof checking for no configure components in framework iof... proxy, svc checking for m4 configure components in framework iof... --- MCA component iof:proxy (no configuration) checking for MCA component iof:proxy compile mode... dso checking if MCA component iof:proxy can compile... yes --- MCA component iof:svc (no configuration) checking for MCA component iof:svc compile mode... dso checking if MCA component iof:svc can compile... yes +++ Configuring MCA framework ns checking for no configure components in framework ns... proxy, replica checking for m4 configure components in framework ns... --- MCA component ns:proxy (no configuration) checking for MCA component ns:proxy compile mode... dso checking if MCA component ns:proxy can compile... yes --- MCA component ns:replica (no configuration) checking for MCA component ns:replica compile mode... dso checking if MCA component ns:replica can compile... yes +++ Configuring MCA framework odls checking for no configure components in framework odls... checking for m4 configure components in framework odls... bproc, default --- MCA component odls:bproc (m4 configuration macro) checking for MCA component odls:bproc compile mode... dso checking for sys/bproc.h... (cached) no checking if MCA component odls:bproc can compile... no --- 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 +++ 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 pls checking for no configure components in framework pls... proxy checking for m4 configure components in framework pls... bproc, cnos, gridengine, poe, rsh, slurm, tm, xgrid --- MCA component pls:proxy (no configuration) checking for MCA component pls:proxy compile mode... dso checking if MCA component pls:proxy can compile... yes --- MCA component pls:bproc (m4 configuration macro) checking for MCA component pls:bproc compile mode... dso checking for sys/bproc.h... (cached) no checking if MCA component pls:bproc can compile... no --- MCA component pls:cnos (m4 configuration macro) checking for MCA component pls:cnos compile mode... dso checking for cnos_barrier... no checking for killrank... no checking for cnos_pm_barrier... no checking if MCA component pls:cnos can compile... no --- MCA component pls:gridengine (m4 configuration macro) checking for MCA component pls:gridengine compile mode... dso checking for fork... (cached) yes checking if MCA component pls:gridengine can compile... yes --- MCA component pls:poe (m4 configuration macro) checking for MCA component pls:poe compile mode... dso checking if on AIX... no checking if MCA component pls:poe can compile... no --- MCA component pls:rsh (m4 configuration macro) checking for MCA component pls:rsh compile mode... dso checking for fork... (cached) yes checking if MCA component pls:rsh can compile... yes --- MCA component pls:slurm (m4 configuration macro) checking for MCA component pls:slurm compile mode... dso checking for fork... (cached) yes checking for execve... (cached) yes checking for setpgid... yes checking if MCA component pls:slurm can compile... yes --- MCA component pls:tm (m4 configuration macro) checking for MCA component pls:tm compile mode... dso checking for pbs-config... not found checking tm.h usability... no checking tm.h presence... no checking for tm.h... no checking tm.h usability... no checking tm.h presence... no checking for tm.h... no checking if MCA component pls:tm can compile... no --- MCA component pls:xgrid (m4 configuration macro) checking for MCA component pls:xgrid compile mode... dso checking if C and Objective C are link compatible... no checking if MCA component pls:xgrid can compile... no +++ Configuring MCA framework ras checking for no configure components in framework ras... dash_host, localhost checking for m4 configure components in framework ras... bjs, gridengine, loadleveler, lsf_bproc, slurm, tm, xgrid --- MCA component ras:dash_host (no configuration) checking for MCA component ras:dash_host compile mode... dso checking if MCA component ras:dash_host can compile... yes --- MCA component ras:localhost (no configuration) checking for MCA component ras:localhost compile mode... dso checking if MCA component ras:localhost can compile... yes --- MCA component ras:bjs (m4 configuration macro) checking for MCA component ras:bjs compile mode... dso checking for sys/bproc.h... (cached) no checking if MCA component ras:bjs can compile... no --- MCA component ras:gridengine (m4 configuration macro) checking for MCA component ras:gridengine compile mode... dso checking for fork... (cached) yes checking if MCA component ras:gridengine can compile... yes --- MCA component ras:loadleveler (m4 configuration macro) checking for MCA component ras:loadleveler compile mode... dso checking llapi.h usability... no checking llapi.h presence... no checking for llapi.h... no checking if MCA component ras:loadleveler can compile... no --- MCA component ras:lsf_bproc (m4 configuration macro) checking for MCA component ras:lsf_bproc compile mode... dso checking for sys/bproc.h... (cached) no checking if MCA component ras:lsf_bproc 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 for pbs-config... not found checking tm.h usability... no checking tm.h presence... no checking for tm.h... no checking tm.h usability... no checking tm.h presence... no checking for tm.h... no checking if MCA component ras:tm can compile... no --- MCA component ras:xgrid (m4 configuration macro) checking for MCA component ras:xgrid compile mode... dso checking if C and Objective C are link compatible... (cached) no checking if MCA component ras:xgrid can compile... no +++ Configuring MCA framework rds checking for no configure components in framework rds... hostfile, proxy, resfile checking for m4 configure components in framework rds... --- MCA component rds:hostfile (no configuration) checking for MCA component rds:hostfile compile mode... dso checking if MCA component rds:hostfile can compile... yes --- MCA component rds:proxy (no configuration) checking for MCA component rds:proxy compile mode... dso checking if MCA component rds:proxy can compile... yes --- MCA component rds:resfile (no configuration) checking for MCA component rds:resfile compile mode... dso checking if MCA component rds:resfile can compile... yes +++ Configuring MCA framework rmaps checking for no configure components in framework rmaps... round_robin checking for m4 configure components in framework rmaps... --- 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 +++ Configuring MCA framework rmgr checking for no configure components in framework rmgr... proxy, urm checking for m4 configure components in framework rmgr... cnos --- MCA component rmgr:proxy (no configuration) checking for MCA component rmgr:proxy compile mode... dso checking if MCA component rmgr:proxy can compile... yes --- MCA component rmgr:urm (no configuration) checking for MCA component rmgr:urm compile mode... dso checking if MCA component rmgr:urm can compile... yes --- MCA component rmgr:cnos (m4 configuration macro) checking for MCA component rmgr:cnos compile mode... dso checking for cnos_barrier... (cached) no checking for killrank... (cached) no checking for cnos_pm_barrier... (cached) no checking if MCA component rmgr:cnos can compile... no +++ Configuring MCA framework rml checking for no configure components in framework rml... oob checking for m4 configure components in framework rml... cnos --- 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:cnos (m4 configuration macro) checking for MCA component rml:cnos compile mode... dso checking for cnos_barrier... (cached) no checking if MCA component rml:cnos can compile... no +++ Configuring MCA framework schema checking for no configure components in framework schema... checking for m4 configure components in framework schema... +++ Configuring MCA framework sds checking for no configure components in framework sds... env, seed, singleton checking for m4 configure components in framework sds... bproc, cnos, pipe, portals_utcp, slurm --- MCA component sds:env (no configuration) checking for MCA component sds:env compile mode... dso checking if MCA component sds:env can compile... yes --- MCA component sds:seed (no configuration) checking for MCA component sds:seed compile mode... dso checking if MCA component sds:seed can compile... yes --- MCA component sds:singleton (no configuration) checking for MCA component sds:singleton compile mode... dso checking if MCA component sds:singleton can compile... yes --- MCA component sds:bproc (m4 configuration macro) checking for MCA component sds:bproc compile mode... dso checking for sys/bproc.h... (cached) no checking if MCA component sds:bproc can compile... no --- MCA component sds:cnos (m4 configuration macro) checking for MCA component sds:cnos compile mode... dso checking for cnos_get_rank... no checking if MCA component sds:cnos can compile... no --- MCA component sds:pipe (m4 configuration macro) checking for MCA component sds:pipe compile mode... dso checking for pipe... (cached) yes checking if MCA component sds:pipe can compile... yes --- MCA component sds:portals_utcp (m4 configuration macro) checking for MCA component sds:portals_utcp compile mode... dso checking for PtlGetRank... no checking if MCA component sds:portals_utcp can compile... no --- MCA component sds:slurm (m4 configuration macro) checking for MCA component sds:slurm compile mode... dso checking for fork... (cached) yes checking for execve... (cached) yes checking for setpgid... (cached) yes checking if MCA component sds:slurm can compile... yes +++ Configuring MCA framework smr checking for no configure components in framework smr... checking for m4 configure components in framework smr... bproc --- MCA component smr:bproc (m4 configuration macro) checking for MCA component smr:bproc compile mode... dso checking for sys/bproc.h... (cached) no checking if MCA component smr:bproc can compile... no *** Configuring MCA for ompi checking for frameworks for ompi... allocator, bml, btl, coll, common, io, mpool, mtl, osc, pml, 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, sm checking for m4 configure components in framework btl... gm, mvapi, mx, openib, portals, 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:sm (no configuration) checking for MCA component btl:sm compile mode... dso checking if MCA component btl:sm can compile... yes --- MCA component btl:gm (m4 configuration macro) checking for MCA component btl:gm compile mode... dso checking gm.h usability... no checking gm.h presence... no checking for gm.h... no checking if MCA component btl:gm can compile... no --- MCA component btl:mvapi (m4 configuration macro) checking for MCA component btl:mvapi compile mode... dso configure: WARNING: POSIX threads not enabled. May not be able to link with mvapi checking vapi.h usability... no checking vapi.h presence... no checking for vapi.h... no checking vapi.h usability... no checking vapi.h presence... no checking for vapi.h... no checking if MCA component btl:mvapi can compile... no --- MCA component btl:mx (m4 configuration macro) checking for MCA component btl:mx compile mode... dso 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:openib (m4 configuration macro) checking for MCA component btl:openib compile mode... dso configure: WARNING: POSIX threads not enabled. May not be able to link with OpenFabrics checking infiniband/verbs.h usability... no checking infiniband/verbs.h presence... no checking for infiniband/verbs.h... no checking for ibv_create_srq... no checking for ibv_get_device_list... no checking for ibv_resize_cq... 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 for Portals configuration... utcp checking portals3.h usability... no checking portals3.h presence... no checking for portals3.h... no checking if MCA component btl:portals can compile... no --- 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 configure: WARNING: On Linux and --with-udapl was not specified configure: WARNING: Not building the udapl BTL checking if MCA component btl:udapl can compile... no +++ Configuring MCA framework coll checking for no configure components in framework coll... basic, self, sm, tuned checking for m4 configure components in framework coll... --- 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: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:tuned (no configuration) checking for MCA component coll:tuned compile mode... dso checking if MCA component coll:tuned can compile... yes +++ 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 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 for Portals configuration... utcp checking for portals3.h... (cached) no checking if MCA component common:portals can compile... no +++ 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 '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/mca/io/romio/romio/configure' CFLAGS="-O -DNDEBUG " CPPFLAGS=" " FFLAGS="" LDFLAGS=" " --enable-shared --disable-static --prefix=/usr/local/openmpi_sun --with-mpi=open_mpi --cache-file=/dev/null --srcdir=/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/mca/io/romio/romio Configuring with args /usr/local/openmpi_sun/share/config.site /usr/local/openmpi_sun/etc/config.site checking for Open MPI support files... in Open MPI source tree -- good checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for architecture... LINUX configure: WARNING: Unknown architecture ... proceeding anyway ROMIO home directory is /home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/mca/io/romio/romio checking for ranlib... ranlib checking for gcc... /usr/local/sunstudio/bin/cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether /usr/local/sunstudio/bin/cc accepts -g... yes checking for /usr/local/sunstudio/bin/cc option to accept ISO C89... none needed checking for style of include used by make... GNU checking dependency style of /usr/local/sunstudio/bin/cc... none checking how to run the C preprocessor... /usr/local/sunstudio/bin/cc -E checking for memalign... yes checking how to run the C preprocessor... /usr/local/sunstudio/bin/cc -E checking for grep that handles long lines and -e... /bin/grep checking for egrep... /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... yes checking malloc.h presence... yes checking for malloc.h... yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking for int... yes checking size of int... 4 checking for void *... yes checking size of void *... 8 checking for int large enough for pointers... no checking for long long... yes checking size of long long... 8 checking whether struct flock compatible with MPI_Offset... yes 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 for library containing aio_write... -lrt checking signal.h usability... yes checking signal.h presence... yes checking for signal.h... yes checking if aio.h exists and can be compiled... yes checking if sys/aio.h exists and can be compiled... no checking whether aio routines can be used... yes checking for obsolete two-argument aio_write... no checking for obsolete two-argument aio_suspend... no checking for aio_fildes member of aiocb structure... yes checking for aio_whence member of aiocb structure... no checking for aio_handle member of aiocb structure... no checking for aio_reqprio member of aiocb structure... yes checking for aio_sigevent member of aiocb structure... yes checking sys/vfs.h usability... yes checking sys/vfs.h presence... yes checking for sys/vfs.h... yes 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... no 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) yes checking for statvfs... yes checking for f_basetype member of statvfs structure... no checking for unistd.h... (cached) yes checking for large file defines... yes checking whether off64_t is an scalar type... yes 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 C/C++ restrict keyword... restrict checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for fgrep... /bin/grep -F checking for non-GNU ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... (cached) ranlib checking command to parse /usr/bin/nm -B output from /usr/local/sunstudio/bin/cc object... ok checking for dlfcn.h... yes checking whether we are using the GNU Fortran 77 compiler... no checking whether : accepts -g... no checking for objdir... .libs checking for /usr/local/sunstudio/bin/cc option to produce PIC... -KPIC -DPIC checking if /usr/local/sunstudio/bin/cc PIC flag -KPIC -DPIC works... yes checking if /usr/local/sunstudio/bin/cc static flag -Bstatic works... no checking if /usr/local/sunstudio/bin/cc supports -c -o file.o... yes checking if /usr/local/sunstudio/bin/cc supports -c -o file.o... (cached) yes checking whether the /usr/local/sunstudio/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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 -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate setting CC to /usr/local/sunstudio/bin/cc setting F77 to : setting TEST_CC to mpicc setting TEST_F77 to mpif77 setting CFLAGS to -O -DNDEBUG -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -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_gridftp/Makefile config.status: creating adio/ad_hfs/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_piofs/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/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/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 '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/mca/io/romio/romio/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... rdma, sm checking for m4 configure components in framework mpool... --- 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, portals, psm --- MCA component mtl:mx (m4 configuration macro) checking for MCA component mtl:mx compile mode... dso 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:portals (m4 configuration macro) checking for MCA component mtl:portals compile mode... dso 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 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 osc checking for no configure components in framework osc... pt2pt 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 +++ Configuring MCA framework pml checking for no configure components in framework pml... cm, ob1 checking for m4 configure components in framework pml... --- 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:ob1 (no configuration) checking for MCA component pml:ob1 compile mode... dso checking if MCA component pml:ob1 can compile... yes +++ 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 ============================================================================ == 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... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking for sys/time.h... (cached) yes checking for sys/queue.h... (cached) yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no 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 F_SETFD in fcntl.h... yes checking for select... yes checking for poll... yes checking for epoll_ctl... yes checking for epoll_ctl on broken Linux distros... no checking for epoll system call... yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for u_int64_t... yes checking for u_int32_t... yes checking for u_int16_t... yes checking for u_int8_t... yes *** Libtool configuration checking for a sed that does not truncate output... /bin/sed checking for non-GNU ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/local/sunstudio/bin/cc object... ok checking for dlfcn.h... (cached) yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... (cached) no checking whether /usr/local/sunstudio/bin/f95 accepts -g... (cached) yes checking whether we are using the GNU Fortran compiler... (cached) no checking whether /usr/local/sunstudio/bin/f95 accepts -g... (cached) yes checking for objdir... .libs checking for /usr/local/sunstudio/bin/cc option to produce PIC... -KPIC -DPIC checking if /usr/local/sunstudio/bin/cc PIC flag -KPIC -DPIC works... yes checking if /usr/local/sunstudio/bin/cc static flag -Bstatic works... no checking if /usr/local/sunstudio/bin/cc supports -c -o file.o... yes checking if /usr/local/sunstudio/bin/cc supports -c -o file.o... (cached) yes checking whether the /usr/local/sunstudio/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... RUNPATH /foo GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no 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 for ld used by g++... /usr/bin/ld -m elf_x86_64 checking if the linker (/usr/bin/ld -m elf_x86_64) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so 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 /usr/local/sunstudio/bin/f95 option to produce PIC... -KPIC checking if /usr/local/sunstudio/bin/f95 PIC flag -KPIC works... yes checking if /usr/local/sunstudio/bin/f95 static flag -Bstatic works... yes checking if /usr/local/sunstudio/bin/f95 supports -c -o file.o... yes checking if /usr/local/sunstudio/bin/f95 supports -c -o file.o... (cached) yes checking whether the /usr/local/sunstudio/bin/f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... RUNPATH /usr/local/sunstudio-12/lib/amd64:/opt/sun/sunstudio12/lib/amd64:/usr/local/lib/rtlibs/amd64:/opt/sun/lib/rtlibs/amd64:/foo GNU/Linux ld.so 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 /usr/local/sunstudio/bin/f95 option to produce PIC... -KPIC checking if /usr/local/sunstudio/bin/f95 PIC flag -KPIC works... yes checking if /usr/local/sunstudio/bin/f95 static flag -Bstatic works... yes checking if /usr/local/sunstudio/bin/f95 supports -c -o file.o... yes checking if /usr/local/sunstudio/bin/f95 supports -c -o file.o... (cached) yes checking whether the /usr/local/sunstudio/bin/f95 linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... RUNPATH /usr/local/sunstudio-12/lib/amd64:/opt/sun/sunstudio12/lib/amd64:/usr/local/lib/rtlibs/amd64:/opt/sun/lib/rtlibs/amd64:/foo GNU/Linux ld.so checking how to hardcode library paths into programs... immediate *** GNU libltdl setup configure: OMPI configuring in opal/libltdl configure: running /bin/sh '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/configure' '--prefix=/usr/local/openmpi_sun' 'CC=/usr/local/sunstudio/bin/cc' 'F77=/usr/local/sunstudio/bin/f95' 'FC=/usr/local/sunstudio/bin/f95' --enable-ltdl-convenience --disable-ltdl-install --enable-shared --disable-static --cache-file=/dev/null --srcdir=/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking build system type... x86_64-unknown-linux-gnu checking host system type... x86_64-unknown-linux-gnu checking for style of include used by make... GNU checking for gcc... /usr/local/sunstudio/bin/cc checking for C compiler default output file name... a.out checking whether the C compiler works... yes checking whether we are cross compiling... no checking for suffix of executables... checking for suffix of object files... o checking whether we are using the GNU C compiler... no checking whether /usr/local/sunstudio/bin/cc accepts -g... yes checking for /usr/local/sunstudio/bin/cc option to accept ISO C89... none needed checking dependency style of /usr/local/sunstudio/bin/cc... none checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for non-GNU ld... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 98304 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from /usr/local/sunstudio/bin/cc object... ok checking how to run the C preprocessor... /usr/local/sunstudio/bin/cc -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 for /usr/local/sunstudio/bin/cc option to produce PIC... -KPIC -DPIC checking if /usr/local/sunstudio/bin/cc PIC flag -KPIC -DPIC works... yes checking if /usr/local/sunstudio/bin/cc static flag -Bstatic works... no checking if /usr/local/sunstudio/bin/cc supports -c -o file.o... yes checking if /usr/local/sunstudio/bin/cc supports -c -o file.o... (cached) yes checking whether the /usr/local/sunstudio/bin/cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking dynamic linker characteristics... RUNPATH /foo GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen... no 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... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib /usr/lib/qt-3.3/lib /usr/lib64/qt-3.3/lib /usr/X11R6/lib checking for library containing dlopen... -ldl checking for dlerror... yes checking for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dld_link in -ldld... no checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking for argz.h... yes checking for error_t... yes checking for argz_append... yes checking for argz_create_sep... yes checking for argz_insert... yes checking for argz_next... yes checking for argz_stringify... yes checking if argz actually works... yes 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... no checking for dirent.h... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes checking for strlcat... no checking for strlcpy... no 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 '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/configure' succeeded for opal/libltdl checking for libtool-supplied linker flags... -Wl,--export-dynamic -lnsl -lutil -lm -ldl *** Compiler flags checking which of CFLAGS are ok for TotalView modules... -DNDEBUG checking extra CFLAGS for TotalView modules... -g *** Wrapper compiler flags checking for OPAL CPPFLAGS... checking for OPAL CFLAGS... checking for OPAL CXXFLAGS... checking for OPAL LDFLAGS... checking for OPAL LIBS... -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl checking for OPAL extra include dirs... checking for ORTE CPPFLAGS... checking for ORTE CFLAGS... checking for ORTE CXXFLAGS... checking for ORTE LDFLAGS... checking for ORTE LIBS... -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl checking for ORTE extra include dirs... checking for OMPI CPPFLAGS... checking for OMPI CFLAGS... checking for OMPI CXXFLAGS... checking for OMPI FFLAGS... checking for OMPI FCFLAGS... checking for OMPI LDFLAGS... checking for OMPI LIBS... -ldl -Wl,--export-dynamic -lnsl -lutil -lm -ldl 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/backtrace/Makefile config.status: creating opal/mca/installdirs/config/install_dirs.h config.status: creating opal/mca/installdirs/Makefile config.status: creating opal/mca/maffinity/Makefile config.status: creating opal/mca/memcpy/Makefile config.status: creating opal/mca/memory/Makefile config.status: creating opal/mca/paffinity/Makefile config.status: creating opal/mca/timer/Makefile config.status: creating orte/mca/errmgr/Makefile config.status: creating orte/mca/gpr/Makefile config.status: creating orte/mca/iof/Makefile config.status: creating orte/mca/ns/Makefile config.status: creating orte/mca/odls/Makefile config.status: creating orte/mca/oob/Makefile config.status: creating orte/mca/pls/Makefile config.status: creating orte/mca/ras/Makefile config.status: creating orte/mca/rds/Makefile config.status: creating orte/mca/rmaps/Makefile config.status: creating orte/mca/rmgr/Makefile config.status: creating orte/mca/rml/Makefile config.status: creating orte/mca/schema/Makefile config.status: creating orte/mca/sds/Makefile config.status: creating orte/mca/smr/Makefile config.status: creating ompi/mca/allocator/Makefile config.status: creating ompi/mca/bml/Makefile config.status: creating ompi/mca/btl/Makefile config.status: creating ompi/mca/coll/Makefile config.status: creating ompi/mca/common/Makefile config.status: creating ompi/mca/io/Makefile config.status: creating ompi/mca/mpool/Makefile config.status: creating ompi/mca/mtl/Makefile config.status: creating ompi/mca/osc/Makefile config.status: creating ompi/mca/pml/Makefile config.status: creating ompi/mca/rcache/Makefile config.status: creating ompi/mca/topo/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/installdirs/config/Makefile config.status: creating opal/mca/installdirs/env/Makefile config.status: creating opal/mca/maffinity/first_use/Makefile config.status: creating opal/mca/maffinity/libnuma/Makefile config.status: creating opal/mca/memory/darwin/Makefile config.status: creating opal/mca/memory/malloc_hooks/Makefile config.status: creating opal/mca/memory/ptmalloc2/Makefile config.status: creating opal/mca/paffinity/linux/Makefile config.status: creating opal/mca/paffinity/solaris/Makefile config.status: creating opal/mca/paffinity/windows/Makefile config.status: creating opal/mca/timer/aix/Makefile config.status: creating opal/mca/timer/altix/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/bproc/Makefile config.status: creating orte/mca/errmgr/hnp/Makefile config.status: creating orte/mca/errmgr/orted/Makefile config.status: creating orte/mca/errmgr/proxy/Makefile config.status: creating orte/mca/gpr/null/Makefile config.status: creating orte/mca/gpr/proxy/Makefile config.status: creating orte/mca/gpr/replica/Makefile config.status: creating orte/mca/gpr/replica/api_layer/Makefile config.status: creating orte/mca/gpr/replica/transition_layer/Makefile config.status: creating orte/mca/gpr/replica/functional_layer/Makefile config.status: creating orte/mca/gpr/replica/communications/Makefile config.status: creating orte/mca/iof/proxy/Makefile config.status: creating orte/mca/iof/svc/Makefile config.status: creating orte/mca/ns/proxy/Makefile config.status: creating orte/mca/ns/replica/Makefile config.status: creating orte/mca/odls/bproc/Makefile config.status: creating orte/mca/odls/default/Makefile config.status: creating orte/mca/oob/tcp/Makefile config.status: creating orte/mca/pls/bproc/Makefile config.status: creating orte/mca/pls/cnos/Makefile config.status: creating orte/mca/pls/gridengine/Makefile config.status: creating orte/mca/pls/poe/Makefile config.status: creating orte/mca/pls/proxy/Makefile config.status: creating orte/mca/pls/rsh/Makefile config.status: creating orte/mca/pls/slurm/Makefile config.status: creating orte/mca/pls/tm/Makefile config.status: creating orte/mca/pls/xgrid/Makefile config.status: creating orte/mca/ras/bjs/Makefile config.status: creating orte/mca/ras/dash_host/Makefile config.status: creating orte/mca/ras/gridengine/Makefile config.status: creating orte/mca/ras/loadleveler/Makefile config.status: creating orte/mca/ras/localhost/Makefile config.status: creating orte/mca/ras/lsf_bproc/Makefile config.status: creating orte/mca/ras/slurm/Makefile config.status: creating orte/mca/ras/tm/Makefile config.status: creating orte/mca/ras/xgrid/Makefile config.status: creating orte/mca/rds/hostfile/Makefile config.status: creating orte/mca/rds/proxy/Makefile config.status: creating orte/mca/rds/resfile/Makefile config.status: creating orte/mca/rmaps/round_robin/Makefile config.status: creating orte/mca/rmgr/cnos/Makefile config.status: creating orte/mca/rmgr/proxy/Makefile config.status: creating orte/mca/rmgr/urm/Makefile config.status: creating orte/mca/rml/cnos/Makefile config.status: creating orte/mca/rml/oob/Makefile config.status: creating orte/mca/sds/bproc/Makefile config.status: creating orte/mca/sds/cnos/Makefile config.status: creating orte/mca/sds/env/Makefile config.status: creating orte/mca/sds/pipe/Makefile config.status: creating orte/mca/sds/portals_utcp/Makefile config.status: creating orte/mca/sds/seed/Makefile config.status: creating orte/mca/sds/singleton/Makefile config.status: creating orte/mca/sds/slurm/Makefile config.status: creating orte/mca/smr/bproc/Makefile config.status: creating ompi/mca/allocator/basic/Makefile config.status: creating ompi/mca/allocator/bucket/Makefile config.status: creating ompi/mca/bml/r2/Makefile config.status: creating ompi/mca/btl/gm/Makefile config.status: creating ompi/mca/btl/mvapi/Makefile config.status: creating ompi/mca/btl/mx/Makefile config.status: creating ompi/mca/btl/openib/Makefile config.status: creating ompi/mca/btl/portals/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/basic/Makefile config.status: creating ompi/mca/coll/self/Makefile config.status: creating ompi/mca/coll/sm/Makefile config.status: creating ompi/mca/coll/tuned/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/io/romio/Makefile config.status: creating ompi/mca/mpool/rdma/Makefile config.status: creating ompi/mca/mpool/sm/Makefile config.status: creating ompi/mca/mtl/mx/Makefile config.status: creating ompi/mca/mtl/portals/Makefile config.status: creating ompi/mca/mtl/psm/Makefile config.status: creating ompi/mca/osc/pt2pt/Makefile config.status: creating ompi/mca/pml/cm/Makefile config.status: creating ompi/mca/pml/ob1/Makefile config.status: creating ompi/mca/rcache/vma/Makefile config.status: creating ompi/mca/topo/unity/Makefile config.status: creating Makefile config.status: creating config/Makefile config.status: creating contrib/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/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 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 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/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/ortetools/Makefile config.status: creating test/Makefile config.status: creating test/event/Makefile config.status: creating test/asm/Makefile config.status: creating test/class/Makefile config.status: creating test/memory/Makefile config.status: creating test/support/Makefile config.status: creating test/threads/Makefile config.status: creating test/peruse/Makefile config.status: creating test/datatype/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: executing depfiles commands config.status: executing libtool commands Making all in config make[1]: Entering directory `/tmp/baurle/openmpi_build/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/baurle/openmpi_build/config' Making all in contrib make[1]: Entering directory `/tmp/baurle/openmpi_build/contrib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/tmp/baurle/openmpi_build/contrib' Making all in opal make[1]: Entering directory `/tmp/baurle/openmpi_build/opal' Making all in include make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/include' make all-am make[3]: Entering directory `/tmp/baurle/openmpi_build/opal/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/tmp/baurle/openmpi_build/opal/include' make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/include' Making all in libltdl make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/libltdl' make all-am make[3]: Entering directory `/tmp/baurle/openmpi_build/opal/libltdl' source='loaders/dlopen.c' object='dlopen.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/config/depcomp \ /bin/sh ./libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLT_CONFIG_H='' -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c -o dlopen.lo `test -f 'loaders/dlopen.c' || echo '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/'`loaders/dlopen.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl "-DLT_CONFIG_H=" -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/loaders/dlopen.c -KPIC -DPIC -o .libs/dlopen.o /bin/sh ./libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -module -avoid-version -o dlopen.la dlopen.lo -ldl -ldl -lnsl -lutil -lm libtool: link: ar cru .libs/dlopen.a .libs/dlopen.o libtool: link: ranlib .libs/dlopen.a libtool: link: creating dlopen.la libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" "dlopen.la" ) source='loaders/preopen.c' object='libltdlc_la-preopen.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/config/depcomp \ /bin/sh ./libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c -o libltdlc_la-preopen.lo `test -f 'loaders/preopen.c' || echo '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/'`loaders/preopen.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/loaders/preopen.c -KPIC -DPIC -o .libs/libltdlc_la-preopen.o source='lt__alloc.c' object='libltdlc_la-lt__alloc.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/config/depcomp \ /bin/sh ./libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c -o libltdlc_la-lt__alloc.lo `test -f 'lt__alloc.c' || echo '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/'`lt__alloc.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/lt__alloc.c -KPIC -DPIC -o .libs/libltdlc_la-lt__alloc.o source='lt_dlloader.c' object='libltdlc_la-lt_dlloader.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/config/depcomp \ /bin/sh ./libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c -o libltdlc_la-lt_dlloader.lo `test -f 'lt_dlloader.c' || echo '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/'`lt_dlloader.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/lt_dlloader.c -KPIC -DPIC -o .libs/libltdlc_la-lt_dlloader.o source='lt_error.c' object='libltdlc_la-lt_error.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/config/depcomp \ /bin/sh ./libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c -o libltdlc_la-lt_error.lo `test -f 'lt_error.c' || echo '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/'`lt_error.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/lt_error.c -KPIC -DPIC -o .libs/libltdlc_la-lt_error.o source='ltdl.c' object='libltdlc_la-ltdl.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/config/depcomp \ /bin/sh ./libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/'`ltdl.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/ltdl.c -KPIC -DPIC -o .libs/libltdlc_la-ltdl.o source='slist.c' object='libltdlc_la-slist.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/config/depcomp \ /bin/sh ./libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc -DLT_CONFIG_H='' -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c -o libltdlc_la-slist.lo `test -f 'slist.c' || echo '/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/'`slist.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLTDLOPEN=libltdlc "-DLT_CONFIG_H=" -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/slist.c -KPIC -DPIC -o .libs/libltdlc_la-slist.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/lt__strl.c' object='lt__strl.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/config/depcomp \ /bin/sh ./libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -DLT_CONFIG_H='' -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c -o lt__strl.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/lt__strl.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl "-DLT_CONFIG_H=" -DLTDL -I. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -Ilibltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/libltdl -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl/lt__strl.c -KPIC -DPIC -o .libs/lt__strl.o /bin/sh ./libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -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 lt__strl.lo -ldl -lnsl -lutil -lm libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT libtool: link: creating .libs/libltdlcS.c libtool: link: extracting global C symbols from `./.libs/dlopen.a' libtool: link: (cd .libs && /usr/local/sunstudio/bin/cc -O -DNDEBUG -c -KPIC -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 /tmp/baurle/openmpi_build/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/lt__strl.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: creating libltdlc.la libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" "libltdlc.la" ) make[3]: Leaving directory `/tmp/baurle/openmpi_build/opal/libltdl' make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/libltdl' Making all in asm make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/asm' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/asm/asm.c' object='asm.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/asm -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o asm.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/asm/asm.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/asm -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/asm/asm.c -KPIC -DPIC -o .libs/asm.o rm -f atomic-asm.s ln -s "/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/asm/generated/atomic-amd64-linux-nongas.s" atomic-asm.s /bin/sh ../../libtool --mode=compile /usr/local/sunstudio/bin/cc -O -DNDEBUG -c -o atomic-asm.lo atomic-asm.s libtool: compile: /usr/local/sunstudio/bin/cc -O -DNDEBUG -c atomic-asm.s -KPIC -DPIC -o .libs/atomic-asm.o /bin/sh ../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libasm.la asm.lo atomic-asm.lo -lnsl -lutil -lm libtool: link: ar cru .libs/libasm.a .libs/asm.o .libs/atomic-asm.o libtool: link: ranlib .libs/libasm.a libtool: link: creating libasm.la libtool: link: ( cd ".libs" && rm -f "libasm.la" && ln -s "../libasm.la" "libasm.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/asm' Making all in etc make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/etc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/etc' Making all in event make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/event' Making all in compat make[3]: Entering directory `/tmp/baurle/openmpi_build/opal/event/compat' Making all in sys make[4]: Entering directory `/tmp/baurle/openmpi_build/opal/event/compat/sys' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/tmp/baurle/openmpi_build/opal/event/compat/sys' make[4]: Entering directory `/tmp/baurle/openmpi_build/opal/event/compat' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/tmp/baurle/openmpi_build/opal/event/compat' make[3]: Leaving directory `/tmp/baurle/openmpi_build/opal/event/compat' make[3]: Entering directory `/tmp/baurle/openmpi_build/opal/event' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/event.c' object='event.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o event.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/event.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/event.c -KPIC -DPIC -o .libs/event.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/buffer.c' object='buffer.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o buffer.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/buffer.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/buffer.c -KPIC -DPIC -o .libs/buffer.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/evbuffer.c' object='evbuffer.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o evbuffer.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/evbuffer.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/evbuffer.c -KPIC -DPIC -o .libs/evbuffer.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/log.c' object='log.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o log.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/log.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/log.c -KPIC -DPIC -o .libs/log.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/signal.c' object='signal.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o signal.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/signal.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/signal.c -KPIC -DPIC -o .libs/signal.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/epoll_sub.c' object='epoll_sub.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o epoll_sub.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/epoll_sub.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/epoll_sub.c -KPIC -DPIC -o .libs/epoll_sub.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/epoll.c' object='epoll.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o epoll.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/epoll.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/epoll.c -KPIC -DPIC -o .libs/epoll.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/poll.c' object='poll.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o poll.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/poll.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/poll.c -KPIC -DPIC -o .libs/poll.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/select.c' object='select.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o select.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/select.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/compat -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/event/select.c -KPIC -DPIC -o .libs/select.o /bin/sh ../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libevent.la event.lo buffer.lo evbuffer.lo log.lo signal.lo epoll_sub.lo epoll.lo poll.lo select.lo -lnsl -lutil -lm libtool: link: ar cru .libs/libevent.a .libs/event.o .libs/buffer.o .libs/evbuffer.o .libs/log.o .libs/signal.o .libs/epoll_sub.o .libs/epoll.o .libs/poll.o .libs/select.o libtool: link: ranlib .libs/libevent.a libtool: link: creating libevent.la libtool: link: ( cd ".libs" && rm -f "libevent.la" && ln -s "../libevent.la" "libevent.la" ) make[3]: Leaving directory `/tmp/baurle/openmpi_build/opal/event' make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/event' Making all in util make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/util' Making all in keyval make[3]: Entering directory `/tmp/baurle/openmpi_build/opal/util/keyval' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/keyval/keyval_lex.c' object='keyval_lex.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/keyval -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o keyval_lex.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/keyval/keyval_lex.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/keyval -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/keyval/keyval_lex.c -KPIC -DPIC -o .libs/keyval_lex.o /bin/sh ../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libopalutilkeyval.la keyval_lex.lo -lnsl -lutil -lm libtool: link: ar cru .libs/libopalutilkeyval.a .libs/keyval_lex.o libtool: link: ranlib .libs/libopalutilkeyval.a libtool: link: creating libopalutilkeyval.la libtool: link: ( cd ".libs" && rm -f "libopalutilkeyval.la" && ln -s "../libopalutilkeyval.la" "libopalutilkeyval.la" ) make[3]: Leaving directory `/tmp/baurle/openmpi_build/opal/util/keyval' make[3]: Entering directory `/tmp/baurle/openmpi_build/opal/util' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/argv.c' object='argv.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o argv.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/argv.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/argv.c -KPIC -DPIC -o .libs/argv.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/basename.c' object='basename.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o basename.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/basename.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/basename.c -KPIC -DPIC -o .libs/basename.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/cmd_line.c' object='cmd_line.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o cmd_line.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/cmd_line.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/cmd_line.c -KPIC -DPIC -o .libs/cmd_line.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/crc.c' object='crc.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o crc.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/crc.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/crc.c -KPIC -DPIC -o .libs/crc.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/convert.c' object='convert.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o convert.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/convert.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/convert.c -KPIC -DPIC -o .libs/convert.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/daemon_init.c' object='daemon_init.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o daemon_init.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/daemon_init.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/daemon_init.c -KPIC -DPIC -o .libs/daemon_init.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/error.c' object='error.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o error.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/error.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/error.c -KPIC -DPIC -o .libs/error.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/few.c' object='few.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o few.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/few.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/few.c -KPIC -DPIC -o .libs/few.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/if.c' object='if.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o if.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/if.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/if.c -KPIC -DPIC -o .libs/if.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/keyval_parse.c' object='keyval_parse.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o keyval_parse.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/keyval_parse.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/keyval_parse.c -KPIC -DPIC -o .libs/keyval_parse.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/malloc.c' object='malloc.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o malloc.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/malloc.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/malloc.c -KPIC -DPIC -o .libs/malloc.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/numtostr.c' object='numtostr.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o numtostr.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/numtostr.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/numtostr.c -KPIC -DPIC -o .libs/numtostr.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/opal_environ.c' object='opal_environ.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o opal_environ.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/opal_environ.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/opal_environ.c -KPIC -DPIC -o .libs/opal_environ.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/os_dirpath.c' object='os_dirpath.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o os_dirpath.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/os_dirpath.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/os_dirpath.c -KPIC -DPIC -o .libs/os_dirpath.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/os_path.c' object='os_path.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o os_path.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/os_path.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/os_path.c -KPIC -DPIC -o .libs/os_path.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/output.c' object='output.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o output.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/output.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/output.c -KPIC -DPIC -o .libs/output.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/path.c' object='path.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o path.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/path.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/path.c -KPIC -DPIC -o .libs/path.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/pow2.c' object='pow2.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o pow2.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/pow2.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/pow2.c -KPIC -DPIC -o .libs/pow2.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/printf.c' object='printf.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o printf.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/printf.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/printf.c -KPIC -DPIC -o .libs/printf.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/opal_pty.c' object='opal_pty.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o opal_pty.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/opal_pty.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/opal_pty.c -KPIC -DPIC -o .libs/opal_pty.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/qsort.c' object='qsort.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o qsort.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/qsort.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/qsort.c -KPIC -DPIC -o .libs/qsort.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/show_help.c' object='show_help.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o show_help.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/show_help.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/show_help.c -KPIC -DPIC -o .libs/show_help.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/show_help_lex.c' object='show_help_lex.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o show_help_lex.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/show_help_lex.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/show_help_lex.c -KPIC -DPIC -o .libs/show_help_lex.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/stacktrace.c' object='stacktrace.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o stacktrace.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/stacktrace.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/stacktrace.c -KPIC -DPIC -o .libs/stacktrace.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/strncpy.c' object='strncpy.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o strncpy.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/strncpy.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/strncpy.c -KPIC -DPIC -o .libs/strncpy.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/trace.c' object='trace.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o trace.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/trace.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../opal/include -I../../orte/include -I../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/util/trace.c -KPIC -DPIC -o .libs/trace.o /bin/sh ../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libopalutil.la 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 numtostr.lo opal_environ.lo os_dirpath.lo os_path.lo output.lo path.lo pow2.lo printf.lo opal_pty.lo qsort.lo show_help.lo show_help_lex.lo stacktrace.lo strncpy.lo trace.lo keyval/libopalutilkeyval.la -lnsl -lutil -lm libtool: link: (cd .libs/libopalutil.lax/libopalutilkeyval.a && ar x /tmp/baurle/openmpi_build/opal/util/keyval/.libs/libopalutilkeyval.a) libtool: link: ar cru .libs/libopalutil.a .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/numtostr.o .libs/opal_environ.o .libs/os_dirpath.o .libs/os_path.o .libs/output.o .libs/path.o .libs/pow2.o .libs/printf.o .libs/opal_pty.o .libs/qsort.o .libs/show_help.o .libs/show_help_lex.o .libs/stacktrace.o .libs/strncpy.o .libs/trace.o .libs/libopalutil.lax/libopalutilkeyval.a/keyval_lex.o libtool: link: ranlib .libs/libopalutil.a libtool: link: rm -fr .libs/libopalutil.lax libtool: link: creating libopalutil.la libtool: link: ( cd ".libs" && rm -f "libopalutil.la" && ln -s "../libopalutil.la" "libopalutil.la" ) make[3]: Leaving directory `/tmp/baurle/openmpi_build/opal/util' make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/util' Making all in mca/base make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/base' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_close.c' object='mca_base_close.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_close.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_close.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_close.c -KPIC -DPIC -o .libs/mca_base_close.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_cmd_line.c' object='mca_base_cmd_line.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_cmd_line.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_cmd_line.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_cmd_line.c -KPIC -DPIC -o .libs/mca_base_cmd_line.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_component_compare.c' object='mca_base_component_compare.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_component_compare.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_component_compare.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_component_compare.c -KPIC -DPIC -o .libs/mca_base_component_compare.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_component_find.c' object='mca_base_component_find.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_component_find.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_component_find.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_component_find.c -KPIC -DPIC -o .libs/mca_base_component_find.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_component_repository.c' object='mca_base_component_repository.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_component_repository.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_component_repository.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_component_repository.c -KPIC -DPIC -o .libs/mca_base_component_repository.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_components_open.c' object='mca_base_components_open.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_components_open.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_components_open.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_components_open.c -KPIC -DPIC -o .libs/mca_base_components_open.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_components_close.c' object='mca_base_components_close.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_components_close.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_components_close.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_components_close.c -KPIC -DPIC -o .libs/mca_base_components_close.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_list.c' object='mca_base_list.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_list.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_list.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_list.c -KPIC -DPIC -o .libs/mca_base_list.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_msgbuf.c' object='mca_base_msgbuf.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_msgbuf.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_msgbuf.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_msgbuf.c -KPIC -DPIC -o .libs/mca_base_msgbuf.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_open.c' object='mca_base_open.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_open.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_open.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_open.c -KPIC -DPIC -o .libs/mca_base_open.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_param.c' object='mca_base_param.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_param.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_param.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_param.c -KPIC -DPIC -o .libs/mca_base_param.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_parse_paramfile.c' object='mca_base_parse_paramfile.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o mca_base_parse_paramfile.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_parse_paramfile.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/libltdl -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/base/mca_base_parse_paramfile.c -KPIC -DPIC -o .libs/mca_base_parse_paramfile.o /bin/sh ../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -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_list.lo mca_base_msgbuf.lo mca_base_open.lo mca_base_param.lo mca_base_parse_paramfile.lo -lnsl -lutil -lm 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_list.o .libs/mca_base_msgbuf.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: creating libmca_base.la libtool: link: ( cd ".libs" && rm -f "libmca_base.la" && ln -s "../libmca_base.la" "libmca_base.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/base' Making all in mca/backtrace make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/backtrace' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/base/backtrace_component.c' object='base/backtrace_component.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/backtrace_component.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/base/backtrace_component.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/base/backtrace_component.c -KPIC -DPIC -o base/.libs/backtrace_component.o /bin/sh ../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libmca_backtrace.la base/backtrace_component.lo -lnsl -lutil -lm libtool: link: ar cru .libs/libmca_backtrace.a base/.libs/backtrace_component.o libtool: link: ranlib .libs/libmca_backtrace.a libtool: link: creating libmca_backtrace.la libtool: link: ( cd ".libs" && rm -f "libmca_backtrace.la" && ln -s "../libmca_backtrace.la" "libmca_backtrace.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/backtrace' Making all in mca/installdirs make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/installdirs' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/base/installdirs_base_components.c' object='base/installdirs_base_components.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/installdirs_base_components.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/base/installdirs_base_components.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/base/installdirs_base_components.c -KPIC -DPIC -o base/.libs/installdirs_base_components.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/base/installdirs_base_expand.c' object='base/installdirs_base_expand.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/installdirs_base_expand.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/base/installdirs_base_expand.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/base/installdirs_base_expand.c -KPIC -DPIC -o base/.libs/installdirs_base_expand.o /bin/sh ../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libmca_installdirs.la base/installdirs_base_components.lo base/installdirs_base_expand.lo -lnsl -lutil -lm 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: creating libmca_installdirs.la libtool: link: ( cd ".libs" && rm -f "libmca_installdirs.la" && ln -s "../libmca_installdirs.la" "libmca_installdirs.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/installdirs' Making all in mca/maffinity make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/maffinity' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_close.c' object='base/maffinity_base_close.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/maffinity_base_close.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_close.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_close.c -KPIC -DPIC -o base/.libs/maffinity_base_close.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_select.c' object='base/maffinity_base_select.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/maffinity_base_select.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_select.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_select.c -KPIC -DPIC -o base/.libs/maffinity_base_select.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_open.c' object='base/maffinity_base_open.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/maffinity_base_open.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_open.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_open.c -KPIC -DPIC -o base/.libs/maffinity_base_open.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_wrappers.c' object='base/maffinity_base_wrappers.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/maffinity_base_wrappers.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_wrappers.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/maffinity/base/maffinity_base_wrappers.c -KPIC -DPIC -o base/.libs/maffinity_base_wrappers.o /bin/sh ../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -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 -lnsl -lutil -lm 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: creating libmca_maffinity.la libtool: link: ( cd ".libs" && rm -f "libmca_maffinity.la" && ln -s "../libmca_maffinity.la" "libmca_maffinity.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/maffinity' Making all in mca/memcpy make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/memcpy' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy/base/memcpy_base_close.c' object='base/memcpy_base_close.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/memcpy_base_close.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy/base/memcpy_base_close.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy/base/memcpy_base_close.c -KPIC -DPIC -o base/.libs/memcpy_base_close.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy/base/memcpy_base_open.c' object='base/memcpy_base_open.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/memcpy_base_open.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy/base/memcpy_base_open.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memcpy/base/memcpy_base_open.c -KPIC -DPIC -o base/.libs/memcpy_base_open.o /bin/sh ../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libmca_memcpy.la base/memcpy_base_close.lo base/memcpy_base_open.lo -lnsl -lutil -lm 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: creating libmca_memcpy.la libtool: link: ( cd ".libs" && rm -f "libmca_memcpy.la" && ln -s "../libmca_memcpy.la" "libmca_memcpy.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/memcpy' Making all in mca/memory make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/memory' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/base/memory_base_close.c' object='base/memory_base_close.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/memory_base_close.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/base/memory_base_close.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/base/memory_base_close.c -KPIC -DPIC -o base/.libs/memory_base_close.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/base/memory_base_open.c' object='base/memory_base_open.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/memory_base_open.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/base/memory_base_open.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/base/memory_base_open.c -KPIC -DPIC -o base/.libs/memory_base_open.o /bin/sh ../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libmca_memory.la base/memory_base_close.lo base/memory_base_open.lo -lnsl -lutil -lm libtool: link: ar cru .libs/libmca_memory.a base/.libs/memory_base_close.o base/.libs/memory_base_open.o libtool: link: ranlib .libs/libmca_memory.a libtool: link: creating libmca_memory.la libtool: link: ( cd ".libs" && rm -f "libmca_memory.la" && ln -s "../libmca_memory.la" "libmca_memory.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/memory' Making all in mca/paffinity make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/paffinity' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_close.c' object='base/paffinity_base_close.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/paffinity_base_close.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_close.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_close.c -KPIC -DPIC -o base/.libs/paffinity_base_close.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_select.c' object='base/paffinity_base_select.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/paffinity_base_select.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_select.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_select.c -KPIC -DPIC -o base/.libs/paffinity_base_select.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_open.c' object='base/paffinity_base_open.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/paffinity_base_open.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_open.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_open.c -KPIC -DPIC -o base/.libs/paffinity_base_open.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_wrappers.c' object='base/paffinity_base_wrappers.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/paffinity_base_wrappers.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_wrappers.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/paffinity/base/paffinity_base_wrappers.c -KPIC -DPIC -o base/.libs/paffinity_base_wrappers.o /bin/sh ../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -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 -lnsl -lutil -lm 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 libtool: link: ranlib .libs/libmca_paffinity.a libtool: link: creating libmca_paffinity.la libtool: link: ( cd ".libs" && rm -f "libmca_paffinity.la" && ln -s "../libmca_paffinity.la" "libmca_paffinity.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/paffinity' Making all in mca/timer make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/timer' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/base/timer_base_close.c' object='base/timer_base_close.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/timer_base_close.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/base/timer_base_close.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/base/timer_base_close.c -KPIC -DPIC -o base/.libs/timer_base_close.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/base/timer_base_open.c' object='base/timer_base_open.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o base/timer_base_open.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/base/timer_base_open.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../opal/include -I../../../orte/include -I../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/base/timer_base_open.c -KPIC -DPIC -o base/.libs/timer_base_open.o /bin/sh ../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libmca_timer.la base/timer_base_close.lo base/timer_base_open.lo -lnsl -lutil -lm 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: creating libmca_timer.la libtool: link: ( cd ".libs" && rm -f "libmca_timer.la" && ln -s "../libmca_timer.la" "libmca_timer.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/timer' Making all in mca/backtrace/execinfo make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/backtrace/execinfo' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo/backtrace_execinfo.c' object='backtrace_execinfo.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o backtrace_execinfo.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo/backtrace_execinfo.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo/backtrace_execinfo.c -KPIC -DPIC -o .libs/backtrace_execinfo.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo/backtrace_execinfo_component.c' object='backtrace_execinfo_component.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o backtrace_execinfo_component.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo/backtrace_execinfo_component.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/backtrace/execinfo/backtrace_execinfo_component.c -KPIC -DPIC -o .libs/backtrace_execinfo_component.o /bin/sh ../../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libmca_backtrace_execinfo.la backtrace_execinfo.lo backtrace_execinfo_component.lo -lnsl -lutil -lm 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: creating libmca_backtrace_execinfo.la libtool: link: ( cd ".libs" && rm -f "libmca_backtrace_execinfo.la" && ln -s "../libmca_backtrace_execinfo.la" "libmca_backtrace_execinfo.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/backtrace/execinfo' Making all in mca/installdirs/env make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/installdirs/env' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/env/opal_installdirs_env.c' object='opal_installdirs_env.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/env -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o opal_installdirs_env.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/env/opal_installdirs_env.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/env -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/env/opal_installdirs_env.c -KPIC -DPIC -o .libs/opal_installdirs_env.o /bin/sh ../../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libmca_installdirs_env.la opal_installdirs_env.lo -lnsl -lutil -lm libtool: link: ar cru .libs/libmca_installdirs_env.a .libs/opal_installdirs_env.o libtool: link: ranlib .libs/libmca_installdirs_env.a libtool: link: creating libmca_installdirs_env.la libtool: link: ( cd ".libs" && rm -f "libmca_installdirs_env.la" && ln -s "../libmca_installdirs_env.la" "libmca_installdirs_env.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/installdirs/env' Making all in mca/installdirs/config make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/installdirs/config' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/config/opal_installdirs_config.c' object='opal_installdirs_config.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/config -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o opal_installdirs_config.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/config/opal_installdirs_config.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/config -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/installdirs/config/opal_installdirs_config.c -KPIC -DPIC -o .libs/opal_installdirs_config.o /bin/sh ../../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libmca_installdirs_config.la opal_installdirs_config.lo -lnsl -lutil -lm libtool: link: ar cru .libs/libmca_installdirs_config.a .libs/opal_installdirs_config.o libtool: link: ranlib .libs/libmca_installdirs_config.a libtool: link: creating libmca_installdirs_config.la libtool: link: ( cd ".libs" && rm -f "libmca_installdirs_config.la" && ln -s "../libmca_installdirs_config.la" "libmca_installdirs_config.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/installdirs/config' Making all in mca/memory/ptmalloc2 make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/memory/ptmalloc2' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/opal_ptmalloc2_component.c' object='opal_ptmalloc2_component.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2 -DMALLOC_DEBUG=0 -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/sysdeps/generic -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o opal_ptmalloc2_component.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/opal_ptmalloc2_component.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2 -DMALLOC_DEBUG=0 -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/sysdeps/generic -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/opal_ptmalloc2_component.c -KPIC -DPIC -o .libs/opal_ptmalloc2_component.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/opal_ptmalloc2_munmap.c' object='opal_ptmalloc2_munmap.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2 -DMALLOC_DEBUG=0 -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/sysdeps/generic -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o opal_ptmalloc2_munmap.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/opal_ptmalloc2_munmap.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2 -DMALLOC_DEBUG=0 -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/sysdeps/generic -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/opal_ptmalloc2_munmap.c -KPIC -DPIC -o .libs/opal_ptmalloc2_munmap.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/malloc.c' object='malloc.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2 -DMALLOC_DEBUG=0 -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/sysdeps/generic -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o malloc.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/malloc.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2 -DMALLOC_DEBUG=0 -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/sysdeps/generic -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/malloc.c -KPIC -DPIC -o .libs/malloc.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/malloc-stats.c' object='malloc-stats.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2 -DMALLOC_DEBUG=0 -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/sysdeps/generic -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o malloc-stats.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/malloc-stats.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2 -DMALLOC_DEBUG=0 -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/sysdeps/generic -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/memory/ptmalloc2/malloc-stats.c -KPIC -DPIC -o .libs/malloc-stats.o /bin/sh ../../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -module -avoid-version -export-dynamic -o libmca_memory_ptmalloc2.la opal_ptmalloc2_component.lo opal_ptmalloc2_munmap.lo malloc.lo malloc-stats.lo -ldl -lnsl -lutil -lm libtool: link: ar cru .libs/libmca_memory_ptmalloc2.a .libs/opal_ptmalloc2_component.o .libs/opal_ptmalloc2_munmap.o .libs/malloc.o .libs/malloc-stats.o libtool: link: ranlib .libs/libmca_memory_ptmalloc2.a libtool: link: creating libmca_memory_ptmalloc2.la libtool: link: ( cd ".libs" && rm -f "libmca_memory_ptmalloc2.la" && ln -s "../libmca_memory_ptmalloc2.la" "libmca_memory_ptmalloc2.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/memory/ptmalloc2' Making all in mca/timer/linux make[2]: Entering directory `/tmp/baurle/openmpi_build/opal/mca/timer/linux' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/linux/timer_linux_component.c' object='timer_linux_component.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../../../../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/linux -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o timer_linux_component.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/linux/timer_linux_component.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../../../../opal/include -I../../../../orte/include -I../../../../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/linux -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I../../../.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/mca/timer/linux/timer_linux_component.c -KPIC -DPIC -o .libs/timer_linux_component.o /bin/sh ../../../../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libmca_timer_linux.la timer_linux_component.lo -lnsl -lutil -lm libtool: link: ar cru .libs/libmca_timer_linux.a .libs/timer_linux_component.o libtool: link: ranlib .libs/libmca_timer_linux.a libtool: link: creating libmca_timer_linux.la libtool: link: ( cd ".libs" && rm -f "libmca_timer_linux.la" && ln -s "../libmca_timer_linux.la" "libmca_timer_linux.la" ) make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal/mca/timer/linux' Making all in . make[2]: Entering directory `/tmp/baurle/openmpi_build/opal' source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_free_list.c' object='class/opal_free_list.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o class/opal_free_list.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_free_list.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_free_list.c -KPIC -DPIC -o class/.libs/opal_free_list.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_hash_table.c' object='class/opal_hash_table.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o class/opal_hash_table.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_hash_table.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_hash_table.c -KPIC -DPIC -o class/.libs/opal_hash_table.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_list.c' object='class/opal_list.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o class/opal_list.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_list.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_list.c -KPIC -DPIC -o class/.libs/opal_list.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_object.c' object='class/opal_object.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o class/opal_object.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_object.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_object.c -KPIC -DPIC -o class/.libs/opal_object.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_atomic_lifo.c' object='class/opal_atomic_lifo.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o class/opal_atomic_lifo.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_atomic_lifo.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_atomic_lifo.c -KPIC -DPIC -o class/.libs/opal_atomic_lifo.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_value_array.c' object='class/opal_value_array.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o class/opal_value_array.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_value_array.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/class/opal_value_array.c -KPIC -DPIC -o class/.libs/opal_value_array.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/memoryhooks/memory.c' object='memoryhooks/memory.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o memoryhooks/memory.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/memoryhooks/memory.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/memoryhooks/memory.c -KPIC -DPIC -o memoryhooks/.libs/memory.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_progress.c' object='runtime/opal_progress.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o runtime/opal_progress.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_progress.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_progress.c -KPIC -DPIC -o runtime/.libs/opal_progress.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_finalize.c' object='runtime/opal_finalize.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o runtime/opal_finalize.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_finalize.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_finalize.c -KPIC -DPIC -o runtime/.libs/opal_finalize.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_init.c' object='runtime/opal_init.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o runtime/opal_init.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_init.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_init.c -KPIC -DPIC -o runtime/.libs/opal_init.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_params.c' object='runtime/opal_params.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o runtime/opal_params.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_params.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/runtime/opal_params.c -KPIC -DPIC -o runtime/.libs/opal_params.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/threads/condition.c' object='threads/condition.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o threads/condition.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/threads/condition.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/threads/condition.c -KPIC -DPIC -o threads/.libs/condition.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/threads/mutex.c' object='threads/mutex.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o threads/mutex.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/threads/mutex.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/threads/mutex.c -KPIC -DPIC -o threads/.libs/mutex.o source='/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/threads/thread.c' object='threads/thread.lo' libtool=yes \ DEPDIR=.deps depmode=none /bin/sh /home/baurle/MPI/OpenMPI/openmpi-1.2.6/config/depcomp \ /bin/sh ../libtool --tag=CC --mode=compile /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c -o threads/thread.lo /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/threads/thread.c libtool: compile: /usr/local/sunstudio/bin/cc -DHAVE_CONFIG_H -I. -I../opal/include -I../orte/include -I../ompi/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6 -I.. -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/orte/include -I/home/baurle/MPI/OpenMPI/openmpi-1.2.6/ompi/include -O -DNDEBUG -c /home/baurle/MPI/OpenMPI/openmpi-1.2.6/opal/threads/thread.c -KPIC -DPIC -o threads/.libs/thread.o /bin/sh ../libtool --tag=CC --mode=link /usr/local/sunstudio/bin/cc -O -DNDEBUG -export-dynamic -o libopen-pal.la -rpath /usr/local/openmpi_sun/lib class/opal_free_list.lo class/opal_hash_table.lo class/opal_list.lo class/opal_object.lo class/opal_atomic_lifo.lo class/opal_value_array.lo memoryhooks/memory.lo runtime/opal_progress.lo runtime/opal_finalize.lo runtime/opal_init.lo runtime/opal_params.lo threads/condition.lo threads/mutex.lo threads/thread.lo libltdl/libltdlc.la asm/libasm.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/installdirs/libmca_installdirs.la mca/installdirs/config/libmca_installdirs_config.la mca/installdirs/env/libmca_installdirs_env.la mca/maffinity/libmca_maffinity.la mca/memcpy/libmca_memcpy.la mca/memory/libmca_memory.la mca/memory/ptmalloc2/libmca_memory_ptmalloc2.la mca/paffinity/libmca_paffinity.la mca/timer/libmca_timer.la mca/timer/linux/libmca_timer_linux.la -lnsl -lutil -lm libtool: link: /usr/local/sunstudio/bin/cc -G 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_atomic_lifo.o class/.libs/opal_value_array.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 threads/.libs/condition.o threads/.libs/mutex.o threads/.libs/thread.o -Wl,--whole-archive,libltdl/.libs/libltdlc.a,asm/.libs/libasm.a,event/.libs/libevent.a,mca/base/.libs/libmca_base.a,util/.libs/libopalutil.a,mca/backtrace/.libs/libmca_backtrace.a,mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a,mca/installdirs/.libs/libmca_installdirs.a,mca/installdirs/config/.libs/libmca_installdirs_config.a,mca/installdirs/env/.libs/libmca_installdirs_env.a,mca/maffinity/.libs/libmca_maffinity.a,mca/memcpy/.libs/libmca_memcpy.a,mca/memory/.libs/libmca_memory.a,mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a,mca/paffinity/.libs/libmca_paffinity.a,mca/timer/.libs/libmca_timer.a,mca/timer/linux/.libs/libmca_timer_linux.a -Wl,--no-whole-archive -ldl -lnsl -lutil -lm -lc -Wl,-soname -Wl,libopen-pal.so.0 -o .libs/libopen-pal.so.0.0.0 asm/.libs/libasm.a(atomic-asm.o): In function `opal_atomic_mb': (.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here asm/.libs/libasm.a(atomic-asm.o): In function `opal_atomic_rmb': (.text+0x6): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here asm/.libs/libasm.a(atomic-asm.o): In function `opal_atomic_wmb': (.text+0xc): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here asm/.libs/libasm.a(atomic-asm.o): In function `opal_atomic_cmpset_32': (.text+0x12): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here /usr/bin/ld: Warning: size of symbol `opal_atomic_cmpset_32' changed from 28 in asm/.libs/libasm.a(asm.o) to 13 in asm/.libs/libasm.a(atomic-asm.o) asm/.libs/libasm.a(atomic-asm.o): In function `opal_atomic_cmpset_64': (.text+0x1f): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here /usr/bin/ld: Warning: size of symbol `opal_atomic_cmpset_64' changed from 30 in asm/.libs/libasm.a(asm.o) to 15 in asm/.libs/libasm.a(atomic-asm.o) event/.libs/libevent.a(event.o): In function `opal_atomic_mb': event.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here event/.libs/libevent.a(event.o): In function `opal_atomic_rmb': event.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here event/.libs/libevent.a(event.o): In function `opal_atomic_wmb': event.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here event/.libs/libevent.a(event.o): In function `opal_atomic_cmpset_32': event.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here /usr/bin/ld: Warning: size of symbol `opal_atomic_cmpset_32' changed from 13 in asm/.libs/libasm.a(asm.o) to 28 in event/.libs/libevent.a(event.o) event/.libs/libevent.a(event.o): In function `opal_atomic_cmpset_64': event.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here /usr/bin/ld: Warning: size of symbol `opal_atomic_cmpset_64' changed from 15 in asm/.libs/libasm.a(asm.o) to 30 in event/.libs/libevent.a(event.o) event/.libs/libevent.a(buffer.o): In function `opal_atomic_mb': buffer.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here event/.libs/libevent.a(buffer.o): In function `opal_atomic_rmb': buffer.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here event/.libs/libevent.a(buffer.o): In function `opal_atomic_wmb': buffer.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here event/.libs/libevent.a(buffer.o): In function `opal_atomic_cmpset_32': buffer.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here event/.libs/libevent.a(buffer.o): In function `opal_atomic_cmpset_64': buffer.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here event/.libs/libevent.a(evbuffer.o): In function `opal_atomic_mb': evbuffer.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here event/.libs/libevent.a(evbuffer.o): In function `opal_atomic_rmb': evbuffer.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here event/.libs/libevent.a(evbuffer.o): In function `opal_atomic_wmb': evbuffer.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here event/.libs/libevent.a(evbuffer.o): In function `opal_atomic_cmpset_32': evbuffer.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here event/.libs/libevent.a(evbuffer.o): In function `opal_atomic_cmpset_64': evbuffer.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here event/.libs/libevent.a(log.o): In function `opal_atomic_mb': log.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here event/.libs/libevent.a(log.o): In function `opal_atomic_rmb': log.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here event/.libs/libevent.a(log.o): In function `opal_atomic_wmb': log.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here event/.libs/libevent.a(log.o): In function `opal_atomic_cmpset_32': log.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here event/.libs/libevent.a(log.o): In function `opal_atomic_cmpset_64': log.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here event/.libs/libevent.a(signal.o): In function `opal_atomic_mb': signal.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here event/.libs/libevent.a(signal.o): In function `opal_atomic_rmb': signal.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here event/.libs/libevent.a(signal.o): In function `opal_atomic_wmb': signal.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here event/.libs/libevent.a(signal.o): In function `opal_atomic_cmpset_32': signal.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here event/.libs/libevent.a(signal.o): In function `opal_atomic_cmpset_64': signal.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here event/.libs/libevent.a(epoll.o): In function `opal_atomic_mb': epoll.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here event/.libs/libevent.a(epoll.o): In function `opal_atomic_rmb': epoll.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here event/.libs/libevent.a(epoll.o): In function `opal_atomic_wmb': epoll.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here event/.libs/libevent.a(epoll.o): In function `opal_atomic_cmpset_32': epoll.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here event/.libs/libevent.a(epoll.o): In function `opal_atomic_cmpset_64': epoll.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here event/.libs/libevent.a(poll.o): In function `opal_atomic_mb': poll.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here event/.libs/libevent.a(poll.o): In function `opal_atomic_rmb': poll.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here event/.libs/libevent.a(poll.o): In function `opal_atomic_wmb': poll.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here event/.libs/libevent.a(poll.o): In function `opal_atomic_cmpset_32': poll.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here event/.libs/libevent.a(poll.o): In function `opal_atomic_cmpset_64': poll.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here event/.libs/libevent.a(select.o): In function `opal_atomic_mb': select.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here event/.libs/libevent.a(select.o): In function `opal_atomic_rmb': select.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here event/.libs/libevent.a(select.o): In function `opal_atomic_wmb': select.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here event/.libs/libevent.a(select.o): In function `opal_atomic_cmpset_32': select.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here event/.libs/libevent.a(select.o): In function `opal_atomic_cmpset_64': select.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_close.o): In function `opal_atomic_mb': mca_base_close.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_close.o): In function `opal_atomic_rmb': mca_base_close.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_close.o): In function `opal_atomic_wmb': mca_base_close.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_close.o): In function `opal_atomic_cmpset_32': mca_base_close.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_close.o): In function `opal_atomic_cmpset_64': mca_base_close.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_cmd_line.o): In function `opal_atomic_mb': mca_base_cmd_line.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_cmd_line.o): In function `opal_atomic_rmb': mca_base_cmd_line.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_cmd_line.o): In function `opal_atomic_wmb': mca_base_cmd_line.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_cmd_line.o): In function `opal_atomic_cmpset_32': mca_base_cmd_line.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_cmd_line.o): In function `opal_atomic_cmpset_64': mca_base_cmd_line.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_component_compare.o): In function `opal_atomic_mb': mca_base_component_compare.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_component_compare.o): In function `opal_atomic_rmb': mca_base_component_compare.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_component_compare.o): In function `opal_atomic_wmb': mca_base_component_compare.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_component_compare.o): In function `opal_atomic_cmpset_32': mca_base_component_compare.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_component_compare.o): In function `opal_atomic_cmpset_64': mca_base_component_compare.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_component_find.o): In function `opal_atomic_mb': mca_base_component_find.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_component_find.o): In function `opal_atomic_rmb': mca_base_component_find.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_component_find.o): In function `opal_atomic_wmb': mca_base_component_find.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_component_find.o): In function `opal_atomic_cmpset_32': mca_base_component_find.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_component_find.o): In function `opal_atomic_cmpset_64': mca_base_component_find.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_component_repository.o): In function `opal_atomic_mb': mca_base_component_repository.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_component_repository.o): In function `opal_atomic_rmb': mca_base_component_repository.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_component_repository.o): In function `opal_atomic_wmb': mca_base_component_repository.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_component_repository.o): In function `opal_atomic_cmpset_32': mca_base_component_repository.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_component_repository.o): In function `opal_atomic_cmpset_64': mca_base_component_repository.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_components_open.o): In function `opal_atomic_mb': mca_base_components_open.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_components_open.o): In function `opal_atomic_rmb': mca_base_components_open.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_components_open.o): In function `opal_atomic_wmb': mca_base_components_open.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_components_open.o): In function `opal_atomic_cmpset_32': mca_base_components_open.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_components_open.o): In function `opal_atomic_cmpset_64': mca_base_components_open.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_components_close.o): In function `opal_atomic_mb': mca_base_components_close.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_components_close.o): In function `opal_atomic_rmb': mca_base_components_close.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_components_close.o): In function `opal_atomic_wmb': mca_base_components_close.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_components_close.o): In function `opal_atomic_cmpset_32': mca_base_components_close.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_components_close.o): In function `opal_atomic_cmpset_64': mca_base_components_close.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_list.o): In function `opal_atomic_mb': mca_base_list.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_list.o): In function `opal_atomic_rmb': mca_base_list.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_list.o): In function `opal_atomic_wmb': mca_base_list.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_list.o): In function `opal_atomic_cmpset_32': mca_base_list.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_list.o): In function `opal_atomic_cmpset_64': mca_base_list.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_msgbuf.o): In function `opal_atomic_mb': mca_base_msgbuf.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_msgbuf.o): In function `opal_atomic_rmb': mca_base_msgbuf.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_msgbuf.o): In function `opal_atomic_wmb': mca_base_msgbuf.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_msgbuf.o): In function `opal_atomic_cmpset_32': mca_base_msgbuf.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_msgbuf.o): In function `opal_atomic_cmpset_64': mca_base_msgbuf.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_open.o): In function `opal_atomic_mb': mca_base_open.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_open.o): In function `opal_atomic_rmb': mca_base_open.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_open.o): In function `opal_atomic_wmb': mca_base_open.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_open.o): In function `opal_atomic_cmpset_32': mca_base_open.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_open.o): In function `opal_atomic_cmpset_64': mca_base_open.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_param.o): In function `opal_atomic_mb': mca_base_param.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_param.o): In function `opal_atomic_rmb': mca_base_param.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_param.o): In function `opal_atomic_wmb': mca_base_param.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_param.o): In function `opal_atomic_cmpset_32': mca_base_param.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_param.o): In function `opal_atomic_cmpset_64': mca_base_param.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/base/.libs/libmca_base.a(mca_base_parse_paramfile.o): In function `opal_atomic_mb': mca_base_parse_paramfile.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/base/.libs/libmca_base.a(mca_base_parse_paramfile.o): In function `opal_atomic_rmb': mca_base_parse_paramfile.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/base/.libs/libmca_base.a(mca_base_parse_paramfile.o): In function `opal_atomic_wmb': mca_base_parse_paramfile.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/base/.libs/libmca_base.a(mca_base_parse_paramfile.o): In function `opal_atomic_cmpset_32': mca_base_parse_paramfile.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/base/.libs/libmca_base.a(mca_base_parse_paramfile.o): In function `opal_atomic_cmpset_64': mca_base_parse_paramfile.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here util/.libs/libopalutil.a(cmd_line.o): In function `opal_atomic_mb': cmd_line.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here util/.libs/libopalutil.a(cmd_line.o): In function `opal_atomic_rmb': cmd_line.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here util/.libs/libopalutil.a(cmd_line.o): In function `opal_atomic_wmb': cmd_line.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here util/.libs/libopalutil.a(cmd_line.o): In function `opal_atomic_cmpset_32': cmd_line.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here util/.libs/libopalutil.a(cmd_line.o): In function `opal_atomic_cmpset_64': cmd_line.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here util/.libs/libopalutil.a(keyval_parse.o): In function `opal_atomic_mb': keyval_parse.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here util/.libs/libopalutil.a(keyval_parse.o): In function `opal_atomic_rmb': keyval_parse.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here util/.libs/libopalutil.a(keyval_parse.o): In function `opal_atomic_wmb': keyval_parse.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here util/.libs/libopalutil.a(keyval_parse.o): In function `opal_atomic_cmpset_32': keyval_parse.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here util/.libs/libopalutil.a(keyval_parse.o): In function `opal_atomic_cmpset_64': keyval_parse.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here util/.libs/libopalutil.a(output.o): In function `opal_atomic_mb': output.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here util/.libs/libopalutil.a(output.o): In function `opal_atomic_rmb': output.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here util/.libs/libopalutil.a(output.o): In function `opal_atomic_wmb': output.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here util/.libs/libopalutil.a(output.o): In function `opal_atomic_cmpset_32': output.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here util/.libs/libopalutil.a(output.o): In function `opal_atomic_cmpset_64': output.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here util/.libs/libopalutil.a(show_help.o): In function `opal_atomic_mb': show_help.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here util/.libs/libopalutil.a(show_help.o): In function `opal_atomic_rmb': show_help.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here util/.libs/libopalutil.a(show_help.o): In function `opal_atomic_wmb': show_help.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here util/.libs/libopalutil.a(show_help.o): In function `opal_atomic_cmpset_32': show_help.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here util/.libs/libopalutil.a(show_help.o): In function `opal_atomic_cmpset_64': show_help.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here util/.libs/libopalutil.a(stacktrace.o): In function `opal_atomic_mb': stacktrace.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here util/.libs/libopalutil.a(stacktrace.o): In function `opal_atomic_rmb': stacktrace.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here util/.libs/libopalutil.a(stacktrace.o): In function `opal_atomic_wmb': stacktrace.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here util/.libs/libopalutil.a(stacktrace.o): In function `opal_atomic_cmpset_32': stacktrace.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here util/.libs/libopalutil.a(stacktrace.o): In function `opal_atomic_cmpset_64': stacktrace.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here util/.libs/libopalutil.a(trace.o): In function `opal_atomic_mb': trace.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here util/.libs/libopalutil.a(trace.o): In function `opal_atomic_rmb': trace.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here util/.libs/libopalutil.a(trace.o): In function `opal_atomic_wmb': trace.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here util/.libs/libopalutil.a(trace.o): In function `opal_atomic_cmpset_32': trace.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here util/.libs/libopalutil.a(trace.o): In function `opal_atomic_cmpset_64': trace.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/backtrace/.libs/libmca_backtrace.a(backtrace_component.o): In function `opal_atomic_mb': backtrace_component.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/backtrace/.libs/libmca_backtrace.a(backtrace_component.o): In function `opal_atomic_rmb': backtrace_component.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/backtrace/.libs/libmca_backtrace.a(backtrace_component.o): In function `opal_atomic_wmb': backtrace_component.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/backtrace/.libs/libmca_backtrace.a(backtrace_component.o): In function `opal_atomic_cmpset_32': backtrace_component.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/backtrace/.libs/libmca_backtrace.a(backtrace_component.o): In function `opal_atomic_cmpset_64': backtrace_component.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo.o): In function `opal_atomic_mb': backtrace_execinfo.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo.o): In function `opal_atomic_rmb': backtrace_execinfo.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo.o): In function `opal_atomic_wmb': backtrace_execinfo.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo.o): In function `opal_atomic_cmpset_32': backtrace_execinfo.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo.o): In function `opal_atomic_cmpset_64': backtrace_execinfo.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo_component.o): In function `opal_atomic_mb': backtrace_execinfo_component.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo_component.o): In function `opal_atomic_rmb': backtrace_execinfo_component.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo_component.o): In function `opal_atomic_wmb': backtrace_execinfo_component.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo_component.o): In function `opal_atomic_cmpset_32': backtrace_execinfo_component.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/backtrace/execinfo/.libs/libmca_backtrace_execinfo.a(backtrace_execinfo_component.o): In function `opal_atomic_cmpset_64': backtrace_execinfo_component.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_components.o): In function `opal_atomic_mb': installdirs_base_components.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_components.o): In function `opal_atomic_rmb': installdirs_base_components.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_components.o): In function `opal_atomic_wmb': installdirs_base_components.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_components.o): In function `opal_atomic_cmpset_32': installdirs_base_components.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_components.o): In function `opal_atomic_cmpset_64': installdirs_base_components.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_expand.o): In function `opal_atomic_mb': installdirs_base_expand.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_expand.o): In function `opal_atomic_rmb': installdirs_base_expand.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_expand.o): In function `opal_atomic_wmb': installdirs_base_expand.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_expand.o): In function `opal_atomic_cmpset_32': installdirs_base_expand.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/installdirs/.libs/libmca_installdirs.a(installdirs_base_expand.o): In function `opal_atomic_cmpset_64': installdirs_base_expand.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/installdirs/config/.libs/libmca_installdirs_config.a(opal_installdirs_config.o): In function `opal_atomic_mb': opal_installdirs_config.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/installdirs/config/.libs/libmca_installdirs_config.a(opal_installdirs_config.o): In function `opal_atomic_rmb': opal_installdirs_config.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/installdirs/config/.libs/libmca_installdirs_config.a(opal_installdirs_config.o): In function `opal_atomic_wmb': opal_installdirs_config.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/installdirs/config/.libs/libmca_installdirs_config.a(opal_installdirs_config.o): In function `opal_atomic_cmpset_32': opal_installdirs_config.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/installdirs/config/.libs/libmca_installdirs_config.a(opal_installdirs_config.o): In function `opal_atomic_cmpset_64': opal_installdirs_config.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/installdirs/env/.libs/libmca_installdirs_env.a(opal_installdirs_env.o): In function `opal_atomic_mb': opal_installdirs_env.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/installdirs/env/.libs/libmca_installdirs_env.a(opal_installdirs_env.o): In function `opal_atomic_rmb': opal_installdirs_env.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/installdirs/env/.libs/libmca_installdirs_env.a(opal_installdirs_env.o): In function `opal_atomic_wmb': opal_installdirs_env.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/installdirs/env/.libs/libmca_installdirs_env.a(opal_installdirs_env.o): In function `opal_atomic_cmpset_32': opal_installdirs_env.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/installdirs/env/.libs/libmca_installdirs_env.a(opal_installdirs_env.o): In function `opal_atomic_cmpset_64': opal_installdirs_env.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_close.o): In function `opal_atomic_mb': maffinity_base_close.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_close.o): In function `opal_atomic_rmb': maffinity_base_close.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_close.o): In function `opal_atomic_wmb': maffinity_base_close.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_close.o): In function `opal_atomic_cmpset_32': maffinity_base_close.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_close.o): In function `opal_atomic_cmpset_64': maffinity_base_close.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_select.o): In function `opal_atomic_mb': maffinity_base_select.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_select.o): In function `opal_atomic_rmb': maffinity_base_select.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_select.o): In function `opal_atomic_wmb': maffinity_base_select.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_select.o): In function `opal_atomic_cmpset_32': maffinity_base_select.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_select.o): In function `opal_atomic_cmpset_64': maffinity_base_select.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_open.o): In function `opal_atomic_mb': maffinity_base_open.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_open.o): In function `opal_atomic_rmb': maffinity_base_open.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_open.o): In function `opal_atomic_wmb': maffinity_base_open.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_open.o): In function `opal_atomic_cmpset_32': maffinity_base_open.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_open.o): In function `opal_atomic_cmpset_64': maffinity_base_open.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_wrappers.o): In function `opal_atomic_mb': maffinity_base_wrappers.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_wrappers.o): In function `opal_atomic_rmb': maffinity_base_wrappers.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_wrappers.o): In function `opal_atomic_wmb': maffinity_base_wrappers.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_wrappers.o): In function `opal_atomic_cmpset_32': maffinity_base_wrappers.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/maffinity/.libs/libmca_maffinity.a(maffinity_base_wrappers.o): In function `opal_atomic_cmpset_64': maffinity_base_wrappers.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_close.o): In function `opal_atomic_mb': memcpy_base_close.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_close.o): In function `opal_atomic_rmb': memcpy_base_close.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_close.o): In function `opal_atomic_wmb': memcpy_base_close.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_close.o): In function `opal_atomic_cmpset_32': memcpy_base_close.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_close.o): In function `opal_atomic_cmpset_64': memcpy_base_close.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_open.o): In function `opal_atomic_mb': memcpy_base_open.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_open.o): In function `opal_atomic_rmb': memcpy_base_open.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_open.o): In function `opal_atomic_wmb': memcpy_base_open.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_open.o): In function `opal_atomic_cmpset_32': memcpy_base_open.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/memcpy/.libs/libmca_memcpy.a(memcpy_base_open.o): In function `opal_atomic_cmpset_64': memcpy_base_open.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/memory/.libs/libmca_memory.a(memory_base_close.o): In function `opal_atomic_mb': memory_base_close.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/memory/.libs/libmca_memory.a(memory_base_close.o): In function `opal_atomic_rmb': memory_base_close.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/memory/.libs/libmca_memory.a(memory_base_close.o): In function `opal_atomic_wmb': memory_base_close.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/memory/.libs/libmca_memory.a(memory_base_close.o): In function `opal_atomic_cmpset_32': memory_base_close.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/memory/.libs/libmca_memory.a(memory_base_close.o): In function `opal_atomic_cmpset_64': memory_base_close.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/memory/.libs/libmca_memory.a(memory_base_open.o): In function `opal_atomic_mb': memory_base_open.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/memory/.libs/libmca_memory.a(memory_base_open.o): In function `opal_atomic_rmb': memory_base_open.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/memory/.libs/libmca_memory.a(memory_base_open.o): In function `opal_atomic_wmb': memory_base_open.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/memory/.libs/libmca_memory.a(memory_base_open.o): In function `opal_atomic_cmpset_32': memory_base_open.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/memory/.libs/libmca_memory.a(memory_base_open.o): In function `opal_atomic_cmpset_64': memory_base_open.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(opal_ptmalloc2_component.o): In function `opal_atomic_mb': opal_ptmalloc2_component.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(opal_ptmalloc2_component.o): In function `opal_atomic_rmb': opal_ptmalloc2_component.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(opal_ptmalloc2_component.o): In function `opal_atomic_wmb': opal_ptmalloc2_component.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(opal_ptmalloc2_component.o): In function `opal_atomic_cmpset_32': opal_ptmalloc2_component.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(opal_ptmalloc2_component.o): In function `opal_atomic_cmpset_64': opal_ptmalloc2_component.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(malloc.o): In function `opal_atomic_mb': malloc.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(malloc.o): In function `opal_atomic_rmb': malloc.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(malloc.o): In function `opal_atomic_wmb': malloc.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(malloc.o): In function `opal_atomic_cmpset_32': malloc.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/memory/ptmalloc2/.libs/libmca_memory_ptmalloc2.a(malloc.o): In function `opal_atomic_cmpset_64': malloc.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_close.o): In function `opal_atomic_mb': paffinity_base_close.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_close.o): In function `opal_atomic_rmb': paffinity_base_close.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_close.o): In function `opal_atomic_wmb': paffinity_base_close.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_close.o): In function `opal_atomic_cmpset_32': paffinity_base_close.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_close.o): In function `opal_atomic_cmpset_64': paffinity_base_close.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_select.o): In function `opal_atomic_mb': paffinity_base_select.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_select.o): In function `opal_atomic_rmb': paffinity_base_select.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_select.o): In function `opal_atomic_wmb': paffinity_base_select.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_select.o): In function `opal_atomic_cmpset_32': paffinity_base_select.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_select.o): In function `opal_atomic_cmpset_64': paffinity_base_select.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_open.o): In function `opal_atomic_mb': paffinity_base_open.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_open.o): In function `opal_atomic_rmb': paffinity_base_open.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_open.o): In function `opal_atomic_wmb': paffinity_base_open.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_open.o): In function `opal_atomic_cmpset_32': paffinity_base_open.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_open.o): In function `opal_atomic_cmpset_64': paffinity_base_open.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_wrappers.o): In function `opal_atomic_mb': paffinity_base_wrappers.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_wrappers.o): In function `opal_atomic_rmb': paffinity_base_wrappers.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_wrappers.o): In function `opal_atomic_wmb': paffinity_base_wrappers.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_wrappers.o): In function `opal_atomic_cmpset_32': paffinity_base_wrappers.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/paffinity/.libs/libmca_paffinity.a(paffinity_base_wrappers.o): In function `opal_atomic_cmpset_64': paffinity_base_wrappers.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/timer/.libs/libmca_timer.a(timer_base_close.o): In function `opal_atomic_mb': timer_base_close.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/timer/.libs/libmca_timer.a(timer_base_close.o): In function `opal_atomic_rmb': timer_base_close.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/timer/.libs/libmca_timer.a(timer_base_close.o): In function `opal_atomic_wmb': timer_base_close.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/timer/.libs/libmca_timer.a(timer_base_close.o): In function `opal_atomic_cmpset_32': timer_base_close.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/timer/.libs/libmca_timer.a(timer_base_close.o): In function `opal_atomic_cmpset_64': timer_base_close.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/timer/.libs/libmca_timer.a(timer_base_open.o): In function `opal_atomic_mb': timer_base_open.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/timer/.libs/libmca_timer.a(timer_base_open.o): In function `opal_atomic_rmb': timer_base_open.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/timer/.libs/libmca_timer.a(timer_base_open.o): In function `opal_atomic_wmb': timer_base_open.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/timer/.libs/libmca_timer.a(timer_base_open.o): In function `opal_atomic_cmpset_32': timer_base_open.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/timer/.libs/libmca_timer.a(timer_base_open.o): In function `opal_atomic_cmpset_64': timer_base_open.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here mca/timer/linux/.libs/libmca_timer_linux.a(timer_linux_component.o): In function `opal_atomic_mb': timer_linux_component.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here mca/timer/linux/.libs/libmca_timer_linux.a(timer_linux_component.o): In function `opal_atomic_rmb': timer_linux_component.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here mca/timer/linux/.libs/libmca_timer_linux.a(timer_linux_component.o): In function `opal_atomic_wmb': timer_linux_component.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here mca/timer/linux/.libs/libmca_timer_linux.a(timer_linux_component.o): In function `opal_atomic_cmpset_32': timer_linux_component.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here mca/timer/linux/.libs/libmca_timer_linux.a(timer_linux_component.o): In function `opal_atomic_cmpset_64': timer_linux_component.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here class/.libs/opal_free_list.o: In function `opal_atomic_mb': opal_free_list.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here class/.libs/opal_free_list.o: In function `opal_atomic_rmb': opal_free_list.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here class/.libs/opal_free_list.o: In function `opal_atomic_wmb': opal_free_list.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here class/.libs/opal_free_list.o: In function `opal_atomic_cmpset_32': opal_free_list.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here class/.libs/opal_free_list.o: In function `opal_atomic_cmpset_64': opal_free_list.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here class/.libs/opal_object.o: In function `opal_atomic_mb': opal_object.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here class/.libs/opal_object.o: In function `opal_atomic_rmb': opal_object.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here class/.libs/opal_object.o: In function `opal_atomic_wmb': opal_object.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here class/.libs/opal_object.o: In function `opal_atomic_cmpset_32': opal_object.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here class/.libs/opal_object.o: In function `opal_atomic_cmpset_64': opal_object.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here class/.libs/opal_atomic_lifo.o: In function `opal_atomic_mb': opal_atomic_lifo.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here class/.libs/opal_atomic_lifo.o: In function `opal_atomic_rmb': opal_atomic_lifo.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here class/.libs/opal_atomic_lifo.o: In function `opal_atomic_wmb': opal_atomic_lifo.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here class/.libs/opal_atomic_lifo.o: In function `opal_atomic_cmpset_32': opal_atomic_lifo.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here class/.libs/opal_atomic_lifo.o: In function `opal_atomic_cmpset_64': opal_atomic_lifo.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here memoryhooks/.libs/memory.o: In function `opal_atomic_mb': memory.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here memoryhooks/.libs/memory.o: In function `opal_atomic_rmb': memory.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here memoryhooks/.libs/memory.o: In function `opal_atomic_wmb': memory.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here memoryhooks/.libs/memory.o: In function `opal_atomic_cmpset_32': memory.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here memoryhooks/.libs/memory.o: In function `opal_atomic_cmpset_64': memory.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here runtime/.libs/opal_progress.o: In function `opal_atomic_mb': opal_progress.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here runtime/.libs/opal_progress.o: In function `opal_atomic_rmb': opal_progress.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here runtime/.libs/opal_progress.o: In function `opal_atomic_wmb': opal_progress.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here runtime/.libs/opal_progress.o: In function `opal_atomic_cmpset_32': opal_progress.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here runtime/.libs/opal_progress.o: In function `opal_atomic_cmpset_64': opal_progress.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here runtime/.libs/opal_finalize.o: In function `opal_atomic_mb': opal_finalize.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here runtime/.libs/opal_finalize.o: In function `opal_atomic_rmb': opal_finalize.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here runtime/.libs/opal_finalize.o: In function `opal_atomic_wmb': opal_finalize.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here runtime/.libs/opal_finalize.o: In function `opal_atomic_cmpset_32': opal_finalize.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here runtime/.libs/opal_finalize.o: In function `opal_atomic_cmpset_64': opal_finalize.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here runtime/.libs/opal_init.o: In function `opal_atomic_mb': opal_init.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here runtime/.libs/opal_init.o: In function `opal_atomic_rmb': opal_init.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here runtime/.libs/opal_init.o: In function `opal_atomic_wmb': opal_init.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here runtime/.libs/opal_init.o: In function `opal_atomic_cmpset_32': opal_init.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here runtime/.libs/opal_init.o: In function `opal_atomic_cmpset_64': opal_init.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here runtime/.libs/opal_params.o: In function `opal_atomic_mb': opal_params.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here runtime/.libs/opal_params.o: In function `opal_atomic_rmb': opal_params.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here runtime/.libs/opal_params.o: In function `opal_atomic_wmb': opal_params.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here runtime/.libs/opal_params.o: In function `opal_atomic_cmpset_32': opal_params.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here runtime/.libs/opal_params.o: In function `opal_atomic_cmpset_64': opal_params.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here threads/.libs/condition.o: In function `opal_atomic_mb': condition.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here threads/.libs/condition.o: In function `opal_atomic_rmb': condition.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here threads/.libs/condition.o: In function `opal_atomic_wmb': condition.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here threads/.libs/condition.o: In function `opal_atomic_cmpset_32': condition.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here threads/.libs/condition.o: In function `opal_atomic_cmpset_64': condition.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here threads/.libs/mutex.o: In function `opal_atomic_mb': mutex.c:(.text+0x0): multiple definition of `opal_atomic_mb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x0): first defined here threads/.libs/mutex.o: In function `opal_atomic_rmb': mutex.c:(.text+0x10): multiple definition of `opal_atomic_rmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x10): first defined here threads/.libs/mutex.o: In function `opal_atomic_wmb': mutex.c:(.text+0x20): multiple definition of `opal_atomic_wmb' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x20): first defined here threads/.libs/mutex.o: In function `opal_atomic_cmpset_32': mutex.c:(.text+0x30): multiple definition of `opal_atomic_cmpset_32' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x30): first defined here threads/.libs/mutex.o: In function `opal_atomic_cmpset_64': mutex.c:(.text+0x50): multiple definition of `opal_atomic_cmpset_64' asm/.libs/libasm.a(asm.o):asm.c:(.text+0x50): first defined here make[2]: *** [libopen-pal.la] Error 1 make[2]: Leaving directory `/tmp/baurle/openmpi_build/opal' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/tmp/baurle/openmpi_build/opal' make: *** [all-recursive] Error 1