I am trying to build OpenMPI using Lahey Fortran 95 6.2 on a Fedora Core 3 box. I run the configure script ok, but the problem occurs when run make. It appears that it is bombing out when it is building the Fortran libraries. It seems like to me that OpenMPI is naming its modules with .ompi_mod instead of .mod which my compiler expects. Included below is the output from what I was doing with building the code. Do you know how to tell the configure script to only make .mod modules, or is there something else that I need to do?
Output: --------I think this is the relevant part----------- creating libmpi_f77.la (cd .libs && rm -f libmpi_f77.la && ln -s ../libmpi_f77.la libmpi_f77.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f77' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f77' Making all in f90 make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f90' lf95 -I../../../include -I../../../include -I. -c -o mpi_kinds.ompi_module mpi_kinds.f90 f95: fatal: "mpi_kinds.ompi_module": Invalid file suffix. make[3]: *** [mpi_kinds.ompi_module] Error 1 make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f90' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/openmpi-1.0.1/ompi' make: *** [all-recursive] Error 1 ---------------attached is the rest of the output---------------- Sam Adams General Dynamics - Network Systems
Script started on Thu 02 Mar 2006 09:37:24 AM CST ]0;sam@devmn:~/openmpi-1.0.1[root@devmn openmpi-1.0.1]# ulimit -s unlimited ]0;sam@devmn:~/openmpi-1.0.1[root@devmn openmpi-1.0.1]# FC=lf95 F77=lf95 ./configure --with-rsh=ssh && make clean && make || exit checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes ============================================================================ == Configuring Open MPI ============================================================================ *** Checking versions checking Open MPI version... 1.0.1 checking Open MPI Subversion repository version... r8453 checking Open Run-Time Environment (ORTE) version... 1.0.1 checking ORTE Subversion repository version... r8453 checking Open Portable Access Layer (OPAL) version... 1.0.1 checking OPAL Subversion repository version... r8453 *** Initialization, setup configure: builddir: /root/openmpi-1.0.1 configure: srcdir: /root/openmpi-1.0.1 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for prefix by checking for ompi_clean... no installing to directory "/usr/local" *** 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 whether to enable PMPI... yes checking if want C++ bindings... 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 want MPI-2 one-sided empty shell functions... 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 ============================================================================ == Compiler and preprocessor tests ============================================================================ *** C compiler and preprocessor checking for style of include used by make... GNU checking for gcc... gcc 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... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking dependency style of gcc... gcc3 checking whether gcc and cc understand -c and -o together... yes checking if compiler impersonates gcc... no checking if gcc supports -finline-functions... yes checking if gcc supports -fno-strict-aliasing... yes configure: WARNING: -fno-strict-aliasing has been added to CFLAGS checking for C optimization flags... -O3 -DNDEBUG -fno-strict-aliasing checking how to run the C preprocessor... gcc -E checking for egrep... 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 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 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... 4 checking for long long... (cached) yes checking size of long long... 8 checking for long double... (cached) yes checking size of long double... 12 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 *... 4 checking for size_t... yes checking size of size_t... 4 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... 4 checking alignment of long long... 4 checking alignment of float... 4 checking alignment of double... 4 checking alignment of long double... 4 checking alignment of void *... 4 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 if compiler impersonates g++... no checking if g++ supports -finline-functions... yes configure: WARNING: -finline-functions has been added to CXXFLAGS checking if want C++ exception handling... no checking for C++ template_repository_directory... not used checking for C++ compiler template parameters... none needed checking for C++ optimization flags... -O3 -DNDEBUG -finline-functions checking for bool... yes checking size of bool... 1 checking alignment of bool... 1 *** Assembler checking directive for setting text section... .text checking directive for exporting symbols... .globl checking suffix for labels... : checking prefix for global symbol labels... checking for BSD-compatible nm... /usr/bin/nm -B 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 for fgrep... grep -F checking whether to enable smp locks... yes checking if gcc supports GCC inline assembly... yes checking if gcc supports DEC inline assembly... no checking if gcc 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 checking for asssembly architecture... IA32 checking for perl... perl checking for pre-built assembly file... yes (atomic-ia32-linux.s) checking for atomic assembly filename... atomic-ia32-linux.s *** Fortran 77 compiler checking whether we are using the GNU Fortran 77 compiler... no checking whether lf95 accepts -g... yes checking lf95 external symbol convention... single underscore checking if FORTRAN compiler supports LOGICAL... yes checking size of FORTRAN LOGICAL... 4 checking for C type corresponding to Fortran LOGICAL... int checking alignment of FORTRAN LOGICAL... 4 checking if FORTRAN compiler supports INTEGER... yes checking size of FORTRAN INTEGER... 4 checking for C type corresponding to Fortran INTEGER... int checking alignment of FORTRAN INTEGER... 4 checking if FORTRAN compiler supports INTEGER*1... yes checking size of FORTRAN INTEGER*1... 1 checking for C type corresponding to Fortran INTEGER*1... char checking alignment of FORTRAN INTEGER*1... 1 checking if FORTRAN compiler supports INTEGER*2... yes checking size of FORTRAN INTEGER*2... 2 checking for C type corresponding to Fortran INTEGER*2... short checking alignment of FORTRAN INTEGER*2... 2 checking if FORTRAN compiler supports INTEGER*4... yes checking size of FORTRAN INTEGER*4... 4 checking for C type corresponding to Fortran INTEGER*4... int checking alignment of FORTRAN INTEGER*4... 4 checking if FORTRAN compiler supports INTEGER*8... yes checking size of FORTRAN INTEGER*8... 8 checking for C type corresponding to Fortran INTEGER*8... long long checking alignment of FORTRAN INTEGER*8... 8 checking if FORTRAN compiler supports INTEGER*16... no checking if FORTRAN compiler supports REAL... yes checking size of FORTRAN REAL... 4 checking for C type corresponding to Fortran REAL... float checking alignment of FORTRAN REAL... 4 checking if FORTRAN compiler supports REAL*4... yes checking size of FORTRAN REAL*4... 4 checking for C type corresponding to Fortran REAL*4... float checking alignment of FORTRAN REAL*4... 4 checking if FORTRAN compiler supports REAL*8... yes checking size of FORTRAN REAL*8... 8 checking for C type corresponding to Fortran REAL*8... double checking alignment of FORTRAN REAL*8... 4 checking if FORTRAN compiler supports REAL*16... yes checking size of FORTRAN REAL*16... 16 checking for C type corresponding to Fortran REAL*16... not found configure: WARNING: *** Did not find corresponding C type checking if FORTRAN compiler supports DOUBLE PRECISION... yes checking size of FORTRAN DOUBLE PRECISION... 8 checking for C type corresponding to Fortran DOUBLE PRECISION... double checking alignment of FORTRAN DOUBLE PRECISION... 4 checking if FORTRAN compiler supports COMPLEX... yes checking size of FORTRAN COMPLEX... 8 checking alignment of FORTRAN COMPLEX... 4 checking if FORTRAN compiler supports COMPLEX*8... yes checking size of FORTRAN COMPLEX*8... 8 checking alignment of FORTRAN COMPLEX*8... 4 checking if FORTRAN compiler supports COMPLEX*16... yes checking size of FORTRAN COMPLEX*16... 16 checking alignment of FORTRAN COMPLEX*16... 4 checking if FORTRAN compiler supports COMPLEX*32... yes checking size of FORTRAN COMPLEX*32... 32 checking alignment of FORTRAN COMPLEX*32... 4 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 lf95 accepts -g... yes checking for Fortran flag to compile .f files... none checking for Fortran flag to compile .f90 files... none checking for Fortran flag to compile .f95 files... none checking whether lf95 and lf95 compilers are compatible... yes checking for FORTRAN compiler module include flag... -I checking if FORTRAN compiler supports integer(selected_int_kind(2))... yes checking size of FORTRAN integer(selected_int_kind(2))... 1 checking alignment of FORTRAN integer(selected_int_kind(2))... 1 checking size of FORTRAN logical(selected_int_kind(2))... 1 checking alignment of FORTRAN logical(selected_int_kind(2))... 1 checking if FORTRAN compiler supports integer(selected_int_kind(4))... yes checking size of FORTRAN integer(selected_int_kind(4))... 2 checking alignment of FORTRAN integer(selected_int_kind(4))... 2 checking size of FORTRAN logical(selected_int_kind(4))... 2 checking alignment of FORTRAN logical(selected_int_kind(4))... 2 checking if FORTRAN compiler supports integer(selected_int_kind(9))... yes checking size of FORTRAN integer(selected_int_kind(9))... 4 checking alignment of FORTRAN integer(selected_int_kind(9))... 4 checking size of FORTRAN logical(selected_int_kind(9))... 4 checking alignment of FORTRAN logical(selected_int_kind(9))... 4 checking if FORTRAN compiler supports integer(selected_int_kind(18))... yes checking size of FORTRAN integer(selected_int_kind(18))... 8 checking alignment of FORTRAN integer(selected_int_kind(18))... 8 checking size of FORTRAN logical(selected_int_kind(18))... 8 checking alignment of FORTRAN logical(selected_int_kind(18))... 8 checking if FORTRAN compiler supports integer(selected_int_kind(19))... no checking if FORTRAN compiler supports real(selected_real_kind(6))... yes checking size of FORTRAN real(selected_real_kind(6))... 4 checking size of FORTRAN complex(selected_real_kind(6))... 8 checking alignment of FORTRAN real(selected_real_kind(6))... 4 checking alignment of FORTRAN complex(selected_real_kind(6))... 4 checking precision of FORTRAN real(selected_real_kind(6))... 6 checking precision of FORTRAN complex(selected_real_kind(6))... 6 checking range of FORTRAN real(selected_real_kind(6))... 37 checking range of FORTRAN complex(selected_real_kind(6))... 37 checking if FORTRAN compiler supports real(selected_real_kind(15))... yes checking size of FORTRAN real(selected_real_kind(15))... 8 checking size of FORTRAN complex(selected_real_kind(15))... 16 checking alignment of FORTRAN real(selected_real_kind(15))... 8 checking alignment of FORTRAN complex(selected_real_kind(15))... 8 checking precision of FORTRAN real(selected_real_kind(15))... 15 checking precision of FORTRAN complex(selected_real_kind(15))... 15 checking range of FORTRAN real(selected_real_kind(15))... 307 checking range of FORTRAN complex(selected_real_kind(15))... 307 checking if FORTRAN compiler supports real(selected_real_kind(31))... yes checking size of FORTRAN real(selected_real_kind(31))... 16 checking size of FORTRAN complex(selected_real_kind(31))... 32 checking alignment of FORTRAN real(selected_real_kind(31))... 8 checking alignment of FORTRAN complex(selected_real_kind(31))... 8 checking precision of FORTRAN real(selected_real_kind(31))... 33 checking precision of FORTRAN complex(selected_real_kind(31))... 33 checking range of FORTRAN real(selected_real_kind(31))... 4931 checking range of FORTRAN complex(selected_real_kind(31))... 4931 checking size of FORTRAN logical... 4 checking alignment of FORTRAN logical... 4 checking size of FORTRAN integer... 4 checking alignment of FORTRAN integer... 4 checking size of FORTRAN real... 4 checking alignment of FORTRAN real... 4 checking size of FORTRAN real(kind(1.D0))... 8 checking alignment of FORTRAN real(kind(1.D0))... 8 checking size of FORTRAN complex... 8 checking alignment of FORTRAN complex... 4 checking size of FORTRAN complex(kind(1.D0))... 16 checking alignment of FORTRAN complex(kind(1.D0))... 8 checking kind for FORTRAN selected_int_kind(18)... 8 checking kind for FORTRAN selected_int_kind(9)... 4 ============================================================================ == 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 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 net/if.h usability... yes checking net/if.h presence... yes checking for net/if.h... yes checking netdb.h usability... yes checking netdb.h presence... yes checking for netdb.h... yes checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking pty.h usability... 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 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 stdbool.h usability... yes checking stdbool.h presence... yes checking for stdbool.h... yes checking if <stdbool.h> 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 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 ============================================================================ == Library and Function tests ============================================================================ checking for openpty in -lutil... yes checking for gethostbyname in -lnsl... yes checking for socket in -lsocket... no 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 setsid... yes checking for mmap... yes checking whether va_copy is declared... yes checking whether __va_copy is declared... yes checking whether __func__ is declared... yes checking if we need -lrt for sched_yield... no checking for sched_yield... yes checking if we need -lexecinfo for backtrace... no checking for backtrace... yes checking for ceil in -lm... 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 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... yes 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 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... yes checking for working POSIX threads package... yes checking if C compiler and Solaris threads work... no checking if C++ compiler and Solaris threads work... no checking if F77 compiler and Solaris threads work... no checking for working Solaris threads package... no checking for type of thread support... posix checking if threads have different pids (pthreads on linux)... no checking if want MPI thread support... no checking if want asynchronous progress thread support... no checking whether ln -s works... yes checking for flex... flex checking for yywrap in -lfl... yes checking lex output file root... lex.yy 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... '--with-rsh=ssh' 'F77=lf95' 'FC=lf95' checking for gcc... gcc 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... maffinity, memory, paffinity, timer +++ 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... yes checking numa.h presence... yes checking for numa.h... yes looking for library without search path checking for numa_available in -lnuma... no checking if MCA component maffinity:libnuma can compile... no +++ Configuring MCA framework memory checking for no configure components in framework memory... checking for m4 configure components in framework memory... darwin, malloc_hooks, ptmalloc2, malloc_interpose --- 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:malloc_hooks (m4 configuration macro) checking for MCA component memory:malloc_hooks compile mode... static checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking whether __malloc_initialize_hook is declared... yes checking for malloc_usable_size... yes checking for dlsym in -ldl... yes checking if MCA component memory:malloc_hooks can compile... yes --- MCA component memory:ptmalloc2 (m4 configuration macro) checking for MCA component memory:ptmalloc2 compile mode... static checking if MCA component memory:ptmalloc2 can compile... no --- MCA component memory:malloc_interpose (m4 configuration macro) checking for MCA component memory:malloc_interpose compile mode... static checking if MCA component memory:malloc_interpose 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 --- 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 +++ Configuring MCA framework timer checking for no configure components in framework timer... checking for m4 configure components in framework timer... aix, altix, darwin, solaris, 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: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, oob, pls, ras, rds, rmaps, rmgr, rml, schema, sds, soh +++ Configuring MCA framework errmgr checking for no configure components in framework errmgr... checking for m4 configure components in framework errmgr... +++ 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 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... daemon, proxy checking for m4 configure components in framework pls... bproc, bproc_orted, fork, poe, rsh, slurm, tm, xgrid --- MCA component pls:daemon (no configuration) checking for MCA component pls:daemon compile mode... dso checking if MCA component pls:daemon can compile... yes --- 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 sys/bproc.h usability... no checking sys/bproc.h presence... no checking for sys/bproc.h... no checking if MCA component pls:bproc can compile... no --- MCA component pls:bproc_orted (m4 configuration macro) checking for MCA component pls:bproc_orted compile mode... dso checking for sys/bproc.h... (cached) no checking if MCA component pls:bproc_orted can compile... no --- MCA component pls:fork (m4 configuration macro) checking for MCA component pls:fork compile mode... dso checking for fork... (cached) yes checking if MCA component pls:fork 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 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 for XGridFoundation Framework... no checking if MCA component pls:xgrid can compile... no +++ Configuring MCA framework ras checking for no configure components in framework ras... dash_host, hostfile, localhost checking for m4 configure components in framework ras... bjs, 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:hostfile (no configuration) checking for MCA component ras:hostfile compile mode... dso checking if MCA component ras:hostfile 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: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 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 for XGridFoundation Framework... (cached) no checking if MCA component ras:xgrid can compile... no +++ Configuring MCA framework rds checking for no configure components in framework rds... hostfile, 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: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... --- 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 +++ 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... 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, slurm checking for m4 configure components in framework sds... bproc, cnos, pipe, portals_utcp --- 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:slurm (no configuration) checking for MCA component sds:slurm compile mode... dso checking if MCA component sds:slurm 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 +++ Configuring MCA framework soh checking for no configure components in framework soh... checking for m4 configure components in framework soh... bproc --- MCA component soh:bproc (m4 configuration macro) checking for MCA component soh:bproc compile mode... dso checking for sys/bproc.h... (cached) no checking if MCA component soh:bproc can compile... no *** Configuring MCA for ompi checking for frameworks for ompi... allocator, bml, btl, coll, common, io, mpool, pml, ptl, 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 --- 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 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 checking for sysfs_open_class in -lsysfs... no checking for cm_timeout in -lcm... no 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 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 +++ Configuring MCA framework coll checking for no configure components in framework coll... basic, self, sm 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 +++ Configuring MCA framework common checking for no configure components in framework common... sm checking for m4 configure components in framework common... --- MCA component common:sm (no configuration) checking for MCA component common:sm compile mode... dso checking if MCA component common:sm can compile... yes +++ Configuring MCA framework io checking for no configure components in framework io... checking for m4 configure components in framework io... romio --- MCA component io:romio (m4 configuration macro) checking for MCA component io:romio compile mode... dso checking if want ROMIO component... yes checking if MPI profiling is enabled... yes checking for main in -laio... no *** Configuring ROMIO distribution configure: OMPI configuring in ompi/mca/io/romio/romio configure: running /bin/sh './configure' CFLAGS="-O3 -DNDEBUG -fno-strict-aliasing -pthread" CPPFLAGS=" " FFLAGS="" LDFLAGS="" --enable-shared --disable-static --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for Open MPI support files... in Open MPI source tree -- good Configuring ROMIO Version 1.2.5.1 (Open MPI) checking for architecture... LINUX Unknown architecture ... proceeding anyway ROMIO home directory is /root/openmpi-1.0.1/ompi/mca/io/romio/romio checking for gcc... gcc 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... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking how to run the C preprocessor... gcc -E checking for egrep... 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 stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for ranlib... ranlib configuring for file systems ufs and nfs checking for memalign... yes checking if MPIR_Status_set_bytes is defined... no checking for unistd.h... yes checking for size of int... 4 checking for size of void *... 4 checking for int large enough for pointers... yes checking for size of long long... 8 checking if the compiler prints long longs correctly with %lld... yes defining MPI_Offset as long long in C and integer*8 in Fortran checking whether file locks work with NFS... yes checking for strerror()... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes 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 whether we are using the GNU Fortran 77 compiler... no checking whether : accepts -g... no checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... (cached) ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) 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 appending configuration tag "F77" to libtool 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... -fPIC checking if : PIC flag -fPIC works... no checking if : supports -c -o file.o... no checking whether the : linker (/usr/bin/ld) 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 setting CC to gcc setting F77 to : setting TEST_CC to mpicc setting TEST_F77 to mpif77 setting CFLAGS to -O3 -DNDEBUG -fno-strict-aliasing -pthread -DHAVE_ROMIOCONF_H setting USER_CFLAGS to setting USER_FFLAGS to configure: creating ./config.status config.status: creating Makefile config.status: creating adio/Makefile config.status: creating adio/ad_nfs/Makefile config.status: creating adio/ad_ufs/Makefile config.status: creating adio/ad_xfs/Makefile config.status: creating adio/ad_hfs/Makefile config.status: creating adio/ad_sfs/Makefile config.status: creating adio/ad_pfs/Makefile config.status: creating adio/ad_ntfs/Makefile config.status: creating adio/ad_testfs/Makefile config.status: creating adio/ad_pvfs/Makefile config.status: creating adio/ad_piofs/Makefile config.status: creating adio/common/Makefile config.status: creating adio/include/Makefile config.status: creating doc/Makefile config.status: creating include/Makefile config.status: creating include/mpio.h config.status: creating include/mpiof.h 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/Makefile config.status: creating adio/include/romioconf.h config.status: adio/include/romioconf.h is unchanged config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for ompi/mca/io/romio/romio ROMIO distribution configured successfully checking if MCA component io:romio can compile... yes +++ Configuring MCA framework mpool checking for no configure components in framework mpool... sm checking for m4 configure components in framework mpool... gm, mvapi, openib --- MCA component mpool:sm (no configuration) checking for MCA component mpool:sm compile mode... dso checking if MCA component mpool:sm can compile... yes --- MCA component mpool:gm (m4 configuration macro) checking for MCA component mpool:gm compile mode... dso checking gm.h usability... no checking gm.h presence... no checking for gm.h... no checking if MCA component mpool:gm can compile... no --- MCA component mpool:mvapi (m4 configuration macro) checking for MCA component mpool:mvapi compile mode... dso 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 mpool:mvapi can compile... no --- MCA component mpool:openib (m4 configuration macro) checking for MCA component mpool:openib compile mode... dso checking for sysfs_open_class in -lsysfs... (cached) no checking for cm_timeout in -lcm... (cached) no checking infiniband/verbs.h usability... no checking infiniband/verbs.h presence... no checking for infiniband/verbs.h... no checking for ibv_create_srq... (cached) no checking if MCA component mpool:openib can compile... no +++ Configuring MCA framework pml checking for no configure components in framework pml... ob1, teg checking for m4 configure components in framework pml... --- MCA component pml:ob1 (no configuration) checking for MCA component pml:ob1 compile mode... dso checking if MCA component pml:ob1 can compile... yes --- MCA component pml:teg (no configuration) checking for MCA component pml:teg compile mode... dso checking if MCA component pml:teg can compile... yes +++ Configuring MCA framework ptl checking for no configure components in framework ptl... self, sm checking for m4 configure components in framework ptl... gm, mx, tcp --- MCA component ptl:self (no configuration) checking for MCA component ptl:self compile mode... dso checking if MCA component ptl:self can compile... yes --- MCA component ptl:sm (no configuration) checking for MCA component ptl:sm compile mode... dso checking if MCA component ptl:sm can compile... yes --- MCA component ptl:gm (m4 configuration macro) checking for MCA component ptl:gm compile mode... dso checking gm.h usability... no checking gm.h presence... no checking for gm.h... no checking if MCA component ptl:gm can compile... no --- MCA component ptl:mx (m4 configuration macro) checking for MCA component ptl:mx compile mode... dso checking myriexpress.h usability... no checking myriexpress.h presence... no checking for myriexpress.h... no checking if MCA component ptl:mx can compile... no --- MCA component ptl:tcp (m4 configuration macro) checking for MCA component ptl:tcp compile mode... dso checking for struct sockaddr_in... (cached) yes checking if MCA component ptl:tcp can compile... yes +++ Configuring MCA framework rcache checking for no configure components in framework rcache... rb checking for m4 configure components in framework rcache... --- MCA component rcache:rb (no configuration) checking for MCA component rcache:rb compile mode... dso checking if MCA component rcache:rb 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 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 TAILQ_FOREACH in sys/queue.h... no 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 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 err... 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 checking for socklen_t... yes *** Libtool configuration checking for a sed that does not truncate output... /bin/sed checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking how to recognise dependent libraries... pass_all checking for dlfcn.h... (cached) yes checking how to run the C++ preprocessor... g++ -E checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no 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 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 if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) 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 for shl_load... (cached) no checking for shl_load in -ldld... (cached) no checking for dlopen... (cached) no checking for dlopen in -ldl... (cached) yes checking whether a program can dlopen itself... (cached) yes checking whether a statically linked program can dlopen itself... (cached) yes appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for lf95 option to produce PIC... -fPIC checking if lf95 PIC flag -fPIC works... no checking if lf95 supports -c -o file.o... yes checking whether the lf95 linker (/usr/bin/ld) 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 *** GNU libltdl setup configure: OMPI configuring in opal/libltdl configure: running /bin/sh './configure' '--with-rsh=ssh' 'F77=lf95' 'FC=lf95' --enable-ltdl-convenience --disable-ltdl-install --enable-shared --disable-static --cache-file=/dev/null --srcdir=. checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for gawk... gawk checking whether make sets $(MAKE)... yes checking for gcc... gcc 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... yes checking whether gcc accepts -g... yes checking for gcc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of gcc... none checking for an ANSI C-conforming const... yes checking for inline... inline checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking for a sed that does not truncate output... /bin/sed checking for egrep... grep -E checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for /usr/bin/ld option to reload object files... -r checking for BSD-compatible nm... /usr/bin/nm -B checking whether ln -s works... yes checking how to recognise dependent libraries... pass_all checking how to run the C preprocessor... gcc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes 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++... none checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... no checking whether lf95 accepts -g... yes checking the maximum length of command line arguments... 32768 checking command to parse /usr/bin/nm -B output from gcc object... ok checking for objdir... .libs checking for ar... ar checking for ranlib... ranlib checking for strip... strip checking if gcc static flag works... yes checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC checking if gcc PIC flag -fPIC works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc linker (/usr/bin/ld) supports shared libraries... yes checking whether -lc should be explicitly linked in... no 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 configure: creating libtool appending configuration tag "CXX" to libtool checking for ld used by g++... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking for g++ option to produce PIC... -fPIC checking if g++ PIC flag -fPIC works... yes checking if g++ supports -c -o file.o... yes checking whether the g++ linker (/usr/bin/ld) 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for lf95 option to produce PIC... -fPIC checking if lf95 PIC flag -fPIC works... no checking if lf95 supports -c -o file.o... yes checking whether the lf95 linker (/usr/bin/ld) 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 for dirent.h that defines DIR... yes checking for library containing opendir... none required checking which extension is used for loadable modules... .so checking which variable specifies run-time library path... LD_LIBRARY_PATH checking for the default library search path... /lib /usr/lib /usr/lib/qt-3.3/lib /usr/X11R6/lib checking for objdir... .libs checking whether libtool supports -dlopen/-dlpreopen... yes checking for shl_load... no checking for shl_load in -ldld... no checking for dlopen in -ldl... yes checking for dlerror... yes checking for _ prefix in compiled symbols... no checking whether deplibs are loaded by dlopen... yes checking argz.h usability... yes checking argz.h presence... 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 assert.h usability... yes checking assert.h presence... yes checking for assert.h... yes checking ctype.h usability... yes checking ctype.h presence... yes checking for ctype.h... yes checking errno.h usability... yes checking errno.h presence... yes checking for errno.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for memory.h... (cached) yes checking for stdlib.h... (cached) yes checking stdio.h usability... yes checking stdio.h presence... yes checking for stdio.h... yes checking for unistd.h... (cached) yes checking dl.h usability... no checking dl.h presence... no checking for dl.h... no checking sys/dl.h usability... no checking sys/dl.h presence... no checking for sys/dl.h... no checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking mach-o/dyld.h usability... no checking mach-o/dyld.h presence... no checking for mach-o/dyld.h... no checking for string.h... (cached) yes checking for strchr... yes checking for strrchr... yes checking for memcpy... yes checking for memmove... yes checking for strcmp... yes checking for closedir... yes checking for opendir... yes checking for readdir... yes configure: creating ./config.status config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for opal/libltdl checking for libtool-supplied linker flags... -Wl,--export-dynamic -lm -lutil -lnsl -lpthread -ldl *** Compiler flags checking which of CFLAGS are ok for TotalView modules... -DNDEBUG -fno-strict-aliasing -pthread checking extra CFLAGS for TotalView modules... -g checking for libmpi additional LDFLAGS... checking for libmpi additional LIBS... *** Wrapper compiler flags checking for mpicc CFLAGS... -pthread checking for mpiCC CXXFLAGS... -pthread checking for mpif77/mpif90 FFLAGS... checking for mpif77/mpif90 FCFLAGS... checking for wrapper compiler LDFLAGS... checking for wrapper compiler LIBS... -lutil -lnsl -lpthread -ldl -Wl,--export-dynamic -lm -lutil -lnsl -lpthread -ldl *** Final output configure: creating ./config.status config.status: creating opal/mca/maffinity/Makefile config.status: creating opal/dynamic-mca/maffinity/Makefile config.status: creating opal/mca/maffinity/base/Makefile config.status: creating opal/mca/memory/Makefile config.status: creating opal/dynamic-mca/memory/Makefile config.status: creating opal/mca/memory/base/Makefile config.status: creating opal/mca/paffinity/Makefile config.status: creating opal/dynamic-mca/paffinity/Makefile config.status: creating opal/mca/paffinity/base/Makefile config.status: creating opal/mca/timer/Makefile config.status: creating opal/dynamic-mca/timer/Makefile config.status: creating opal/mca/timer/base/Makefile config.status: creating orte/mca/errmgr/Makefile config.status: creating orte/dynamic-mca/errmgr/Makefile config.status: creating orte/mca/errmgr/base/Makefile config.status: creating orte/mca/gpr/Makefile config.status: creating orte/dynamic-mca/gpr/Makefile config.status: creating orte/mca/gpr/base/Makefile config.status: creating orte/mca/iof/Makefile config.status: creating orte/dynamic-mca/iof/Makefile config.status: creating orte/mca/iof/base/Makefile config.status: creating orte/mca/ns/Makefile config.status: creating orte/dynamic-mca/ns/Makefile config.status: creating orte/mca/ns/base/Makefile config.status: creating orte/mca/oob/Makefile config.status: creating orte/dynamic-mca/oob/Makefile config.status: creating orte/mca/oob/base/Makefile config.status: creating orte/mca/pls/Makefile config.status: creating orte/dynamic-mca/pls/Makefile config.status: creating orte/mca/pls/base/Makefile config.status: creating orte/mca/ras/Makefile config.status: creating orte/dynamic-mca/ras/Makefile config.status: creating orte/mca/ras/base/Makefile config.status: creating orte/mca/rds/Makefile config.status: creating orte/dynamic-mca/rds/Makefile config.status: creating orte/mca/rds/base/Makefile config.status: creating orte/mca/rmaps/Makefile config.status: creating orte/dynamic-mca/rmaps/Makefile config.status: creating orte/mca/rmaps/base/Makefile config.status: creating orte/mca/rmgr/Makefile config.status: creating orte/dynamic-mca/rmgr/Makefile config.status: creating orte/mca/rmgr/base/Makefile config.status: creating orte/mca/rml/Makefile config.status: creating orte/dynamic-mca/rml/Makefile config.status: creating orte/mca/rml/base/Makefile config.status: creating orte/mca/schema/Makefile config.status: creating orte/dynamic-mca/schema/Makefile config.status: creating orte/mca/schema/base/Makefile config.status: creating orte/mca/sds/Makefile config.status: creating orte/dynamic-mca/sds/Makefile config.status: creating orte/mca/sds/base/Makefile config.status: creating orte/mca/soh/Makefile config.status: creating orte/dynamic-mca/soh/Makefile config.status: creating orte/mca/soh/base/Makefile config.status: creating ompi/mca/allocator/Makefile config.status: creating ompi/dynamic-mca/allocator/Makefile config.status: creating ompi/mca/allocator/base/Makefile config.status: creating ompi/mca/bml/Makefile config.status: creating ompi/dynamic-mca/bml/Makefile config.status: creating ompi/mca/bml/base/Makefile config.status: creating ompi/mca/btl/Makefile config.status: creating ompi/dynamic-mca/btl/Makefile config.status: creating ompi/mca/btl/base/Makefile config.status: creating ompi/mca/coll/Makefile config.status: creating ompi/dynamic-mca/coll/Makefile config.status: creating ompi/mca/coll/base/Makefile config.status: creating ompi/mca/common/Makefile config.status: creating ompi/dynamic-mca/common/Makefile config.status: creating ompi/mca/io/Makefile config.status: creating ompi/dynamic-mca/io/Makefile config.status: creating ompi/mca/io/base/Makefile config.status: creating ompi/mca/mpool/Makefile config.status: creating ompi/dynamic-mca/mpool/Makefile config.status: creating ompi/mca/mpool/base/Makefile config.status: creating ompi/mca/pml/Makefile config.status: creating ompi/dynamic-mca/pml/Makefile config.status: creating ompi/mca/pml/base/Makefile config.status: creating ompi/mca/ptl/Makefile config.status: creating ompi/dynamic-mca/ptl/Makefile config.status: creating ompi/mca/ptl/base/Makefile config.status: creating ompi/mca/rcache/Makefile config.status: creating ompi/dynamic-mca/rcache/Makefile config.status: creating ompi/mca/rcache/base/Makefile config.status: creating ompi/mca/topo/Makefile config.status: creating ompi/dynamic-mca/topo/Makefile config.status: creating ompi/mca/topo/base/Makefile config.status: creating ompi/mca/pml/pml_direct_call.h.template 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/malloc_interpose/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/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 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/oob/tcp/Makefile config.status: creating orte/mca/pls/bproc/Makefile config.status: creating orte/mca/pls/bproc_orted/Makefile config.status: creating orte/mca/pls/daemon/Makefile config.status: creating orte/mca/pls/fork/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/hostfile/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/resfile/Makefile config.status: creating orte/mca/rmaps/round_robin/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/soh/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/coll/basic/Makefile config.status: creating ompi/mca/coll/self/Makefile config.status: creating ompi/mca/coll/sm/Makefile config.status: creating ompi/mca/common/sm/Makefile config.status: creating ompi/mca/io/romio/Makefile config.status: creating ompi/mca/mpool/gm/Makefile config.status: creating ompi/mca/mpool/mvapi/Makefile config.status: creating ompi/mca/mpool/openib/Makefile config.status: creating ompi/mca/mpool/sm/Makefile config.status: creating ompi/mca/pml/ob1/Makefile config.status: creating ompi/mca/pml/teg/Makefile config.status: creating ompi/mca/ptl/gm/Makefile config.status: creating ompi/mca/ptl/mx/Makefile config.status: creating ompi/mca/ptl/self/Makefile config.status: creating ompi/mca/ptl/sm/Makefile config.status: creating ompi/mca/ptl/tcp/Makefile config.status: creating ompi/mca/rcache/rb/Makefile config.status: creating ompi/mca/topo/unity/Makefile config.status: creating Makefile config.status: creating config/Makefile config.status: creating include/Makefile config.status: creating include/mpif.h config.status: creating etc/Makefile config.status: creating contrib/Makefile config.status: creating opal/Makefile config.status: creating opal/include/Makefile config.status: creating opal/include/sys/Makefile config.status: creating opal/include/sys/alpha/Makefile config.status: creating opal/include/sys/amd64/Makefile config.status: creating opal/include/sys/ia32/Makefile config.status: creating opal/include/sys/ia64/Makefile config.status: creating opal/include/sys/mips/Makefile config.status: creating opal/include/sys/powerpc/Makefile config.status: creating opal/include/sys/sparc/Makefile config.status: creating opal/include/sys/sparcv9/Makefile config.status: creating opal/include/sys/win32/Makefile config.status: creating opal/asm/Makefile config.status: creating opal/class/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/memoryhooks/Makefile config.status: creating opal/runtime/Makefile config.status: creating opal/threads/Makefile config.status: creating opal/util/Makefile config.status: creating opal/mca/Makefile config.status: creating opal/dynamic-mca/Makefile config.status: creating opal/mca/base/Makefile config.status: creating orte/Makefile config.status: creating orte/include/Makefile config.status: creating orte/class/Makefile config.status: creating orte/dps/Makefile config.status: creating orte/runtime/Makefile config.status: creating orte/util/Makefile config.status: creating orte/tools/Makefile config.status: creating orte/tools/orted/Makefile config.status: creating orte/tools/orteprobe/Makefile config.status: creating orte/tools/orterun/Makefile config.status: creating orte/mca/Makefile config.status: creating orte/dynamic-mca/Makefile config.status: creating ompi/Makefile config.status: creating ompi/include/Makefile config.status: creating ompi/class/Makefile config.status: creating ompi/attribute/Makefile config.status: creating ompi/communicator/Makefile config.status: creating ompi/datatype/Makefile config.status: creating ompi/debuggers/Makefile config.status: creating ompi/errhandler/Makefile config.status: creating ompi/file/Makefile config.status: creating ompi/group/Makefile config.status: creating ompi/info/Makefile config.status: creating ompi/op/Makefile config.status: creating ompi/proc/Makefile config.status: creating ompi/request/Makefile config.status: creating ompi/runtime/Makefile config.status: creating ompi/win/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/Makefile config.status: creating ompi/tools/ompi_info/Makefile config.status: creating ompi/tools/wrappers/Makefile config.status: creating ompi/mca/Makefile config.status: creating ompi/dynamic-mca/Makefile config.status: creating test/Makefile config.status: creating test/asm/Makefile config.status: creating test/class/Makefile config.status: creating test/dps/Makefile config.status: creating test/mca/Makefile config.status: creating test/mca/gpr/Makefile config.status: creating test/mca/ns/Makefile config.status: creating test/mca/oob/Makefile config.status: creating test/mca/ras/Makefile config.status: creating test/mca/rds/Makefile config.status: creating test/mca/rmaps/Makefile config.status: creating test/mca/schema/Makefile config.status: creating test/memory/Makefile config.status: creating test/runtime/Makefile config.status: creating test/support/Makefile config.status: creating test/threads/Makefile config.status: creating test/util/Makefile config.status: creating include/ompi_config.h config.status: include/ompi_config.h is unchanged config.status: creating include/mpi.h config.status: include/mpi.h is unchanged config.status: linking ./opal/mca/timer/linux/timer_linux.h to opal/mca/timer/base/base_impl.h config.status: linking ./ompi/mca/btl/portals/btl_portals_compat_utcp.c to ompi/mca/btl/portals/btl_portals_compat.c config.status: executing depfiles commands config.status: executing pml-direct commands config.status: creating ompi/mca/pml/pml_direct_call.h Making clean in test make[1]: Entering directory `/root/openmpi-1.0.1/test' Making clean in util make[2]: Entering directory `/root/openmpi-1.0.1/test/util' rm -f ompi_numtostr ompi_numtostr rm -f opal_error opal_error rm -f opal_if opal_if rm -f opal_os_path opal_os_path rm -f opal_timer opal_timer rm -f orte_sys_info orte_sys_info rm -f opal_os_create_dirpath opal_os_create_dirpath rm -f orte_session_dir orte_session_dir rm -f opal_argv opal_argv rm -f opal_basename opal_basename rm -f orte_universe_setup_file_io orte_universe_setup_file_io test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f test_session_dir_out test-file rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/test/util' Making clean in threads make[2]: Entering directory `/root/openmpi-1.0.1/test/threads' rm -f opal_thread opal_thread rm -f opal_condition opal_condition test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/test/threads' Making clean in memory make[2]: Entering directory `/root/openmpi-1.0.1/test/memory' rm -f opal_memory_basic opal_memory_basic rm -f opal_memory_speed opal_memory_speed rm -f opal_memory_cxx opal_memory_cxx test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/test/memory' Making clean in mca make[2]: Entering directory `/root/openmpi-1.0.1/test/mca' Making clean in schema make[3]: Entering directory `/root/openmpi-1.0.1/test/mca/schema' rm -f test_schema test_schema test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/test/mca/schema' Making clean in oob make[3]: Entering directory `/root/openmpi-1.0.1/test/mca/oob' rm -f oob_test oob_test rm -f oob_test_self oob_test_self rm -f oob_test_packed oob_test_packed test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/test/mca/oob' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/test/mca' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/test/mca' make[2]: Leaving directory `/root/openmpi-1.0.1/test/mca' Making clean in dps make[2]: Entering directory `/root/openmpi-1.0.1/test/dps' rm -f dps_test dps_test test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/test/dps' Making clean in class make[2]: Entering directory `/root/openmpi-1.0.1/test/class' rm -f ompi_bitmap ompi_bitmap rm -f opal_hash_table opal_hash_table rm -f opal_list opal_list rm -f opal_value_array opal_value_array rm -f ompi_pointer_array ompi_pointer_array rm -f ompi_rb_tree ompi_rb_tree rm -f orte_bitmap orte_bitmap test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f ompi_bitmap_test_out.txt opal_hash_table_test_out.txt rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/test/class' Making clean in asm make[2]: Entering directory `/root/openmpi-1.0.1/test/asm' rm -f atomic_barrier atomic_barrier rm -f atomic_barrier_noinline atomic_barrier_noinline rm -f atomic_spinlock atomic_spinlock rm -f atomic_spinlock_noinline atomic_spinlock_noinline rm -f atomic_math atomic_math rm -f atomic_math_noinline atomic_math_noinline rm -f atomic_cmpset atomic_cmpset rm -f atomic_cmpset_noinline atomic_cmpset_noinline test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f atomic_barrier_noinline.c \ atomic_spinlock_noinline.c \ atomic_math_noinline.c \ atomic_cmpset_noinline.c rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/test/asm' Making clean in support make[2]: Entering directory `/root/openmpi-1.0.1/test/support' test -z "libsupport.a" || rm -f libsupport.a test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/test/support' Making clean in . make[2]: Entering directory `/root/openmpi-1.0.1/test' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/test' make[1]: Leaving directory `/root/openmpi-1.0.1/test' Making clean in ompi make[1]: Entering directory `/root/openmpi-1.0.1/ompi' Making clean in tools make[2]: Entering directory `/root/openmpi-1.0.1/ompi/tools' Making clean in wrappers make[3]: Entering directory `/root/openmpi-1.0.1/ompi/tools/wrappers' rm -f mpicc mpicc rm -f mpic++ mpic++ rm -f mpif77 mpif77 rm -f mpif90 mpif90 test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "" || rm -f -rf rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/tools/wrappers' Making clean in ompi_info make[3]: Entering directory `/root/openmpi-1.0.1/ompi/tools/ompi_info' rm -f ompi_info ompi_info test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "" || rm -f -rf rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/tools/ompi_info' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/ompi/tools' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/tools' make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/tools' Making clean in dynamic-mca make[2]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca' Making clean in topo make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/topo' Making clean in unity make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/topo/unity' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_topo_unity.la" || rm -f mca_topo_unity.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/topo/unity' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/topo' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/topo' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/topo' Making clean in rcache make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/rcache' Making clean in rb make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/rcache/rb' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_rcache_rb.la" || rm -f mca_rcache_rb.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/rcache/rb' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/rcache' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/rcache' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/rcache' Making clean in ptl make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/ptl' Making clean in tcp make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/ptl/tcp' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_ptl_tcp.la" || rm -f mca_ptl_tcp.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/ptl/tcp' Making clean in sm make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/ptl/sm' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_ptl_sm.la" || rm -f mca_ptl_sm.la rm -f "./so_locations" test -z " librecompile.la" || rm -f librecompile.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/ptl/sm' Making clean in self make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/ptl/self' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_ptl_self.la" || rm -f mca_ptl_self.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/ptl/self' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/ptl' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/ptl' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/ptl' Making clean in pml make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/pml' Making clean in teg make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/pml/teg' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_pml_teg.la" || rm -f mca_pml_teg.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/pml/teg' Making clean in ob1 make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/pml/ob1' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_pml_ob1.la" || rm -f mca_pml_ob1.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/pml/ob1' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/pml' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/pml' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/pml' Making clean in mpool make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/mpool' Making clean in sm make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/mpool/sm' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_mpool_sm.la" || rm -f mca_mpool_sm.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/mpool/sm' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/mpool' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/mpool' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/mpool' Making clean in io make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/io' Making clean in romio make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio' Making clean in romio make[5]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio' Making clean in mpi-io make[6]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/mpi-io' rm -rf .libs _libs test -z "libmpi-io.la" || rm -f libmpi-io.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[6]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/mpi-io' Making clean in adio make[6]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio' Making clean in ad_ufs make[7]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio/ad_ufs' rm -rf .libs _libs test -z "libadio_ufs.la" || rm -f libadio_ufs.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[7]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio/ad_ufs' Making clean in ad_nfs make[7]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio/ad_nfs' rm -rf .libs _libs test -z "libadio_nfs.la" || rm -f libadio_nfs.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[7]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio/ad_nfs' Making clean in include make[7]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio/include' rm -rf .libs _libs rm -f *.lo make[7]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio/include' Making clean in common make[7]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio/common' rm -rf .libs _libs test -z "libadio_common.la" || rm -f libadio_common.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[7]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio/common' Making clean in . make[7]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio' rm -rf .libs _libs test -z "libadio.la" || rm -f libadio.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[7]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio' make[6]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/adio' Making clean in include make[6]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/include' rm -rf .libs _libs rm -f *.lo make[6]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio/include' Making clean in . make[6]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio' rm -rf .libs _libs test -z "libromio_dist.la " || rm -f libromio_dist.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[6]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio' make[5]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio/romio' Making clean in . make[5]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/romio' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -rf src/.libs src/_libs test -z "mca_io_romio.la" || rm -f mca_io_romio.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f src/io_romio_component.o rm -f src/io_romio_component.lo rm -f src/io_romio_file_open.o rm -f src/io_romio_file_open.lo rm -f src/io_romio_file_read.o rm -f src/io_romio_file_read.lo rm -f src/io_romio_file_write.o rm -f src/io_romio_file_write.lo rm -f src/io_romio_module.o rm -f src/io_romio_module.lo rm -f src/io_romio_request.o rm -f src/io_romio_request.lo rm -f *.lo make[5]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio' make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/romio' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/io' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/io' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/io' Making clean in coll make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/coll' Making clean in sm make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/coll/sm' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_coll_sm.la" || rm -f mca_coll_sm.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/coll/sm' Making clean in self make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/coll/self' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_coll_self.la" || rm -f mca_coll_self.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/coll/self' Making clean in basic make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/coll/basic' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_coll_basic.la" || rm -f mca_coll_basic.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/coll/basic' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/coll' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/coll' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/coll' Making clean in btl make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/btl' Making clean in tcp make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/btl/tcp' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_btl_tcp.la" || rm -f mca_btl_tcp.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/btl/tcp' Making clean in sm make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/btl/sm' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_btl_sm.la" || rm -f mca_btl_sm.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/btl/sm' Making clean in self make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/btl/self' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_btl_self.la" || rm -f mca_btl_self.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/btl/self' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/btl' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/btl' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/btl' Making clean in bml make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/bml' Making clean in r2 make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/bml/r2' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_bml_r2.la" || rm -f mca_bml_r2.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/bml/r2' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/bml' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/bml' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/bml' Making clean in allocator make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/allocator' Making clean in bucket make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/allocator/bucket' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_allocator_bucket.la" || rm -f mca_allocator_bucket.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/allocator/bucket' Making clean in basic make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/allocator/basic' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_allocator_basic.la" || rm -f mca_allocator_basic.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/allocator/basic' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/allocator' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/allocator' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/allocator' Making clean in common make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/common' Making clean in sm make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/common/sm' test -z "*~ .#*" || rm -f *~ .#* test -z "libmca_common_sm.la" || rm -f libmca_common_sm.la rm -f "./so_locations" rm -rf .libs _libs if test -z "libmca_common_sm.la"; then \ rm -f "libmca_common_sm.la"; \ fi test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/common/sm' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca/common' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/common' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca/common' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/ompi/dynamic-mca' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca' make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/dynamic-mca' Making clean in win make[2]: Entering directory `/root/openmpi-1.0.1/ompi/win' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libwin.la" || rm -f libwin.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/win' Making clean in runtime make[2]: Entering directory `/root/openmpi-1.0.1/ompi/runtime' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmpiruntime.la" || rm -f libmpiruntime.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/runtime' Making clean in request make[2]: Entering directory `/root/openmpi-1.0.1/ompi/request' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "librequest.la" || rm -f librequest.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/request' Making clean in proc make[2]: Entering directory `/root/openmpi-1.0.1/ompi/proc' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libproc.la" || rm -f libproc.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/proc' Making clean in op make[2]: Entering directory `/root/openmpi-1.0.1/ompi/op' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libop.la" || rm -f libop.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/op' Making clean in mpi make[2]: Entering directory `/root/openmpi-1.0.1/ompi/mpi' Making clean in f90 make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f90' Making clean in scripts make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f90/scripts' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f90/scripts' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f90' test -z "*~ .#* mpi-f90-interfaces.h" || rm -f *~ .#* mpi-f90-interfaces.h test -z "libmpi_f90.a " || rm -f libmpi_f90.a rm -rf .libs _libs rm -f *.o test -z "*.mod *.ompi_module" || rm -f *.mod *.ompi_module rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f90' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f90' Making clean in f77 make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f77' Making clean in profile make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f77/profile' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmpi_f77_pmpi.la " || rm -f libmpi_f77_pmpi.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f77/profile' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f77' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z " libmpi_f77.la " || rm -f libmpi_f77.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f77' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f77' Making clean in cxx make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/cxx' test -z "*~ .#*" || rm -f *~ .#* test -z "libmpi_cxx.la " || rm -f libmpi_cxx.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/cxx' Making clean in c make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/c' Making clean in profile make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/c/profile' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmpi_c_pmpi.la " || rm -f libmpi_c_pmpi.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/c/profile' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/c' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmpi_c.la " || rm -f libmpi_c.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/c' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/c' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi' make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi' Making clean in mca make[2]: Entering directory `/root/openmpi-1.0.1/ompi/mca' Making clean in topo make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/topo' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/topo/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_topo_base.la" || rm -f libmca_topo_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/topo/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/topo' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/topo' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/topo' Making clean in rcache make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/rcache' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/rcache/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_rcache_base.la" || rm -f libmca_rcache_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/rcache/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/rcache' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/rcache' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/rcache' Making clean in ptl make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/ptl' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/ptl/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_ptl_base.la" || rm -f libmca_ptl_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/ptl/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/ptl' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/ptl' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/ptl' Making clean in pml make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/pml' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/pml/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_pml_base.la" || rm -f libmca_pml_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/pml/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/pml' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/pml' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/pml' Making clean in mpool make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/mpool' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/mpool/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_mpool_base.la" || rm -f libmca_mpool_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/mpool/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/mpool' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/mpool' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/mpool' Making clean in io make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_io_base.la" || rm -f libmca_io_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io' Making clean in coll make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/coll' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/coll/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_coll_base.la" || rm -f libmca_coll_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/coll/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/coll' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/coll' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/coll' Making clean in btl make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/btl' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/btl/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_btl_base.la" || rm -f libmca_btl_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/btl/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/btl' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/btl' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/btl' Making clean in bml make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/bml' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/bml/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_bml_base.la" || rm -f libmca_bml_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/bml/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/bml' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/bml' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/bml' Making clean in allocator make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/allocator' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/allocator/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_allocator_base.la" || rm -f libmca_allocator_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/allocator/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/allocator' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/allocator' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/allocator' Making clean in common make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/common' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/common' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/common' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/common' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca' make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/mca' Making clean in info make[2]: Entering directory `/root/openmpi-1.0.1/ompi/info' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libinfo.la" || rm -f libinfo.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/info' Making clean in group make[2]: Entering directory `/root/openmpi-1.0.1/ompi/group' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libgroup.la" || rm -f libgroup.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/group' Making clean in file make[2]: Entering directory `/root/openmpi-1.0.1/ompi/file' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libfile.la" || rm -f libfile.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/file' Making clean in errhandler make[2]: Entering directory `/root/openmpi-1.0.1/ompi/errhandler' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "liberrhandler.la" || rm -f liberrhandler.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/errhandler' Making clean in debuggers make[2]: Entering directory `/root/openmpi-1.0.1/ompi/debuggers' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libdebuggers.la" || rm -f libdebuggers.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/debuggers' Making clean in datatype make[2]: Entering directory `/root/openmpi-1.0.1/ompi/datatype' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libdatatype.la" || rm -f libdatatype.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/datatype' Making clean in communicator make[2]: Entering directory `/root/openmpi-1.0.1/ompi/communicator' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libcommunicator.la" || rm -f libcommunicator.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/communicator' Making clean in class make[2]: Entering directory `/root/openmpi-1.0.1/ompi/class' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libclass.la" || rm -f libclass.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/class' Making clean in attribute make[2]: Entering directory `/root/openmpi-1.0.1/ompi/attribute' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libattribute.la" || rm -f libattribute.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/attribute' Making clean in include make[2]: Entering directory `/root/openmpi-1.0.1/ompi/include' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/include' Making clean in . make[2]: Entering directory `/root/openmpi-1.0.1/ompi' test -z "*~ .#*" || rm -f *~ .#* test -z "libmpi.la" || rm -f libmpi.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/ompi' make[1]: Leaving directory `/root/openmpi-1.0.1/ompi' Making clean in orte make[1]: Entering directory `/root/openmpi-1.0.1/orte' Making clean in tools make[2]: Entering directory `/root/openmpi-1.0.1/orte/tools' Making clean in orterun make[3]: Entering directory `/root/openmpi-1.0.1/orte/tools/orterun' rm -f orterun orterun test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/orte/tools/orterun' Making clean in orteprobe make[3]: Entering directory `/root/openmpi-1.0.1/orte/tools/orteprobe' rm -f orteprobe orteprobe test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "" || rm -f -rf rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/orte/tools/orteprobe' Making clean in orted make[3]: Entering directory `/root/openmpi-1.0.1/orte/tools/orted' rm -f orted orted test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/orte/tools/orted' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/orte/tools' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/orte/tools' make[2]: Leaving directory `/root/openmpi-1.0.1/orte/tools' Making clean in dynamic-mca make[2]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca' Making clean in soh make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/soh' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/soh' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/soh' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/soh' Making clean in sds make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/sds' Making clean in pipe make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/pipe' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_sds_pipe.la" || rm -f mca_sds_pipe.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/pipe' Making clean in slurm make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/slurm' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_sds_slurm.la" || rm -f mca_sds_slurm.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/slurm' Making clean in singleton make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/singleton' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_sds_singleton.la" || rm -f mca_sds_singleton.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/singleton' Making clean in seed make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/seed' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_sds_seed.la" || rm -f mca_sds_seed.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/seed' Making clean in env make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/env' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_sds_env.la" || rm -f mca_sds_env.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/env' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/sds' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/sds' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/sds' Making clean in schema make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/schema' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/schema' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/schema' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/schema' Making clean in rml make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rml' Making clean in oob make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rml/oob' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_rml_oob.la" || rm -f mca_rml_oob.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rml/oob' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rml' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rml' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rml' Making clean in rmgr make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmgr' Making clean in urm make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr/urm' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_rmgr_urm.la" || rm -f mca_rmgr_urm.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr/urm' Making clean in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr/proxy' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_rmgr_proxy.la" || rm -f mca_rmgr_proxy.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr/proxy' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmgr' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmgr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmgr' Making clean in rmaps make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmaps' Making clean in round_robin make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmaps/round_robin' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_rmaps_round_robin.la" || rm -f mca_rmaps_round_robin.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmaps/round_robin' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmaps' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmaps' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmaps' Making clean in rds make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rds' Making clean in resfile make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds/resfile' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_rds_resfile.la" || rm -f mca_rds_resfile.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds/resfile' Making clean in hostfile make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds/hostfile' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_rds_hostfile.la" || rm -f mca_rds_hostfile.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds/hostfile' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rds' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rds' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rds' Making clean in ras make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/ras' Making clean in slurm make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/slurm' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_ras_slurm.la" || rm -f mca_ras_slurm.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/slurm' Making clean in localhost make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/localhost' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_ras_localhost.la" || rm -f mca_ras_localhost.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/localhost' Making clean in hostfile make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/hostfile' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_ras_hostfile.la" || rm -f mca_ras_hostfile.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/hostfile' Making clean in dash_host make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/dash_host' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_ras_dash_host.la" || rm -f mca_ras_dash_host.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/dash_host' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/ras' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/ras' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/ras' Making clean in pls make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/pls' Making clean in slurm make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/slurm' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_pls_slurm.la" || rm -f mca_pls_slurm.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/slurm' Making clean in rsh make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/rsh' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_pls_rsh.la" || rm -f mca_pls_rsh.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/rsh' Making clean in fork make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/fork' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_pls_fork.la" || rm -f mca_pls_fork.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/fork' Making clean in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/proxy' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_pls_proxy.la" || rm -f mca_pls_proxy.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/proxy' Making clean in daemon make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/daemon' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_pls_daemon.la" || rm -f mca_pls_daemon.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/daemon' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/pls' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/pls' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/pls' Making clean in oob make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/oob' Making clean in tcp make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/oob/tcp' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_oob_tcp.la" || rm -f mca_oob_tcp.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/oob/tcp' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/oob' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/oob' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/oob' Making clean in ns make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/ns' Making clean in replica make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns/replica' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -rf src/.libs src/_libs test -z "mca_ns_replica.la" || rm -f mca_ns_replica.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f src/ns_replica.o rm -f src/ns_replica.lo rm -f src/ns_replica_component.o rm -f src/ns_replica_component.lo rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns/replica' Making clean in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns/proxy' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -rf src/.libs src/_libs test -z "mca_ns_proxy.la" || rm -f mca_ns_proxy.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f src/ns_proxy.o rm -f src/ns_proxy.lo rm -f src/ns_proxy_component.o rm -f src/ns_proxy_component.lo rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns/proxy' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/ns' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/ns' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/ns' Making clean in iof make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/iof' Making clean in svc make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof/svc' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_iof_svc.la" || rm -f mca_iof_svc.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof/svc' Making clean in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof/proxy' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_iof_proxy.la" || rm -f mca_iof_proxy.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof/proxy' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/iof' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/iof' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/iof' Making clean in gpr make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/gpr' Making clean in replica make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica' Making clean in communications make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/communications' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_gpr_replica_comm.la" || rm -f libmca_gpr_replica_comm.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/communications' Making clean in transition_layer make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/transition_layer' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_gpr_replica_tl.la" || rm -f libmca_gpr_replica_tl.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/transition_layer' Making clean in functional_layer make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/functional_layer' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_gpr_replica_fn.la" || rm -f libmca_gpr_replica_fn.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/functional_layer' Making clean in api_layer make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/api_layer' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_gpr_replica_api.la" || rm -f libmca_gpr_replica_api.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/api_layer' Making clean in . make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_gpr_replica.la" || rm -f mca_gpr_replica.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica' make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica' Making clean in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/proxy' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_gpr_proxy.la" || rm -f mca_gpr_proxy.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/proxy' Making clean in null make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/null' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_gpr_null.la" || rm -f mca_gpr_null.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/null' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/gpr' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/gpr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/gpr' Making clean in errmgr make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/errmgr' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/errmgr' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/errmgr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/errmgr' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca' make[2]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca' Making clean in util make[2]: Entering directory `/root/openmpi-1.0.1/orte/util' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "liborteutil.la" || rm -f liborteutil.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/orte/util' Making clean in runtime make[2]: Entering directory `/root/openmpi-1.0.1/orte/runtime' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libruntime.la" || rm -f libruntime.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/orte/runtime' Making clean in mca make[2]: Entering directory `/root/openmpi-1.0.1/orte/mca' Making clean in soh make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/soh' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/soh/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -rf data_type_support/.libs data_type_support/_libs test -z "libmca_soh_base.la" || rm -f libmca_soh_base.la rm -f "./so_locations" rm -f *.o rm -f data_type_support/soh_data_type_packing_fns.o rm -f data_type_support/soh_data_type_packing_fns.lo rm -f data_type_support/soh_data_type_unpacking_fns.o rm -f data_type_support/soh_data_type_unpacking_fns.lo rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/soh/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/soh' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/soh' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/soh' Making clean in sds make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_sds_base.la" || rm -f libmca_sds_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds' Making clean in schema make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/schema' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/schema/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_schema_base.la" || rm -f libmca_schema_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/schema/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/schema' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/schema' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/schema' Making clean in rml make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/rml' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rml/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_rml_base.la" || rm -f libmca_rml_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rml/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rml' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rml' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rml' Making clean in rmgr make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -rf data_type_support/.libs data_type_support/_libs test -z "libmca_rmgr_base.la" || rm -f libmca_rmgr_base.la rm -f "./so_locations" rm -f *.o rm -f data_type_support/rmgr_data_type_packing_fns.o rm -f data_type_support/rmgr_data_type_packing_fns.lo rm -f data_type_support/rmgr_data_type_unpacking_fns.o rm -f data_type_support/rmgr_data_type_unpacking_fns.lo rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr' Making clean in rmaps make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmaps' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmaps/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_rmaps_base.la" || rm -f libmca_rmaps_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmaps/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmaps' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmaps' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmaps' Making clean in rds make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_rds_base.la" || rm -f libmca_rds_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds' Making clean in ras make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_ras_base.la" || rm -f libmca_ras_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras' Making clean in pls make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_pls_base.la" || rm -f libmca_pls_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls' Making clean in oob make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/oob' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/oob/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_oob_base.la" || rm -f libmca_oob_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/oob/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/oob' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/oob' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/oob' Making clean in ns make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -rf data_type_support/.libs data_type_support/_libs test -z "libmca_ns_base.la" || rm -f libmca_ns_base.la rm -f "./so_locations" rm -f *.o rm -f data_type_support/ns_data_type_packing_fns.o rm -f data_type_support/ns_data_type_packing_fns.lo rm -f data_type_support/ns_data_type_unpacking_fns.o rm -f data_type_support/ns_data_type_unpacking_fns.lo rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns' Making clean in iof make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_iof_base.la" || rm -f libmca_iof_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof' Making clean in gpr make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -rf data_type_support/.libs data_type_support/_libs rm -rf pack_api_cmd/.libs pack_api_cmd/_libs rm -rf unpack_api_response/.libs unpack_api_response/_libs test -z "libmca_gpr_base.la" || rm -f libmca_gpr_base.la rm -f "./so_locations" rm -f *.o rm -f data_type_support/gpr_data_type_packing_fns.o rm -f data_type_support/gpr_data_type_packing_fns.lo rm -f data_type_support/gpr_data_type_unpacking_fns.o rm -f data_type_support/gpr_data_type_unpacking_fns.lo rm -f pack_api_cmd/gpr_base_pack_arithmetic_ops.o rm -f pack_api_cmd/gpr_base_pack_arithmetic_ops.lo rm -f pack_api_cmd/gpr_base_pack_cleanup.o rm -f pack_api_cmd/gpr_base_pack_cleanup.lo rm -f pack_api_cmd/gpr_base_pack_del_index.o rm -f pack_api_cmd/gpr_base_pack_del_index.lo rm -f pack_api_cmd/gpr_base_pack_dump.o rm -f pack_api_cmd/gpr_base_pack_dump.lo rm -f pack_api_cmd/gpr_base_pack_put_get.o rm -f pack_api_cmd/gpr_base_pack_put_get.lo rm -f pack_api_cmd/gpr_base_pack_subscribe.o rm -f pack_api_cmd/gpr_base_pack_subscribe.lo rm -f unpack_api_response/gpr_base_dump_notify.o rm -f unpack_api_response/gpr_base_dump_notify.lo rm -f unpack_api_response/gpr_base_print_dump.o rm -f unpack_api_response/gpr_base_print_dump.lo rm -f unpack_api_response/gpr_base_unpack_arithmetic_ops.o rm -f unpack_api_response/gpr_base_unpack_arithmetic_ops.lo rm -f unpack_api_response/gpr_base_unpack_cleanup.o rm -f unpack_api_response/gpr_base_unpack_cleanup.lo rm -f unpack_api_response/gpr_base_unpack_del_index.o rm -f unpack_api_response/gpr_base_unpack_del_index.lo rm -f unpack_api_response/gpr_base_unpack_put_get.o rm -f unpack_api_response/gpr_base_unpack_put_get.lo rm -f unpack_api_response/gpr_base_unpack_subscribe.o rm -f unpack_api_response/gpr_base_unpack_subscribe.lo rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr' Making clean in errmgr make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/errmgr' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/errmgr/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_errmgr_base.la" || rm -f libmca_errmgr_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/errmgr/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/errmgr' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/errmgr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/errmgr' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca' make[2]: Leaving directory `/root/openmpi-1.0.1/orte/mca' Making clean in dps make[2]: Entering directory `/root/openmpi-1.0.1/orte/dps' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libdps.la" || rm -f libdps.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/orte/dps' Making clean in class make[2]: Entering directory `/root/openmpi-1.0.1/orte/class' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libclass.la" || rm -f libclass.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/orte/class' Making clean in include make[2]: Entering directory `/root/openmpi-1.0.1/orte/include' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/orte/include' Making clean in . make[2]: Entering directory `/root/openmpi-1.0.1/orte' test -z "*~ .#*" || rm -f *~ .#* test -z "liborte.la" || rm -f liborte.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/orte' make[1]: Leaving directory `/root/openmpi-1.0.1/orte' Making clean in opal make[1]: Entering directory `/root/openmpi-1.0.1/opal' Making clean in dynamic-mca make[2]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca' Making clean in timer make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/timer' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/timer' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/timer' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/timer' Making clean in paffinity make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/paffinity' Making clean in linux make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/paffinity/linux' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_paffinity_linux.la" || rm -f mca_paffinity_linux.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/paffinity/linux' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/paffinity' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/paffinity' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/paffinity' Making clean in memory make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/memory' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/memory' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/memory' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/memory' Making clean in maffinity make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/maffinity' Making clean in first_use make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/maffinity/first_use' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_maffinity_first_use.la" || rm -f mca_maffinity_first_use.la rm -f "./so_locations" test -z "" || rm -f rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/maffinity/first_use' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/maffinity' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/maffinity' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/maffinity' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca' make[2]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca' Making clean in util make[2]: Entering directory `/root/openmpi-1.0.1/opal/util' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libopalutil.la" || rm -f libopalutil.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/opal/util' Making clean in threads make[2]: Entering directory `/root/openmpi-1.0.1/opal/threads' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libthreads.la" || rm -f libthreads.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/opal/threads' Making clean in runtime make[2]: Entering directory `/root/openmpi-1.0.1/opal/runtime' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libruntime.la" || rm -f libruntime.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/opal/runtime' Making clean in memoryhooks make[2]: Entering directory `/root/openmpi-1.0.1/opal/memoryhooks' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libopalmemory.la" || rm -f libopalmemory.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/opal/memoryhooks' Making clean in mca make[2]: Entering directory `/root/openmpi-1.0.1/opal/mca' Making clean in timer make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/timer' Making clean in linux make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/timer/linux' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_timer_linux.la" || rm -f libmca_timer_linux.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/timer/linux' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/timer/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_timer_base.la" || rm -f libmca_timer_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/timer/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/timer' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/timer' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/timer' Making clean in paffinity make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/paffinity' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/paffinity/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_paffinity_base.la" || rm -f libmca_paffinity_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/paffinity/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/paffinity' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/paffinity' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/paffinity' Making clean in memory make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/memory' Making clean in malloc_hooks make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/memory/malloc_hooks' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_memory_malloc_hooks.la" || rm -f libmca_memory_malloc_hooks.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/memory/malloc_hooks' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/memory/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_memory_base.la" || rm -f libmca_memory_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/memory/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/memory' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/memory' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/memory' Making clean in maffinity make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/maffinity' Making clean in base make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/maffinity/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_maffinity_base.la" || rm -f libmca_maffinity_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/maffinity/base' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/maffinity' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/maffinity' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/maffinity' Making clean in base make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/base' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libmca_base.la" || rm -f libmca_base.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/base' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca' make[2]: Leaving directory `/root/openmpi-1.0.1/opal/mca' Making clean in event make[2]: Entering directory `/root/openmpi-1.0.1/opal/event' Making clean in compat make[3]: Entering directory `/root/openmpi-1.0.1/opal/event/compat' Making clean in sys make[4]: Entering directory `/root/openmpi-1.0.1/opal/event/compat/sys' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/event/compat/sys' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/event/compat' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/event/compat' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/event/compat' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/opal/event' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libevent.la" || rm -f libevent.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/opal/event' make[2]: Leaving directory `/root/openmpi-1.0.1/opal/event' Making clean in class make[2]: Entering directory `/root/openmpi-1.0.1/opal/class' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "libclass.la" || rm -f libclass.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/opal/class' Making clean in asm make[2]: Entering directory `/root/openmpi-1.0.1/opal/asm' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f atomic-asm.s test -z "libasm.la" || rm -f libasm.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/opal/asm' Making clean in libltdl make[2]: Entering directory `/root/openmpi-1.0.1/opal/libltdl' test -z "libltdl.la libltdlc.la" || rm -f libltdl.la libltdlc.la test -z "" || rm -f rm -rf .libs _libs test -z "libltdlc.la" || rm -f libltdlc.la rm -f "./so_locations" rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/opal/libltdl' Making clean in include make[2]: Entering directory `/root/openmpi-1.0.1/opal/include' Making clean in sys make[3]: Entering directory `/root/openmpi-1.0.1/opal/include/sys' Making clean in win32 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/win32' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/win32' Making clean in sparcv9 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/sparcv9' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/sparcv9' Making clean in sparc make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/sparc' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/sparc' Making clean in powerpc make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/powerpc' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/powerpc' Making clean in mips make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/mips' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/mips' Making clean in ia64 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/ia64' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/ia64' Making clean in ia32 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/ia32' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/ia32' Making clean in amd64 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/amd64' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/amd64' Making clean in alpha make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/alpha' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/alpha' Making clean in . make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys' Making clean in . make[3]: Entering directory `/root/openmpi-1.0.1/opal/include' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[3]: Leaving directory `/root/openmpi-1.0.1/opal/include' make[2]: Leaving directory `/root/openmpi-1.0.1/opal/include' Making clean in . make[2]: Entering directory `/root/openmpi-1.0.1/opal' test -z "*~ .#*" || rm -f *~ .#* test -z "libopal.la" || rm -f libopal.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o rm -f *.lo make[2]: Leaving directory `/root/openmpi-1.0.1/opal' make[1]: Leaving directory `/root/openmpi-1.0.1/opal' Making clean in contrib make[1]: Entering directory `/root/openmpi-1.0.1/contrib' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[1]: Leaving directory `/root/openmpi-1.0.1/contrib' Making clean in etc make[1]: Entering directory `/root/openmpi-1.0.1/etc' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[1]: Leaving directory `/root/openmpi-1.0.1/etc' Making clean in include make[1]: Entering directory `/root/openmpi-1.0.1/include' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[1]: Leaving directory `/root/openmpi-1.0.1/include' Making clean in config make[1]: Entering directory `/root/openmpi-1.0.1/config' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[1]: Leaving directory `/root/openmpi-1.0.1/config' Making clean in . make[1]: Entering directory `/root/openmpi-1.0.1' test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs rm -f *.lo make[1]: Leaving directory `/root/openmpi-1.0.1' Making all in config make[1]: Entering directory `/root/openmpi-1.0.1/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/openmpi-1.0.1/config' Making all in include make[1]: Entering directory `/root/openmpi-1.0.1/include' make all-am make[2]: Entering directory `/root/openmpi-1.0.1/include' make[2]: Leaving directory `/root/openmpi-1.0.1/include' make[1]: Leaving directory `/root/openmpi-1.0.1/include' Making all in etc make[1]: Entering directory `/root/openmpi-1.0.1/etc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/openmpi-1.0.1/etc' Making all in contrib make[1]: Entering directory `/root/openmpi-1.0.1/contrib' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/root/openmpi-1.0.1/contrib' Making all in opal make[1]: Entering directory `/root/openmpi-1.0.1/opal' Making all in include make[2]: Entering directory `/root/openmpi-1.0.1/opal/include' Making all in sys make[3]: Entering directory `/root/openmpi-1.0.1/opal/include/sys' Making all in alpha make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/alpha' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/alpha' Making all in amd64 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/amd64' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/amd64' Making all in ia32 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/ia32' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/ia32' Making all in ia64 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/ia64' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/ia64' Making all in mips make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/mips' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/mips' Making all in powerpc make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/powerpc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/powerpc' Making all in sparc make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/sparc' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/sparc' Making all in sparcv9 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/sparcv9' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/sparcv9' Making all in win32 make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys/win32' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys/win32' make[4]: Entering directory `/root/openmpi-1.0.1/opal/include/sys' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/include/sys' make[3]: Entering directory `/root/openmpi-1.0.1/opal/include' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/root/openmpi-1.0.1/opal/include' make[2]: Leaving directory `/root/openmpi-1.0.1/opal/include' Making all in libltdl make[2]: Entering directory `/root/openmpi-1.0.1/opal/libltdl' make all-am make[3]: Entering directory `/root/openmpi-1.0.1/opal/libltdl' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -DNDEBUG -c -o ltdl.lo ltdl.c mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I. -O3 -DNDEBUG -c ltdl.c -fPIC -DPIC -o .libs/ltdl.o /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -o libltdlc.la ltdl.lo -ldl -lm -lutil -lnsl -lpthread ar cru .libs/libltdlc.a .libs/ltdl.o ranlib .libs/libltdlc.a creating libltdlc.la (cd .libs && rm -f libltdlc.la && ln -s ../libltdlc.la libltdlc.la) make[3]: Leaving directory `/root/openmpi-1.0.1/opal/libltdl' make[2]: Leaving directory `/root/openmpi-1.0.1/opal/libltdl' Making all in asm make[2]: Entering directory `/root/openmpi-1.0.1/opal/asm' depbase=`echo asm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT asm.lo -MD -MP -MF "$depbase.Tpo" -c -o asm.lo asm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT asm.lo -MD -MP -MF .deps/asm.Tpo -c asm.c -fPIC -DPIC -o .libs/asm.o rm -f atomic-asm.s ln -s "../../opal/asm/generated/atomic-ia32-linux.s" atomic-asm.s /bin/sh ../../libtool --mode=compile gcc -O3 -DNDEBUG -fno-strict-aliasing -c -o atomic-asm.lo atomic-asm.s gcc -O3 -DNDEBUG -fno-strict-aliasing -c atomic-asm.s -fPIC -DPIC -o .libs/atomic-asm.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libasm.la asm.lo atomic-asm.lo -lm -lutil -lnsl -lpthread ar cru .libs/libasm.a .libs/asm.o .libs/atomic-asm.o ranlib .libs/libasm.a creating libasm.la (cd .libs && rm -f libasm.la && ln -s ../libasm.la libasm.la) make[2]: Leaving directory `/root/openmpi-1.0.1/opal/asm' Making all in class make[2]: Entering directory `/root/openmpi-1.0.1/opal/class' depbase=`echo opal_free_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_free_list.lo -MD -MP -MF "$depbase.Tpo" -c -o opal_free_list.lo opal_free_list.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_free_list.lo -MD -MP -MF .deps/opal_free_list.Tpo -c opal_free_list.c -fPIC -DPIC -o .libs/opal_free_list.o depbase=`echo opal_hash_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_hash_table.lo -MD -MP -MF "$depbase.Tpo" -c -o opal_hash_table.lo opal_hash_table.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_hash_table.lo -MD -MP -MF .deps/opal_hash_table.Tpo -c opal_hash_table.c -fPIC -DPIC -o .libs/opal_hash_table.o depbase=`echo opal_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_list.lo -MD -MP -MF "$depbase.Tpo" -c -o opal_list.lo opal_list.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_list.lo -MD -MP -MF .deps/opal_list.Tpo -c opal_list.c -fPIC -DPIC -o .libs/opal_list.o depbase=`echo opal_object.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_object.lo -MD -MP -MF "$depbase.Tpo" -c -o opal_object.lo opal_object.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_object.lo -MD -MP -MF .deps/opal_object.Tpo -c opal_object.c -fPIC -DPIC -o .libs/opal_object.o depbase=`echo opal_value_array.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_value_array.lo -MD -MP -MF "$depbase.Tpo" -c -o opal_value_array.lo opal_value_array.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_value_array.lo -MD -MP -MF .deps/opal_value_array.Tpo -c opal_value_array.c -fPIC -DPIC -o .libs/opal_value_array.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libclass.la opal_free_list.lo opal_hash_table.lo opal_list.lo opal_object.lo opal_value_array.lo -lm -lutil -lnsl -lpthread ar cru .libs/libclass.a .libs/opal_free_list.o .libs/opal_hash_table.o .libs/opal_list.o .libs/opal_object.o .libs/opal_value_array.o ranlib .libs/libclass.a creating libclass.la (cd .libs && rm -f libclass.la && ln -s ../libclass.la libclass.la) make[2]: Leaving directory `/root/openmpi-1.0.1/opal/class' Making all in event make[2]: Entering directory `/root/openmpi-1.0.1/opal/event' Making all in compat make[3]: Entering directory `/root/openmpi-1.0.1/opal/event/compat' Making all in sys make[4]: Entering directory `/root/openmpi-1.0.1/opal/event/compat/sys' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/event/compat/sys' make[4]: Entering directory `/root/openmpi-1.0.1/opal/event/compat' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/event/compat' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/event/compat' make[3]: Entering directory `/root/openmpi-1.0.1/opal/event' depbase=`echo event.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF "$depbase.Tpo" -c -o event.lo event.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c event.c -fPIC -DPIC -o .libs/event.o depbase=`echo signal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF "$depbase.Tpo" -c -o signal.lo signal.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c signal.c -fPIC -DPIC -o .libs/signal.o depbase=`echo epoll_sub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT epoll_sub.lo -MD -MP -MF "$depbase.Tpo" -c -o epoll_sub.lo epoll_sub.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT epoll_sub.lo -MD -MP -MF .deps/epoll_sub.Tpo -c epoll_sub.c -fPIC -DPIC -o .libs/epoll_sub.o depbase=`echo epoll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF "$depbase.Tpo" -c -o epoll.lo epoll.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c epoll.c -fPIC -DPIC -o .libs/epoll.o depbase=`echo poll.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF "$depbase.Tpo" -c -o poll.lo poll.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c -fPIC -DPIC -o .libs/poll.o depbase=`echo select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF "$depbase.Tpo" -c -o select.lo select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../opal/event/compat -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c select.c -fPIC -DPIC -o .libs/select.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libevent.la event.lo signal.lo epoll_sub.lo epoll.lo poll.lo select.lo -lm -lutil -lnsl -lpthread ar cru .libs/libevent.a .libs/event.o .libs/signal.o .libs/epoll_sub.o .libs/epoll.o .libs/poll.o .libs/select.o ranlib .libs/libevent.a creating libevent.la (cd .libs && rm -f libevent.la && ln -s ../libevent.la libevent.la) make[3]: Leaving directory `/root/openmpi-1.0.1/opal/event' make[2]: Leaving directory `/root/openmpi-1.0.1/opal/event' Making all in mca make[2]: Entering directory `/root/openmpi-1.0.1/opal/mca' Making all in base make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/base' depbase=`echo mca_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_close.lo mca_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_close.lo -MD -MP -MF .deps/mca_base_close.Tpo -c mca_base_close.c -fPIC -DPIC -o .libs/mca_base_close.o depbase=`echo mca_base_cmd_line.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_cmd_line.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_cmd_line.lo mca_base_cmd_line.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_cmd_line.lo -MD -MP -MF .deps/mca_base_cmd_line.Tpo -c mca_base_cmd_line.c -fPIC -DPIC -o .libs/mca_base_cmd_line.o depbase=`echo mca_base_component_compare.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_component_compare.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_component_compare.lo mca_base_component_compare.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_component_compare.lo -MD -MP -MF .deps/mca_base_component_compare.Tpo -c mca_base_component_compare.c -fPIC -DPIC -o .libs/mca_base_component_compare.o depbase=`echo mca_base_component_find.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_component_find.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_component_find.lo mca_base_component_find.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_component_find.lo -MD -MP -MF .deps/mca_base_component_find.Tpo -c mca_base_component_find.c -fPIC -DPIC -o .libs/mca_base_component_find.o depbase=`echo mca_base_component_repository.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_component_repository.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_component_repository.lo mca_base_component_repository.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_component_repository.lo -MD -MP -MF .deps/mca_base_component_repository.Tpo -c mca_base_component_repository.c -fPIC -DPIC -o .libs/mca_base_component_repository.o depbase=`echo mca_base_components_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_components_open.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_components_open.lo mca_base_components_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_components_open.lo -MD -MP -MF .deps/mca_base_components_open.Tpo -c mca_base_components_open.c -fPIC -DPIC -o .libs/mca_base_components_open.o depbase=`echo mca_base_components_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_components_close.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_components_close.lo mca_base_components_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_components_close.lo -MD -MP -MF .deps/mca_base_components_close.Tpo -c mca_base_components_close.c -fPIC -DPIC -o .libs/mca_base_components_close.o depbase=`echo mca_base_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_list.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_list.lo mca_base_list.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_list.lo -MD -MP -MF .deps/mca_base_list.Tpo -c mca_base_list.c -fPIC -DPIC -o .libs/mca_base_list.o depbase=`echo mca_base_msgbuf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_msgbuf.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_msgbuf.lo mca_base_msgbuf.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_msgbuf.lo -MD -MP -MF .deps/mca_base_msgbuf.Tpo -c mca_base_msgbuf.c -fPIC -DPIC -o .libs/mca_base_msgbuf.o depbase=`echo mca_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_open.lo mca_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_open.lo -MD -MP -MF .deps/mca_base_open.Tpo -c mca_base_open.c -fPIC -DPIC -o .libs/mca_base_open.o depbase=`echo mca_base_param.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_param.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_param.lo mca_base_param.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_param.lo -MD -MP -MF .deps/mca_base_param.Tpo -c mca_base_param.c -fPIC -DPIC -o .libs/mca_base_param.o depbase=`echo mca_base_parse_paramfile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_parse_paramfile.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_parse_paramfile.lo mca_base_parse_paramfile.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_parse_paramfile.lo -MD -MP -MF .deps/mca_base_parse_paramfile.Tpo -c mca_base_parse_paramfile.c -fPIC -DPIC -o .libs/mca_base_parse_paramfile.o depbase=`echo mca_base_parse_paramfile_lex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_parse_paramfile_lex.lo -MD -MP -MF "$depbase.Tpo" -c -o mca_base_parse_paramfile_lex.lo mca_base_parse_paramfile_lex.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../opal/libltdl -DOMPI_PKGLIBDIR=\"/usr/local/lib/openmpi\" -DOMPI_SYSCONFDIR=\"/usr/local/etc\" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mca_base_parse_paramfile_lex.lo -MD -MP -MF .deps/mca_base_parse_paramfile_lex.Tpo -c mca_base_parse_paramfile_lex.c -fPIC -DPIC -o .libs/mca_base_parse_paramfile_lex.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -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 mca_base_parse_paramfile_lex.lo -lm -lutil -lnsl -lpthread 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 .libs/mca_base_parse_paramfile_lex.o ranlib .libs/libmca_base.a creating libmca_base.la (cd .libs && rm -f libmca_base.la && ln -s ../libmca_base.la libmca_base.la) make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/base' Making all in maffinity make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/maffinity' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/maffinity/base' depbase=`echo maffinity_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o maffinity_base_close.lo maffinity_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_base_close.lo -MD -MP -MF .deps/maffinity_base_close.Tpo -c maffinity_base_close.c -fPIC -DPIC -o .libs/maffinity_base_close.o depbase=`echo maffinity_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o maffinity_base_select.lo maffinity_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_base_select.lo -MD -MP -MF .deps/maffinity_base_select.Tpo -c maffinity_base_select.c -fPIC -DPIC -o .libs/maffinity_base_select.o depbase=`echo maffinity_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o maffinity_base_open.lo maffinity_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_base_open.lo -MD -MP -MF .deps/maffinity_base_open.Tpo -c maffinity_base_open.c -fPIC -DPIC -o .libs/maffinity_base_open.o depbase=`echo maffinity_base_wrappers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_base_wrappers.lo -MD -MP -MF "$depbase.Tpo" -c -o maffinity_base_wrappers.lo maffinity_base_wrappers.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_base_wrappers.lo -MD -MP -MF .deps/maffinity_base_wrappers.Tpo -c maffinity_base_wrappers.c -fPIC -DPIC -o .libs/maffinity_base_wrappers.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_maffinity_base.la maffinity_base_close.lo maffinity_base_select.lo maffinity_base_open.lo maffinity_base_wrappers.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_maffinity_base.a .libs/maffinity_base_close.o .libs/maffinity_base_select.o .libs/maffinity_base_open.o .libs/maffinity_base_wrappers.o ranlib .libs/libmca_maffinity_base.a creating libmca_maffinity_base.la (cd .libs && rm -f libmca_maffinity_base.la && ln -s ../libmca_maffinity_base.la libmca_maffinity_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/maffinity/base' make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/maffinity' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/maffinity' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/maffinity' Making all in memory make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/memory' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/memory/base' depbase=`echo memory_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o memory_base_close.lo memory_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory_base_close.lo -MD -MP -MF .deps/memory_base_close.Tpo -c memory_base_close.c -fPIC -DPIC -o .libs/memory_base_close.o depbase=`echo memory_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o memory_base_open.lo memory_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory_base_open.lo -MD -MP -MF .deps/memory_base_open.Tpo -c memory_base_open.c -fPIC -DPIC -o .libs/memory_base_open.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_memory_base.la memory_base_close.lo memory_base_open.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_memory_base.a .libs/memory_base_close.o .libs/memory_base_open.o ranlib .libs/libmca_memory_base.a creating libmca_memory_base.la (cd .libs && rm -f libmca_memory_base.la && ln -s ../libmca_memory_base.la libmca_memory_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/memory/base' Making all in malloc_hooks make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/memory/malloc_hooks' depbase=`echo memory_malloc_hooks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory_malloc_hooks.lo -MD -MP -MF "$depbase.Tpo" -c -o memory_malloc_hooks.lo memory_malloc_hooks.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory_malloc_hooks.lo -MD -MP -MF .deps/memory_malloc_hooks.Tpo -c memory_malloc_hooks.c -fPIC -DPIC -o .libs/memory_malloc_hooks.o depbase=`echo memory_malloc_hooks_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory_malloc_hooks_component.lo -MD -MP -MF "$depbase.Tpo" -c -o memory_malloc_hooks_component.lo memory_malloc_hooks_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory_malloc_hooks_component.lo -MD -MP -MF .deps/memory_malloc_hooks_component.Tpo -c memory_malloc_hooks_component.c -fPIC -DPIC -o .libs/memory_malloc_hooks_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_memory_malloc_hooks.la memory_malloc_hooks.lo memory_malloc_hooks_component.lo -ldl -lm -lutil -lnsl -lpthread ar cru .libs/libmca_memory_malloc_hooks.a .libs/memory_malloc_hooks.o .libs/memory_malloc_hooks_component.o ranlib .libs/libmca_memory_malloc_hooks.a creating libmca_memory_malloc_hooks.la (cd .libs && rm -f libmca_memory_malloc_hooks.la && ln -s ../libmca_memory_malloc_hooks.la libmca_memory_malloc_hooks.la) make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/memory/malloc_hooks' make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/memory' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/memory' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/memory' Making all in paffinity make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/paffinity' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/paffinity/base' depbase=`echo paffinity_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o paffinity_base_close.lo paffinity_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_base_close.lo -MD -MP -MF .deps/paffinity_base_close.Tpo -c paffinity_base_close.c -fPIC -DPIC -o .libs/paffinity_base_close.o depbase=`echo paffinity_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o paffinity_base_select.lo paffinity_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_base_select.lo -MD -MP -MF .deps/paffinity_base_select.Tpo -c paffinity_base_select.c -fPIC -DPIC -o .libs/paffinity_base_select.o depbase=`echo paffinity_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o paffinity_base_open.lo paffinity_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_base_open.lo -MD -MP -MF .deps/paffinity_base_open.Tpo -c paffinity_base_open.c -fPIC -DPIC -o .libs/paffinity_base_open.o depbase=`echo paffinity_base_wrappers.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_base_wrappers.lo -MD -MP -MF "$depbase.Tpo" -c -o paffinity_base_wrappers.lo paffinity_base_wrappers.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_base_wrappers.lo -MD -MP -MF .deps/paffinity_base_wrappers.Tpo -c paffinity_base_wrappers.c -fPIC -DPIC -o .libs/paffinity_base_wrappers.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_paffinity_base.la paffinity_base_close.lo paffinity_base_select.lo paffinity_base_open.lo paffinity_base_wrappers.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_paffinity_base.a .libs/paffinity_base_close.o .libs/paffinity_base_select.o .libs/paffinity_base_open.o .libs/paffinity_base_wrappers.o ranlib .libs/libmca_paffinity_base.a creating libmca_paffinity_base.la (cd .libs && rm -f libmca_paffinity_base.la && ln -s ../libmca_paffinity_base.la libmca_paffinity_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/paffinity/base' make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/paffinity' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/paffinity' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/paffinity' Making all in timer make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca/timer' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/timer/base' depbase=`echo timer_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT timer_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o timer_base_close.lo timer_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT timer_base_close.lo -MD -MP -MF .deps/timer_base_close.Tpo -c timer_base_close.c -fPIC -DPIC -o .libs/timer_base_close.o depbase=`echo timer_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT timer_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o timer_base_open.lo timer_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT timer_base_open.lo -MD -MP -MF .deps/timer_base_open.Tpo -c timer_base_open.c -fPIC -DPIC -o .libs/timer_base_open.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_timer_base.la timer_base_close.lo timer_base_open.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_timer_base.a .libs/timer_base_close.o .libs/timer_base_open.o ranlib .libs/libmca_timer_base.a creating libmca_timer_base.la (cd .libs && rm -f libmca_timer_base.la && ln -s ../libmca_timer_base.la libmca_timer_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/timer/base' Making all in linux make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/timer/linux' depbase=`echo timer_linux_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT timer_linux_component.lo -MD -MP -MF "$depbase.Tpo" -c -o timer_linux_component.lo timer_linux_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT timer_linux_component.lo -MD -MP -MF .deps/timer_linux_component.Tpo -c timer_linux_component.c -fPIC -DPIC -o .libs/timer_linux_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_timer_linux.la timer_linux_component.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_timer_linux.a .libs/timer_linux_component.o ranlib .libs/libmca_timer_linux.a creating libmca_timer_linux.la (cd .libs && rm -f libmca_timer_linux.la && ln -s ../libmca_timer_linux.la libmca_timer_linux.la) make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/timer/linux' make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/timer' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/timer' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca/timer' make[3]: Entering directory `/root/openmpi-1.0.1/opal/mca' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/root/openmpi-1.0.1/opal/mca' make[2]: Leaving directory `/root/openmpi-1.0.1/opal/mca' Making all in memoryhooks make[2]: Entering directory `/root/openmpi-1.0.1/opal/memoryhooks' depbase=`echo memory.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory.lo -MD -MP -MF "$depbase.Tpo" -c -o memory.lo memory.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT memory.lo -MD -MP -MF .deps/memory.Tpo -c memory.c -fPIC -DPIC -o .libs/memory.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libopalmemory.la memory.lo -lm -lutil -lnsl -lpthread ar cru .libs/libopalmemory.a .libs/memory.o ranlib .libs/libopalmemory.a creating libopalmemory.la (cd .libs && rm -f libopalmemory.la && ln -s ../libopalmemory.la libopalmemory.la) make[2]: Leaving directory `/root/openmpi-1.0.1/opal/memoryhooks' Making all in runtime make[2]: Entering directory `/root/openmpi-1.0.1/opal/runtime' depbase=`echo opal_progress.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_progress.lo -MD -MP -MF "$depbase.Tpo" -c -o opal_progress.lo opal_progress.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_progress.lo -MD -MP -MF .deps/opal_progress.Tpo -c opal_progress.c -fPIC -DPIC -o .libs/opal_progress.o depbase=`echo opal_finalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_finalize.lo -MD -MP -MF "$depbase.Tpo" -c -o opal_finalize.lo opal_finalize.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_finalize.lo -MD -MP -MF .deps/opal_finalize.Tpo -c opal_finalize.c -fPIC -DPIC -o .libs/opal_finalize.o depbase=`echo opal_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_init.lo -MD -MP -MF "$depbase.Tpo" -c -o opal_init.lo opal_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_init.lo -MD -MP -MF .deps/opal_init.Tpo -c opal_init.c -fPIC -DPIC -o .libs/opal_init.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libruntime.la opal_progress.lo opal_finalize.lo opal_init.lo -lm -lutil -lnsl -lpthread ar cru .libs/libruntime.a .libs/opal_progress.o .libs/opal_finalize.o .libs/opal_init.o ranlib .libs/libruntime.a creating libruntime.la (cd .libs && rm -f libruntime.la && ln -s ../libruntime.la libruntime.la) make[2]: Leaving directory `/root/openmpi-1.0.1/opal/runtime' Making all in threads make[2]: Entering directory `/root/openmpi-1.0.1/opal/threads' depbase=`echo condition.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT condition.lo -MD -MP -MF "$depbase.Tpo" -c -o condition.lo condition.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT condition.lo -MD -MP -MF .deps/condition.Tpo -c condition.c -fPIC -DPIC -o .libs/condition.o depbase=`echo mutex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mutex.lo -MD -MP -MF "$depbase.Tpo" -c -o mutex.lo mutex.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mutex.lo -MD -MP -MF .deps/mutex.Tpo -c mutex.c -fPIC -DPIC -o .libs/mutex.o depbase=`echo thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT thread.lo -MD -MP -MF "$depbase.Tpo" -c -o thread.lo thread.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT thread.lo -MD -MP -MF .deps/thread.Tpo -c thread.c -fPIC -DPIC -o .libs/thread.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libthreads.la condition.lo mutex.lo thread.lo -lm -lutil -lnsl -lpthread ar cru .libs/libthreads.a .libs/condition.o .libs/mutex.o .libs/thread.o ranlib .libs/libthreads.a creating libthreads.la (cd .libs && rm -f libthreads.la && ln -s ../libthreads.la libthreads.la) make[2]: Leaving directory `/root/openmpi-1.0.1/opal/threads' Making all in util make[2]: Entering directory `/root/openmpi-1.0.1/opal/util' depbase=`echo argv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT argv.lo -MD -MP -MF "$depbase.Tpo" -c -o argv.lo argv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT argv.lo -MD -MP -MF .deps/argv.Tpo -c argv.c -fPIC -DPIC -o .libs/argv.o depbase=`echo basename.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT basename.lo -MD -MP -MF "$depbase.Tpo" -c -o basename.lo basename.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT basename.lo -MD -MP -MF .deps/basename.Tpo -c basename.c -fPIC -DPIC -o .libs/basename.o depbase=`echo cmd_line.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT cmd_line.lo -MD -MP -MF "$depbase.Tpo" -c -o cmd_line.lo cmd_line.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT cmd_line.lo -MD -MP -MF .deps/cmd_line.Tpo -c cmd_line.c -fPIC -DPIC -o .libs/cmd_line.o depbase=`echo convert.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT convert.lo -MD -MP -MF "$depbase.Tpo" -c -o convert.lo convert.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT convert.lo -MD -MP -MF .deps/convert.Tpo -c convert.c -fPIC -DPIC -o .libs/convert.o depbase=`echo daemon_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT daemon_init.lo -MD -MP -MF "$depbase.Tpo" -c -o daemon_init.lo daemon_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT daemon_init.lo -MD -MP -MF .deps/daemon_init.Tpo -c daemon_init.c -fPIC -DPIC -o .libs/daemon_init.o depbase=`echo error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT error.lo -MD -MP -MF "$depbase.Tpo" -c -o error.lo error.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT error.lo -MD -MP -MF .deps/error.Tpo -c error.c -fPIC -DPIC -o .libs/error.o depbase=`echo few.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT few.lo -MD -MP -MF "$depbase.Tpo" -c -o few.lo few.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT few.lo -MD -MP -MF .deps/few.Tpo -c few.c -fPIC -DPIC -o .libs/few.o depbase=`echo if.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT if.lo -MD -MP -MF "$depbase.Tpo" -c -o if.lo if.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT if.lo -MD -MP -MF .deps/if.Tpo -c if.c -fPIC -DPIC -o .libs/if.o depbase=`echo malloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT malloc.lo -MD -MP -MF "$depbase.Tpo" -c -o malloc.lo malloc.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -fPIC -DPIC -o .libs/malloc.o depbase=`echo numtostr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT numtostr.lo -MD -MP -MF "$depbase.Tpo" -c -o numtostr.lo numtostr.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT numtostr.lo -MD -MP -MF .deps/numtostr.Tpo -c numtostr.c -fPIC -DPIC -o .libs/numtostr.o depbase=`echo opal_environ.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_environ.lo -MD -MP -MF "$depbase.Tpo" -c -o opal_environ.lo opal_environ.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT opal_environ.lo -MD -MP -MF .deps/opal_environ.Tpo -c opal_environ.c -fPIC -DPIC -o .libs/opal_environ.o depbase=`echo os_create_dirpath.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT os_create_dirpath.lo -MD -MP -MF "$depbase.Tpo" -c -o os_create_dirpath.lo os_create_dirpath.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT os_create_dirpath.lo -MD -MP -MF .deps/os_create_dirpath.Tpo -c os_create_dirpath.c -fPIC -DPIC -o .libs/os_create_dirpath.o depbase=`echo os_path.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT os_path.lo -MD -MP -MF "$depbase.Tpo" -c -o os_path.lo os_path.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT os_path.lo -MD -MP -MF .deps/os_path.Tpo -c os_path.c -fPIC -DPIC -o .libs/os_path.o depbase=`echo output.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT output.lo -MD -MP -MF "$depbase.Tpo" -c -o output.lo output.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT output.lo -MD -MP -MF .deps/output.Tpo -c output.c -fPIC -DPIC -o .libs/output.o depbase=`echo path.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT path.lo -MD -MP -MF "$depbase.Tpo" -c -o path.lo path.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT path.lo -MD -MP -MF .deps/path.Tpo -c path.c -fPIC -DPIC -o .libs/path.o depbase=`echo pow2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pow2.lo -MD -MP -MF "$depbase.Tpo" -c -o pow2.lo pow2.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pow2.lo -MD -MP -MF .deps/pow2.Tpo -c pow2.c -fPIC -DPIC -o .libs/pow2.o depbase=`echo printf.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT printf.lo -MD -MP -MF "$depbase.Tpo" -c -o printf.lo printf.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT printf.lo -MD -MP -MF .deps/printf.Tpo -c printf.c -fPIC -DPIC -o .libs/printf.o depbase=`echo qsort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT qsort.lo -MD -MP -MF "$depbase.Tpo" -c -o qsort.lo qsort.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT qsort.lo -MD -MP -MF .deps/qsort.Tpo -c qsort.c -fPIC -DPIC -o .libs/qsort.o depbase=`echo show_help.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT show_help.lo -MD -MP -MF "$depbase.Tpo" -c -o show_help.lo show_help.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT show_help.lo -MD -MP -MF .deps/show_help.Tpo -c show_help.c -fPIC -DPIC -o .libs/show_help.o depbase=`echo show_help_lex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT show_help_lex.lo -MD -MP -MF "$depbase.Tpo" -c -o show_help_lex.lo show_help_lex.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT show_help_lex.lo -MD -MP -MF .deps/show_help_lex.Tpo -c show_help_lex.c -fPIC -DPIC -o .libs/show_help_lex.o depbase=`echo stacktrace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT stacktrace.lo -MD -MP -MF "$depbase.Tpo" -c -o stacktrace.lo stacktrace.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT stacktrace.lo -MD -MP -MF .deps/stacktrace.Tpo -c stacktrace.c -fPIC -DPIC -o .libs/stacktrace.o depbase=`echo strncpy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT strncpy.lo -MD -MP -MF "$depbase.Tpo" -c -o strncpy.lo strncpy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT strncpy.lo -MD -MP -MF .deps/strncpy.Tpo -c strncpy.c -fPIC -DPIC -o .libs/strncpy.o depbase=`echo trace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT trace.lo -MD -MP -MF "$depbase.Tpo" -c -o trace.lo trace.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT trace.lo -MD -MP -MF .deps/trace.Tpo -c trace.c -fPIC -DPIC -o .libs/trace.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libopalutil.la argv.lo basename.lo cmd_line.lo convert.lo daemon_init.lo error.lo few.lo if.lo malloc.lo numtostr.lo opal_environ.lo os_create_dirpath.lo os_path.lo output.lo path.lo pow2.lo printf.lo qsort.lo show_help.lo show_help_lex.lo stacktrace.lo strncpy.lo trace.lo -lm -lutil -lnsl -lpthread ar cru .libs/libopalutil.a .libs/argv.o .libs/basename.o .libs/cmd_line.o .libs/convert.o .libs/daemon_init.o .libs/error.o .libs/few.o .libs/if.o .libs/malloc.o .libs/numtostr.o .libs/opal_environ.o .libs/os_create_dirpath.o .libs/os_path.o .libs/output.o .libs/path.o .libs/pow2.o .libs/printf.o .libs/qsort.o .libs/show_help.o .libs/show_help_lex.o .libs/stacktrace.o .libs/strncpy.o .libs/trace.o ranlib .libs/libopalutil.a creating libopalutil.la (cd .libs && rm -f libopalutil.la && ln -s ../libopalutil.la libopalutil.la) make[2]: Leaving directory `/root/openmpi-1.0.1/opal/util' Making all in . make[2]: Entering directory `/root/openmpi-1.0.1/opal' /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libopal.la -rpath /usr/local/lib libltdl/libltdlc.la asm/libasm.la class/libclass.la event/libevent.la mca/base/libmca_base.la memoryhooks/libopalmemory.la runtime/libruntime.la threads/libthreads.la util/libopalutil.la mca/maffinity/base/libmca_maffinity_base.la mca/memory/base/libmca_memory_base.la mca/memory/malloc_hooks/libmca_memory_malloc_hooks.la mca/paffinity/base/libmca_paffinity_base.la mca/timer/base/libmca_timer_base.la mca/timer/linux/libmca_timer_linux.la -lm -lutil -lnsl -lpthread mkdir .libs gcc -shared -Wl,--whole-archive libltdl/.libs/libltdlc.a asm/.libs/libasm.a class/.libs/libclass.a event/.libs/libevent.a mca/base/.libs/libmca_base.a memoryhooks/.libs/libopalmemory.a runtime/.libs/libruntime.a threads/.libs/libthreads.a util/.libs/libopalutil.a mca/maffinity/base/.libs/libmca_maffinity_base.a mca/memory/base/.libs/libmca_memory_base.a mca/memory/malloc_hooks/.libs/libmca_memory_malloc_hooks.a mca/paffinity/base/.libs/libmca_paffinity_base.a mca/timer/base/.libs/libmca_timer_base.a mca/timer/linux/.libs/libmca_timer_linux.a -Wl,--no-whole-archive -ldl -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,libopal.so.0 -o .libs/libopal.so.0.0.0 (cd .libs && rm -f libopal.so.0 && ln -s libopal.so.0.0.0 libopal.so.0) (cd .libs && rm -f libopal.so && ln -s libopal.so.0.0.0 libopal.so) creating libopal.la (cd .libs && rm -f libopal.la && ln -s ../libopal.la libopal.la) make[2]: Leaving directory `/root/openmpi-1.0.1/opal' Making all in dynamic-mca make[2]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca' Making all in maffinity make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/maffinity' Making all in first_use make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/maffinity/first_use' depbase=`echo maffinity_first_use_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_first_use_component.lo -MD -MP -MF "$depbase.Tpo" -c -o maffinity_first_use_component.lo maffinity_first_use_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_first_use_component.lo -MD -MP -MF .deps/maffinity_first_use_component.Tpo -c maffinity_first_use_component.c -fPIC -DPIC -o .libs/maffinity_first_use_component.o depbase=`echo maffinity_first_use_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_first_use_module.lo -MD -MP -MF "$depbase.Tpo" -c -o maffinity_first_use_module.lo maffinity_first_use_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT maffinity_first_use_module.lo -MD -MP -MF .deps/maffinity_first_use_module.Tpo -c maffinity_first_use_module.c -fPIC -DPIC -o .libs/maffinity_first_use_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_maffinity_first_use.la -rpath /usr/local/lib/openmpi -module -avoid-version maffinity_first_use_component.lo maffinity_first_use_module.lo /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/maffinity_first_use_component.o .libs/maffinity_first_use_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_maffinity_first_use.so -o .libs/mca_maffinity_first_use.so creating mca_maffinity_first_use.la (cd .libs && rm -f mca_maffinity_first_use.la && ln -s ../mca_maffinity_first_use.la mca_maffinity_first_use.la) make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/maffinity/first_use' make[4]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/maffinity' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/maffinity' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/maffinity' Making all in memory make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/memory' make[4]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/memory' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/memory' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/memory' Making all in paffinity make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/paffinity' Making all in linux make[4]: Entering directory `/root/openmpi-1.0.1/opal/mca/paffinity/linux' depbase=`echo paffinity_linux_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_linux_component.lo -MD -MP -MF "$depbase.Tpo" -c -o paffinity_linux_component.lo paffinity_linux_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_linux_component.lo -MD -MP -MF .deps/paffinity_linux_component.Tpo -c paffinity_linux_component.c -fPIC -DPIC -o .libs/paffinity_linux_component.o depbase=`echo paffinity_linux_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_linux_module.lo -MD -MP -MF "$depbase.Tpo" -c -o paffinity_linux_module.lo paffinity_linux_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paffinity_linux_module.lo -MD -MP -MF .deps/paffinity_linux_module.Tpo -c paffinity_linux_module.c -fPIC -DPIC -o .libs/paffinity_linux_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_paffinity_linux.la -rpath /usr/local/lib/openmpi -module -avoid-version paffinity_linux_component.lo paffinity_linux_module.lo /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/paffinity_linux_component.o .libs/paffinity_linux_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_paffinity_linux.so -o .libs/mca_paffinity_linux.so creating mca_paffinity_linux.la (cd .libs && rm -f mca_paffinity_linux.la && ln -s ../mca_paffinity_linux.la mca_paffinity_linux.la) make[4]: Leaving directory `/root/openmpi-1.0.1/opal/mca/paffinity/linux' make[4]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/paffinity' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/paffinity' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/paffinity' Making all in timer make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/timer' make[4]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca/timer' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/timer' make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca/timer' make[3]: Entering directory `/root/openmpi-1.0.1/opal/dynamic-mca' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca' make[2]: Leaving directory `/root/openmpi-1.0.1/opal/dynamic-mca' make[1]: Leaving directory `/root/openmpi-1.0.1/opal' Making all in orte make[1]: Entering directory `/root/openmpi-1.0.1/orte' Making all in include make[2]: Entering directory `/root/openmpi-1.0.1/orte/include' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/openmpi-1.0.1/orte/include' Making all in class make[2]: Entering directory `/root/openmpi-1.0.1/orte/class' depbase=`echo orte_proc_table.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_proc_table.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_proc_table.lo orte_proc_table.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_proc_table.lo -MD -MP -MF .deps/orte_proc_table.Tpo -c orte_proc_table.c -fPIC -DPIC -o .libs/orte_proc_table.o depbase=`echo orte_bitmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_bitmap.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_bitmap.lo orte_bitmap.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_bitmap.lo -MD -MP -MF .deps/orte_bitmap.Tpo -c orte_bitmap.c -fPIC -DPIC -o .libs/orte_bitmap.o depbase=`echo orte_pointer_array.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_pointer_array.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_pointer_array.lo orte_pointer_array.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_pointer_array.lo -MD -MP -MF .deps/orte_pointer_array.Tpo -c orte_pointer_array.c -fPIC -DPIC -o .libs/orte_pointer_array.o depbase=`echo orte_value_array.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_value_array.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_value_array.lo orte_value_array.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_value_array.lo -MD -MP -MF .deps/orte_value_array.Tpo -c orte_value_array.c -fPIC -DPIC -o .libs/orte_value_array.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libclass.la orte_proc_table.lo orte_bitmap.lo orte_pointer_array.lo orte_value_array.lo -lm -lutil -lnsl -lpthread ar cru .libs/libclass.a .libs/orte_proc_table.o .libs/orte_bitmap.o .libs/orte_pointer_array.o .libs/orte_value_array.o ranlib .libs/libclass.a creating libclass.la (cd .libs && rm -f libclass.la && ln -s ../libclass.la libclass.la) make[2]: Leaving directory `/root/openmpi-1.0.1/orte/class' Making all in dps make[2]: Entering directory `/root/openmpi-1.0.1/orte/dps' depbase=`echo dps_internal_functions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_internal_functions.lo -MD -MP -MF "$depbase.Tpo" -c -o dps_internal_functions.lo dps_internal_functions.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_internal_functions.lo -MD -MP -MF .deps/dps_internal_functions.Tpo -c dps_internal_functions.c -fPIC -DPIC -o .libs/dps_internal_functions.o depbase=`echo dps_load_unload.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_load_unload.lo -MD -MP -MF "$depbase.Tpo" -c -o dps_load_unload.lo dps_load_unload.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_load_unload.lo -MD -MP -MF .deps/dps_load_unload.Tpo -c dps_load_unload.c -fPIC -DPIC -o .libs/dps_load_unload.o depbase=`echo dps_lookup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_lookup.lo -MD -MP -MF "$depbase.Tpo" -c -o dps_lookup.lo dps_lookup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_lookup.lo -MD -MP -MF .deps/dps_lookup.Tpo -c dps_lookup.c -fPIC -DPIC -o .libs/dps_lookup.o depbase=`echo dps_pack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_pack.lo -MD -MP -MF "$depbase.Tpo" -c -o dps_pack.lo dps_pack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_pack.lo -MD -MP -MF .deps/dps_pack.Tpo -c dps_pack.c -fPIC -DPIC -o .libs/dps_pack.o depbase=`echo dps_peek.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_peek.lo -MD -MP -MF "$depbase.Tpo" -c -o dps_peek.lo dps_peek.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_peek.lo -MD -MP -MF .deps/dps_peek.Tpo -c dps_peek.c -fPIC -DPIC -o .libs/dps_peek.o depbase=`echo dps_register.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_register.lo -MD -MP -MF "$depbase.Tpo" -c -o dps_register.lo dps_register.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_register.lo -MD -MP -MF .deps/dps_register.Tpo -c dps_register.c -fPIC -DPIC -o .libs/dps_register.o depbase=`echo dps_unpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_unpack.lo -MD -MP -MF "$depbase.Tpo" -c -o dps_unpack.lo dps_unpack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dps_unpack.lo -MD -MP -MF .deps/dps_unpack.Tpo -c dps_unpack.c -fPIC -DPIC -o .libs/dps_unpack.o depbase=`echo orte_dps_open_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_dps_open_close.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_dps_open_close.lo orte_dps_open_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_dps_open_close.lo -MD -MP -MF .deps/orte_dps_open_close.Tpo -c orte_dps_open_close.c -fPIC -DPIC -o .libs/orte_dps_open_close.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libdps.la dps_internal_functions.lo dps_load_unload.lo dps_lookup.lo dps_pack.lo dps_peek.lo dps_register.lo dps_unpack.lo orte_dps_open_close.lo -lm -lutil -lnsl -lpthread ar cru .libs/libdps.a .libs/dps_internal_functions.o .libs/dps_load_unload.o .libs/dps_lookup.o .libs/dps_pack.o .libs/dps_peek.o .libs/dps_register.o .libs/dps_unpack.o .libs/orte_dps_open_close.o ranlib .libs/libdps.a creating libdps.la (cd .libs && rm -f libdps.la && ln -s ../libdps.la libdps.la) make[2]: Leaving directory `/root/openmpi-1.0.1/orte/dps' Making all in mca make[2]: Entering directory `/root/openmpi-1.0.1/orte/mca' Making all in errmgr make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/errmgr' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/errmgr/base' depbase=`echo errmgr_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errmgr_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o errmgr_base_close.lo errmgr_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errmgr_base_close.lo -MD -MP -MF .deps/errmgr_base_close.Tpo -c errmgr_base_close.c -fPIC -DPIC -o .libs/errmgr_base_close.o depbase=`echo errmgr_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errmgr_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o errmgr_base_select.lo errmgr_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errmgr_base_select.lo -MD -MP -MF .deps/errmgr_base_select.Tpo -c errmgr_base_select.c -fPIC -DPIC -o .libs/errmgr_base_select.o depbase=`echo errmgr_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errmgr_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o errmgr_base_open.lo errmgr_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errmgr_base_open.lo -MD -MP -MF .deps/errmgr_base_open.Tpo -c errmgr_base_open.c -fPIC -DPIC -o .libs/errmgr_base_open.o depbase=`echo errmgr_base_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errmgr_base_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o errmgr_base_fns.lo errmgr_base_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errmgr_base_fns.lo -MD -MP -MF .deps/errmgr_base_fns.Tpo -c errmgr_base_fns.c -fPIC -DPIC -o .libs/errmgr_base_fns.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_errmgr_base.la errmgr_base_close.lo errmgr_base_select.lo errmgr_base_open.lo errmgr_base_fns.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_errmgr_base.a .libs/errmgr_base_close.o .libs/errmgr_base_select.o .libs/errmgr_base_open.o .libs/errmgr_base_fns.o ranlib .libs/libmca_errmgr_base.a creating libmca_errmgr_base.la (cd .libs && rm -f libmca_errmgr_base.la && ln -s ../libmca_errmgr_base.la libmca_errmgr_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/errmgr/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/errmgr' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/errmgr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/errmgr' Making all in gpr make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/base' depbase=`echo gpr_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_base_open.lo gpr_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_open.lo -MD -MP -MF .deps/gpr_base_open.Tpo -c gpr_base_open.c -fPIC -DPIC -o .libs/gpr_base_open.o depbase=`echo gpr_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_base_close.lo gpr_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_close.lo -MD -MP -MF .deps/gpr_base_close.Tpo -c gpr_base_close.c -fPIC -DPIC -o .libs/gpr_base_close.o depbase=`echo gpr_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_base_select.lo gpr_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_select.lo -MD -MP -MF .deps/gpr_base_select.Tpo -c gpr_base_select.c -fPIC -DPIC -o .libs/gpr_base_select.o depbase=`echo gpr_base_simplified_put.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_simplified_put.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_base_simplified_put.lo gpr_base_simplified_put.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_simplified_put.lo -MD -MP -MF .deps/gpr_base_simplified_put.Tpo -c gpr_base_simplified_put.c -fPIC -DPIC -o .libs/gpr_base_simplified_put.o depbase=`echo gpr_base_simplified_subscribe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_simplified_subscribe.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_base_simplified_subscribe.lo gpr_base_simplified_subscribe.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_simplified_subscribe.lo -MD -MP -MF .deps/gpr_base_simplified_subscribe.Tpo -c gpr_base_simplified_subscribe.c -fPIC -DPIC -o .libs/gpr_base_simplified_subscribe.o depbase=`echo gpr_base_xfer_payload.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_xfer_payload.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_base_xfer_payload.lo gpr_base_xfer_payload.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_base_xfer_payload.lo -MD -MP -MF .deps/gpr_base_xfer_payload.Tpo -c gpr_base_xfer_payload.c -fPIC -DPIC -o .libs/gpr_base_xfer_payload.o depbase=`echo data_type_support/gpr_data_type_packing_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/gpr_data_type_packing_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o data_type_support/gpr_data_type_packing_fns.lo data_type_support/gpr_data_type_packing_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir data_type_support/.libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/gpr_data_type_packing_fns.lo -MD -MP -MF data_type_support/.deps/gpr_data_type_packing_fns.Tpo -c data_type_support/gpr_data_type_packing_fns.c -fPIC -DPIC -o data_type_support/.libs/gpr_data_type_packing_fns.o depbase=`echo data_type_support/gpr_data_type_unpacking_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/gpr_data_type_unpacking_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o data_type_support/gpr_data_type_unpacking_fns.lo data_type_support/gpr_data_type_unpacking_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/gpr_data_type_unpacking_fns.lo -MD -MP -MF data_type_support/.deps/gpr_data_type_unpacking_fns.Tpo -c data_type_support/gpr_data_type_unpacking_fns.c -fPIC -DPIC -o data_type_support/.libs/gpr_data_type_unpacking_fns.o depbase=`echo unpack_api_response/gpr_base_unpack_cleanup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_cleanup.lo -MD -MP -MF "$depbase.Tpo" -c -o unpack_api_response/gpr_base_unpack_cleanup.lo unpack_api_response/gpr_base_unpack_cleanup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir unpack_api_response/.libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_cleanup.lo -MD -MP -MF unpack_api_response/.deps/gpr_base_unpack_cleanup.Tpo -c unpack_api_response/gpr_base_unpack_cleanup.c -fPIC -DPIC -o unpack_api_response/.libs/gpr_base_unpack_cleanup.o depbase=`echo unpack_api_response/gpr_base_unpack_del_index.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_del_index.lo -MD -MP -MF "$depbase.Tpo" -c -o unpack_api_response/gpr_base_unpack_del_index.lo unpack_api_response/gpr_base_unpack_del_index.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_del_index.lo -MD -MP -MF unpack_api_response/.deps/gpr_base_unpack_del_index.Tpo -c unpack_api_response/gpr_base_unpack_del_index.c -fPIC -DPIC -o unpack_api_response/.libs/gpr_base_unpack_del_index.o depbase=`echo unpack_api_response/gpr_base_print_dump.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_print_dump.lo -MD -MP -MF "$depbase.Tpo" -c -o unpack_api_response/gpr_base_print_dump.lo unpack_api_response/gpr_base_print_dump.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_print_dump.lo -MD -MP -MF unpack_api_response/.deps/gpr_base_print_dump.Tpo -c unpack_api_response/gpr_base_print_dump.c -fPIC -DPIC -o unpack_api_response/.libs/gpr_base_print_dump.o depbase=`echo unpack_api_response/gpr_base_dump_notify.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_dump_notify.lo -MD -MP -MF "$depbase.Tpo" -c -o unpack_api_response/gpr_base_dump_notify.lo unpack_api_response/gpr_base_dump_notify.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_dump_notify.lo -MD -MP -MF unpack_api_response/.deps/gpr_base_dump_notify.Tpo -c unpack_api_response/gpr_base_dump_notify.c -fPIC -DPIC -o unpack_api_response/.libs/gpr_base_dump_notify.o depbase=`echo unpack_api_response/gpr_base_unpack_arithmetic_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_arithmetic_ops.lo -MD -MP -MF "$depbase.Tpo" -c -o unpack_api_response/gpr_base_unpack_arithmetic_ops.lo unpack_api_response/gpr_base_unpack_arithmetic_ops.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_arithmetic_ops.lo -MD -MP -MF unpack_api_response/.deps/gpr_base_unpack_arithmetic_ops.Tpo -c unpack_api_response/gpr_base_unpack_arithmetic_ops.c -fPIC -DPIC -o unpack_api_response/.libs/gpr_base_unpack_arithmetic_ops.o depbase=`echo unpack_api_response/gpr_base_unpack_put_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_put_get.lo -MD -MP -MF "$depbase.Tpo" -c -o unpack_api_response/gpr_base_unpack_put_get.lo unpack_api_response/gpr_base_unpack_put_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_put_get.lo -MD -MP -MF unpack_api_response/.deps/gpr_base_unpack_put_get.Tpo -c unpack_api_response/gpr_base_unpack_put_get.c -fPIC -DPIC -o unpack_api_response/.libs/gpr_base_unpack_put_get.o depbase=`echo unpack_api_response/gpr_base_unpack_subscribe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_subscribe.lo -MD -MP -MF "$depbase.Tpo" -c -o unpack_api_response/gpr_base_unpack_subscribe.lo unpack_api_response/gpr_base_unpack_subscribe.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT unpack_api_response/gpr_base_unpack_subscribe.lo -MD -MP -MF unpack_api_response/.deps/gpr_base_unpack_subscribe.Tpo -c unpack_api_response/gpr_base_unpack_subscribe.c -fPIC -DPIC -o unpack_api_response/.libs/gpr_base_unpack_subscribe.o depbase=`echo pack_api_cmd/gpr_base_pack_cleanup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_cleanup.lo -MD -MP -MF "$depbase.Tpo" -c -o pack_api_cmd/gpr_base_pack_cleanup.lo pack_api_cmd/gpr_base_pack_cleanup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir pack_api_cmd/.libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_cleanup.lo -MD -MP -MF pack_api_cmd/.deps/gpr_base_pack_cleanup.Tpo -c pack_api_cmd/gpr_base_pack_cleanup.c -fPIC -DPIC -o pack_api_cmd/.libs/gpr_base_pack_cleanup.o depbase=`echo pack_api_cmd/gpr_base_pack_del_index.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_del_index.lo -MD -MP -MF "$depbase.Tpo" -c -o pack_api_cmd/gpr_base_pack_del_index.lo pack_api_cmd/gpr_base_pack_del_index.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_del_index.lo -MD -MP -MF pack_api_cmd/.deps/gpr_base_pack_del_index.Tpo -c pack_api_cmd/gpr_base_pack_del_index.c -fPIC -DPIC -o pack_api_cmd/.libs/gpr_base_pack_del_index.o depbase=`echo pack_api_cmd/gpr_base_pack_dump.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_dump.lo -MD -MP -MF "$depbase.Tpo" -c -o pack_api_cmd/gpr_base_pack_dump.lo pack_api_cmd/gpr_base_pack_dump.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_dump.lo -MD -MP -MF pack_api_cmd/.deps/gpr_base_pack_dump.Tpo -c pack_api_cmd/gpr_base_pack_dump.c -fPIC -DPIC -o pack_api_cmd/.libs/gpr_base_pack_dump.o depbase=`echo pack_api_cmd/gpr_base_pack_arithmetic_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_arithmetic_ops.lo -MD -MP -MF "$depbase.Tpo" -c -o pack_api_cmd/gpr_base_pack_arithmetic_ops.lo pack_api_cmd/gpr_base_pack_arithmetic_ops.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_arithmetic_ops.lo -MD -MP -MF pack_api_cmd/.deps/gpr_base_pack_arithmetic_ops.Tpo -c pack_api_cmd/gpr_base_pack_arithmetic_ops.c -fPIC -DPIC -o pack_api_cmd/.libs/gpr_base_pack_arithmetic_ops.o depbase=`echo pack_api_cmd/gpr_base_pack_put_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_put_get.lo -MD -MP -MF "$depbase.Tpo" -c -o pack_api_cmd/gpr_base_pack_put_get.lo pack_api_cmd/gpr_base_pack_put_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_put_get.lo -MD -MP -MF pack_api_cmd/.deps/gpr_base_pack_put_get.Tpo -c pack_api_cmd/gpr_base_pack_put_get.c -fPIC -DPIC -o pack_api_cmd/.libs/gpr_base_pack_put_get.o depbase=`echo pack_api_cmd/gpr_base_pack_subscribe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_subscribe.lo -MD -MP -MF "$depbase.Tpo" -c -o pack_api_cmd/gpr_base_pack_subscribe.lo pack_api_cmd/gpr_base_pack_subscribe.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pack_api_cmd/gpr_base_pack_subscribe.lo -MD -MP -MF pack_api_cmd/.deps/gpr_base_pack_subscribe.Tpo -c pack_api_cmd/gpr_base_pack_subscribe.c -fPIC -DPIC -o pack_api_cmd/.libs/gpr_base_pack_subscribe.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_gpr_base.la gpr_base_open.lo gpr_base_close.lo gpr_base_select.lo gpr_base_simplified_put.lo gpr_base_simplified_subscribe.lo gpr_base_xfer_payload.lo data_type_support/gpr_data_type_packing_fns.lo data_type_support/gpr_data_type_unpacking_fns.lo unpack_api_response/gpr_base_unpack_cleanup.lo unpack_api_response/gpr_base_unpack_del_index.lo unpack_api_response/gpr_base_print_dump.lo unpack_api_response/gpr_base_dump_notify.lo unpack_api_response/gpr_base_unpack_arithmetic_ops.lo unpack_api_response/gpr_base_unpack_put_get.lo unpack_api_response/gpr_base_unpack_subscribe.lo pack_api_cmd/gpr_base_pack_cleanup.lo pack_api_cmd/gpr_base_pack_del_index.lo pack_api_cmd/gpr_base_pack_dump.lo pack_api_cmd/gpr_base_pack_arithmetic_ops.lo pack_api_cmd/gpr_base_pack_put_get.lo pack_api_cmd/gpr_base_pack_subscribe.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_gpr_base.a .libs/gpr_base_open.o .libs/gpr_base_close.o .libs/gpr_base_select.o .libs/gpr_base_simplified_put.o .libs/gpr_base_simplified_subscribe.o .libs/gpr_base_xfer_payload.o data_type_support/.libs/gpr_data_type_packing_fns.o data_type_support/.libs/gpr_data_type_unpacking_fns.o unpack_api_response/.libs/gpr_base_unpack_cleanup.o unpack_api_response/.libs/gpr_base_unpack_del_index.o unpack_api_response/.libs/gpr_base_print_dump.o unpack_api_response/.libs/gpr_base_dump_notify.o unpack_api_response/.libs/gpr_base_unpack_arithmetic_ops.o unpack_api_response/.libs/gpr_base_unpack_put_get.o unpack_api_response/.libs/gpr_base_unpack_subscribe.o pack_api_cmd/.libs/gpr_base_pack_cleanup.o pack_api_cmd/.libs/gpr_base_pack_del_index.o pack_api_cmd/.libs/gpr_base_pack_dump.o pack_api_cmd/.libs/gpr_base_pack_arithmetic_ops.o pack_api_cmd/.libs/gpr_base_pack_put_get.o pack_api_cmd/.libs/gpr_base_pack_subscribe.o ranlib .libs/libmca_gpr_base.a creating libmca_gpr_base.la (cd .libs && rm -f libmca_gpr_base.la && ln -s ../libmca_gpr_base.la libmca_gpr_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr' Making all in iof make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof/base' depbase=`echo iof_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_base_close.lo iof_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_close.lo -MD -MP -MF .deps/iof_base_close.Tpo -c iof_base_close.c -fPIC -DPIC -o .libs/iof_base_close.o depbase=`echo iof_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_base_open.lo iof_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_open.lo -MD -MP -MF .deps/iof_base_open.Tpo -c iof_base_open.c -fPIC -DPIC -o .libs/iof_base_open.o depbase=`echo iof_base_flush.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_flush.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_base_flush.lo iof_base_flush.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_flush.lo -MD -MP -MF .deps/iof_base_flush.Tpo -c iof_base_flush.c -fPIC -DPIC -o .libs/iof_base_flush.o depbase=`echo iof_base_endpoint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_endpoint.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_base_endpoint.lo iof_base_endpoint.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_endpoint.lo -MD -MP -MF .deps/iof_base_endpoint.Tpo -c iof_base_endpoint.c -fPIC -DPIC -o .libs/iof_base_endpoint.o depbase=`echo iof_base_fragment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_fragment.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_base_fragment.lo iof_base_fragment.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_fragment.lo -MD -MP -MF .deps/iof_base_fragment.Tpo -c iof_base_fragment.c -fPIC -DPIC -o .libs/iof_base_fragment.o depbase=`echo iof_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_base_select.lo iof_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_select.lo -MD -MP -MF .deps/iof_base_select.Tpo -c iof_base_select.c -fPIC -DPIC -o .libs/iof_base_select.o depbase=`echo iof_base_setup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_setup.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_base_setup.lo iof_base_setup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_base_setup.lo -MD -MP -MF .deps/iof_base_setup.Tpo -c iof_base_setup.c -fPIC -DPIC -o .libs/iof_base_setup.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_iof_base.la iof_base_close.lo iof_base_open.lo iof_base_flush.lo iof_base_endpoint.lo iof_base_fragment.lo iof_base_select.lo iof_base_setup.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_iof_base.a .libs/iof_base_close.o .libs/iof_base_open.o .libs/iof_base_flush.o .libs/iof_base_endpoint.o .libs/iof_base_fragment.o .libs/iof_base_select.o .libs/iof_base_setup.o ranlib .libs/libmca_iof_base.a creating libmca_iof_base.la (cd .libs && rm -f libmca_iof_base.la && ln -s ../libmca_iof_base.la libmca_iof_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof' Making all in ns make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns/base' depbase=`echo ns_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ns_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o ns_base_close.lo ns_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ns_base_close.lo -MD -MP -MF .deps/ns_base_close.Tpo -c ns_base_close.c -fPIC -DPIC -o .libs/ns_base_close.o depbase=`echo ns_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ns_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o ns_base_select.lo ns_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ns_base_select.lo -MD -MP -MF .deps/ns_base_select.Tpo -c ns_base_select.c -fPIC -DPIC -o .libs/ns_base_select.o depbase=`echo ns_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ns_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o ns_base_open.lo ns_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ns_base_open.lo -MD -MP -MF .deps/ns_base_open.Tpo -c ns_base_open.c -fPIC -DPIC -o .libs/ns_base_open.o depbase=`echo ns_base_local_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ns_base_local_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o ns_base_local_fns.lo ns_base_local_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ns_base_local_fns.lo -MD -MP -MF .deps/ns_base_local_fns.Tpo -c ns_base_local_fns.c -fPIC -DPIC -o .libs/ns_base_local_fns.o depbase=`echo data_type_support/ns_data_type_packing_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/ns_data_type_packing_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o data_type_support/ns_data_type_packing_fns.lo data_type_support/ns_data_type_packing_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir data_type_support/.libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/ns_data_type_packing_fns.lo -MD -MP -MF data_type_support/.deps/ns_data_type_packing_fns.Tpo -c data_type_support/ns_data_type_packing_fns.c -fPIC -DPIC -o data_type_support/.libs/ns_data_type_packing_fns.o depbase=`echo data_type_support/ns_data_type_unpacking_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/ns_data_type_unpacking_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o data_type_support/ns_data_type_unpacking_fns.lo data_type_support/ns_data_type_unpacking_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/ns_data_type_unpacking_fns.lo -MD -MP -MF data_type_support/.deps/ns_data_type_unpacking_fns.Tpo -c data_type_support/ns_data_type_unpacking_fns.c -fPIC -DPIC -o data_type_support/.libs/ns_data_type_unpacking_fns.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_ns_base.la ns_base_close.lo ns_base_select.lo ns_base_open.lo ns_base_local_fns.lo data_type_support/ns_data_type_packing_fns.lo data_type_support/ns_data_type_unpacking_fns.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_ns_base.a .libs/ns_base_close.o .libs/ns_base_select.o .libs/ns_base_open.o .libs/ns_base_local_fns.o data_type_support/.libs/ns_data_type_packing_fns.o data_type_support/.libs/ns_data_type_unpacking_fns.o ranlib .libs/libmca_ns_base.a creating libmca_ns_base.la (cd .libs && rm -f libmca_ns_base.la && ln -s ../libmca_ns_base.la libmca_ns_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns' Making all in oob make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/oob' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/oob/base' depbase=`echo oob_base_barrier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_barrier.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_barrier.lo oob_base_barrier.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_barrier.lo -MD -MP -MF .deps/oob_base_barrier.Tpo -c oob_base_barrier.c -fPIC -DPIC -o .libs/oob_base_barrier.o depbase=`echo oob_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_close.lo oob_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_close.lo -MD -MP -MF .deps/oob_base_close.Tpo -c oob_base_close.c -fPIC -DPIC -o .libs/oob_base_close.o depbase=`echo oob_base_except.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_except.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_except.lo oob_base_except.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_except.lo -MD -MP -MF .deps/oob_base_except.Tpo -c oob_base_except.c -fPIC -DPIC -o .libs/oob_base_except.o depbase=`echo oob_base_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_init.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_init.lo oob_base_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_init.lo -MD -MP -MF .deps/oob_base_init.Tpo -c oob_base_init.c -fPIC -DPIC -o .libs/oob_base_init.o depbase=`echo oob_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_open.lo oob_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_open.lo -MD -MP -MF .deps/oob_base_open.Tpo -c oob_base_open.c -fPIC -DPIC -o .libs/oob_base_open.o depbase=`echo oob_base_ping.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_ping.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_ping.lo oob_base_ping.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_ping.lo -MD -MP -MF .deps/oob_base_ping.Tpo -c oob_base_ping.c -fPIC -DPIC -o .libs/oob_base_ping.o depbase=`echo oob_base_recv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_recv.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_recv.lo oob_base_recv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_recv.lo -MD -MP -MF .deps/oob_base_recv.Tpo -c oob_base_recv.c -fPIC -DPIC -o .libs/oob_base_recv.o depbase=`echo oob_base_recv_nb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_recv_nb.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_recv_nb.lo oob_base_recv_nb.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_recv_nb.lo -MD -MP -MF .deps/oob_base_recv_nb.Tpo -c oob_base_recv_nb.c -fPIC -DPIC -o .libs/oob_base_recv_nb.o depbase=`echo oob_base_send.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_send.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_send.lo oob_base_send.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_send.lo -MD -MP -MF .deps/oob_base_send.Tpo -c oob_base_send.c -fPIC -DPIC -o .libs/oob_base_send.o depbase=`echo oob_base_xcast.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_xcast.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_xcast.lo oob_base_xcast.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_xcast.lo -MD -MP -MF .deps/oob_base_xcast.Tpo -c oob_base_xcast.c -fPIC -DPIC -o .libs/oob_base_xcast.o depbase=`echo oob_base_send_nb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_send_nb.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_base_send_nb.lo oob_base_send_nb.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_base_send_nb.lo -MD -MP -MF .deps/oob_base_send_nb.Tpo -c oob_base_send_nb.c -fPIC -DPIC -o .libs/oob_base_send_nb.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_oob_base.la oob_base_barrier.lo oob_base_close.lo oob_base_except.lo oob_base_init.lo oob_base_open.lo oob_base_ping.lo oob_base_recv.lo oob_base_recv_nb.lo oob_base_send.lo oob_base_xcast.lo oob_base_send_nb.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_oob_base.a .libs/oob_base_barrier.o .libs/oob_base_close.o .libs/oob_base_except.o .libs/oob_base_init.o .libs/oob_base_open.o .libs/oob_base_ping.o .libs/oob_base_recv.o .libs/oob_base_recv_nb.o .libs/oob_base_send.o .libs/oob_base_xcast.o .libs/oob_base_send_nb.o ranlib .libs/libmca_oob_base.a creating libmca_oob_base.la (cd .libs && rm -f libmca_oob_base.la && ln -s ../libmca_oob_base.la libmca_oob_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/oob/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/oob' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/oob' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/oob' Making all in pls make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/base' depbase=`echo pls_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_base_close.lo pls_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_close.lo -MD -MP -MF .deps/pls_base_close.Tpo -c pls_base_close.c -fPIC -DPIC -o .libs/pls_base_close.o depbase=`echo pls_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_base_open.lo pls_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_open.lo -MD -MP -MF .deps/pls_base_open.Tpo -c pls_base_open.c -fPIC -DPIC -o .libs/pls_base_open.o depbase=`echo pls_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_base_select.lo pls_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_select.lo -MD -MP -MF .deps/pls_base_select.Tpo -c pls_base_select.c -fPIC -DPIC -o .libs/pls_base_select.o depbase=`echo pls_base_state.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_state.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_base_state.lo pls_base_state.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_state.lo -MD -MP -MF .deps/pls_base_state.Tpo -c pls_base_state.c -fPIC -DPIC -o .libs/pls_base_state.o depbase=`echo pls_base_proxy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_proxy.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_base_proxy.lo pls_base_proxy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_base_proxy.lo -MD -MP -MF .deps/pls_base_proxy.Tpo -c pls_base_proxy.c -fPIC -DPIC -o .libs/pls_base_proxy.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_pls_base.la pls_base_close.lo pls_base_open.lo pls_base_select.lo pls_base_state.lo pls_base_proxy.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_pls_base.a .libs/pls_base_close.o .libs/pls_base_open.o .libs/pls_base_select.o .libs/pls_base_state.o .libs/pls_base_proxy.o ranlib .libs/libmca_pls_base.a creating libmca_pls_base.la (cd .libs && rm -f libmca_pls_base.la && ln -s ../libmca_pls_base.la libmca_pls_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls' Making all in ras make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/base' depbase=`echo ras_base_alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_alloc.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_base_alloc.lo ras_base_alloc.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_alloc.lo -MD -MP -MF .deps/ras_base_alloc.Tpo -c ras_base_alloc.c -fPIC -DPIC -o .libs/ras_base_alloc.o depbase=`echo ras_base_allocate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_allocate.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_base_allocate.lo ras_base_allocate.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_allocate.lo -MD -MP -MF .deps/ras_base_allocate.Tpo -c ras_base_allocate.c -fPIC -DPIC -o .libs/ras_base_allocate.o depbase=`echo ras_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_base_close.lo ras_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_close.lo -MD -MP -MF .deps/ras_base_close.Tpo -c ras_base_close.c -fPIC -DPIC -o .libs/ras_base_close.o depbase=`echo ras_base_find_available.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_find_available.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_base_find_available.lo ras_base_find_available.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_find_available.lo -MD -MP -MF .deps/ras_base_find_available.Tpo -c ras_base_find_available.c -fPIC -DPIC -o .libs/ras_base_find_available.o depbase=`echo ras_base_node.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_node.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_base_node.lo ras_base_node.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_node.lo -MD -MP -MF .deps/ras_base_node.Tpo -c ras_base_node.c -fPIC -DPIC -o .libs/ras_base_node.o depbase=`echo ras_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_base_open.lo ras_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_base_open.lo -MD -MP -MF .deps/ras_base_open.Tpo -c ras_base_open.c -fPIC -DPIC -o .libs/ras_base_open.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_ras_base.la ras_base_alloc.lo ras_base_allocate.lo ras_base_close.lo ras_base_find_available.lo ras_base_node.lo ras_base_open.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_ras_base.a .libs/ras_base_alloc.o .libs/ras_base_allocate.o .libs/ras_base_close.o .libs/ras_base_find_available.o .libs/ras_base_node.o .libs/ras_base_open.o ranlib .libs/libmca_ras_base.a creating libmca_ras_base.la (cd .libs && rm -f libmca_ras_base.la && ln -s ../libmca_ras_base.la libmca_ras_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras' Making all in rds make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds/base' depbase=`echo rds_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_base_close.lo rds_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_close.lo -MD -MP -MF .deps/rds_base_close.Tpo -c rds_base_close.c -fPIC -DPIC -o .libs/rds_base_close.o depbase=`echo rds_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_base_select.lo rds_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_select.lo -MD -MP -MF .deps/rds_base_select.Tpo -c rds_base_select.c -fPIC -DPIC -o .libs/rds_base_select.o depbase=`echo rds_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_base_open.lo rds_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_open.lo -MD -MP -MF .deps/rds_base_open.Tpo -c rds_base_open.c -fPIC -DPIC -o .libs/rds_base_open.o depbase=`echo rds_base_query.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_query.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_base_query.lo rds_base_query.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_query.lo -MD -MP -MF .deps/rds_base_query.Tpo -c rds_base_query.c -fPIC -DPIC -o .libs/rds_base_query.o depbase=`echo rds_base_registry_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_registry_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_base_registry_fns.lo rds_base_registry_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_base_registry_fns.lo -MD -MP -MF .deps/rds_base_registry_fns.Tpo -c rds_base_registry_fns.c -fPIC -DPIC -o .libs/rds_base_registry_fns.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_rds_base.la rds_base_close.lo rds_base_select.lo rds_base_open.lo rds_base_query.lo rds_base_registry_fns.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_rds_base.a .libs/rds_base_close.o .libs/rds_base_select.o .libs/rds_base_open.o .libs/rds_base_query.o .libs/rds_base_registry_fns.o ranlib .libs/libmca_rds_base.a creating libmca_rds_base.la (cd .libs && rm -f libmca_rds_base.la && ln -s ../libmca_rds_base.la libmca_rds_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds' Making all in rmaps make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmaps' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmaps/base' depbase=`echo rmaps_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o rmaps_base_close.lo rmaps_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_base_close.lo -MD -MP -MF .deps/rmaps_base_close.Tpo -c rmaps_base_close.c -fPIC -DPIC -o .libs/rmaps_base_close.o depbase=`echo rmaps_base_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_base_map.lo -MD -MP -MF "$depbase.Tpo" -c -o rmaps_base_map.lo rmaps_base_map.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_base_map.lo -MD -MP -MF .deps/rmaps_base_map.Tpo -c rmaps_base_map.c -fPIC -DPIC -o .libs/rmaps_base_map.o depbase=`echo rmaps_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o rmaps_base_open.lo rmaps_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_base_open.lo -MD -MP -MF .deps/rmaps_base_open.Tpo -c rmaps_base_open.c -fPIC -DPIC -o .libs/rmaps_base_open.o depbase=`echo rmaps_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o rmaps_base_select.lo rmaps_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_base_select.lo -MD -MP -MF .deps/rmaps_base_select.Tpo -c rmaps_base_select.c -fPIC -DPIC -o .libs/rmaps_base_select.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_rmaps_base.la rmaps_base_close.lo rmaps_base_map.lo rmaps_base_open.lo rmaps_base_select.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_rmaps_base.a .libs/rmaps_base_close.o .libs/rmaps_base_map.o .libs/rmaps_base_open.o .libs/rmaps_base_select.o ranlib .libs/libmca_rmaps_base.a creating libmca_rmaps_base.la (cd .libs && rm -f libmca_rmaps_base.la && ln -s ../libmca_rmaps_base.la libmca_rmaps_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmaps/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmaps' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmaps' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmaps' Making all in rmgr make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr/base' depbase=`echo rmgr_base_context.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_context.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_base_context.lo rmgr_base_context.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_context.lo -MD -MP -MF .deps/rmgr_base_context.Tpo -c rmgr_base_context.c -fPIC -DPIC -o .libs/rmgr_base_context.o depbase=`echo rmgr_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_base_close.lo rmgr_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_close.lo -MD -MP -MF .deps/rmgr_base_close.Tpo -c rmgr_base_close.c -fPIC -DPIC -o .libs/rmgr_base_close.o depbase=`echo rmgr_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_base_open.lo rmgr_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_open.lo -MD -MP -MF .deps/rmgr_base_open.Tpo -c rmgr_base_open.c -fPIC -DPIC -o .libs/rmgr_base_open.o depbase=`echo rmgr_base_pack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_pack.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_base_pack.lo rmgr_base_pack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_pack.lo -MD -MP -MF .deps/rmgr_base_pack.Tpo -c rmgr_base_pack.c -fPIC -DPIC -o .libs/rmgr_base_pack.o depbase=`echo rmgr_base_unpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_unpack.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_base_unpack.lo rmgr_base_unpack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_unpack.lo -MD -MP -MF .deps/rmgr_base_unpack.Tpo -c rmgr_base_unpack.c -fPIC -DPIC -o .libs/rmgr_base_unpack.o depbase=`echo rmgr_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_base_select.lo rmgr_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_select.lo -MD -MP -MF .deps/rmgr_base_select.Tpo -c rmgr_base_select.c -fPIC -DPIC -o .libs/rmgr_base_select.o depbase=`echo rmgr_base_stage_gate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_stage_gate.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_base_stage_gate.lo rmgr_base_stage_gate.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_stage_gate.lo -MD -MP -MF .deps/rmgr_base_stage_gate.Tpo -c rmgr_base_stage_gate.c -fPIC -DPIC -o .libs/rmgr_base_stage_gate.o depbase=`echo rmgr_base_stubs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_stubs.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_base_stubs.lo rmgr_base_stubs.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_base_stubs.lo -MD -MP -MF .deps/rmgr_base_stubs.Tpo -c rmgr_base_stubs.c -fPIC -DPIC -o .libs/rmgr_base_stubs.o depbase=`echo data_type_support/rmgr_data_type_packing_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/rmgr_data_type_packing_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o data_type_support/rmgr_data_type_packing_fns.lo data_type_support/rmgr_data_type_packing_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir data_type_support/.libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/rmgr_data_type_packing_fns.lo -MD -MP -MF data_type_support/.deps/rmgr_data_type_packing_fns.Tpo -c data_type_support/rmgr_data_type_packing_fns.c -fPIC -DPIC -o data_type_support/.libs/rmgr_data_type_packing_fns.o depbase=`echo data_type_support/rmgr_data_type_unpacking_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/rmgr_data_type_unpacking_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o data_type_support/rmgr_data_type_unpacking_fns.lo data_type_support/rmgr_data_type_unpacking_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/rmgr_data_type_unpacking_fns.lo -MD -MP -MF data_type_support/.deps/rmgr_data_type_unpacking_fns.Tpo -c data_type_support/rmgr_data_type_unpacking_fns.c -fPIC -DPIC -o data_type_support/.libs/rmgr_data_type_unpacking_fns.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_rmgr_base.la rmgr_base_context.lo rmgr_base_close.lo rmgr_base_open.lo rmgr_base_pack.lo rmgr_base_unpack.lo rmgr_base_select.lo rmgr_base_stage_gate.lo rmgr_base_stubs.lo data_type_support/rmgr_data_type_packing_fns.lo data_type_support/rmgr_data_type_unpacking_fns.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_rmgr_base.a .libs/rmgr_base_context.o .libs/rmgr_base_close.o .libs/rmgr_base_open.o .libs/rmgr_base_pack.o .libs/rmgr_base_unpack.o .libs/rmgr_base_select.o .libs/rmgr_base_stage_gate.o .libs/rmgr_base_stubs.o data_type_support/.libs/rmgr_data_type_packing_fns.o data_type_support/.libs/rmgr_data_type_unpacking_fns.o ranlib .libs/libmca_rmgr_base.a creating libmca_rmgr_base.la (cd .libs && rm -f libmca_rmgr_base.la && ln -s ../libmca_rmgr_base.la libmca_rmgr_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr' Making all in rml make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/rml' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rml/base' depbase=`echo rml_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rml_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o rml_base_open.lo rml_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rml_base_open.lo -MD -MP -MF .deps/rml_base_open.Tpo -c rml_base_open.c -fPIC -DPIC -o .libs/rml_base_open.o depbase=`echo rml_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rml_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o rml_base_close.lo rml_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rml_base_close.lo -MD -MP -MF .deps/rml_base_close.Tpo -c rml_base_close.c -fPIC -DPIC -o .libs/rml_base_close.o depbase=`echo rml_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rml_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o rml_base_select.lo rml_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rml_base_select.lo -MD -MP -MF .deps/rml_base_select.Tpo -c rml_base_select.c -fPIC -DPIC -o .libs/rml_base_select.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_rml_base.la rml_base_open.lo rml_base_close.lo rml_base_select.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_rml_base.a .libs/rml_base_open.o .libs/rml_base_close.o .libs/rml_base_select.o ranlib .libs/libmca_rml_base.a creating libmca_rml_base.la (cd .libs && rm -f libmca_rml_base.la && ln -s ../libmca_rml_base.la libmca_rml_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rml/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rml' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rml' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rml' Making all in schema make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/schema' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/schema/base' depbase=`echo schema_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT schema_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o schema_base_open.lo schema_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT schema_base_open.lo -MD -MP -MF .deps/schema_base_open.Tpo -c schema_base_open.c -fPIC -DPIC -o .libs/schema_base_open.o depbase=`echo schema_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT schema_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o schema_base_close.lo schema_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT schema_base_close.lo -MD -MP -MF .deps/schema_base_close.Tpo -c schema_base_close.c -fPIC -DPIC -o .libs/schema_base_close.o depbase=`echo schema_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT schema_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o schema_base_select.lo schema_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT schema_base_select.lo -MD -MP -MF .deps/schema_base_select.Tpo -c schema_base_select.c -fPIC -DPIC -o .libs/schema_base_select.o depbase=`echo schema_base_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT schema_base_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o schema_base_fns.lo schema_base_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT schema_base_fns.lo -MD -MP -MF .deps/schema_base_fns.Tpo -c schema_base_fns.c -fPIC -DPIC -o .libs/schema_base_fns.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_schema_base.la schema_base_open.lo schema_base_close.lo schema_base_select.lo schema_base_fns.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_schema_base.a .libs/schema_base_open.o .libs/schema_base_close.o .libs/schema_base_select.o .libs/schema_base_fns.o ranlib .libs/libmca_schema_base.a creating libmca_schema_base.la (cd .libs && rm -f libmca_schema_base.la && ln -s ../libmca_schema_base.la libmca_schema_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/schema/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/schema' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/schema' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/schema' Making all in sds make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/base' depbase=`echo sds_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_base_close.lo sds_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_close.lo -MD -MP -MF .deps/sds_base_close.Tpo -c sds_base_close.c -fPIC -DPIC -o .libs/sds_base_close.o depbase=`echo sds_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_base_open.lo sds_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_open.lo -MD -MP -MF .deps/sds_base_open.Tpo -c sds_base_open.c -fPIC -DPIC -o .libs/sds_base_open.o depbase=`echo sds_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_base_select.lo sds_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_select.lo -MD -MP -MF .deps/sds_base_select.Tpo -c sds_base_select.c -fPIC -DPIC -o .libs/sds_base_select.o depbase=`echo sds_base_interface.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_interface.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_base_interface.lo sds_base_interface.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_interface.lo -MD -MP -MF .deps/sds_base_interface.Tpo -c sds_base_interface.c -fPIC -DPIC -o .libs/sds_base_interface.o depbase=`echo sds_base_universe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_universe.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_base_universe.lo sds_base_universe.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_universe.lo -MD -MP -MF .deps/sds_base_universe.Tpo -c sds_base_universe.c -fPIC -DPIC -o .libs/sds_base_universe.o depbase=`echo sds_base_put.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_put.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_base_put.lo sds_base_put.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_base_put.lo -MD -MP -MF .deps/sds_base_put.Tpo -c sds_base_put.c -fPIC -DPIC -o .libs/sds_base_put.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_sds_base.la sds_base_close.lo sds_base_open.lo sds_base_select.lo sds_base_interface.lo sds_base_universe.lo sds_base_put.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_sds_base.a .libs/sds_base_close.o .libs/sds_base_open.o .libs/sds_base_select.o .libs/sds_base_interface.o .libs/sds_base_universe.o .libs/sds_base_put.o ranlib .libs/libmca_sds_base.a creating libmca_sds_base.la (cd .libs && rm -f libmca_sds_base.la && ln -s ../libmca_sds_base.la libmca_sds_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds' Making all in soh make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca/soh' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/soh/base' depbase=`echo soh_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o soh_base_close.lo soh_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_close.lo -MD -MP -MF .deps/soh_base_close.Tpo -c soh_base_close.c -fPIC -DPIC -o .libs/soh_base_close.o depbase=`echo soh_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o soh_base_select.lo soh_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_select.lo -MD -MP -MF .deps/soh_base_select.Tpo -c soh_base_select.c -fPIC -DPIC -o .libs/soh_base_select.o depbase=`echo soh_base_local_functions.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_local_functions.lo -MD -MP -MF "$depbase.Tpo" -c -o soh_base_local_functions.lo soh_base_local_functions.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_local_functions.lo -MD -MP -MF .deps/soh_base_local_functions.Tpo -c soh_base_local_functions.c -fPIC -DPIC -o .libs/soh_base_local_functions.o depbase=`echo soh_base_get_proc_soh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_get_proc_soh.lo -MD -MP -MF "$depbase.Tpo" -c -o soh_base_get_proc_soh.lo soh_base_get_proc_soh.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_get_proc_soh.lo -MD -MP -MF .deps/soh_base_get_proc_soh.Tpo -c soh_base_get_proc_soh.c -fPIC -DPIC -o .libs/soh_base_get_proc_soh.o depbase=`echo soh_base_set_proc_soh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_set_proc_soh.lo -MD -MP -MF "$depbase.Tpo" -c -o soh_base_set_proc_soh.lo soh_base_set_proc_soh.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_set_proc_soh.lo -MD -MP -MF .deps/soh_base_set_proc_soh.Tpo -c soh_base_set_proc_soh.c -fPIC -DPIC -o .libs/soh_base_set_proc_soh.o depbase=`echo soh_base_get_job_soh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_get_job_soh.lo -MD -MP -MF "$depbase.Tpo" -c -o soh_base_get_job_soh.lo soh_base_get_job_soh.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_get_job_soh.lo -MD -MP -MF .deps/soh_base_get_job_soh.Tpo -c soh_base_get_job_soh.c -fPIC -DPIC -o .libs/soh_base_get_job_soh.o depbase=`echo soh_base_set_job_soh.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_set_job_soh.lo -MD -MP -MF "$depbase.Tpo" -c -o soh_base_set_job_soh.lo soh_base_set_job_soh.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_set_job_soh.lo -MD -MP -MF .deps/soh_base_set_job_soh.Tpo -c soh_base_set_job_soh.c -fPIC -DPIC -o .libs/soh_base_set_job_soh.o depbase=`echo soh_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o soh_base_open.lo soh_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT soh_base_open.lo -MD -MP -MF .deps/soh_base_open.Tpo -c soh_base_open.c -fPIC -DPIC -o .libs/soh_base_open.o depbase=`echo data_type_support/soh_data_type_packing_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/soh_data_type_packing_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o data_type_support/soh_data_type_packing_fns.lo data_type_support/soh_data_type_packing_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir data_type_support/.libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/soh_data_type_packing_fns.lo -MD -MP -MF data_type_support/.deps/soh_data_type_packing_fns.Tpo -c data_type_support/soh_data_type_packing_fns.c -fPIC -DPIC -o data_type_support/.libs/soh_data_type_packing_fns.o depbase=`echo data_type_support/soh_data_type_unpacking_fns.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/soh_data_type_unpacking_fns.lo -MD -MP -MF "$depbase.Tpo" -c -o data_type_support/soh_data_type_unpacking_fns.lo data_type_support/soh_data_type_unpacking_fns.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT data_type_support/soh_data_type_unpacking_fns.lo -MD -MP -MF data_type_support/.deps/soh_data_type_unpacking_fns.Tpo -c data_type_support/soh_data_type_unpacking_fns.c -fPIC -DPIC -o data_type_support/.libs/soh_data_type_unpacking_fns.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_soh_base.la soh_base_close.lo soh_base_select.lo soh_base_local_functions.lo soh_base_get_proc_soh.lo soh_base_set_proc_soh.lo soh_base_get_job_soh.lo soh_base_set_job_soh.lo soh_base_open.lo data_type_support/soh_data_type_packing_fns.lo data_type_support/soh_data_type_unpacking_fns.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_soh_base.a .libs/soh_base_close.o .libs/soh_base_select.o .libs/soh_base_local_functions.o .libs/soh_base_get_proc_soh.o .libs/soh_base_set_proc_soh.o .libs/soh_base_get_job_soh.o .libs/soh_base_set_job_soh.o .libs/soh_base_open.o data_type_support/.libs/soh_data_type_packing_fns.o data_type_support/.libs/soh_data_type_unpacking_fns.o ranlib .libs/libmca_soh_base.a creating libmca_soh_base.la (cd .libs && rm -f libmca_soh_base.la && ln -s ../libmca_soh_base.la libmca_soh_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/soh/base' make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/soh' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/soh' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca/soh' make[3]: Entering directory `/root/openmpi-1.0.1/orte/mca' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/root/openmpi-1.0.1/orte/mca' make[2]: Leaving directory `/root/openmpi-1.0.1/orte/mca' Making all in runtime make[2]: Entering directory `/root/openmpi-1.0.1/orte/runtime' depbase=`echo orte_abort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_abort.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_abort.lo orte_abort.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_abort.lo -MD -MP -MF .deps/orte_abort.Tpo -c orte_abort.c -fPIC -DPIC -o .libs/orte_abort.o depbase=`echo orte_finalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_finalize.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_finalize.lo orte_finalize.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_finalize.lo -MD -MP -MF .deps/orte_finalize.Tpo -c orte_finalize.c -fPIC -DPIC -o .libs/orte_finalize.o depbase=`echo orte_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_init.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_init.lo orte_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_init.lo -MD -MP -MF .deps/orte_init.Tpo -c orte_init.c -fPIC -DPIC -o .libs/orte_init.o depbase=`echo orte_params.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_params.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_params.lo orte_params.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_params.lo -MD -MP -MF .deps/orte_params.Tpo -c orte_params.c -fPIC -DPIC -o .libs/orte_params.o depbase=`echo orte_init_stage1.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_init_stage1.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_init_stage1.lo orte_init_stage1.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_init_stage1.lo -MD -MP -MF .deps/orte_init_stage1.Tpo -c orte_init_stage1.c -fPIC -DPIC -o .libs/orte_init_stage1.o depbase=`echo orte_init_stage2.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_init_stage2.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_init_stage2.lo orte_init_stage2.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_init_stage2.lo -MD -MP -MF .deps/orte_init_stage2.Tpo -c orte_init_stage2.c -fPIC -DPIC -o .libs/orte_init_stage2.o depbase=`echo orte_monitor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_monitor.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_monitor.lo orte_monitor.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_monitor.lo -MD -MP -MF .deps/orte_monitor.Tpo -c orte_monitor.c -fPIC -DPIC -o .libs/orte_monitor.o depbase=`echo orte_restart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_restart.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_restart.lo orte_restart.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_restart.lo -MD -MP -MF .deps/orte_restart.Tpo -c orte_restart.c -fPIC -DPIC -o .libs/orte_restart.o depbase=`echo orte_setup_hnp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_setup_hnp.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_setup_hnp.lo orte_setup_hnp.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_setup_hnp.lo -MD -MP -MF .deps/orte_setup_hnp.Tpo -c orte_setup_hnp.c -fPIC -DPIC -o .libs/orte_setup_hnp.o depbase=`echo orte_system_finalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_system_finalize.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_system_finalize.lo orte_system_finalize.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_system_finalize.lo -MD -MP -MF .deps/orte_system_finalize.Tpo -c orte_system_finalize.c -fPIC -DPIC -o .libs/orte_system_finalize.o depbase=`echo orte_system_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_system_init.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_system_init.lo orte_system_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_system_init.lo -MD -MP -MF .deps/orte_system_init.Tpo -c orte_system_init.c -fPIC -DPIC -o .libs/orte_system_init.o depbase=`echo orte_universe_exists.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_universe_exists.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_universe_exists.lo orte_universe_exists.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_universe_exists.lo -MD -MP -MF .deps/orte_universe_exists.Tpo -c orte_universe_exists.c -fPIC -DPIC -o .libs/orte_universe_exists.o depbase=`echo orte_wait.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_wait.lo -MD -MP -MF "$depbase.Tpo" -c -o orte_wait.lo orte_wait.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../src/opal/event -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orte_wait.lo -MD -MP -MF .deps/orte_wait.Tpo -c orte_wait.c -fPIC -DPIC -o .libs/orte_wait.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libruntime.la orte_abort.lo orte_finalize.lo orte_init.lo orte_params.lo orte_init_stage1.lo orte_init_stage2.lo orte_monitor.lo orte_restart.lo orte_setup_hnp.lo orte_system_finalize.lo orte_system_init.lo orte_universe_exists.lo orte_wait.lo -lm -lutil -lnsl -lpthread ar cru .libs/libruntime.a .libs/orte_abort.o .libs/orte_finalize.o .libs/orte_init.o .libs/orte_params.o .libs/orte_init_stage1.o .libs/orte_init_stage2.o .libs/orte_monitor.o .libs/orte_restart.o .libs/orte_setup_hnp.o .libs/orte_system_finalize.o .libs/orte_system_init.o .libs/orte_universe_exists.o .libs/orte_wait.o ranlib .libs/libruntime.a creating libruntime.la (cd .libs && rm -f libruntime.la && ln -s ../libruntime.la libruntime.la) make[2]: Leaving directory `/root/openmpi-1.0.1/orte/runtime' Making all in util make[2]: Entering directory `/root/openmpi-1.0.1/orte/util' depbase=`echo proc_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT proc_info.lo -MD -MP -MF "$depbase.Tpo" -c -o proc_info.lo proc_info.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT proc_info.lo -MD -MP -MF .deps/proc_info.Tpo -c proc_info.c -fPIC -DPIC -o .libs/proc_info.o depbase=`echo session_dir.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT session_dir.lo -MD -MP -MF "$depbase.Tpo" -c -o session_dir.lo session_dir.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT session_dir.lo -MD -MP -MF .deps/session_dir.Tpo -c session_dir.c -fPIC -DPIC -o .libs/session_dir.o depbase=`echo sys_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sys_info.lo -MD -MP -MF "$depbase.Tpo" -c -o sys_info.lo sys_info.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sys_info.lo -MD -MP -MF .deps/sys_info.Tpo -c sys_info.c -fPIC -DPIC -o .libs/sys_info.o depbase=`echo universe_setup_file_io.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT universe_setup_file_io.lo -MD -MP -MF "$depbase.Tpo" -c -o universe_setup_file_io.lo universe_setup_file_io.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT universe_setup_file_io.lo -MD -MP -MF .deps/universe_setup_file_io.Tpo -c universe_setup_file_io.c -fPIC -DPIC -o .libs/universe_setup_file_io.o depbase=`echo univ_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT univ_info.lo -MD -MP -MF "$depbase.Tpo" -c -o univ_info.lo univ_info.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -DOMPI_PKGDATADIR=\"/usr/local/share/openmpi\" -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT univ_info.lo -MD -MP -MF .deps/univ_info.Tpo -c univ_info.c -fPIC -DPIC -o .libs/univ_info.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o liborteutil.la proc_info.lo session_dir.lo sys_info.lo universe_setup_file_io.lo univ_info.lo -lm -lutil -lnsl -lpthread ar cru .libs/liborteutil.a .libs/proc_info.o .libs/session_dir.o .libs/sys_info.o .libs/universe_setup_file_io.o .libs/univ_info.o ranlib .libs/liborteutil.a creating liborteutil.la (cd .libs && rm -f liborteutil.la && ln -s ../liborteutil.la liborteutil.la) make[2]: Leaving directory `/root/openmpi-1.0.1/orte/util' Making all in . make[2]: Entering directory `/root/openmpi-1.0.1/orte' /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o liborte.la -rpath /usr/local/lib class/libclass.la dps/libdps.la runtime/libruntime.la util/liborteutil.la mca/errmgr/base/libmca_errmgr_base.la mca/gpr/base/libmca_gpr_base.la mca/iof/base/libmca_iof_base.la mca/ns/base/libmca_ns_base.la mca/oob/base/libmca_oob_base.la mca/pls/base/libmca_pls_base.la mca/ras/base/libmca_ras_base.la mca/rds/base/libmca_rds_base.la mca/rmaps/base/libmca_rmaps_base.la mca/rmgr/base/libmca_rmgr_base.la mca/rml/base/libmca_rml_base.la mca/schema/base/libmca_schema_base.la mca/sds/base/libmca_sds_base.la mca/soh/base/libmca_soh_base.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread mkdir .libs gcc -shared -Wl,--whole-archive class/.libs/libclass.a dps/.libs/libdps.a runtime/.libs/libruntime.a util/.libs/liborteutil.a mca/errmgr/base/.libs/libmca_errmgr_base.a mca/gpr/base/.libs/libmca_gpr_base.a mca/iof/base/.libs/libmca_iof_base.a mca/ns/base/.libs/libmca_ns_base.a mca/oob/base/.libs/libmca_oob_base.a mca/pls/base/.libs/libmca_pls_base.a mca/ras/base/.libs/libmca_ras_base.a mca/rds/base/.libs/libmca_rds_base.a mca/rmaps/base/.libs/libmca_rmaps_base.a mca/rmgr/base/.libs/libmca_rmgr_base.a mca/rml/base/.libs/libmca_rml_base.a mca/schema/base/.libs/libmca_schema_base.a mca/sds/base/.libs/libmca_sds_base.a mca/soh/base/.libs/libmca_soh_base.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,liborte.so.0 -o .libs/liborte.so.0.0.0 (cd .libs && rm -f liborte.so.0 && ln -s liborte.so.0.0.0 liborte.so.0) (cd .libs && rm -f liborte.so && ln -s liborte.so.0.0.0 liborte.so) creating liborte.la (cd .libs && rm -f liborte.la && ln -s ../liborte.la liborte.la) make[2]: Leaving directory `/root/openmpi-1.0.1/orte' Making all in dynamic-mca make[2]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca' Making all in errmgr make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/errmgr' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/errmgr' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/errmgr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/errmgr' Making all in gpr make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/gpr' Making all in null make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/null' depbase=`echo gpr_null_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_null_component.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_null_component.lo gpr_null_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_null_component.lo -MD -MP -MF .deps/gpr_null_component.Tpo -c gpr_null_component.c -fPIC -DPIC -o .libs/gpr_null_component.o depbase=`echo gpr_null.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_null.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_null.lo gpr_null.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_null.lo -MD -MP -MF .deps/gpr_null.Tpo -c gpr_null.c -fPIC -DPIC -o .libs/gpr_null.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_gpr_null.la -rpath /usr/local/lib/openmpi -module -avoid-version gpr_null_component.lo gpr_null.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/gpr_null_component.o .libs/gpr_null.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_gpr_null.so -o .libs/mca_gpr_null.so creating mca_gpr_null.la (cd .libs && rm -f mca_gpr_null.la && ln -s ../mca_gpr_null.la mca_gpr_null.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/null' Making all in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/proxy' depbase=`echo gpr_proxy_arithmetic_ops.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_arithmetic_ops.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_arithmetic_ops.lo gpr_proxy_arithmetic_ops.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_arithmetic_ops.lo -MD -MP -MF .deps/gpr_proxy_arithmetic_ops.Tpo -c gpr_proxy_arithmetic_ops.c -fPIC -DPIC -o .libs/gpr_proxy_arithmetic_ops.o depbase=`echo gpr_proxy_cleanup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_cleanup.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_cleanup.lo gpr_proxy_cleanup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_cleanup.lo -MD -MP -MF .deps/gpr_proxy_cleanup.Tpo -c gpr_proxy_cleanup.c -fPIC -DPIC -o .libs/gpr_proxy_cleanup.o depbase=`echo gpr_proxy_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_component.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_component.lo gpr_proxy_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_component.lo -MD -MP -MF .deps/gpr_proxy_component.Tpo -c gpr_proxy_component.c -fPIC -DPIC -o .libs/gpr_proxy_component.o depbase=`echo gpr_proxy_compound_cmd.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_compound_cmd.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_compound_cmd.lo gpr_proxy_compound_cmd.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_compound_cmd.lo -MD -MP -MF .deps/gpr_proxy_compound_cmd.Tpo -c gpr_proxy_compound_cmd.c -fPIC -DPIC -o .libs/gpr_proxy_compound_cmd.o depbase=`echo gpr_proxy_del_index.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_del_index.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_del_index.lo gpr_proxy_del_index.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_del_index.lo -MD -MP -MF .deps/gpr_proxy_del_index.Tpo -c gpr_proxy_del_index.c -fPIC -DPIC -o .libs/gpr_proxy_del_index.o depbase=`echo gpr_proxy_deliver_notify_msg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_deliver_notify_msg.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_deliver_notify_msg.lo gpr_proxy_deliver_notify_msg.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_deliver_notify_msg.lo -MD -MP -MF .deps/gpr_proxy_deliver_notify_msg.Tpo -c gpr_proxy_deliver_notify_msg.c -fPIC -DPIC -o .libs/gpr_proxy_deliver_notify_msg.o depbase=`echo gpr_proxy_dump.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_dump.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_dump.lo gpr_proxy_dump.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_dump.lo -MD -MP -MF .deps/gpr_proxy_dump.Tpo -c gpr_proxy_dump.c -fPIC -DPIC -o .libs/gpr_proxy_dump.o depbase=`echo gpr_proxy_dump_local_trigs_subs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_dump_local_trigs_subs.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_dump_local_trigs_subs.lo gpr_proxy_dump_local_trigs_subs.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_dump_local_trigs_subs.lo -MD -MP -MF .deps/gpr_proxy_dump_local_trigs_subs.Tpo -c gpr_proxy_dump_local_trigs_subs.c -fPIC -DPIC -o .libs/gpr_proxy_dump_local_trigs_subs.o depbase=`echo gpr_proxy_general_operations.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_general_operations.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_general_operations.lo gpr_proxy_general_operations.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_general_operations.lo -MD -MP -MF .deps/gpr_proxy_general_operations.Tpo -c gpr_proxy_general_operations.c -fPIC -DPIC -o .libs/gpr_proxy_general_operations.o depbase=`echo gpr_proxy_internals.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_internals.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_internals.lo gpr_proxy_internals.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_internals.lo -MD -MP -MF .deps/gpr_proxy_internals.Tpo -c gpr_proxy_internals.c -fPIC -DPIC -o .libs/gpr_proxy_internals.o depbase=`echo gpr_proxy_put_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_put_get.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_put_get.lo gpr_proxy_put_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_put_get.lo -MD -MP -MF .deps/gpr_proxy_put_get.Tpo -c gpr_proxy_put_get.c -fPIC -DPIC -o .libs/gpr_proxy_put_get.o depbase=`echo gpr_proxy_subscribe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_subscribe.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_proxy_subscribe.lo gpr_proxy_subscribe.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_proxy_subscribe.lo -MD -MP -MF .deps/gpr_proxy_subscribe.Tpo -c gpr_proxy_subscribe.c -fPIC -DPIC -o .libs/gpr_proxy_subscribe.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_gpr_proxy.la -rpath /usr/local/lib/openmpi -module -avoid-version gpr_proxy_arithmetic_ops.lo gpr_proxy_cleanup.lo gpr_proxy_component.lo gpr_proxy_compound_cmd.lo gpr_proxy_del_index.lo gpr_proxy_deliver_notify_msg.lo gpr_proxy_dump.lo gpr_proxy_dump_local_trigs_subs.lo gpr_proxy_general_operations.lo gpr_proxy_internals.lo gpr_proxy_put_get.lo gpr_proxy_subscribe.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/gpr_proxy_arithmetic_ops.o .libs/gpr_proxy_cleanup.o .libs/gpr_proxy_component.o .libs/gpr_proxy_compound_cmd.o .libs/gpr_proxy_del_index.o .libs/gpr_proxy_deliver_notify_msg.o .libs/gpr_proxy_dump.o .libs/gpr_proxy_dump_local_trigs_subs.o .libs/gpr_proxy_general_operations.o .libs/gpr_proxy_internals.o .libs/gpr_proxy_put_get.o .libs/gpr_proxy_subscribe.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_gpr_proxy.so -o .libs/mca_gpr_proxy.so creating mca_gpr_proxy.la (cd .libs && rm -f mca_gpr_proxy.la && ln -s ../mca_gpr_proxy.la mca_gpr_proxy.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/proxy' Making all in replica make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica' Making all in api_layer make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/api_layer' depbase=`echo gpr_replica_segment_ops_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_segment_ops_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_segment_ops_api.lo gpr_replica_segment_ops_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_segment_ops_api.lo -MD -MP -MF .deps/gpr_replica_segment_ops_api.Tpo -c gpr_replica_segment_ops_api.c -fPIC -DPIC -o .libs/gpr_replica_segment_ops_api.o depbase=`echo gpr_replica_cleanup_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_cleanup_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_cleanup_api.lo gpr_replica_cleanup_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_cleanup_api.lo -MD -MP -MF .deps/gpr_replica_cleanup_api.Tpo -c gpr_replica_cleanup_api.c -fPIC -DPIC -o .libs/gpr_replica_cleanup_api.o depbase=`echo gpr_replica_compound_cmd_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_compound_cmd_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_compound_cmd_api.lo gpr_replica_compound_cmd_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_compound_cmd_api.lo -MD -MP -MF .deps/gpr_replica_compound_cmd_api.Tpo -c gpr_replica_compound_cmd_api.c -fPIC -DPIC -o .libs/gpr_replica_compound_cmd_api.o depbase=`echo gpr_replica_del_index_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_del_index_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_del_index_api.lo gpr_replica_del_index_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_del_index_api.lo -MD -MP -MF .deps/gpr_replica_del_index_api.Tpo -c gpr_replica_del_index_api.c -fPIC -DPIC -o .libs/gpr_replica_del_index_api.o depbase=`echo gpr_replica_deliver_notify_msg_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_deliver_notify_msg_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_deliver_notify_msg_api.lo gpr_replica_deliver_notify_msg_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_deliver_notify_msg_api.lo -MD -MP -MF .deps/gpr_replica_deliver_notify_msg_api.Tpo -c gpr_replica_deliver_notify_msg_api.c -fPIC -DPIC -o .libs/gpr_replica_deliver_notify_msg_api.o depbase=`echo gpr_replica_dump_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dump_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_dump_api.lo gpr_replica_dump_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dump_api.lo -MD -MP -MF .deps/gpr_replica_dump_api.Tpo -c gpr_replica_dump_api.c -fPIC -DPIC -o .libs/gpr_replica_dump_api.o depbase=`echo gpr_replica_dump_local_trigs_subs_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dump_local_trigs_subs_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_dump_local_trigs_subs_api.lo gpr_replica_dump_local_trigs_subs_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dump_local_trigs_subs_api.lo -MD -MP -MF .deps/gpr_replica_dump_local_trigs_subs_api.Tpo -c gpr_replica_dump_local_trigs_subs_api.c -fPIC -DPIC -o .libs/gpr_replica_dump_local_trigs_subs_api.o depbase=`echo gpr_replica_arithmetic_ops_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_arithmetic_ops_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_arithmetic_ops_api.lo gpr_replica_arithmetic_ops_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_arithmetic_ops_api.lo -MD -MP -MF .deps/gpr_replica_arithmetic_ops_api.Tpo -c gpr_replica_arithmetic_ops_api.c -fPIC -DPIC -o .libs/gpr_replica_arithmetic_ops_api.o depbase=`echo gpr_replica_put_get_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_put_get_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_put_get_api.lo gpr_replica_put_get_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_put_get_api.lo -MD -MP -MF .deps/gpr_replica_put_get_api.Tpo -c gpr_replica_put_get_api.c -fPIC -DPIC -o .libs/gpr_replica_put_get_api.o depbase=`echo gpr_replica_subscribe_api.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_subscribe_api.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_subscribe_api.lo gpr_replica_subscribe_api.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_subscribe_api.lo -MD -MP -MF .deps/gpr_replica_subscribe_api.Tpo -c gpr_replica_subscribe_api.c -fPIC -DPIC -o .libs/gpr_replica_subscribe_api.o /bin/sh ../../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_gpr_replica_api.la gpr_replica_segment_ops_api.lo gpr_replica_cleanup_api.lo gpr_replica_compound_cmd_api.lo gpr_replica_del_index_api.lo gpr_replica_deliver_notify_msg_api.lo gpr_replica_dump_api.lo gpr_replica_dump_local_trigs_subs_api.lo gpr_replica_arithmetic_ops_api.lo gpr_replica_put_get_api.lo gpr_replica_subscribe_api.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_gpr_replica_api.a .libs/gpr_replica_segment_ops_api.o .libs/gpr_replica_cleanup_api.o .libs/gpr_replica_compound_cmd_api.o .libs/gpr_replica_del_index_api.o .libs/gpr_replica_deliver_notify_msg_api.o .libs/gpr_replica_dump_api.o .libs/gpr_replica_dump_local_trigs_subs_api.o .libs/gpr_replica_arithmetic_ops_api.o .libs/gpr_replica_put_get_api.o .libs/gpr_replica_subscribe_api.o ranlib .libs/libmca_gpr_replica_api.a creating libmca_gpr_replica_api.la (cd .libs && rm -f libmca_gpr_replica_api.la && ln -s ../libmca_gpr_replica_api.la libmca_gpr_replica_api.la) make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/api_layer' Making all in functional_layer make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/functional_layer' depbase=`echo gpr_replica_arithmetic_ops_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_arithmetic_ops_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_arithmetic_ops_fn.lo gpr_replica_arithmetic_ops_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_arithmetic_ops_fn.lo -MD -MP -MF .deps/gpr_replica_arithmetic_ops_fn.Tpo -c gpr_replica_arithmetic_ops_fn.c -fPIC -DPIC -o .libs/gpr_replica_arithmetic_ops_fn.o depbase=`echo gpr_replica_cleanup_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_cleanup_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_cleanup_fn.lo gpr_replica_cleanup_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_cleanup_fn.lo -MD -MP -MF .deps/gpr_replica_cleanup_fn.Tpo -c gpr_replica_cleanup_fn.c -fPIC -DPIC -o .libs/gpr_replica_cleanup_fn.o depbase=`echo gpr_replica_del_index_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_del_index_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_del_index_fn.lo gpr_replica_del_index_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_del_index_fn.lo -MD -MP -MF .deps/gpr_replica_del_index_fn.Tpo -c gpr_replica_del_index_fn.c -fPIC -DPIC -o .libs/gpr_replica_del_index_fn.o depbase=`echo gpr_replica_dict_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dict_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_dict_fn.lo gpr_replica_dict_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dict_fn.lo -MD -MP -MF .deps/gpr_replica_dict_fn.Tpo -c gpr_replica_dict_fn.c -fPIC -DPIC -o .libs/gpr_replica_dict_fn.o depbase=`echo gpr_replica_dump_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dump_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_dump_fn.lo gpr_replica_dump_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dump_fn.lo -MD -MP -MF .deps/gpr_replica_dump_fn.Tpo -c gpr_replica_dump_fn.c -fPIC -DPIC -o .libs/gpr_replica_dump_fn.o depbase=`echo gpr_replica_local_trig_ops_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_local_trig_ops_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_local_trig_ops_fn.lo gpr_replica_local_trig_ops_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_local_trig_ops_fn.lo -MD -MP -MF .deps/gpr_replica_local_trig_ops_fn.Tpo -c gpr_replica_local_trig_ops_fn.c -fPIC -DPIC -o .libs/gpr_replica_local_trig_ops_fn.o depbase=`echo gpr_replica_messaging_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_messaging_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_messaging_fn.lo gpr_replica_messaging_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_messaging_fn.lo -MD -MP -MF .deps/gpr_replica_messaging_fn.Tpo -c gpr_replica_messaging_fn.c -fPIC -DPIC -o .libs/gpr_replica_messaging_fn.o depbase=`echo gpr_replica_put_get_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_put_get_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_put_get_fn.lo gpr_replica_put_get_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_put_get_fn.lo -MD -MP -MF .deps/gpr_replica_put_get_fn.Tpo -c gpr_replica_put_get_fn.c -fPIC -DPIC -o .libs/gpr_replica_put_get_fn.o depbase=`echo gpr_replica_segment_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_segment_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_segment_fn.lo gpr_replica_segment_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_segment_fn.lo -MD -MP -MF .deps/gpr_replica_segment_fn.Tpo -c gpr_replica_segment_fn.c -fPIC -DPIC -o .libs/gpr_replica_segment_fn.o depbase=`echo gpr_replica_subscribe_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_subscribe_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_subscribe_fn.lo gpr_replica_subscribe_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_subscribe_fn.lo -MD -MP -MF .deps/gpr_replica_subscribe_fn.Tpo -c gpr_replica_subscribe_fn.c -fPIC -DPIC -o .libs/gpr_replica_subscribe_fn.o depbase=`echo gpr_replica_trig_ops_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_trig_ops_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_trig_ops_fn.lo gpr_replica_trig_ops_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_trig_ops_fn.lo -MD -MP -MF .deps/gpr_replica_trig_ops_fn.Tpo -c gpr_replica_trig_ops_fn.c -fPIC -DPIC -o .libs/gpr_replica_trig_ops_fn.o /bin/sh ../../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_gpr_replica_fn.la gpr_replica_arithmetic_ops_fn.lo gpr_replica_cleanup_fn.lo gpr_replica_del_index_fn.lo gpr_replica_dict_fn.lo gpr_replica_dump_fn.lo gpr_replica_local_trig_ops_fn.lo gpr_replica_messaging_fn.lo gpr_replica_put_get_fn.lo gpr_replica_segment_fn.lo gpr_replica_subscribe_fn.lo gpr_replica_trig_ops_fn.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_gpr_replica_fn.a .libs/gpr_replica_arithmetic_ops_fn.o .libs/gpr_replica_cleanup_fn.o .libs/gpr_replica_del_index_fn.o .libs/gpr_replica_dict_fn.o .libs/gpr_replica_dump_fn.o .libs/gpr_replica_local_trig_ops_fn.o .libs/gpr_replica_messaging_fn.o .libs/gpr_replica_put_get_fn.o .libs/gpr_replica_segment_fn.o .libs/gpr_replica_subscribe_fn.o .libs/gpr_replica_trig_ops_fn.o ranlib .libs/libmca_gpr_replica_fn.a creating libmca_gpr_replica_fn.la (cd .libs && rm -f libmca_gpr_replica_fn.la && ln -s ../libmca_gpr_replica_fn.la libmca_gpr_replica_fn.la) make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/functional_layer' Making all in transition_layer make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/transition_layer' depbase=`echo gpr_replica_dict_tl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dict_tl.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_dict_tl.lo gpr_replica_dict_tl.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dict_tl.lo -MD -MP -MF .deps/gpr_replica_dict_tl.Tpo -c gpr_replica_dict_tl.c -fPIC -DPIC -o .libs/gpr_replica_dict_tl.o depbase=`echo gpr_replica_segment_tl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_segment_tl.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_segment_tl.lo gpr_replica_segment_tl.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_segment_tl.lo -MD -MP -MF .deps/gpr_replica_segment_tl.Tpo -c gpr_replica_segment_tl.c -fPIC -DPIC -o .libs/gpr_replica_segment_tl.o /bin/sh ../../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_gpr_replica_tl.la gpr_replica_dict_tl.lo gpr_replica_segment_tl.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_gpr_replica_tl.a .libs/gpr_replica_dict_tl.o .libs/gpr_replica_segment_tl.o ranlib .libs/libmca_gpr_replica_tl.a creating libmca_gpr_replica_tl.la (cd .libs && rm -f libmca_gpr_replica_tl.la && ln -s ../libmca_gpr_replica_tl.la libmca_gpr_replica_tl.la) make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/transition_layer' Making all in communications make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/communications' depbase=`echo gpr_replica_recv_proxy_msgs.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_recv_proxy_msgs.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_recv_proxy_msgs.lo gpr_replica_recv_proxy_msgs.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_recv_proxy_msgs.lo -MD -MP -MF .deps/gpr_replica_recv_proxy_msgs.Tpo -c gpr_replica_recv_proxy_msgs.c -fPIC -DPIC -o .libs/gpr_replica_recv_proxy_msgs.o depbase=`echo gpr_replica_remote_msg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_remote_msg.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_remote_msg.lo gpr_replica_remote_msg.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_remote_msg.lo -MD -MP -MF .deps/gpr_replica_remote_msg.Tpo -c gpr_replica_remote_msg.c -fPIC -DPIC -o .libs/gpr_replica_remote_msg.o depbase=`echo gpr_replica_cmd_processor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_cmd_processor.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_cmd_processor.lo gpr_replica_cmd_processor.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_cmd_processor.lo -MD -MP -MF .deps/gpr_replica_cmd_processor.Tpo -c gpr_replica_cmd_processor.c -fPIC -DPIC -o .libs/gpr_replica_cmd_processor.o depbase=`echo gpr_replica_compound_cmd_cm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_compound_cmd_cm.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_compound_cmd_cm.lo gpr_replica_compound_cmd_cm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_compound_cmd_cm.lo -MD -MP -MF .deps/gpr_replica_compound_cmd_cm.Tpo -c gpr_replica_compound_cmd_cm.c -fPIC -DPIC -o .libs/gpr_replica_compound_cmd_cm.o depbase=`echo gpr_replica_cleanup_cm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_cleanup_cm.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_cleanup_cm.lo gpr_replica_cleanup_cm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_cleanup_cm.lo -MD -MP -MF .deps/gpr_replica_cleanup_cm.Tpo -c gpr_replica_cleanup_cm.c -fPIC -DPIC -o .libs/gpr_replica_cleanup_cm.o depbase=`echo gpr_replica_del_index_cm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_del_index_cm.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_del_index_cm.lo gpr_replica_del_index_cm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_del_index_cm.lo -MD -MP -MF .deps/gpr_replica_del_index_cm.Tpo -c gpr_replica_del_index_cm.c -fPIC -DPIC -o .libs/gpr_replica_del_index_cm.o depbase=`echo gpr_replica_dump_cm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dump_cm.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_dump_cm.lo gpr_replica_dump_cm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_dump_cm.lo -MD -MP -MF .deps/gpr_replica_dump_cm.Tpo -c gpr_replica_dump_cm.c -fPIC -DPIC -o .libs/gpr_replica_dump_cm.o depbase=`echo gpr_replica_arithmetic_ops_cm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_arithmetic_ops_cm.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_arithmetic_ops_cm.lo gpr_replica_arithmetic_ops_cm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_arithmetic_ops_cm.lo -MD -MP -MF .deps/gpr_replica_arithmetic_ops_cm.Tpo -c gpr_replica_arithmetic_ops_cm.c -fPIC -DPIC -o .libs/gpr_replica_arithmetic_ops_cm.o depbase=`echo gpr_replica_put_get_cm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_put_get_cm.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_put_get_cm.lo gpr_replica_put_get_cm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_put_get_cm.lo -MD -MP -MF .deps/gpr_replica_put_get_cm.Tpo -c gpr_replica_put_get_cm.c -fPIC -DPIC -o .libs/gpr_replica_put_get_cm.o depbase=`echo gpr_replica_subscribe_cm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_subscribe_cm.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_subscribe_cm.lo gpr_replica_subscribe_cm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../../include -I../../../../../include -I../../../../../include -I../../../../.. -I../../../../.. -I../../../../../include -I../../../../../opal -I../../../../../orte -I../../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_subscribe_cm.lo -MD -MP -MF .deps/gpr_replica_subscribe_cm.Tpo -c gpr_replica_subscribe_cm.c -fPIC -DPIC -o .libs/gpr_replica_subscribe_cm.o /bin/sh ../../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_gpr_replica_comm.la gpr_replica_recv_proxy_msgs.lo gpr_replica_remote_msg.lo gpr_replica_cmd_processor.lo gpr_replica_compound_cmd_cm.lo gpr_replica_cleanup_cm.lo gpr_replica_del_index_cm.lo gpr_replica_dump_cm.lo gpr_replica_arithmetic_ops_cm.lo gpr_replica_put_get_cm.lo gpr_replica_subscribe_cm.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_gpr_replica_comm.a .libs/gpr_replica_recv_proxy_msgs.o .libs/gpr_replica_remote_msg.o .libs/gpr_replica_cmd_processor.o .libs/gpr_replica_compound_cmd_cm.o .libs/gpr_replica_cleanup_cm.o .libs/gpr_replica_del_index_cm.o .libs/gpr_replica_dump_cm.o .libs/gpr_replica_arithmetic_ops_cm.o .libs/gpr_replica_put_get_cm.o .libs/gpr_replica_subscribe_cm.o ranlib .libs/libmca_gpr_replica_comm.a creating libmca_gpr_replica_comm.la (cd .libs && rm -f libmca_gpr_replica_comm.la && ln -s ../libmca_gpr_replica_comm.la libmca_gpr_replica_comm.la) make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica/communications' make[5]: Entering directory `/root/openmpi-1.0.1/orte/mca/gpr/replica' depbase=`echo gpr_replica_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_component.lo -MD -MP -MF "$depbase.Tpo" -c -o gpr_replica_component.lo gpr_replica_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT gpr_replica_component.lo -MD -MP -MF .deps/gpr_replica_component.Tpo -c gpr_replica_component.c -fPIC -DPIC -o .libs/gpr_replica_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_gpr_replica.la -rpath /usr/local/lib/openmpi -module -avoid-version gpr_replica_component.lo api_layer/libmca_gpr_replica_api.la transition_layer/libmca_gpr_replica_tl.la functional_layer/libmca_gpr_replica_fn.la communications/libmca_gpr_replica_comm.la /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/gpr_replica_component.o -Wl,--whole-archive api_layer/.libs/libmca_gpr_replica_api.a transition_layer/.libs/libmca_gpr_replica_tl.a functional_layer/.libs/libmca_gpr_replica_fn.a communications/.libs/libmca_gpr_replica_comm.a -Wl,--no-whole-archive -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_gpr_replica.so -o .libs/mca_gpr_replica.so creating mca_gpr_replica.la (cd .libs && rm -f mca_gpr_replica.la && ln -s ../mca_gpr_replica.la mca_gpr_replica.la) make[5]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica' make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/gpr/replica' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/gpr' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/gpr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/gpr' Making all in iof make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/iof' Making all in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof/proxy' depbase=`echo iof_proxy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_proxy.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_proxy.lo iof_proxy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_proxy.lo -MD -MP -MF .deps/iof_proxy.Tpo -c iof_proxy.c -fPIC -DPIC -o .libs/iof_proxy.o depbase=`echo iof_proxy_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_proxy_component.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_proxy_component.lo iof_proxy_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_proxy_component.lo -MD -MP -MF .deps/iof_proxy_component.Tpo -c iof_proxy_component.c -fPIC -DPIC -o .libs/iof_proxy_component.o depbase=`echo iof_proxy_svc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_proxy_svc.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_proxy_svc.lo iof_proxy_svc.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_proxy_svc.lo -MD -MP -MF .deps/iof_proxy_svc.Tpo -c iof_proxy_svc.c -fPIC -DPIC -o .libs/iof_proxy_svc.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_iof_proxy.la -rpath /usr/local/lib/openmpi -module -avoid-version iof_proxy.lo iof_proxy_component.lo iof_proxy_svc.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/iof_proxy.o .libs/iof_proxy_component.o .libs/iof_proxy_svc.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_iof_proxy.so -o .libs/mca_iof_proxy.so creating mca_iof_proxy.la (cd .libs && rm -f mca_iof_proxy.la && ln -s ../mca_iof_proxy.la mca_iof_proxy.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof/proxy' Making all in svc make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/iof/svc' depbase=`echo iof_svc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_svc.lo iof_svc.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc.lo -MD -MP -MF .deps/iof_svc.Tpo -c iof_svc.c -fPIC -DPIC -o .libs/iof_svc.o depbase=`echo iof_svc_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc_component.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_svc_component.lo iof_svc_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc_component.lo -MD -MP -MF .deps/iof_svc_component.Tpo -c iof_svc_component.c -fPIC -DPIC -o .libs/iof_svc_component.o depbase=`echo iof_svc_proxy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc_proxy.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_svc_proxy.lo iof_svc_proxy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc_proxy.lo -MD -MP -MF .deps/iof_svc_proxy.Tpo -c iof_svc_proxy.c -fPIC -DPIC -o .libs/iof_svc_proxy.o depbase=`echo iof_svc_pub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc_pub.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_svc_pub.lo iof_svc_pub.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc_pub.lo -MD -MP -MF .deps/iof_svc_pub.Tpo -c iof_svc_pub.c -fPIC -DPIC -o .libs/iof_svc_pub.o depbase=`echo iof_svc_sub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc_sub.lo -MD -MP -MF "$depbase.Tpo" -c -o iof_svc_sub.lo iof_svc_sub.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT iof_svc_sub.lo -MD -MP -MF .deps/iof_svc_sub.Tpo -c iof_svc_sub.c -fPIC -DPIC -o .libs/iof_svc_sub.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_iof_svc.la -rpath /usr/local/lib/openmpi -module -avoid-version iof_svc.lo iof_svc_component.lo iof_svc_proxy.lo iof_svc_pub.lo iof_svc_sub.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/iof_svc.o .libs/iof_svc_component.o .libs/iof_svc_proxy.o .libs/iof_svc_pub.o .libs/iof_svc_sub.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_iof_svc.so -o .libs/mca_iof_svc.so creating mca_iof_svc.la (cd .libs && rm -f mca_iof_svc.la && ln -s ../mca_iof_svc.la mca_iof_svc.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/iof/svc' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/iof' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/iof' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/iof' Making all in ns make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/ns' Making all in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns/proxy' depbase=`echo src/ns_proxy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT src/ns_proxy.lo -MD -MP -MF "$depbase.Tpo" -c -o src/ns_proxy.lo src/ns_proxy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir src/.libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT src/ns_proxy.lo -MD -MP -MF src/.deps/ns_proxy.Tpo -c src/ns_proxy.c -fPIC -DPIC -o src/.libs/ns_proxy.o depbase=`echo src/ns_proxy_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT src/ns_proxy_component.lo -MD -MP -MF "$depbase.Tpo" -c -o src/ns_proxy_component.lo src/ns_proxy_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT src/ns_proxy_component.lo -MD -MP -MF src/.deps/ns_proxy_component.Tpo -c src/ns_proxy_component.c -fPIC -DPIC -o src/.libs/ns_proxy_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_ns_proxy.la -rpath /usr/local/lib/openmpi -module -avoid-version src/ns_proxy.lo src/ns_proxy_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread mkdir .libs gcc -shared src/.libs/ns_proxy.o src/.libs/ns_proxy_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_ns_proxy.so -o .libs/mca_ns_proxy.so creating mca_ns_proxy.la (cd .libs && rm -f mca_ns_proxy.la && ln -s ../mca_ns_proxy.la mca_ns_proxy.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns/proxy' Making all in replica make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ns/replica' depbase=`echo src/ns_replica.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT src/ns_replica.lo -MD -MP -MF "$depbase.Tpo" -c -o src/ns_replica.lo src/ns_replica.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir src/.libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT src/ns_replica.lo -MD -MP -MF src/.deps/ns_replica.Tpo -c src/ns_replica.c -fPIC -DPIC -o src/.libs/ns_replica.o depbase=`echo src/ns_replica_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT src/ns_replica_component.lo -MD -MP -MF "$depbase.Tpo" -c -o src/ns_replica_component.lo src/ns_replica_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT src/ns_replica_component.lo -MD -MP -MF src/.deps/ns_replica_component.Tpo -c src/ns_replica_component.c -fPIC -DPIC -o src/.libs/ns_replica_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_ns_replica.la -rpath /usr/local/lib/openmpi -module -avoid-version src/ns_replica.lo src/ns_replica_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread mkdir .libs gcc -shared src/.libs/ns_replica.o src/.libs/ns_replica_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_ns_replica.so -o .libs/mca_ns_replica.so creating mca_ns_replica.la (cd .libs && rm -f mca_ns_replica.la && ln -s ../mca_ns_replica.la mca_ns_replica.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ns/replica' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/ns' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/ns' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/ns' Making all in oob make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/oob' Making all in tcp make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/oob/tcp' depbase=`echo oob_tcp.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_tcp.lo oob_tcp.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp.lo -MD -MP -MF .deps/oob_tcp.Tpo -c oob_tcp.c -fPIC -DPIC -o .libs/oob_tcp.o depbase=`echo oob_tcp_addr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_addr.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_tcp_addr.lo oob_tcp_addr.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_addr.lo -MD -MP -MF .deps/oob_tcp_addr.Tpo -c oob_tcp_addr.c -fPIC -DPIC -o .libs/oob_tcp_addr.o depbase=`echo oob_tcp_msg.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_msg.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_tcp_msg.lo oob_tcp_msg.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_msg.lo -MD -MP -MF .deps/oob_tcp_msg.Tpo -c oob_tcp_msg.c -fPIC -DPIC -o .libs/oob_tcp_msg.o depbase=`echo oob_tcp_peer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_peer.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_tcp_peer.lo oob_tcp_peer.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_peer.lo -MD -MP -MF .deps/oob_tcp_peer.Tpo -c oob_tcp_peer.c -fPIC -DPIC -o .libs/oob_tcp_peer.o depbase=`echo oob_tcp_ping.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_ping.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_tcp_ping.lo oob_tcp_ping.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_ping.lo -MD -MP -MF .deps/oob_tcp_ping.Tpo -c oob_tcp_ping.c -fPIC -DPIC -o .libs/oob_tcp_ping.o depbase=`echo oob_tcp_recv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_recv.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_tcp_recv.lo oob_tcp_recv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_recv.lo -MD -MP -MF .deps/oob_tcp_recv.Tpo -c oob_tcp_recv.c -fPIC -DPIC -o .libs/oob_tcp_recv.o depbase=`echo oob_tcp_send.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_send.lo -MD -MP -MF "$depbase.Tpo" -c -o oob_tcp_send.lo oob_tcp_send.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT oob_tcp_send.lo -MD -MP -MF .deps/oob_tcp_send.Tpo -c oob_tcp_send.c -fPIC -DPIC -o .libs/oob_tcp_send.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_oob_tcp.la -rpath /usr/local/lib/openmpi -module -avoid-version oob_tcp.lo oob_tcp_addr.lo oob_tcp_msg.lo oob_tcp_peer.lo oob_tcp_ping.lo oob_tcp_recv.lo oob_tcp_send.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/oob_tcp.o .libs/oob_tcp_addr.o .libs/oob_tcp_msg.o .libs/oob_tcp_peer.o .libs/oob_tcp_ping.o .libs/oob_tcp_recv.o .libs/oob_tcp_send.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_oob_tcp.so -o .libs/mca_oob_tcp.so creating mca_oob_tcp.la (cd .libs && rm -f mca_oob_tcp.la && ln -s ../mca_oob_tcp.la mca_oob_tcp.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/oob/tcp' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/oob' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/oob' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/oob' Making all in pls make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/pls' Making all in daemon make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/daemon' depbase=`echo pls_daemon_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_daemon_component.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_daemon_component.lo pls_daemon_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_daemon_component.lo -MD -MP -MF .deps/pls_daemon_component.Tpo -c pls_daemon_component.c -fPIC -DPIC -o .libs/pls_daemon_component.o depbase=`echo pls_daemon_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_daemon_module.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_daemon_module.lo pls_daemon_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_daemon_module.lo -MD -MP -MF .deps/pls_daemon_module.Tpo -c pls_daemon_module.c -fPIC -DPIC -o .libs/pls_daemon_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_pls_daemon.la -rpath /usr/local/lib/openmpi -module -avoid-version pls_daemon_component.lo pls_daemon_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/pls_daemon_component.o .libs/pls_daemon_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_pls_daemon.so -o .libs/mca_pls_daemon.so creating mca_pls_daemon.la (cd .libs && rm -f mca_pls_daemon.la && ln -s ../mca_pls_daemon.la mca_pls_daemon.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/daemon' Making all in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/proxy' depbase=`echo pls_proxy_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_proxy_component.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_proxy_component.lo pls_proxy_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_proxy_component.lo -MD -MP -MF .deps/pls_proxy_component.Tpo -c pls_proxy_component.c -fPIC -DPIC -o .libs/pls_proxy_component.o depbase=`echo pls_proxy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_proxy.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_proxy.lo pls_proxy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_proxy.lo -MD -MP -MF .deps/pls_proxy.Tpo -c pls_proxy.c -fPIC -DPIC -o .libs/pls_proxy.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_pls_proxy.la -rpath /usr/local/lib/openmpi -module -avoid-version pls_proxy_component.lo pls_proxy.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/pls_proxy_component.o .libs/pls_proxy.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_pls_proxy.so -o .libs/mca_pls_proxy.so creating mca_pls_proxy.la (cd .libs && rm -f mca_pls_proxy.la && ln -s ../mca_pls_proxy.la mca_pls_proxy.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/proxy' Making all in fork make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/fork' depbase=`echo pls_fork_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_fork_component.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_fork_component.lo pls_fork_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_fork_component.lo -MD -MP -MF .deps/pls_fork_component.Tpo -c pls_fork_component.c -fPIC -DPIC -o .libs/pls_fork_component.o depbase=`echo pls_fork_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_fork_module.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_fork_module.lo pls_fork_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_fork_module.lo -MD -MP -MF .deps/pls_fork_module.Tpo -c pls_fork_module.c -fPIC -DPIC -o .libs/pls_fork_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_pls_fork.la -rpath /usr/local/lib/openmpi -module -avoid-version pls_fork_component.lo pls_fork_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/pls_fork_component.o .libs/pls_fork_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_pls_fork.so -o .libs/mca_pls_fork.so creating mca_pls_fork.la (cd .libs && rm -f mca_pls_fork.la && ln -s ../mca_pls_fork.la mca_pls_fork.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/fork' Making all in rsh make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/rsh' depbase=`echo pls_rsh_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_BINDIR="\"/usr/local/bin\"" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_rsh_component.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_rsh_component.lo pls_rsh_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_BINDIR=\"/usr/local/bin\" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_rsh_component.lo -MD -MP -MF .deps/pls_rsh_component.Tpo -c pls_rsh_component.c -fPIC -DPIC -o .libs/pls_rsh_component.o depbase=`echo pls_rsh_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_BINDIR="\"/usr/local/bin\"" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_rsh_module.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_rsh_module.lo pls_rsh_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_BINDIR=\"/usr/local/bin\" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_rsh_module.lo -MD -MP -MF .deps/pls_rsh_module.Tpo -c pls_rsh_module.c -fPIC -DPIC -o .libs/pls_rsh_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_pls_rsh.la -rpath /usr/local/lib/openmpi -module -avoid-version pls_rsh_component.lo pls_rsh_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/pls_rsh_component.o .libs/pls_rsh_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_pls_rsh.so -o .libs/mca_pls_rsh.so creating mca_pls_rsh.la (cd .libs && rm -f mca_pls_rsh.la && ln -s ../mca_pls_rsh.la mca_pls_rsh.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/rsh' Making all in slurm make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/pls/slurm' depbase=`echo pls_slurm_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_slurm_component.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_slurm_component.lo pls_slurm_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_slurm_component.lo -MD -MP -MF .deps/pls_slurm_component.Tpo -c pls_slurm_component.c -fPIC -DPIC -o .libs/pls_slurm_component.o depbase=`echo pls_slurm_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_slurm_module.lo -MD -MP -MF "$depbase.Tpo" -c -o pls_slurm_module.lo pls_slurm_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pls_slurm_module.lo -MD -MP -MF .deps/pls_slurm_module.Tpo -c pls_slurm_module.c -fPIC -DPIC -o .libs/pls_slurm_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_pls_slurm.la -rpath /usr/local/lib/openmpi -module -avoid-version pls_slurm_component.lo pls_slurm_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/pls_slurm_component.o .libs/pls_slurm_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_pls_slurm.so -o .libs/mca_pls_slurm.so creating mca_pls_slurm.la (cd .libs && rm -f mca_pls_slurm.la && ln -s ../mca_pls_slurm.la mca_pls_slurm.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/pls/slurm' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/pls' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/pls' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/pls' Making all in ras make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/ras' Making all in dash_host make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/dash_host' depbase=`echo ras_dash_host_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_dash_host_module.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_dash_host_module.lo ras_dash_host_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_dash_host_module.lo -MD -MP -MF .deps/ras_dash_host_module.Tpo -c ras_dash_host_module.c -fPIC -DPIC -o .libs/ras_dash_host_module.o depbase=`echo ras_dash_host_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_dash_host_component.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_dash_host_component.lo ras_dash_host_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_dash_host_component.lo -MD -MP -MF .deps/ras_dash_host_component.Tpo -c ras_dash_host_component.c -fPIC -DPIC -o .libs/ras_dash_host_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_ras_dash_host.la -rpath /usr/local/lib/openmpi -module -avoid-version ras_dash_host_module.lo ras_dash_host_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/ras_dash_host_module.o .libs/ras_dash_host_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_ras_dash_host.so -o .libs/mca_ras_dash_host.so creating mca_ras_dash_host.la (cd .libs && rm -f mca_ras_dash_host.la && ln -s ../mca_ras_dash_host.la mca_ras_dash_host.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/dash_host' Making all in hostfile make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/hostfile' depbase=`echo ras_hostfile_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_hostfile_module.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_hostfile_module.lo ras_hostfile_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_hostfile_module.lo -MD -MP -MF .deps/ras_hostfile_module.Tpo -c ras_hostfile_module.c -fPIC -DPIC -o .libs/ras_hostfile_module.o depbase=`echo ras_hostfile_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_hostfile_component.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_hostfile_component.lo ras_hostfile_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_hostfile_component.lo -MD -MP -MF .deps/ras_hostfile_component.Tpo -c ras_hostfile_component.c -fPIC -DPIC -o .libs/ras_hostfile_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_ras_hostfile.la -rpath /usr/local/lib/openmpi -module -avoid-version ras_hostfile_module.lo ras_hostfile_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/ras_hostfile_module.o .libs/ras_hostfile_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_ras_hostfile.so -o .libs/mca_ras_hostfile.so creating mca_ras_hostfile.la (cd .libs && rm -f mca_ras_hostfile.la && ln -s ../mca_ras_hostfile.la mca_ras_hostfile.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/hostfile' Making all in localhost make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/localhost' depbase=`echo ras_localhost_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_localhost_module.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_localhost_module.lo ras_localhost_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_localhost_module.lo -MD -MP -MF .deps/ras_localhost_module.Tpo -c ras_localhost_module.c -fPIC -DPIC -o .libs/ras_localhost_module.o depbase=`echo ras_localhost_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_localhost_component.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_localhost_component.lo ras_localhost_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_localhost_component.lo -MD -MP -MF .deps/ras_localhost_component.Tpo -c ras_localhost_component.c -fPIC -DPIC -o .libs/ras_localhost_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_ras_localhost.la -rpath /usr/local/lib/openmpi -module -avoid-version ras_localhost_module.lo ras_localhost_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/ras_localhost_module.o .libs/ras_localhost_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_ras_localhost.so -o .libs/mca_ras_localhost.so creating mca_ras_localhost.la (cd .libs && rm -f mca_ras_localhost.la && ln -s ../mca_ras_localhost.la mca_ras_localhost.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/localhost' Making all in slurm make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/ras/slurm' depbase=`echo ras_slurm_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_slurm_component.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_slurm_component.lo ras_slurm_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_slurm_component.lo -MD -MP -MF .deps/ras_slurm_component.Tpo -c ras_slurm_component.c -fPIC -DPIC -o .libs/ras_slurm_component.o depbase=`echo ras_slurm_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_slurm_module.lo -MD -MP -MF "$depbase.Tpo" -c -o ras_slurm_module.lo ras_slurm_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ras_slurm_module.lo -MD -MP -MF .deps/ras_slurm_module.Tpo -c ras_slurm_module.c -fPIC -DPIC -o .libs/ras_slurm_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_ras_slurm.la -rpath /usr/local/lib/openmpi -module -avoid-version ras_slurm_component.lo ras_slurm_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/ras_slurm_component.o .libs/ras_slurm_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_ras_slurm.so -o .libs/mca_ras_slurm.so creating mca_ras_slurm.la (cd .libs && rm -f mca_ras_slurm.la && ln -s ../mca_ras_slurm.la mca_ras_slurm.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/ras/slurm' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/ras' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/ras' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/ras' Making all in rds make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rds' Making all in hostfile make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds/hostfile' depbase=`echo rds_hostfile_lex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../src -DORTE_SYSCONFDIR="\"/usr/local/etc\"" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_hostfile_lex.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_hostfile_lex.lo rds_hostfile_lex.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../src -DORTE_SYSCONFDIR=\"/usr/local/etc\" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_hostfile_lex.lo -MD -MP -MF .deps/rds_hostfile_lex.Tpo -c rds_hostfile_lex.c -fPIC -DPIC -o .libs/rds_hostfile_lex.o depbase=`echo rds_hostfile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../src -DORTE_SYSCONFDIR="\"/usr/local/etc\"" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_hostfile.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_hostfile.lo rds_hostfile.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../src -DORTE_SYSCONFDIR=\"/usr/local/etc\" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_hostfile.lo -MD -MP -MF .deps/rds_hostfile.Tpo -c rds_hostfile.c -fPIC -DPIC -o .libs/rds_hostfile.o depbase=`echo rds_hostfile_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../src -DORTE_SYSCONFDIR="\"/usr/local/etc\"" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_hostfile_component.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_hostfile_component.lo rds_hostfile_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../src -DORTE_SYSCONFDIR=\"/usr/local/etc\" -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_hostfile_component.lo -MD -MP -MF .deps/rds_hostfile_component.Tpo -c rds_hostfile_component.c -fPIC -DPIC -o .libs/rds_hostfile_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_rds_hostfile.la -rpath /usr/local/lib/openmpi -module -avoid-version rds_hostfile_lex.lo rds_hostfile.lo rds_hostfile_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/rds_hostfile_lex.o .libs/rds_hostfile.o .libs/rds_hostfile_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_rds_hostfile.so -o .libs/mca_rds_hostfile.so creating mca_rds_hostfile.la (cd .libs && rm -f mca_rds_hostfile.la && ln -s ../mca_rds_hostfile.la mca_rds_hostfile.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds/hostfile' Making all in resfile make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rds/resfile' depbase=`echo rds_resfile.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_resfile.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_resfile.lo rds_resfile.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_resfile.lo -MD -MP -MF .deps/rds_resfile.Tpo -c rds_resfile.c -fPIC -DPIC -o .libs/rds_resfile.o depbase=`echo rds_resfile_parse_attributes.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_resfile_parse_attributes.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_resfile_parse_attributes.lo rds_resfile_parse_attributes.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_resfile_parse_attributes.lo -MD -MP -MF .deps/rds_resfile_parse_attributes.Tpo -c rds_resfile_parse_attributes.c -fPIC -DPIC -o .libs/rds_resfile_parse_attributes.o depbase=`echo rds_resfile_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_resfile_component.lo -MD -MP -MF "$depbase.Tpo" -c -o rds_resfile_component.lo rds_resfile_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rds_resfile_component.lo -MD -MP -MF .deps/rds_resfile_component.Tpo -c rds_resfile_component.c -fPIC -DPIC -o .libs/rds_resfile_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_rds_resfile.la -rpath /usr/local/lib/openmpi -module -avoid-version rds_resfile.lo rds_resfile_parse_attributes.lo rds_resfile_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/rds_resfile.o .libs/rds_resfile_parse_attributes.o .libs/rds_resfile_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_rds_resfile.so -o .libs/mca_rds_resfile.so creating mca_rds_resfile.la (cd .libs && rm -f mca_rds_resfile.la && ln -s ../mca_rds_resfile.la mca_rds_resfile.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rds/resfile' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rds' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rds' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rds' Making all in rmaps make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmaps' Making all in round_robin make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmaps/round_robin' depbase=`echo rmaps_rr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_rr.lo -MD -MP -MF "$depbase.Tpo" -c -o rmaps_rr.lo rmaps_rr.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_rr.lo -MD -MP -MF .deps/rmaps_rr.Tpo -c rmaps_rr.c -fPIC -DPIC -o .libs/rmaps_rr.o depbase=`echo rmaps_rr_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_rr_component.lo -MD -MP -MF "$depbase.Tpo" -c -o rmaps_rr_component.lo rmaps_rr_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmaps_rr_component.lo -MD -MP -MF .deps/rmaps_rr_component.Tpo -c rmaps_rr_component.c -fPIC -DPIC -o .libs/rmaps_rr_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_rmaps_round_robin.la -rpath /usr/local/lib/openmpi -module -avoid-version rmaps_rr.lo rmaps_rr_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/rmaps_rr.o .libs/rmaps_rr_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_rmaps_round_robin.so -o .libs/mca_rmaps_round_robin.so creating mca_rmaps_round_robin.la (cd .libs && rm -f mca_rmaps_round_robin.la && ln -s ../mca_rmaps_round_robin.la mca_rmaps_round_robin.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmaps/round_robin' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmaps' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmaps' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmaps' Making all in rmgr make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmgr' Making all in proxy make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr/proxy' depbase=`echo rmgr_proxy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_proxy.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_proxy.lo rmgr_proxy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_proxy.lo -MD -MP -MF .deps/rmgr_proxy.Tpo -c rmgr_proxy.c -fPIC -DPIC -o .libs/rmgr_proxy.o depbase=`echo rmgr_proxy_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_proxy_component.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_proxy_component.lo rmgr_proxy_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_proxy_component.lo -MD -MP -MF .deps/rmgr_proxy_component.Tpo -c rmgr_proxy_component.c -fPIC -DPIC -o .libs/rmgr_proxy_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_rmgr_proxy.la -rpath /usr/local/lib/openmpi -module -avoid-version rmgr_proxy.lo rmgr_proxy_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/rmgr_proxy.o .libs/rmgr_proxy_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_rmgr_proxy.so -o .libs/mca_rmgr_proxy.so creating mca_rmgr_proxy.la (cd .libs && rm -f mca_rmgr_proxy.la && ln -s ../mca_rmgr_proxy.la mca_rmgr_proxy.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr/proxy' Making all in urm make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rmgr/urm' depbase=`echo rmgr_urm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_urm.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_urm.lo rmgr_urm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_urm.lo -MD -MP -MF .deps/rmgr_urm.Tpo -c rmgr_urm.c -fPIC -DPIC -o .libs/rmgr_urm.o depbase=`echo rmgr_urm_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_urm_component.lo -MD -MP -MF "$depbase.Tpo" -c -o rmgr_urm_component.lo rmgr_urm_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rmgr_urm_component.lo -MD -MP -MF .deps/rmgr_urm_component.Tpo -c rmgr_urm_component.c -fPIC -DPIC -o .libs/rmgr_urm_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_rmgr_urm.la -rpath /usr/local/lib/openmpi -module -avoid-version rmgr_urm.lo rmgr_urm_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/rmgr_urm.o .libs/rmgr_urm_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_rmgr_urm.so -o .libs/mca_rmgr_urm.so creating mca_rmgr_urm.la (cd .libs && rm -f mca_rmgr_urm.la && ln -s ../mca_rmgr_urm.la mca_rmgr_urm.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rmgr/urm' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmgr' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmgr' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rmgr' Making all in rml make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rml' Making all in oob make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/rml/oob' depbase=`echo rml_oob_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rml_oob_component.lo -MD -MP -MF "$depbase.Tpo" -c -o rml_oob_component.lo rml_oob_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rml_oob_component.lo -MD -MP -MF .deps/rml_oob_component.Tpo -c rml_oob_component.c -fPIC -DPIC -o .libs/rml_oob_component.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_rml_oob.la -rpath /usr/local/lib/openmpi -module -avoid-version rml_oob_component.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/rml_oob_component.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_rml_oob.so -o .libs/mca_rml_oob.so creating mca_rml_oob.la (cd .libs && rm -f mca_rml_oob.la && ln -s ../mca_rml_oob.la mca_rml_oob.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/rml/oob' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/rml' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rml' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/rml' Making all in schema make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/schema' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/schema' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/schema' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/schema' Making all in sds make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/sds' Making all in env make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/env' depbase=`echo sds_env_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_env_component.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_env_component.lo sds_env_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_env_component.lo -MD -MP -MF .deps/sds_env_component.Tpo -c sds_env_component.c -fPIC -DPIC -o .libs/sds_env_component.o depbase=`echo sds_env_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_env_module.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_env_module.lo sds_env_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_env_module.lo -MD -MP -MF .deps/sds_env_module.Tpo -c sds_env_module.c -fPIC -DPIC -o .libs/sds_env_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_sds_env.la -rpath /usr/local/lib/openmpi -module -avoid-version sds_env_component.lo sds_env_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/sds_env_component.o .libs/sds_env_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_sds_env.so -o .libs/mca_sds_env.so creating mca_sds_env.la (cd .libs && rm -f mca_sds_env.la && ln -s ../mca_sds_env.la mca_sds_env.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/env' Making all in seed make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/seed' depbase=`echo sds_seed_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_seed_component.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_seed_component.lo sds_seed_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_seed_component.lo -MD -MP -MF .deps/sds_seed_component.Tpo -c sds_seed_component.c -fPIC -DPIC -o .libs/sds_seed_component.o depbase=`echo sds_seed_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_seed_module.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_seed_module.lo sds_seed_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_seed_module.lo -MD -MP -MF .deps/sds_seed_module.Tpo -c sds_seed_module.c -fPIC -DPIC -o .libs/sds_seed_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_sds_seed.la -rpath /usr/local/lib/openmpi -module -avoid-version sds_seed_component.lo sds_seed_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/sds_seed_component.o .libs/sds_seed_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_sds_seed.so -o .libs/mca_sds_seed.so creating mca_sds_seed.la (cd .libs && rm -f mca_sds_seed.la && ln -s ../mca_sds_seed.la mca_sds_seed.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/seed' Making all in singleton make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/singleton' depbase=`echo sds_singleton_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_singleton_component.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_singleton_component.lo sds_singleton_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_singleton_component.lo -MD -MP -MF .deps/sds_singleton_component.Tpo -c sds_singleton_component.c -fPIC -DPIC -o .libs/sds_singleton_component.o depbase=`echo sds_singleton_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_singleton_module.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_singleton_module.lo sds_singleton_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_singleton_module.lo -MD -MP -MF .deps/sds_singleton_module.Tpo -c sds_singleton_module.c -fPIC -DPIC -o .libs/sds_singleton_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_sds_singleton.la -rpath /usr/local/lib/openmpi -module -avoid-version sds_singleton_component.lo sds_singleton_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/sds_singleton_component.o .libs/sds_singleton_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_sds_singleton.so -o .libs/mca_sds_singleton.so creating mca_sds_singleton.la (cd .libs && rm -f mca_sds_singleton.la && ln -s ../mca_sds_singleton.la mca_sds_singleton.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/singleton' Making all in slurm make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/slurm' depbase=`echo sds_slurm_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_slurm_component.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_slurm_component.lo sds_slurm_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_slurm_component.lo -MD -MP -MF .deps/sds_slurm_component.Tpo -c sds_slurm_component.c -fPIC -DPIC -o .libs/sds_slurm_component.o depbase=`echo sds_slurm_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_slurm_module.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_slurm_module.lo sds_slurm_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_slurm_module.lo -MD -MP -MF .deps/sds_slurm_module.Tpo -c sds_slurm_module.c -fPIC -DPIC -o .libs/sds_slurm_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_sds_slurm.la -rpath /usr/local/lib/openmpi -module -avoid-version sds_slurm_component.lo sds_slurm_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/sds_slurm_component.o .libs/sds_slurm_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_sds_slurm.so -o .libs/mca_sds_slurm.so creating mca_sds_slurm.la (cd .libs && rm -f mca_sds_slurm.la && ln -s ../mca_sds_slurm.la mca_sds_slurm.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/slurm' Making all in pipe make[4]: Entering directory `/root/openmpi-1.0.1/orte/mca/sds/pipe' depbase=`echo sds_pipe_component.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_pipe_component.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_pipe_component.lo sds_pipe_component.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_pipe_component.lo -MD -MP -MF .deps/sds_pipe_component.Tpo -c sds_pipe_component.c -fPIC -DPIC -o .libs/sds_pipe_component.o depbase=`echo sds_pipe_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_pipe_module.lo -MD -MP -MF "$depbase.Tpo" -c -o sds_pipe_module.lo sds_pipe_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT sds_pipe_module.lo -MD -MP -MF .deps/sds_pipe_module.Tpo -c sds_pipe_module.c -fPIC -DPIC -o .libs/sds_pipe_module.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o mca_sds_pipe.la -rpath /usr/local/lib/openmpi -module -avoid-version sds_pipe_component.lo sds_pipe_module.lo /root/openmpi-1.0.1/orte/liborte.la /root/openmpi-1.0.1/opal/libopal.la -lm -lutil -lnsl -lpthread gcc -shared .libs/sds_pipe_component.o .libs/sds_pipe_module.o -Wl,--rpath -Wl,/root/openmpi-1.0.1/orte/.libs -Wl,--rpath -Wl,/root/openmpi-1.0.1/opal/.libs -Wl,--rpath -Wl,/usr/local/lib /root/openmpi-1.0.1/orte/.libs/liborte.so -L/root/openmpi-1.0.1/opal/.libs /root/openmpi-1.0.1/opal/.libs/libopal.so -lm -lutil -lnsl -lpthread -pthread -Wl,-soname -Wl,mca_sds_pipe.so -o .libs/mca_sds_pipe.so creating mca_sds_pipe.la (cd .libs && rm -f mca_sds_pipe.la && ln -s ../mca_sds_pipe.la mca_sds_pipe.la) make[4]: Leaving directory `/root/openmpi-1.0.1/orte/mca/sds/pipe' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/sds' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/sds' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/sds' Making all in soh make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/soh' make[4]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca/soh' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/soh' make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca/soh' make[3]: Entering directory `/root/openmpi-1.0.1/orte/dynamic-mca' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca' make[2]: Leaving directory `/root/openmpi-1.0.1/orte/dynamic-mca' Making all in tools make[2]: Entering directory `/root/openmpi-1.0.1/orte/tools' Making all in orted make[3]: Entering directory `/root/openmpi-1.0.1/orte/tools/orted' depbase=`echo orted.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PREFIX="\"/usr/local\"" -DOMPI_BINDIR="\"/usr/local/bin\"" -DOMPI_LIBDIR="\"/usr/local/lib\"" -DOMPI_INCDIR="\"/usr/local/include\"" -DOMPI_PKGLIBDIR="\"/usr/local/lib/openmpi\"" -DOMPI_SYSCONFDIR="\"/usr/local/etc\"" -DOMPI_CONFIGURE_USER="\"root\"" -DOMPI_CONFIGURE_HOST="\"devmn.brisk.int\"" -DOMPI_CONFIGURE_DATE="\"Thu Mar 2 09:38:35 CST 2006\"" -DOMPI_BUILD_CFLAGS="\"-O3 -DNDEBUG -fno-strict-aliasing -pthread\"" -DOMPI_BUILD_CPPFLAGS="\"-I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi \"" -DOMPI_BUILD_CXXFLAGS="\"-O3 -DNDEBUG -finline-functions -pthread\"" -DOMPI_BUILD_CXXCPPFLAGS="\"-I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi \"" -DOMPI_BUILD_FFLAGS="\"\"" -DOMPI_BUILD_FCFLAGS="\"\"" -DOMPI_BUILD_LDFLAGS="\"-export-dynamic \"" -DOMPI_BUILD_LIBS="\"-lm -lutil -lnsl -lpthread\"" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orted.o -MD -MP -MF "$depbase.Tpo" -c -o orted.o orted.c; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o orted orted.o ../../../orte/liborte.la ../../../opal/libopal.la -lm -lutil -lnsl -lpthread mkdir .libs gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -o .libs/orted orted.o -Wl,--export-dynamic ../../../orte/.libs/liborte.so /root/openmpi-1.0.1/opal/.libs/libopal.so ../../../opal/.libs/libopal.so -ldl -lm -lutil -lnsl -lpthread -Wl,--rpath -Wl,/usr/local/lib creating orted make[3]: Leaving directory `/root/openmpi-1.0.1/orte/tools/orted' Making all in orteprobe make[3]: Entering directory `/root/openmpi-1.0.1/orte/tools/orteprobe' depbase=`echo orteprobe.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PREFIX="\"/usr/local\"" -DOMPI_BINDIR="\"/usr/local/bin\"" -DOMPI_LIBDIR="\"/usr/local/lib\"" -DOMPI_INCDIR="\"/usr/local/include\"" -DOMPI_PKGLIBDIR="\"/usr/local/lib/openmpi\"" -DOMPI_SYSCONFDIR="\"/usr/local/etc\"" -DOMPI_CONFIGURE_USER="\"root\"" -DOMPI_CONFIGURE_HOST="\"devmn.brisk.int\"" -DOMPI_CONFIGURE_DATE="\"Thu Mar 2 09:38:35 CST 2006\"" -DOMPI_BUILD_CFLAGS="\"-O3 -DNDEBUG -fno-strict-aliasing -pthread\"" -DOMPI_BUILD_CPPFLAGS="\"-I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi \"" -DOMPI_BUILD_CXXFLAGS="\"-O3 -DNDEBUG -finline-functions -pthread\"" -DOMPI_BUILD_CXXCPPFLAGS="\"-I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi \"" -DOMPI_BUILD_FFLAGS="\"\"" -DOMPI_BUILD_FCFLAGS="\"\"" -DOMPI_BUILD_LDFLAGS="\"-export-dynamic \"" -DOMPI_BUILD_LIBS="\"-lm -lutil -lnsl -lpthread\"" -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT orteprobe.o -MD -MP -MF "$depbase.Tpo" -c -o orteprobe.o orteprobe.c; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o orteprobe orteprobe.o ../../../orte/liborte.la ../../../opal/libopal.la -lm -lutil -lnsl -lpthread mkdir .libs gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -o .libs/orteprobe orteprobe.o -Wl,--export-dynamic ../../../orte/.libs/liborte.so /root/openmpi-1.0.1/opal/.libs/libopal.so ../../../opal/.libs/libopal.so -ldl -lm -lutil -lnsl -lpthread -Wl,--rpath -Wl,/usr/local/lib creating orteprobe make[3]: Leaving directory `/root/openmpi-1.0.1/orte/tools/orteprobe' Making all in orterun make[3]: Entering directory `/root/openmpi-1.0.1/orte/tools/orterun' depbase=`echo main.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -DNDEBUG -fno-strict-aliasing -pthread -g -MT main.o -MD -MP -MF "$depbase.Tpo" -c -o main.o main.c; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi depbase=`echo orterun.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -DNDEBUG -fno-strict-aliasing -pthread -g -MT orterun.o -MD -MP -MF "$depbase.Tpo" -c -o orterun.o orterun.c; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi depbase=`echo totalview.o | sed 's|[^/]*$|.deps/&|;s|\.o$||'`; \ if gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -DNDEBUG -fno-strict-aliasing -pthread -g -MT totalview.o -MD -MP -MF "$depbase.Tpo" -c -o totalview.o totalview.c; \ then mv -f "$depbase.Tpo" "$depbase.Po"; else rm -f "$depbase.Tpo"; exit 1; fi /bin/sh ../../../libtool --tag=CC --mode=link gcc -DNDEBUG -fno-strict-aliasing -pthread -g -export-dynamic -o orterun main.o orterun.o totalview.o ../../../orte/liborte.la -lm -lutil -lnsl -lpthread mkdir .libs gcc -DNDEBUG -fno-strict-aliasing -pthread -g -o .libs/orterun main.o orterun.o totalview.o -Wl,--export-dynamic ../../../orte/.libs/liborte.so /root/openmpi-1.0.1/opal/.libs/libopal.so -ldl -lm -lutil -lnsl -lpthread -Wl,--rpath -Wl,/usr/local/lib creating orterun make[3]: Leaving directory `/root/openmpi-1.0.1/orte/tools/orterun' make[3]: Entering directory `/root/openmpi-1.0.1/orte/tools' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/root/openmpi-1.0.1/orte/tools' make[2]: Leaving directory `/root/openmpi-1.0.1/orte/tools' make[1]: Leaving directory `/root/openmpi-1.0.1/orte' Making all in ompi make[1]: Entering directory `/root/openmpi-1.0.1/ompi' Making all in include make[2]: Entering directory `/root/openmpi-1.0.1/ompi/include' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/include' Making all in attribute make[2]: Entering directory `/root/openmpi-1.0.1/ompi/attribute' depbase=`echo attribute.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT attribute.lo -MD -MP -MF "$depbase.Tpo" -c -o attribute.lo attribute.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT attribute.lo -MD -MP -MF .deps/attribute.Tpo -c attribute.c -fPIC -DPIC -o .libs/attribute.o depbase=`echo attribute_predefined.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT attribute_predefined.lo -MD -MP -MF "$depbase.Tpo" -c -o attribute_predefined.lo attribute_predefined.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT attribute_predefined.lo -MD -MP -MF .deps/attribute_predefined.Tpo -c attribute_predefined.c -fPIC -DPIC -o .libs/attribute_predefined.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libattribute.la attribute.lo attribute_predefined.lo -lm -lutil -lnsl -lpthread ar cru .libs/libattribute.a .libs/attribute.o .libs/attribute_predefined.o ranlib .libs/libattribute.a creating libattribute.la (cd .libs && rm -f libattribute.la && ln -s ../libattribute.la libattribute.la) make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/attribute' Making all in class make[2]: Entering directory `/root/openmpi-1.0.1/ompi/class' depbase=`echo ompi_bitmap.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ompi_bitmap.lo -MD -MP -MF "$depbase.Tpo" -c -o ompi_bitmap.lo ompi_bitmap.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ompi_bitmap.lo -MD -MP -MF .deps/ompi_bitmap.Tpo -c ompi_bitmap.c -fPIC -DPIC -o .libs/ompi_bitmap.o depbase=`echo ompi_free_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ompi_free_list.lo -MD -MP -MF "$depbase.Tpo" -c -o ompi_free_list.lo ompi_free_list.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ompi_free_list.lo -MD -MP -MF .deps/ompi_free_list.Tpo -c ompi_free_list.c -fPIC -DPIC -o .libs/ompi_free_list.o depbase=`echo ompi_pointer_array.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ompi_pointer_array.lo -MD -MP -MF "$depbase.Tpo" -c -o ompi_pointer_array.lo ompi_pointer_array.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ompi_pointer_array.lo -MD -MP -MF .deps/ompi_pointer_array.Tpo -c ompi_pointer_array.c -fPIC -DPIC -o .libs/ompi_pointer_array.o depbase=`echo ompi_rb_tree.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ompi_rb_tree.lo -MD -MP -MF "$depbase.Tpo" -c -o ompi_rb_tree.lo ompi_rb_tree.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ompi_rb_tree.lo -MD -MP -MF .deps/ompi_rb_tree.Tpo -c ompi_rb_tree.c -fPIC -DPIC -o .libs/ompi_rb_tree.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libclass.la ompi_bitmap.lo ompi_free_list.lo ompi_pointer_array.lo ompi_rb_tree.lo -lm -lutil -lnsl -lpthread ar cru .libs/libclass.a .libs/ompi_bitmap.o .libs/ompi_free_list.o .libs/ompi_pointer_array.o .libs/ompi_rb_tree.o ranlib .libs/libclass.a creating libclass.la (cd .libs && rm -f libclass.la && ln -s ../libclass.la libclass.la) make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/class' Making all in communicator make[2]: Entering directory `/root/openmpi-1.0.1/ompi/communicator' depbase=`echo comm_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm_init.lo -MD -MP -MF "$depbase.Tpo" -c -o comm_init.lo comm_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm_init.lo -MD -MP -MF .deps/comm_init.Tpo -c comm_init.c -fPIC -DPIC -o .libs/comm_init.o depbase=`echo comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm.lo -MD -MP -MF "$depbase.Tpo" -c -o comm.lo comm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.c -fPIC -DPIC -o .libs/comm.o depbase=`echo comm_cid.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm_cid.lo -MD -MP -MF "$depbase.Tpo" -c -o comm_cid.lo comm_cid.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm_cid.lo -MD -MP -MF .deps/comm_cid.Tpo -c comm_cid.c -fPIC -DPIC -o .libs/comm_cid.o depbase=`echo comm_dyn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm_dyn.lo -MD -MP -MF "$depbase.Tpo" -c -o comm_dyn.lo comm_dyn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm_dyn.lo -MD -MP -MF .deps/comm_dyn.Tpo -c comm_dyn.c -fPIC -DPIC -o .libs/comm_dyn.o depbase=`echo comm_publish.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm_publish.lo -MD -MP -MF "$depbase.Tpo" -c -o comm_publish.lo comm_publish.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT comm_publish.lo -MD -MP -MF .deps/comm_publish.Tpo -c comm_publish.c -fPIC -DPIC -o .libs/comm_publish.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libcommunicator.la comm_init.lo comm.lo comm_cid.lo comm_dyn.lo comm_publish.lo -lm -lutil -lnsl -lpthread ar cru .libs/libcommunicator.a .libs/comm_init.o .libs/comm.o .libs/comm_cid.o .libs/comm_dyn.o .libs/comm_publish.o ranlib .libs/libcommunicator.a creating libcommunicator.la (cd .libs && rm -f libcommunicator.la && ln -s ../libcommunicator.la libcommunicator.la) make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/communicator' Making all in datatype make[2]: Entering directory `/root/openmpi-1.0.1/ompi/datatype' depbase=`echo dt_add.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_add.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_add.lo dt_add.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_add.lo -MD -MP -MF .deps/dt_add.Tpo -c dt_add.c -fPIC -DPIC -o .libs/dt_add.o depbase=`echo dt_copy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_copy.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_copy.lo dt_copy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_copy.lo -MD -MP -MF .deps/dt_copy.Tpo -c dt_copy.c -fPIC -DPIC -o .libs/dt_copy.o depbase=`echo dt_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_create.lo dt_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create.lo -MD -MP -MF .deps/dt_create.Tpo -c dt_create.c -fPIC -DPIC -o .libs/dt_create.o depbase=`echo dt_create_array.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_array.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_create_array.lo dt_create_array.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_array.lo -MD -MP -MF .deps/dt_create_array.Tpo -c dt_create_array.c -fPIC -DPIC -o .libs/dt_create_array.o depbase=`echo dt_create_dup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_dup.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_create_dup.lo dt_create_dup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_dup.lo -MD -MP -MF .deps/dt_create_dup.Tpo -c dt_create_dup.c -fPIC -DPIC -o .libs/dt_create_dup.o depbase=`echo dt_create_indexed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_indexed.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_create_indexed.lo dt_create_indexed.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_indexed.lo -MD -MP -MF .deps/dt_create_indexed.Tpo -c dt_create_indexed.c -fPIC -DPIC -o .libs/dt_create_indexed.o depbase=`echo dt_create_struct.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_struct.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_create_struct.lo dt_create_struct.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_struct.lo -MD -MP -MF .deps/dt_create_struct.Tpo -c dt_create_struct.c -fPIC -DPIC -o .libs/dt_create_struct.o depbase=`echo dt_create_vector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_vector.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_create_vector.lo dt_create_vector.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_create_vector.lo -MD -MP -MF .deps/dt_create_vector.Tpo -c dt_create_vector.c -fPIC -DPIC -o .libs/dt_create_vector.o depbase=`echo dt_destroy.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_destroy.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_destroy.lo dt_destroy.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_destroy.lo -MD -MP -MF .deps/dt_destroy.Tpo -c dt_destroy.c -fPIC -DPIC -o .libs/dt_destroy.o depbase=`echo dt_module.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_module.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_module.lo dt_module.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_module.lo -MD -MP -MF .deps/dt_module.Tpo -c dt_module.c -fPIC -DPIC -o .libs/dt_module.o depbase=`echo dt_optimize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_optimize.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_optimize.lo dt_optimize.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_optimize.lo -MD -MP -MF .deps/dt_optimize.Tpo -c dt_optimize.c -fPIC -DPIC -o .libs/dt_optimize.o depbase=`echo dt_pack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_pack.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_pack.lo dt_pack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_pack.lo -MD -MP -MF .deps/dt_pack.Tpo -c dt_pack.c -fPIC -DPIC -o .libs/dt_pack.o depbase=`echo dt_sndrcv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_sndrcv.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_sndrcv.lo dt_sndrcv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_sndrcv.lo -MD -MP -MF .deps/dt_sndrcv.Tpo -c dt_sndrcv.c -fPIC -DPIC -o .libs/dt_sndrcv.o depbase=`echo dt_unpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_unpack.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_unpack.lo dt_unpack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_unpack.lo -MD -MP -MF .deps/dt_unpack.Tpo -c dt_unpack.c -fPIC -DPIC -o .libs/dt_unpack.o depbase=`echo fake_stack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT fake_stack.lo -MD -MP -MF "$depbase.Tpo" -c -o fake_stack.lo fake_stack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT fake_stack.lo -MD -MP -MF .deps/fake_stack.Tpo -c fake_stack.c -fPIC -DPIC -o .libs/fake_stack.o depbase=`echo dt_args.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_args.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_args.lo dt_args.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_args.lo -MD -MP -MF .deps/dt_args.Tpo -c dt_args.c -fPIC -DPIC -o .libs/dt_args.o depbase=`echo dt_arch.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_arch.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_arch.lo dt_arch.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_arch.lo -MD -MP -MF .deps/dt_arch.Tpo -c dt_arch.c -fPIC -DPIC -o .libs/dt_arch.o depbase=`echo dt_external32.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_external32.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_external32.lo dt_external32.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_external32.lo -MD -MP -MF .deps/dt_external32.Tpo -c dt_external32.c -fPIC -DPIC -o .libs/dt_external32.o depbase=`echo dt_match_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_match_size.lo -MD -MP -MF "$depbase.Tpo" -c -o dt_match_size.lo dt_match_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT dt_match_size.lo -MD -MP -MF .deps/dt_match_size.Tpo -c dt_match_size.c -fPIC -DPIC -o .libs/dt_match_size.o depbase=`echo convertor.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT convertor.lo -MD -MP -MF "$depbase.Tpo" -c -o convertor.lo convertor.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT convertor.lo -MD -MP -MF .deps/convertor.Tpo -c convertor.c -fPIC -DPIC -o .libs/convertor.o depbase=`echo new_pack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT new_pack.lo -MD -MP -MF "$depbase.Tpo" -c -o new_pack.lo new_pack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT new_pack.lo -MD -MP -MF .deps/new_pack.Tpo -c new_pack.c -fPIC -DPIC -o .libs/new_pack.o depbase=`echo new_unpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT new_unpack.lo -MD -MP -MF "$depbase.Tpo" -c -o new_unpack.lo new_unpack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT new_unpack.lo -MD -MP -MF .deps/new_unpack.Tpo -c new_unpack.c -fPIC -DPIC -o .libs/new_unpack.o depbase=`echo new_position.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT new_position.lo -MD -MP -MF "$depbase.Tpo" -c -o new_position.lo new_position.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT new_position.lo -MD -MP -MF .deps/new_position.Tpo -c new_position.c -fPIC -DPIC -o .libs/new_position.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libdatatype.la dt_add.lo dt_copy.lo dt_create.lo dt_create_array.lo dt_create_dup.lo dt_create_indexed.lo dt_create_struct.lo dt_create_vector.lo dt_destroy.lo dt_module.lo dt_optimize.lo dt_pack.lo dt_sndrcv.lo dt_unpack.lo fake_stack.lo dt_args.lo dt_arch.lo dt_external32.lo dt_match_size.lo convertor.lo new_pack.lo new_unpack.lo new_position.lo -lm -lutil -lnsl -lpthread ar cru .libs/libdatatype.a .libs/dt_add.o .libs/dt_copy.o .libs/dt_create.o .libs/dt_create_array.o .libs/dt_create_dup.o .libs/dt_create_indexed.o .libs/dt_create_struct.o .libs/dt_create_vector.o .libs/dt_destroy.o .libs/dt_module.o .libs/dt_optimize.o .libs/dt_pack.o .libs/dt_sndrcv.o .libs/dt_unpack.o .libs/fake_stack.o .libs/dt_args.o .libs/dt_arch.o .libs/dt_external32.o .libs/dt_match_size.o .libs/convertor.o .libs/new_pack.o .libs/new_unpack.o .libs/new_position.o ranlib .libs/libdatatype.a creating libdatatype.la (cd .libs && rm -f libdatatype.la && ln -s ../libdatatype.la libdatatype.la) make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/datatype' Making all in debuggers make[2]: Entering directory `/root/openmpi-1.0.1/ompi/debuggers' depbase=`echo ompi_totalview.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -DNDEBUG -fno-strict-aliasing -pthread -g -MT ompi_totalview.lo -MD -MP -MF "$depbase.Tpo" -c -o ompi_totalview.lo ompi_totalview.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -DNDEBUG -fno-strict-aliasing -pthread -g -MT ompi_totalview.lo -MD -MP -MF .deps/ompi_totalview.Tpo -c ompi_totalview.c -fPIC -DPIC -o .libs/ompi_totalview.o /bin/sh ../../libtool --tag=CC --mode=link gcc -DNDEBUG -fno-strict-aliasing -pthread -g -export-dynamic -o libdebuggers.la ompi_totalview.lo -lm -lutil -lnsl -lpthread ar cru .libs/libdebuggers.a .libs/ompi_totalview.o ranlib .libs/libdebuggers.a creating libdebuggers.la (cd .libs && rm -f libdebuggers.la && ln -s ../libdebuggers.la libdebuggers.la) make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/debuggers' Making all in errhandler make[2]: Entering directory `/root/openmpi-1.0.1/ompi/errhandler' depbase=`echo errhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errhandler.lo -MD -MP -MF "$depbase.Tpo" -c -o errhandler.lo errhandler.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.c -fPIC -DPIC -o .libs/errhandler.o depbase=`echo errhandler_invoke.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errhandler_invoke.lo -MD -MP -MF "$depbase.Tpo" -c -o errhandler_invoke.lo errhandler_invoke.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errhandler_invoke.lo -MD -MP -MF .deps/errhandler_invoke.Tpo -c errhandler_invoke.c -fPIC -DPIC -o .libs/errhandler_invoke.o depbase=`echo errhandler_predefined.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errhandler_predefined.lo -MD -MP -MF "$depbase.Tpo" -c -o errhandler_predefined.lo errhandler_predefined.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errhandler_predefined.lo -MD -MP -MF .deps/errhandler_predefined.Tpo -c errhandler_predefined.c -fPIC -DPIC -o .libs/errhandler_predefined.o depbase=`echo errcode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errcode.lo -MD -MP -MF "$depbase.Tpo" -c -o errcode.lo errcode.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errcode.lo -MD -MP -MF .deps/errcode.Tpo -c errcode.c -fPIC -DPIC -o .libs/errcode.o depbase=`echo errclass.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errclass.lo -MD -MP -MF "$depbase.Tpo" -c -o errclass.lo errclass.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errclass.lo -MD -MP -MF .deps/errclass.Tpo -c errclass.c -fPIC -DPIC -o .libs/errclass.o depbase=`echo errcode-internal.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errcode-internal.lo -MD -MP -MF "$depbase.Tpo" -c -o errcode-internal.lo errcode-internal.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT errcode-internal.lo -MD -MP -MF .deps/errcode-internal.Tpo -c errcode-internal.c -fPIC -DPIC -o .libs/errcode-internal.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o liberrhandler.la errhandler.lo errhandler_invoke.lo errhandler_predefined.lo errcode.lo errclass.lo errcode-internal.lo -lm -lutil -lnsl -lpthread ar cru .libs/liberrhandler.a .libs/errhandler.o .libs/errhandler_invoke.o .libs/errhandler_predefined.o .libs/errcode.o .libs/errclass.o .libs/errcode-internal.o ranlib .libs/liberrhandler.a creating liberrhandler.la (cd .libs && rm -f liberrhandler.la && ln -s ../liberrhandler.la liberrhandler.la) make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/errhandler' Making all in file make[2]: Entering directory `/root/openmpi-1.0.1/ompi/file' depbase=`echo file.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT file.lo -MD -MP -MF "$depbase.Tpo" -c -o file.lo file.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT file.lo -MD -MP -MF .deps/file.Tpo -c file.c -fPIC -DPIC -o .libs/file.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libfile.la file.lo -lm -lutil -lnsl -lpthread ar cru .libs/libfile.a .libs/file.o ranlib .libs/libfile.a creating libfile.la (cd .libs && rm -f libfile.la && ln -s ../libfile.la libfile.la) make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/file' Making all in group make[2]: Entering directory `/root/openmpi-1.0.1/ompi/group' depbase=`echo group.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT group.lo -MD -MP -MF "$depbase.Tpo" -c -o group.lo group.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.c -fPIC -DPIC -o .libs/group.o depbase=`echo group_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT group_init.lo -MD -MP -MF "$depbase.Tpo" -c -o group_init.lo group_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT group_init.lo -MD -MP -MF .deps/group_init.Tpo -c group_init.c -fPIC -DPIC -o .libs/group_init.o depbase=`echo group_rank.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT group_rank.lo -MD -MP -MF "$depbase.Tpo" -c -o group_rank.lo group_rank.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT group_rank.lo -MD -MP -MF .deps/group_rank.Tpo -c group_rank.c -fPIC -DPIC -o .libs/group_rank.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libgroup.la group.lo group_init.lo group_rank.lo -lm -lutil -lnsl -lpthread ar cru .libs/libgroup.a .libs/group.o .libs/group_init.o .libs/group_rank.o ranlib .libs/libgroup.a creating libgroup.la (cd .libs && rm -f libgroup.la && ln -s ../libgroup.la libgroup.la) make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/group' Making all in info make[2]: Entering directory `/root/openmpi-1.0.1/ompi/info' depbase=`echo info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT info.lo -MD -MP -MF "$depbase.Tpo" -c -o info.lo info.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../include -I../../include -I../../include -I../.. -I../.. -I../../include -I../../opal -I../../orte -I../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.c -fPIC -DPIC -o .libs/info.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libinfo.la info.lo -lm -lutil -lnsl -lpthread ar cru .libs/libinfo.a .libs/info.o ranlib .libs/libinfo.a creating libinfo.la (cd .libs && rm -f libinfo.la && ln -s ../libinfo.la libinfo.la) make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/info' Making all in mca make[2]: Entering directory `/root/openmpi-1.0.1/ompi/mca' Making all in common make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/common' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/common' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/common' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/common' Making all in allocator make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/allocator' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/allocator/base' depbase=`echo allocator_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT allocator_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o allocator_base_open.lo allocator_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT allocator_base_open.lo -MD -MP -MF .deps/allocator_base_open.Tpo -c allocator_base_open.c -fPIC -DPIC -o .libs/allocator_base_open.o depbase=`echo allocator_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT allocator_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o allocator_base_close.lo allocator_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT allocator_base_close.lo -MD -MP -MF .deps/allocator_base_close.Tpo -c allocator_base_close.c -fPIC -DPIC -o .libs/allocator_base_close.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_allocator_base.la allocator_base_open.lo allocator_base_close.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_allocator_base.a .libs/allocator_base_open.o .libs/allocator_base_close.o ranlib .libs/libmca_allocator_base.a creating libmca_allocator_base.la (cd .libs && rm -f libmca_allocator_base.la && ln -s ../libmca_allocator_base.la libmca_allocator_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/allocator/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/allocator' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/allocator' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/allocator' Making all in bml make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/bml' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/bml/base' depbase=`echo bml_base_btl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_btl.lo -MD -MP -MF "$depbase.Tpo" -c -o bml_base_btl.lo bml_base_btl.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_btl.lo -MD -MP -MF .deps/bml_base_btl.Tpo -c bml_base_btl.c -fPIC -DPIC -o .libs/bml_base_btl.o depbase=`echo bml_base_endpoint.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_endpoint.lo -MD -MP -MF "$depbase.Tpo" -c -o bml_base_endpoint.lo bml_base_endpoint.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_endpoint.lo -MD -MP -MF .deps/bml_base_endpoint.Tpo -c bml_base_endpoint.c -fPIC -DPIC -o .libs/bml_base_endpoint.o depbase=`echo bml_base_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_init.lo -MD -MP -MF "$depbase.Tpo" -c -o bml_base_init.lo bml_base_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_init.lo -MD -MP -MF .deps/bml_base_init.Tpo -c bml_base_init.c -fPIC -DPIC -o .libs/bml_base_init.o depbase=`echo bml_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o bml_base_close.lo bml_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_close.lo -MD -MP -MF .deps/bml_base_close.Tpo -c bml_base_close.c -fPIC -DPIC -o .libs/bml_base_close.o depbase=`echo bml_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o bml_base_open.lo bml_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT bml_base_open.lo -MD -MP -MF .deps/bml_base_open.Tpo -c bml_base_open.c -fPIC -DPIC -o .libs/bml_base_open.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_bml_base.la bml_base_btl.lo bml_base_endpoint.lo bml_base_init.lo bml_base_close.lo bml_base_open.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_bml_base.a .libs/bml_base_btl.o .libs/bml_base_endpoint.o .libs/bml_base_init.o .libs/bml_base_close.o .libs/bml_base_open.o ranlib .libs/libmca_bml_base.a creating libmca_bml_base.la (cd .libs && rm -f libmca_bml_base.la && ln -s ../libmca_bml_base.la libmca_bml_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/bml/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/bml' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/bml' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/bml' Making all in btl make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/btl' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/btl/base' depbase=`echo btl_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT btl_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o btl_base_close.lo btl_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT btl_base_close.lo -MD -MP -MF .deps/btl_base_close.Tpo -c btl_base_close.c -fPIC -DPIC -o .libs/btl_base_close.o depbase=`echo btl_base_error.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT btl_base_error.lo -MD -MP -MF "$depbase.Tpo" -c -o btl_base_error.lo btl_base_error.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT btl_base_error.lo -MD -MP -MF .deps/btl_base_error.Tpo -c btl_base_error.c -fPIC -DPIC -o .libs/btl_base_error.o depbase=`echo btl_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT btl_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o btl_base_open.lo btl_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT btl_base_open.lo -MD -MP -MF .deps/btl_base_open.Tpo -c btl_base_open.c -fPIC -DPIC -o .libs/btl_base_open.o depbase=`echo btl_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT btl_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o btl_base_select.lo btl_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT btl_base_select.lo -MD -MP -MF .deps/btl_base_select.Tpo -c btl_base_select.c -fPIC -DPIC -o .libs/btl_base_select.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_btl_base.la btl_base_close.lo btl_base_error.lo btl_base_open.lo btl_base_select.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_btl_base.a .libs/btl_base_close.o .libs/btl_base_error.o .libs/btl_base_open.o .libs/btl_base_select.o ranlib .libs/libmca_btl_base.a creating libmca_btl_base.la (cd .libs && rm -f libmca_btl_base.la && ln -s ../libmca_btl_base.la libmca_btl_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/btl/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/btl' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/btl' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/btl' Making all in coll make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/coll' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/coll/base' depbase=`echo coll_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o coll_base_close.lo coll_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_close.lo -MD -MP -MF .deps/coll_base_close.Tpo -c coll_base_close.c -fPIC -DPIC -o .libs/coll_base_close.o depbase=`echo coll_base_comm_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_comm_select.lo -MD -MP -MF "$depbase.Tpo" -c -o coll_base_comm_select.lo coll_base_comm_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_comm_select.lo -MD -MP -MF .deps/coll_base_comm_select.Tpo -c coll_base_comm_select.c -fPIC -DPIC -o .libs/coll_base_comm_select.o depbase=`echo coll_base_comm_unselect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_comm_unselect.lo -MD -MP -MF "$depbase.Tpo" -c -o coll_base_comm_unselect.lo coll_base_comm_unselect.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_comm_unselect.lo -MD -MP -MF .deps/coll_base_comm_unselect.Tpo -c coll_base_comm_unselect.c -fPIC -DPIC -o .libs/coll_base_comm_unselect.o depbase=`echo coll_base_find_available.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_find_available.lo -MD -MP -MF "$depbase.Tpo" -c -o coll_base_find_available.lo coll_base_find_available.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_find_available.lo -MD -MP -MF .deps/coll_base_find_available.Tpo -c coll_base_find_available.c -fPIC -DPIC -o .libs/coll_base_find_available.o depbase=`echo coll_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o coll_base_open.lo coll_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT coll_base_open.lo -MD -MP -MF .deps/coll_base_open.Tpo -c coll_base_open.c -fPIC -DPIC -o .libs/coll_base_open.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_coll_base.la coll_base_close.lo coll_base_comm_select.lo coll_base_comm_unselect.lo coll_base_find_available.lo coll_base_open.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_coll_base.a .libs/coll_base_close.o .libs/coll_base_comm_select.o .libs/coll_base_comm_unselect.o .libs/coll_base_find_available.o .libs/coll_base_open.o ranlib .libs/libmca_coll_base.a creating libmca_coll_base.la (cd .libs && rm -f libmca_coll_base.la && ln -s ../libmca_coll_base.la libmca_coll_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/coll/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/coll' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/coll' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/coll' Making all in io make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io/base' depbase=`echo io_base_component_list.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_component_list.lo -MD -MP -MF "$depbase.Tpo" -c -o io_base_component_list.lo io_base_component_list.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_component_list.lo -MD -MP -MF .deps/io_base_component_list.Tpo -c io_base_component_list.c -fPIC -DPIC -o .libs/io_base_component_list.o depbase=`echo io_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o io_base_close.lo io_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_close.lo -MD -MP -MF .deps/io_base_close.Tpo -c io_base_close.c -fPIC -DPIC -o .libs/io_base_close.o depbase=`echo io_base_delete.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_delete.lo -MD -MP -MF "$depbase.Tpo" -c -o io_base_delete.lo io_base_delete.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_delete.lo -MD -MP -MF .deps/io_base_delete.Tpo -c io_base_delete.c -fPIC -DPIC -o .libs/io_base_delete.o depbase=`echo io_base_file_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_file_select.lo -MD -MP -MF "$depbase.Tpo" -c -o io_base_file_select.lo io_base_file_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_file_select.lo -MD -MP -MF .deps/io_base_file_select.Tpo -c io_base_file_select.c -fPIC -DPIC -o .libs/io_base_file_select.o depbase=`echo io_base_find_available.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_find_available.lo -MD -MP -MF "$depbase.Tpo" -c -o io_base_find_available.lo io_base_find_available.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_find_available.lo -MD -MP -MF .deps/io_base_find_available.Tpo -c io_base_find_available.c -fPIC -DPIC -o .libs/io_base_find_available.o depbase=`echo io_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o io_base_open.lo io_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_open.lo -MD -MP -MF .deps/io_base_open.Tpo -c io_base_open.c -fPIC -DPIC -o .libs/io_base_open.o depbase=`echo io_base_request.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_request.lo -MD -MP -MF "$depbase.Tpo" -c -o io_base_request.lo io_base_request.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT io_base_request.lo -MD -MP -MF .deps/io_base_request.Tpo -c io_base_request.c -fPIC -DPIC -o .libs/io_base_request.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_io_base.la io_base_component_list.lo io_base_close.lo io_base_delete.lo io_base_file_select.lo io_base_find_available.lo io_base_open.lo io_base_request.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_io_base.a .libs/io_base_component_list.o .libs/io_base_close.o .libs/io_base_delete.o .libs/io_base_file_select.o .libs/io_base_find_available.o .libs/io_base_open.o .libs/io_base_request.o ranlib .libs/libmca_io_base.a creating libmca_io_base.la (cd .libs && rm -f libmca_io_base.la && ln -s ../libmca_io_base.la libmca_io_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/io' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/io' Making all in mpool make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/mpool' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/mpool/base' depbase=`echo mpool_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o mpool_base_open.lo mpool_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_open.lo -MD -MP -MF .deps/mpool_base_open.Tpo -c mpool_base_open.c -fPIC -DPIC -o .libs/mpool_base_open.o depbase=`echo mpool_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o mpool_base_close.lo mpool_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_close.lo -MD -MP -MF .deps/mpool_base_close.Tpo -c mpool_base_close.c -fPIC -DPIC -o .libs/mpool_base_close.o depbase=`echo mpool_base_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_init.lo -MD -MP -MF "$depbase.Tpo" -c -o mpool_base_init.lo mpool_base_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_init.lo -MD -MP -MF .deps/mpool_base_init.Tpo -c mpool_base_init.c -fPIC -DPIC -o .libs/mpool_base_init.o depbase=`echo mpool_base_lookup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_lookup.lo -MD -MP -MF "$depbase.Tpo" -c -o mpool_base_lookup.lo mpool_base_lookup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_lookup.lo -MD -MP -MF .deps/mpool_base_lookup.Tpo -c mpool_base_lookup.c -fPIC -DPIC -o .libs/mpool_base_lookup.o depbase=`echo mpool_base_alloc.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_alloc.lo -MD -MP -MF "$depbase.Tpo" -c -o mpool_base_alloc.lo mpool_base_alloc.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_alloc.lo -MD -MP -MF .deps/mpool_base_alloc.Tpo -c mpool_base_alloc.c -fPIC -DPIC -o .libs/mpool_base_alloc.o depbase=`echo mpool_base_mem_cb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_mem_cb.lo -MD -MP -MF "$depbase.Tpo" -c -o mpool_base_mem_cb.lo mpool_base_mem_cb.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT mpool_base_mem_cb.lo -MD -MP -MF .deps/mpool_base_mem_cb.Tpo -c mpool_base_mem_cb.c -fPIC -DPIC -o .libs/mpool_base_mem_cb.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_mpool_base.la mpool_base_open.lo mpool_base_close.lo mpool_base_init.lo mpool_base_lookup.lo mpool_base_alloc.lo mpool_base_mem_cb.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_mpool_base.a .libs/mpool_base_open.o .libs/mpool_base_close.o .libs/mpool_base_init.o .libs/mpool_base_lookup.o .libs/mpool_base_alloc.o .libs/mpool_base_mem_cb.o ranlib .libs/libmca_mpool_base.a creating libmca_mpool_base.la (cd .libs && rm -f libmca_mpool_base.la && ln -s ../libmca_mpool_base.la libmca_mpool_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/mpool/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/mpool' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/mpool' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/mpool' Making all in pml make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/pml' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/pml/base' depbase=`echo pml_base_bsend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_bsend.lo -MD -MP -MF "$depbase.Tpo" -c -o pml_base_bsend.lo pml_base_bsend.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_bsend.lo -MD -MP -MF .deps/pml_base_bsend.Tpo -c pml_base_bsend.c -fPIC -DPIC -o .libs/pml_base_bsend.o depbase=`echo pml_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o pml_base_close.lo pml_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_close.lo -MD -MP -MF .deps/pml_base_close.Tpo -c pml_base_close.c -fPIC -DPIC -o .libs/pml_base_close.o depbase=`echo pml_base_module_exchange.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_module_exchange.lo -MD -MP -MF "$depbase.Tpo" -c -o pml_base_module_exchange.lo pml_base_module_exchange.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_module_exchange.lo -MD -MP -MF .deps/pml_base_module_exchange.Tpo -c pml_base_module_exchange.c -fPIC -DPIC -o .libs/pml_base_module_exchange.o depbase=`echo pml_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o pml_base_open.lo pml_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_open.lo -MD -MP -MF .deps/pml_base_open.Tpo -c pml_base_open.c -fPIC -DPIC -o .libs/pml_base_open.o depbase=`echo pml_base_recvreq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_recvreq.lo -MD -MP -MF "$depbase.Tpo" -c -o pml_base_recvreq.lo pml_base_recvreq.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_recvreq.lo -MD -MP -MF .deps/pml_base_recvreq.Tpo -c pml_base_recvreq.c -fPIC -DPIC -o .libs/pml_base_recvreq.o depbase=`echo pml_base_request.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_request.lo -MD -MP -MF "$depbase.Tpo" -c -o pml_base_request.lo pml_base_request.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_request.lo -MD -MP -MF .deps/pml_base_request.Tpo -c pml_base_request.c -fPIC -DPIC -o .libs/pml_base_request.o depbase=`echo pml_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o pml_base_select.lo pml_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_select.lo -MD -MP -MF .deps/pml_base_select.Tpo -c pml_base_select.c -fPIC -DPIC -o .libs/pml_base_select.o depbase=`echo pml_base_sendreq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_sendreq.lo -MD -MP -MF "$depbase.Tpo" -c -o pml_base_sendreq.lo pml_base_sendreq.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pml_base_sendreq.lo -MD -MP -MF .deps/pml_base_sendreq.Tpo -c pml_base_sendreq.c -fPIC -DPIC -o .libs/pml_base_sendreq.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_pml_base.la pml_base_bsend.lo pml_base_close.lo pml_base_module_exchange.lo pml_base_open.lo pml_base_recvreq.lo pml_base_request.lo pml_base_select.lo pml_base_sendreq.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_pml_base.a .libs/pml_base_bsend.o .libs/pml_base_close.o .libs/pml_base_module_exchange.o .libs/pml_base_open.o .libs/pml_base_recvreq.o .libs/pml_base_request.o .libs/pml_base_select.o .libs/pml_base_sendreq.o ranlib .libs/libmca_pml_base.a creating libmca_pml_base.la (cd .libs && rm -f libmca_pml_base.la && ln -s ../libmca_pml_base.la libmca_pml_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/pml/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/pml' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/pml' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/pml' Making all in ptl make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/ptl' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/ptl/base' depbase=`echo ptl_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_close.lo ptl_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_close.lo -MD -MP -MF .deps/ptl_base_close.Tpo -c ptl_base_close.c -fPIC -DPIC -o .libs/ptl_base_close.o depbase=`echo ptl_base_comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_comm.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_comm.lo ptl_base_comm.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_comm.lo -MD -MP -MF .deps/ptl_base_comm.Tpo -c ptl_base_comm.c -fPIC -DPIC -o .libs/ptl_base_comm.o depbase=`echo ptl_base_fragment.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_fragment.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_fragment.lo ptl_base_fragment.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_fragment.lo -MD -MP -MF .deps/ptl_base_fragment.Tpo -c ptl_base_fragment.c -fPIC -DPIC -o .libs/ptl_base_fragment.o depbase=`echo ptl_base_match.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_match.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_match.lo ptl_base_match.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_match.lo -MD -MP -MF .deps/ptl_base_match.Tpo -c ptl_base_match.c -fPIC -DPIC -o .libs/ptl_base_match.o depbase=`echo ptl_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_open.lo ptl_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_open.lo -MD -MP -MF .deps/ptl_base_open.Tpo -c ptl_base_open.c -fPIC -DPIC -o .libs/ptl_base_open.o depbase=`echo ptl_base_recvfrag.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_recvfrag.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_recvfrag.lo ptl_base_recvfrag.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_recvfrag.lo -MD -MP -MF .deps/ptl_base_recvfrag.Tpo -c ptl_base_recvfrag.c -fPIC -DPIC -o .libs/ptl_base_recvfrag.o depbase=`echo ptl_base_recvreq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_recvreq.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_recvreq.lo ptl_base_recvreq.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_recvreq.lo -MD -MP -MF .deps/ptl_base_recvreq.Tpo -c ptl_base_recvreq.c -fPIC -DPIC -o .libs/ptl_base_recvreq.o depbase=`echo ptl_base_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_select.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_select.lo ptl_base_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_select.lo -MD -MP -MF .deps/ptl_base_select.Tpo -c ptl_base_select.c -fPIC -DPIC -o .libs/ptl_base_select.o depbase=`echo ptl_base_sendfrag.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_sendfrag.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_sendfrag.lo ptl_base_sendfrag.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_sendfrag.lo -MD -MP -MF .deps/ptl_base_sendfrag.Tpo -c ptl_base_sendfrag.c -fPIC -DPIC -o .libs/ptl_base_sendfrag.o depbase=`echo ptl_base_sendreq.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_sendreq.lo -MD -MP -MF "$depbase.Tpo" -c -o ptl_base_sendreq.lo ptl_base_sendreq.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptl_base_sendreq.lo -MD -MP -MF .deps/ptl_base_sendreq.Tpo -c ptl_base_sendreq.c -fPIC -DPIC -o .libs/ptl_base_sendreq.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_ptl_base.la ptl_base_close.lo ptl_base_comm.lo ptl_base_fragment.lo ptl_base_match.lo ptl_base_open.lo ptl_base_recvfrag.lo ptl_base_recvreq.lo ptl_base_select.lo ptl_base_sendfrag.lo ptl_base_sendreq.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_ptl_base.a .libs/ptl_base_close.o .libs/ptl_base_comm.o .libs/ptl_base_fragment.o .libs/ptl_base_match.o .libs/ptl_base_open.o .libs/ptl_base_recvfrag.o .libs/ptl_base_recvreq.o .libs/ptl_base_select.o .libs/ptl_base_sendfrag.o .libs/ptl_base_sendreq.o ranlib .libs/libmca_ptl_base.a creating libmca_ptl_base.la (cd .libs && rm -f libmca_ptl_base.la && ln -s ../libmca_ptl_base.la libmca_ptl_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/ptl/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/ptl' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/ptl' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/ptl' Making all in rcache make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/rcache' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/rcache/base' depbase=`echo rcache_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rcache_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o rcache_base_open.lo rcache_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rcache_base_open.lo -MD -MP -MF .deps/rcache_base_open.Tpo -c rcache_base_open.c -fPIC -DPIC -o .libs/rcache_base_open.o depbase=`echo rcache_base_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rcache_base_create.lo -MD -MP -MF "$depbase.Tpo" -c -o rcache_base_create.lo rcache_base_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rcache_base_create.lo -MD -MP -MF .deps/rcache_base_create.Tpo -c rcache_base_create.c -fPIC -DPIC -o .libs/rcache_base_create.o depbase=`echo rcache_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rcache_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o rcache_base_close.lo rcache_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT rcache_base_close.lo -MD -MP -MF .deps/rcache_base_close.Tpo -c rcache_base_close.c -fPIC -DPIC -o .libs/rcache_base_close.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_rcache_base.la rcache_base_open.lo rcache_base_create.lo rcache_base_close.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_rcache_base.a .libs/rcache_base_open.o .libs/rcache_base_create.o .libs/rcache_base_close.o ranlib .libs/libmca_rcache_base.a creating libmca_rcache_base.la (cd .libs && rm -f libmca_rcache_base.la && ln -s ../libmca_rcache_base.la libmca_rcache_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/rcache/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/rcache' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/rcache' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/rcache' Making all in topo make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca/topo' Making all in base make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/topo/base' depbase=`echo topo_base_cart_coords.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_coords.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_cart_coords.lo topo_base_cart_coords.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_coords.lo -MD -MP -MF .deps/topo_base_cart_coords.Tpo -c topo_base_cart_coords.c -fPIC -DPIC -o .libs/topo_base_cart_coords.o depbase=`echo topo_base_cart_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_create.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_cart_create.lo topo_base_cart_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_create.lo -MD -MP -MF .deps/topo_base_cart_create.Tpo -c topo_base_cart_create.c -fPIC -DPIC -o .libs/topo_base_cart_create.o depbase=`echo topo_base_cartdim_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cartdim_get.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_cartdim_get.lo topo_base_cartdim_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cartdim_get.lo -MD -MP -MF .deps/topo_base_cartdim_get.Tpo -c topo_base_cartdim_get.c -fPIC -DPIC -o .libs/topo_base_cartdim_get.o depbase=`echo topo_base_cart_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_get.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_cart_get.lo topo_base_cart_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_get.lo -MD -MP -MF .deps/topo_base_cart_get.Tpo -c topo_base_cart_get.c -fPIC -DPIC -o .libs/topo_base_cart_get.o depbase=`echo topo_base_cart_rank.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_rank.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_cart_rank.lo topo_base_cart_rank.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_rank.lo -MD -MP -MF .deps/topo_base_cart_rank.Tpo -c topo_base_cart_rank.c -fPIC -DPIC -o .libs/topo_base_cart_rank.o depbase=`echo topo_base_cart_shift.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_shift.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_cart_shift.lo topo_base_cart_shift.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_shift.lo -MD -MP -MF .deps/topo_base_cart_shift.Tpo -c topo_base_cart_shift.c -fPIC -DPIC -o .libs/topo_base_cart_shift.o depbase=`echo topo_base_cart_sub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_sub.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_cart_sub.lo topo_base_cart_sub.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_cart_sub.lo -MD -MP -MF .deps/topo_base_cart_sub.Tpo -c topo_base_cart_sub.c -fPIC -DPIC -o .libs/topo_base_cart_sub.o depbase=`echo topo_base_find_available.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_find_available.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_find_available.lo topo_base_find_available.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_find_available.lo -MD -MP -MF .deps/topo_base_find_available.Tpo -c topo_base_find_available.c -fPIC -DPIC -o .libs/topo_base_find_available.o depbase=`echo topo_base_graph_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graph_create.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_graph_create.lo topo_base_graph_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graph_create.lo -MD -MP -MF .deps/topo_base_graph_create.Tpo -c topo_base_graph_create.c -fPIC -DPIC -o .libs/topo_base_graph_create.o depbase=`echo topo_base_graphdims_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graphdims_get.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_graphdims_get.lo topo_base_graphdims_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graphdims_get.lo -MD -MP -MF .deps/topo_base_graphdims_get.Tpo -c topo_base_graphdims_get.c -fPIC -DPIC -o .libs/topo_base_graphdims_get.o depbase=`echo topo_base_graph_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graph_get.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_graph_get.lo topo_base_graph_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graph_get.lo -MD -MP -MF .deps/topo_base_graph_get.Tpo -c topo_base_graph_get.c -fPIC -DPIC -o .libs/topo_base_graph_get.o depbase=`echo topo_base_graph_neighbors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graph_neighbors.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_graph_neighbors.lo topo_base_graph_neighbors.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graph_neighbors.lo -MD -MP -MF .deps/topo_base_graph_neighbors.Tpo -c topo_base_graph_neighbors.c -fPIC -DPIC -o .libs/topo_base_graph_neighbors.o depbase=`echo topo_base_graph_neighbors_count.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graph_neighbors_count.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_graph_neighbors_count.lo topo_base_graph_neighbors_count.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_graph_neighbors_count.lo -MD -MP -MF .deps/topo_base_graph_neighbors_count.Tpo -c topo_base_graph_neighbors_count.c -fPIC -DPIC -o .libs/topo_base_graph_neighbors_count.o depbase=`echo topo_base_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_open.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_open.lo topo_base_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_open.lo -MD -MP -MF .deps/topo_base_open.Tpo -c topo_base_open.c -fPIC -DPIC -o .libs/topo_base_open.o depbase=`echo topo_base_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_close.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_close.lo topo_base_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_close.lo -MD -MP -MF .deps/topo_base_close.Tpo -c topo_base_close.c -fPIC -DPIC -o .libs/topo_base_close.o depbase=`echo topo_base_comm_select.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_comm_select.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_comm_select.lo topo_base_comm_select.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_comm_select.lo -MD -MP -MF .deps/topo_base_comm_select.Tpo -c topo_base_comm_select.c -fPIC -DPIC -o .libs/topo_base_comm_select.o depbase=`echo topo_base_comm_unselect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_comm_unselect.lo -MD -MP -MF "$depbase.Tpo" -c -o topo_base_comm_unselect.lo topo_base_comm_unselect.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -I../../../../opal/libltdl -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT topo_base_comm_unselect.lo -MD -MP -MF .deps/topo_base_comm_unselect.Tpo -c topo_base_comm_unselect.c -fPIC -DPIC -o .libs/topo_base_comm_unselect.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmca_topo_base.la topo_base_cart_coords.lo topo_base_cart_create.lo topo_base_cartdim_get.lo topo_base_cart_get.lo topo_base_cart_rank.lo topo_base_cart_shift.lo topo_base_cart_sub.lo topo_base_find_available.lo topo_base_graph_create.lo topo_base_graphdims_get.lo topo_base_graph_get.lo topo_base_graph_neighbors.lo topo_base_graph_neighbors_count.lo topo_base_open.lo topo_base_close.lo topo_base_comm_select.lo topo_base_comm_unselect.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmca_topo_base.a .libs/topo_base_cart_coords.o .libs/topo_base_cart_create.o .libs/topo_base_cartdim_get.o .libs/topo_base_cart_get.o .libs/topo_base_cart_rank.o .libs/topo_base_cart_shift.o .libs/topo_base_cart_sub.o .libs/topo_base_find_available.o .libs/topo_base_graph_create.o .libs/topo_base_graphdims_get.o .libs/topo_base_graph_get.o .libs/topo_base_graph_neighbors.o .libs/topo_base_graph_neighbors_count.o .libs/topo_base_open.o .libs/topo_base_close.o .libs/topo_base_comm_select.o .libs/topo_base_comm_unselect.o ranlib .libs/libmca_topo_base.a creating libmca_topo_base.la (cd .libs && rm -f libmca_topo_base.la && ln -s ../libmca_topo_base.la libmca_topo_base.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/topo/base' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mca/topo' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/topo' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca/topo' make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mca' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mca' make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/mca' Making all in mpi make[2]: Entering directory `/root/openmpi-1.0.1/ompi/mpi' Making all in c make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/c' Making all in profile make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/c/profile' depbase=`echo pabort.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pabort.lo -MD -MP -MF "$depbase.Tpo" -c -o pabort.lo pabort.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pabort.lo -MD -MP -MF .deps/pabort.Tpo -c pabort.c -fPIC -DPIC -o .libs/pabort.o depbase=`echo padd_error_class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_class.lo -MD -MP -MF "$depbase.Tpo" -c -o padd_error_class.lo padd_error_class.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_class.lo -MD -MP -MF .deps/padd_error_class.Tpo -c padd_error_class.c -fPIC -DPIC -o .libs/padd_error_class.o depbase=`echo padd_error_code.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_code.lo -MD -MP -MF "$depbase.Tpo" -c -o padd_error_code.lo padd_error_code.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_code.lo -MD -MP -MF .deps/padd_error_code.Tpo -c padd_error_code.c -fPIC -DPIC -o .libs/padd_error_code.o depbase=`echo padd_error_string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_string.lo -MD -MP -MF "$depbase.Tpo" -c -o padd_error_string.lo padd_error_string.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_string.lo -MD -MP -MF .deps/padd_error_string.Tpo -c padd_error_string.c -fPIC -DPIC -o .libs/padd_error_string.o depbase=`echo paddress.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paddress.lo -MD -MP -MF "$depbase.Tpo" -c -o paddress.lo paddress.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paddress.lo -MD -MP -MF .deps/paddress.Tpo -c paddress.c -fPIC -DPIC -o .libs/paddress.o depbase=`echo pallgather.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallgather.lo -MD -MP -MF "$depbase.Tpo" -c -o pallgather.lo pallgather.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallgather.lo -MD -MP -MF .deps/pallgather.Tpo -c pallgather.c -fPIC -DPIC -o .libs/pallgather.o depbase=`echo pallgatherv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallgatherv.lo -MD -MP -MF "$depbase.Tpo" -c -o pallgatherv.lo pallgatherv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallgatherv.lo -MD -MP -MF .deps/pallgatherv.Tpo -c pallgatherv.c -fPIC -DPIC -o .libs/pallgatherv.o depbase=`echo palloc_mem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palloc_mem.lo -MD -MP -MF "$depbase.Tpo" -c -o palloc_mem.lo palloc_mem.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palloc_mem.lo -MD -MP -MF .deps/palloc_mem.Tpo -c palloc_mem.c -fPIC -DPIC -o .libs/palloc_mem.o depbase=`echo pallreduce.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallreduce.lo -MD -MP -MF "$depbase.Tpo" -c -o pallreduce.lo pallreduce.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallreduce.lo -MD -MP -MF .deps/pallreduce.Tpo -c pallreduce.c -fPIC -DPIC -o .libs/pallreduce.o depbase=`echo palltoall.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoall.lo -MD -MP -MF "$depbase.Tpo" -c -o palltoall.lo palltoall.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoall.lo -MD -MP -MF .deps/palltoall.Tpo -c palltoall.c -fPIC -DPIC -o .libs/palltoall.o depbase=`echo palltoallv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoallv.lo -MD -MP -MF "$depbase.Tpo" -c -o palltoallv.lo palltoallv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoallv.lo -MD -MP -MF .deps/palltoallv.Tpo -c palltoallv.c -fPIC -DPIC -o .libs/palltoallv.o depbase=`echo palltoallw.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoallw.lo -MD -MP -MF "$depbase.Tpo" -c -o palltoallw.lo palltoallw.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoallw.lo -MD -MP -MF .deps/palltoallw.Tpo -c palltoallw.c -fPIC -DPIC -o .libs/palltoallw.o depbase=`echo pattr_delete.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_delete.lo -MD -MP -MF "$depbase.Tpo" -c -o pattr_delete.lo pattr_delete.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_delete.lo -MD -MP -MF .deps/pattr_delete.Tpo -c pattr_delete.c -fPIC -DPIC -o .libs/pattr_delete.o depbase=`echo pattr_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_get.lo -MD -MP -MF "$depbase.Tpo" -c -o pattr_get.lo pattr_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_get.lo -MD -MP -MF .deps/pattr_get.Tpo -c pattr_get.c -fPIC -DPIC -o .libs/pattr_get.o depbase=`echo pattr_put.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_put.lo -MD -MP -MF "$depbase.Tpo" -c -o pattr_put.lo pattr_put.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_put.lo -MD -MP -MF .deps/pattr_put.Tpo -c pattr_put.c -fPIC -DPIC -o .libs/pattr_put.o depbase=`echo pbarrier.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbarrier.lo -MD -MP -MF "$depbase.Tpo" -c -o pbarrier.lo pbarrier.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbarrier.lo -MD -MP -MF .deps/pbarrier.Tpo -c pbarrier.c -fPIC -DPIC -o .libs/pbarrier.o depbase=`echo pbcast.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbcast.lo -MD -MP -MF "$depbase.Tpo" -c -o pbcast.lo pbcast.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbcast.lo -MD -MP -MF .deps/pbcast.Tpo -c pbcast.c -fPIC -DPIC -o .libs/pbcast.o depbase=`echo pbsend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbsend.lo -MD -MP -MF "$depbase.Tpo" -c -o pbsend.lo pbsend.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbsend.lo -MD -MP -MF .deps/pbsend.Tpo -c pbsend.c -fPIC -DPIC -o .libs/pbsend.o depbase=`echo pbsend_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbsend_init.lo -MD -MP -MF "$depbase.Tpo" -c -o pbsend_init.lo pbsend_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbsend_init.lo -MD -MP -MF .deps/pbsend_init.Tpo -c pbsend_init.c -fPIC -DPIC -o .libs/pbsend_init.o depbase=`echo pbuffer_attach.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbuffer_attach.lo -MD -MP -MF "$depbase.Tpo" -c -o pbuffer_attach.lo pbuffer_attach.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbuffer_attach.lo -MD -MP -MF .deps/pbuffer_attach.Tpo -c pbuffer_attach.c -fPIC -DPIC -o .libs/pbuffer_attach.o depbase=`echo pbuffer_detach.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbuffer_detach.lo -MD -MP -MF "$depbase.Tpo" -c -o pbuffer_detach.lo pbuffer_detach.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbuffer_detach.lo -MD -MP -MF .deps/pbuffer_detach.Tpo -c pbuffer_detach.c -fPIC -DPIC -o .libs/pbuffer_detach.o depbase=`echo pcancel.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcancel.lo -MD -MP -MF "$depbase.Tpo" -c -o pcancel.lo pcancel.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcancel.lo -MD -MP -MF .deps/pcancel.Tpo -c pcancel.c -fPIC -DPIC -o .libs/pcancel.o depbase=`echo pcart_coords.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_coords.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_coords.lo pcart_coords.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_coords.lo -MD -MP -MF .deps/pcart_coords.Tpo -c pcart_coords.c -fPIC -DPIC -o .libs/pcart_coords.o depbase=`echo pcart_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_create.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_create.lo pcart_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_create.lo -MD -MP -MF .deps/pcart_create.Tpo -c pcart_create.c -fPIC -DPIC -o .libs/pcart_create.o depbase=`echo pcartdim_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcartdim_get.lo -MD -MP -MF "$depbase.Tpo" -c -o pcartdim_get.lo pcartdim_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcartdim_get.lo -MD -MP -MF .deps/pcartdim_get.Tpo -c pcartdim_get.c -fPIC -DPIC -o .libs/pcartdim_get.o depbase=`echo pcart_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_get.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_get.lo pcart_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_get.lo -MD -MP -MF .deps/pcart_get.Tpo -c pcart_get.c -fPIC -DPIC -o .libs/pcart_get.o depbase=`echo pcart_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_map.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_map.lo pcart_map.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_map.lo -MD -MP -MF .deps/pcart_map.Tpo -c pcart_map.c -fPIC -DPIC -o .libs/pcart_map.o depbase=`echo pcart_rank.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_rank.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_rank.lo pcart_rank.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_rank.lo -MD -MP -MF .deps/pcart_rank.Tpo -c pcart_rank.c -fPIC -DPIC -o .libs/pcart_rank.o depbase=`echo pcart_shift.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_shift.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_shift.lo pcart_shift.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_shift.lo -MD -MP -MF .deps/pcart_shift.Tpo -c pcart_shift.c -fPIC -DPIC -o .libs/pcart_shift.o depbase=`echo pcart_sub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_sub.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_sub.lo pcart_sub.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_sub.lo -MD -MP -MF .deps/pcart_sub.Tpo -c pcart_sub.c -fPIC -DPIC -o .libs/pcart_sub.o depbase=`echo pclose_port.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pclose_port.lo -MD -MP -MF "$depbase.Tpo" -c -o pclose_port.lo pclose_port.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pclose_port.lo -MD -MP -MF .deps/pclose_port.Tpo -c pclose_port.c -fPIC -DPIC -o .libs/pclose_port.o depbase=`echo pcomm_accept.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_accept.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_accept.lo pcomm_accept.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_accept.lo -MD -MP -MF .deps/pcomm_accept.Tpo -c pcomm_accept.c -fPIC -DPIC -o .libs/pcomm_accept.o depbase=`echo pcomm_c2f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_c2f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_c2f.lo pcomm_c2f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_c2f.lo -MD -MP -MF .deps/pcomm_c2f.Tpo -c pcomm_c2f.c -fPIC -DPIC -o .libs/pcomm_c2f.o depbase=`echo pcomm_call_errhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_call_errhandler.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_call_errhandler.lo pcomm_call_errhandler.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_call_errhandler.lo -MD -MP -MF .deps/pcomm_call_errhandler.Tpo -c pcomm_call_errhandler.c -fPIC -DPIC -o .libs/pcomm_call_errhandler.o depbase=`echo pcomm_compare.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_compare.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_compare.lo pcomm_compare.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_compare.lo -MD -MP -MF .deps/pcomm_compare.Tpo -c pcomm_compare.c -fPIC -DPIC -o .libs/pcomm_compare.o depbase=`echo pcomm_connect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_connect.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_connect.lo pcomm_connect.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_connect.lo -MD -MP -MF .deps/pcomm_connect.Tpo -c pcomm_connect.c -fPIC -DPIC -o .libs/pcomm_connect.o depbase=`echo pcomm_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_create.lo pcomm_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create.lo -MD -MP -MF .deps/pcomm_create.Tpo -c pcomm_create.c -fPIC -DPIC -o .libs/pcomm_create.o depbase=`echo pcomm_create_errhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_errhandler.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_create_errhandler.lo pcomm_create_errhandler.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_errhandler.lo -MD -MP -MF .deps/pcomm_create_errhandler.Tpo -c pcomm_create_errhandler.c -fPIC -DPIC -o .libs/pcomm_create_errhandler.o depbase=`echo pcomm_create_keyval.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_keyval.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_create_keyval.lo pcomm_create_keyval.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_keyval.lo -MD -MP -MF .deps/pcomm_create_keyval.Tpo -c pcomm_create_keyval.c -fPIC -DPIC -o .libs/pcomm_create_keyval.o depbase=`echo pcomm_delete_attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_delete_attr.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_delete_attr.lo pcomm_delete_attr.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_delete_attr.lo -MD -MP -MF .deps/pcomm_delete_attr.Tpo -c pcomm_delete_attr.c -fPIC -DPIC -o .libs/pcomm_delete_attr.o depbase=`echo pcomm_disconnect.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_disconnect.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_disconnect.lo pcomm_disconnect.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_disconnect.lo -MD -MP -MF .deps/pcomm_disconnect.Tpo -c pcomm_disconnect.c -fPIC -DPIC -o .libs/pcomm_disconnect.o depbase=`echo pcomm_dup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_dup.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_dup.lo pcomm_dup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_dup.lo -MD -MP -MF .deps/pcomm_dup.Tpo -c pcomm_dup.c -fPIC -DPIC -o .libs/pcomm_dup.o depbase=`echo pcomm_f2c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_f2c.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_f2c.lo pcomm_f2c.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_f2c.lo -MD -MP -MF .deps/pcomm_f2c.Tpo -c pcomm_f2c.c -fPIC -DPIC -o .libs/pcomm_f2c.o depbase=`echo pcomm_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_free.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_free.lo pcomm_free.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_free.lo -MD -MP -MF .deps/pcomm_free.Tpo -c pcomm_free.c -fPIC -DPIC -o .libs/pcomm_free.o depbase=`echo pcomm_free_keyval.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_free_keyval.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_free_keyval.lo pcomm_free_keyval.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_free_keyval.lo -MD -MP -MF .deps/pcomm_free_keyval.Tpo -c pcomm_free_keyval.c -fPIC -DPIC -o .libs/pcomm_free_keyval.o depbase=`echo pcomm_get_attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_attr.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_get_attr.lo pcomm_get_attr.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_attr.lo -MD -MP -MF .deps/pcomm_get_attr.Tpo -c pcomm_get_attr.c -fPIC -DPIC -o .libs/pcomm_get_attr.o depbase=`echo pcomm_get_errhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_errhandler.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_get_errhandler.lo pcomm_get_errhandler.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_errhandler.lo -MD -MP -MF .deps/pcomm_get_errhandler.Tpo -c pcomm_get_errhandler.c -fPIC -DPIC -o .libs/pcomm_get_errhandler.o depbase=`echo pcomm_get_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_name.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_get_name.lo pcomm_get_name.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_name.lo -MD -MP -MF .deps/pcomm_get_name.Tpo -c pcomm_get_name.c -fPIC -DPIC -o .libs/pcomm_get_name.o depbase=`echo pcomm_get_parent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_parent.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_get_parent.lo pcomm_get_parent.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_parent.lo -MD -MP -MF .deps/pcomm_get_parent.Tpo -c pcomm_get_parent.c -fPIC -DPIC -o .libs/pcomm_get_parent.o depbase=`echo pcomm_group.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_group.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_group.lo pcomm_group.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_group.lo -MD -MP -MF .deps/pcomm_group.Tpo -c pcomm_group.c -fPIC -DPIC -o .libs/pcomm_group.o depbase=`echo pcomm_join.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_join.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_join.lo pcomm_join.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_join.lo -MD -MP -MF .deps/pcomm_join.Tpo -c pcomm_join.c -fPIC -DPIC -o .libs/pcomm_join.o depbase=`echo pcomm_rank.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_rank.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_rank.lo pcomm_rank.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_rank.lo -MD -MP -MF .deps/pcomm_rank.Tpo -c pcomm_rank.c -fPIC -DPIC -o .libs/pcomm_rank.o depbase=`echo pcomm_remote_group.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_remote_group.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_remote_group.lo pcomm_remote_group.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_remote_group.lo -MD -MP -MF .deps/pcomm_remote_group.Tpo -c pcomm_remote_group.c -fPIC -DPIC -o .libs/pcomm_remote_group.o depbase=`echo pcomm_remote_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_remote_size.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_remote_size.lo pcomm_remote_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_remote_size.lo -MD -MP -MF .deps/pcomm_remote_size.Tpo -c pcomm_remote_size.c -fPIC -DPIC -o .libs/pcomm_remote_size.o depbase=`echo pcomm_set_attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_attr.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_set_attr.lo pcomm_set_attr.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_attr.lo -MD -MP -MF .deps/pcomm_set_attr.Tpo -c pcomm_set_attr.c -fPIC -DPIC -o .libs/pcomm_set_attr.o depbase=`echo pcomm_set_errhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_errhandler.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_set_errhandler.lo pcomm_set_errhandler.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_errhandler.lo -MD -MP -MF .deps/pcomm_set_errhandler.Tpo -c pcomm_set_errhandler.c -fPIC -DPIC -o .libs/pcomm_set_errhandler.o depbase=`echo pcomm_set_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_name.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_set_name.lo pcomm_set_name.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_name.lo -MD -MP -MF .deps/pcomm_set_name.Tpo -c pcomm_set_name.c -fPIC -DPIC -o .libs/pcomm_set_name.o depbase=`echo pcomm_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_size.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_size.lo pcomm_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_size.lo -MD -MP -MF .deps/pcomm_size.Tpo -c pcomm_size.c -fPIC -DPIC -o .libs/pcomm_size.o depbase=`echo pcomm_spawn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_spawn.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_spawn.lo pcomm_spawn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_spawn.lo -MD -MP -MF .deps/pcomm_spawn.Tpo -c pcomm_spawn.c -fPIC -DPIC -o .libs/pcomm_spawn.o depbase=`echo pcomm_spawn_multiple.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_spawn_multiple.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_spawn_multiple.lo pcomm_spawn_multiple.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_spawn_multiple.lo -MD -MP -MF .deps/pcomm_spawn_multiple.Tpo -c pcomm_spawn_multiple.c -fPIC -DPIC -o .libs/pcomm_spawn_multiple.o depbase=`echo pcomm_split.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_split.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_split.lo pcomm_split.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_split.lo -MD -MP -MF .deps/pcomm_split.Tpo -c pcomm_split.c -fPIC -DPIC -o .libs/pcomm_split.o depbase=`echo pcomm_test_inter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_test_inter.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_test_inter.lo pcomm_test_inter.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_test_inter.lo -MD -MP -MF .deps/pcomm_test_inter.Tpo -c pcomm_test_inter.c -fPIC -DPIC -o .libs/pcomm_test_inter.o depbase=`echo pdims_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pdims_create.lo -MD -MP -MF "$depbase.Tpo" -c -o pdims_create.lo pdims_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pdims_create.lo -MD -MP -MF .deps/pdims_create.Tpo -c pdims_create.c -fPIC -DPIC -o .libs/pdims_create.o depbase=`echo perrhandler_c2f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_c2f.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_c2f.lo perrhandler_c2f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_c2f.lo -MD -MP -MF .deps/perrhandler_c2f.Tpo -c perrhandler_c2f.c -fPIC -DPIC -o .libs/perrhandler_c2f.o depbase=`echo perrhandler_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_create.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_create.lo perrhandler_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_create.lo -MD -MP -MF .deps/perrhandler_create.Tpo -c perrhandler_create.c -fPIC -DPIC -o .libs/perrhandler_create.o depbase=`echo perrhandler_f2c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_f2c.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_f2c.lo perrhandler_f2c.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_f2c.lo -MD -MP -MF .deps/perrhandler_f2c.Tpo -c perrhandler_f2c.c -fPIC -DPIC -o .libs/perrhandler_f2c.o depbase=`echo perrhandler_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_free.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_free.lo perrhandler_free.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_free.lo -MD -MP -MF .deps/perrhandler_free.Tpo -c perrhandler_free.c -fPIC -DPIC -o .libs/perrhandler_free.o depbase=`echo perrhandler_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_get.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_get.lo perrhandler_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_get.lo -MD -MP -MF .deps/perrhandler_get.Tpo -c perrhandler_get.c -fPIC -DPIC -o .libs/perrhandler_get.o depbase=`echo perrhandler_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_set.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_set.lo perrhandler_set.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_set.lo -MD -MP -MF .deps/perrhandler_set.Tpo -c perrhandler_set.c -fPIC -DPIC -o .libs/perrhandler_set.o depbase=`echo perror_class.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perror_class.lo -MD -MP -MF "$depbase.Tpo" -c -o perror_class.lo perror_class.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perror_class.lo -MD -MP -MF .deps/perror_class.Tpo -c perror_class.c -fPIC -DPIC -o .libs/perror_class.o depbase=`echo perror_string.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perror_string.lo -MD -MP -MF "$depbase.Tpo" -c -o perror_string.lo perror_string.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perror_string.lo -MD -MP -MF .deps/perror_string.Tpo -c perror_string.c -fPIC -DPIC -o .libs/perror_string.o depbase=`echo pexscan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pexscan.lo -MD -MP -MF "$depbase.Tpo" -c -o pexscan.lo pexscan.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pexscan.lo -MD -MP -MF .deps/pexscan.Tpo -c pexscan.c -fPIC -DPIC -o .libs/pexscan.o depbase=`echo pfile_c2f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_c2f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_c2f.lo pfile_c2f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_c2f.lo -MD -MP -MF .deps/pfile_c2f.Tpo -c pfile_c2f.c -fPIC -DPIC -o .libs/pfile_c2f.o depbase=`echo pfile_call_errhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_call_errhandler.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_call_errhandler.lo pfile_call_errhandler.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_call_errhandler.lo -MD -MP -MF .deps/pfile_call_errhandler.Tpo -c pfile_call_errhandler.c -fPIC -DPIC -o .libs/pfile_call_errhandler.o depbase=`echo pfile_close.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_close.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_close.lo pfile_close.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_close.lo -MD -MP -MF .deps/pfile_close.Tpo -c pfile_close.c -fPIC -DPIC -o .libs/pfile_close.o depbase=`echo pfile_create_errhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_create_errhandler.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_create_errhandler.lo pfile_create_errhandler.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_create_errhandler.lo -MD -MP -MF .deps/pfile_create_errhandler.Tpo -c pfile_create_errhandler.c -fPIC -DPIC -o .libs/pfile_create_errhandler.o depbase=`echo pfile_delete.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_delete.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_delete.lo pfile_delete.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_delete.lo -MD -MP -MF .deps/pfile_delete.Tpo -c pfile_delete.c -fPIC -DPIC -o .libs/pfile_delete.o depbase=`echo pfile_f2c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_f2c.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_f2c.lo pfile_f2c.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_f2c.lo -MD -MP -MF .deps/pfile_f2c.Tpo -c pfile_f2c.c -fPIC -DPIC -o .libs/pfile_f2c.o depbase=`echo pfile_get_amode.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_amode.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_amode.lo pfile_get_amode.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_amode.lo -MD -MP -MF .deps/pfile_get_amode.Tpo -c pfile_get_amode.c -fPIC -DPIC -o .libs/pfile_get_amode.o depbase=`echo pfile_get_atomicity.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_atomicity.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_atomicity.lo pfile_get_atomicity.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_atomicity.lo -MD -MP -MF .deps/pfile_get_atomicity.Tpo -c pfile_get_atomicity.c -fPIC -DPIC -o .libs/pfile_get_atomicity.o depbase=`echo pfile_get_byte_offset.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_byte_offset.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_byte_offset.lo pfile_get_byte_offset.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_byte_offset.lo -MD -MP -MF .deps/pfile_get_byte_offset.Tpo -c pfile_get_byte_offset.c -fPIC -DPIC -o .libs/pfile_get_byte_offset.o depbase=`echo pfile_get_errhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_errhandler.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_errhandler.lo pfile_get_errhandler.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_errhandler.lo -MD -MP -MF .deps/pfile_get_errhandler.Tpo -c pfile_get_errhandler.c -fPIC -DPIC -o .libs/pfile_get_errhandler.o depbase=`echo pfile_get_group.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_group.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_group.lo pfile_get_group.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_group.lo -MD -MP -MF .deps/pfile_get_group.Tpo -c pfile_get_group.c -fPIC -DPIC -o .libs/pfile_get_group.o depbase=`echo pfile_get_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_info.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_info.lo pfile_get_info.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_info.lo -MD -MP -MF .deps/pfile_get_info.Tpo -c pfile_get_info.c -fPIC -DPIC -o .libs/pfile_get_info.o depbase=`echo pfile_get_position.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_position.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_position.lo pfile_get_position.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_position.lo -MD -MP -MF .deps/pfile_get_position.Tpo -c pfile_get_position.c -fPIC -DPIC -o .libs/pfile_get_position.o depbase=`echo pfile_get_position_shared.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_position_shared.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_position_shared.lo pfile_get_position_shared.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_position_shared.lo -MD -MP -MF .deps/pfile_get_position_shared.Tpo -c pfile_get_position_shared.c -fPIC -DPIC -o .libs/pfile_get_position_shared.o depbase=`echo pfile_get_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_size.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_size.lo pfile_get_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_size.lo -MD -MP -MF .deps/pfile_get_size.Tpo -c pfile_get_size.c -fPIC -DPIC -o .libs/pfile_get_size.o depbase=`echo pfile_get_type_extent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_type_extent.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_type_extent.lo pfile_get_type_extent.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_type_extent.lo -MD -MP -MF .deps/pfile_get_type_extent.Tpo -c pfile_get_type_extent.c -fPIC -DPIC -o .libs/pfile_get_type_extent.o depbase=`echo pfile_get_view.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_view.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_view.lo pfile_get_view.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_view.lo -MD -MP -MF .deps/pfile_get_view.Tpo -c pfile_get_view.c -fPIC -DPIC -o .libs/pfile_get_view.o depbase=`echo pfile_iread_at.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_at.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iread_at.lo pfile_iread_at.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_at.lo -MD -MP -MF .deps/pfile_iread_at.Tpo -c pfile_iread_at.c -fPIC -DPIC -o .libs/pfile_iread_at.o depbase=`echo pfile_iread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iread.lo pfile_iread.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread.lo -MD -MP -MF .deps/pfile_iread.Tpo -c pfile_iread.c -fPIC -DPIC -o .libs/pfile_iread.o depbase=`echo pfile_iread_shared.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_shared.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iread_shared.lo pfile_iread_shared.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_shared.lo -MD -MP -MF .deps/pfile_iread_shared.Tpo -c pfile_iread_shared.c -fPIC -DPIC -o .libs/pfile_iread_shared.o depbase=`echo pfile_iwrite_at.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_at.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iwrite_at.lo pfile_iwrite_at.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_at.lo -MD -MP -MF .deps/pfile_iwrite_at.Tpo -c pfile_iwrite_at.c -fPIC -DPIC -o .libs/pfile_iwrite_at.o depbase=`echo pfile_iwrite.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iwrite.lo pfile_iwrite.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite.lo -MD -MP -MF .deps/pfile_iwrite.Tpo -c pfile_iwrite.c -fPIC -DPIC -o .libs/pfile_iwrite.o depbase=`echo pfile_iwrite_shared.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_shared.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iwrite_shared.lo pfile_iwrite_shared.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_shared.lo -MD -MP -MF .deps/pfile_iwrite_shared.Tpo -c pfile_iwrite_shared.c -fPIC -DPIC -o .libs/pfile_iwrite_shared.o depbase=`echo pfile_open.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_open.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_open.lo pfile_open.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_open.lo -MD -MP -MF .deps/pfile_open.Tpo -c pfile_open.c -fPIC -DPIC -o .libs/pfile_open.o depbase=`echo pfile_preallocate.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_preallocate.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_preallocate.lo pfile_preallocate.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_preallocate.lo -MD -MP -MF .deps/pfile_preallocate.Tpo -c pfile_preallocate.c -fPIC -DPIC -o .libs/pfile_preallocate.o depbase=`echo pfile_read_all_begin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_begin.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_all_begin.lo pfile_read_all_begin.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_begin.lo -MD -MP -MF .deps/pfile_read_all_begin.Tpo -c pfile_read_all_begin.c -fPIC -DPIC -o .libs/pfile_read_all_begin.o depbase=`echo pfile_read_all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_all.lo pfile_read_all.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all.lo -MD -MP -MF .deps/pfile_read_all.Tpo -c pfile_read_all.c -fPIC -DPIC -o .libs/pfile_read_all.o depbase=`echo pfile_read_all_end.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_end.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_all_end.lo pfile_read_all_end.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_end.lo -MD -MP -MF .deps/pfile_read_all_end.Tpo -c pfile_read_all_end.c -fPIC -DPIC -o .libs/pfile_read_all_end.o depbase=`echo pfile_read_at_all_begin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_begin.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_at_all_begin.lo pfile_read_at_all_begin.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_begin.lo -MD -MP -MF .deps/pfile_read_at_all_begin.Tpo -c pfile_read_at_all_begin.c -fPIC -DPIC -o .libs/pfile_read_at_all_begin.o depbase=`echo pfile_read_at_all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_at_all.lo pfile_read_at_all.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all.lo -MD -MP -MF .deps/pfile_read_at_all.Tpo -c pfile_read_at_all.c -fPIC -DPIC -o .libs/pfile_read_at_all.o depbase=`echo pfile_read_at_all_end.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_end.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_at_all_end.lo pfile_read_at_all_end.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_end.lo -MD -MP -MF .deps/pfile_read_at_all_end.Tpo -c pfile_read_at_all_end.c -fPIC -DPIC -o .libs/pfile_read_at_all_end.o depbase=`echo pfile_read_at.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_at.lo pfile_read_at.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at.lo -MD -MP -MF .deps/pfile_read_at.Tpo -c pfile_read_at.c -fPIC -DPIC -o .libs/pfile_read_at.o depbase=`echo pfile_read.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read.lo pfile_read.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read.lo -MD -MP -MF .deps/pfile_read.Tpo -c pfile_read.c -fPIC -DPIC -o .libs/pfile_read.o depbase=`echo pfile_read_ordered_begin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_begin.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_ordered_begin.lo pfile_read_ordered_begin.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_begin.lo -MD -MP -MF .deps/pfile_read_ordered_begin.Tpo -c pfile_read_ordered_begin.c -fPIC -DPIC -o .libs/pfile_read_ordered_begin.o depbase=`echo pfile_read_ordered.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_ordered.lo pfile_read_ordered.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered.lo -MD -MP -MF .deps/pfile_read_ordered.Tpo -c pfile_read_ordered.c -fPIC -DPIC -o .libs/pfile_read_ordered.o depbase=`echo pfile_read_ordered_end.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_end.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_ordered_end.lo pfile_read_ordered_end.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_end.lo -MD -MP -MF .deps/pfile_read_ordered_end.Tpo -c pfile_read_ordered_end.c -fPIC -DPIC -o .libs/pfile_read_ordered_end.o depbase=`echo pfile_read_shared.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_shared.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_shared.lo pfile_read_shared.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_shared.lo -MD -MP -MF .deps/pfile_read_shared.Tpo -c pfile_read_shared.c -fPIC -DPIC -o .libs/pfile_read_shared.o depbase=`echo pfile_seek.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_seek.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_seek.lo pfile_seek.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_seek.lo -MD -MP -MF .deps/pfile_seek.Tpo -c pfile_seek.c -fPIC -DPIC -o .libs/pfile_seek.o depbase=`echo pfile_seek_shared.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_seek_shared.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_seek_shared.lo pfile_seek_shared.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_seek_shared.lo -MD -MP -MF .deps/pfile_seek_shared.Tpo -c pfile_seek_shared.c -fPIC -DPIC -o .libs/pfile_seek_shared.o depbase=`echo pfile_set_atomicity.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_atomicity.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_atomicity.lo pfile_set_atomicity.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_atomicity.lo -MD -MP -MF .deps/pfile_set_atomicity.Tpo -c pfile_set_atomicity.c -fPIC -DPIC -o .libs/pfile_set_atomicity.o depbase=`echo pfile_set_errhandler.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_errhandler.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_errhandler.lo pfile_set_errhandler.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_errhandler.lo -MD -MP -MF .deps/pfile_set_errhandler.Tpo -c pfile_set_errhandler.c -fPIC -DPIC -o .libs/pfile_set_errhandler.o depbase=`echo pfile_set_info.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_info.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_info.lo pfile_set_info.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_info.lo -MD -MP -MF .deps/pfile_set_info.Tpo -c pfile_set_info.c -fPIC -DPIC -o .libs/pfile_set_info.o depbase=`echo pfile_set_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_size.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_size.lo pfile_set_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_size.lo -MD -MP -MF .deps/pfile_set_size.Tpo -c pfile_set_size.c -fPIC -DPIC -o .libs/pfile_set_size.o depbase=`echo pfile_set_view.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_view.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_view.lo pfile_set_view.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_view.lo -MD -MP -MF .deps/pfile_set_view.Tpo -c pfile_set_view.c -fPIC -DPIC -o .libs/pfile_set_view.o depbase=`echo pfile_sync.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_sync.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_sync.lo pfile_sync.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_sync.lo -MD -MP -MF .deps/pfile_sync.Tpo -c pfile_sync.c -fPIC -DPIC -o .libs/pfile_sync.o depbase=`echo pfile_write_all_begin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_begin.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_all_begin.lo pfile_write_all_begin.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_begin.lo -MD -MP -MF .deps/pfile_write_all_begin.Tpo -c pfile_write_all_begin.c -fPIC -DPIC -o .libs/pfile_write_all_begin.o depbase=`echo pfile_write_all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_all.lo pfile_write_all.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all.lo -MD -MP -MF .deps/pfile_write_all.Tpo -c pfile_write_all.c -fPIC -DPIC -o .libs/pfile_write_all.o depbase=`echo pfile_write_all_end.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_end.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_all_end.lo pfile_write_all_end.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_end.lo -MD -MP -MF .deps/pfile_write_all_end.Tpo -c pfile_write_all_end.c -fPIC -DPIC -o .libs/pfile_write_all_end.o depbase=`echo pfile_write_at_all_begin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_begin.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_at_all_begin.lo pfile_write_at_all_begin.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_begin.lo -MD -MP -MF .deps/pfile_write_at_all_begin.Tpo -c pfile_write_at_all_begin.c -fPIC -DPIC -o .libs/pfile_write_at_all_begin.o depbase=`echo pfile_write_at_all.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_at_all.lo pfile_write_at_all.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all.lo -MD -MP -MF .deps/pfile_write_at_all.Tpo -c pfile_write_at_all.c -fPIC -DPIC -o .libs/pfile_write_at_all.o depbase=`echo pfile_write_at_all_end.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_end.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_at_all_end.lo pfile_write_at_all_end.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_end.lo -MD -MP -MF .deps/pfile_write_at_all_end.Tpo -c pfile_write_at_all_end.c -fPIC -DPIC -o .libs/pfile_write_at_all_end.o depbase=`echo pfile_write_at.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_at.lo pfile_write_at.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at.lo -MD -MP -MF .deps/pfile_write_at.Tpo -c pfile_write_at.c -fPIC -DPIC -o .libs/pfile_write_at.o depbase=`echo pfile_write.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write.lo pfile_write.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write.lo -MD -MP -MF .deps/pfile_write.Tpo -c pfile_write.c -fPIC -DPIC -o .libs/pfile_write.o depbase=`echo pfile_write_ordered_begin.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_begin.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_ordered_begin.lo pfile_write_ordered_begin.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_begin.lo -MD -MP -MF .deps/pfile_write_ordered_begin.Tpo -c pfile_write_ordered_begin.c -fPIC -DPIC -o .libs/pfile_write_ordered_begin.o depbase=`echo pfile_write_ordered.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_ordered.lo pfile_write_ordered.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered.lo -MD -MP -MF .deps/pfile_write_ordered.Tpo -c pfile_write_ordered.c -fPIC -DPIC -o .libs/pfile_write_ordered.o depbase=`echo pfile_write_ordered_end.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_end.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_ordered_end.lo pfile_write_ordered_end.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_end.lo -MD -MP -MF .deps/pfile_write_ordered_end.Tpo -c pfile_write_ordered_end.c -fPIC -DPIC -o .libs/pfile_write_ordered_end.o depbase=`echo pfile_write_shared.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_shared.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_shared.lo pfile_write_shared.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_shared.lo -MD -MP -MF .deps/pfile_write_shared.Tpo -c pfile_write_shared.c -fPIC -DPIC -o .libs/pfile_write_shared.o depbase=`echo pfinalize.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfinalize.lo -MD -MP -MF "$depbase.Tpo" -c -o pfinalize.lo pfinalize.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfinalize.lo -MD -MP -MF .deps/pfinalize.Tpo -c pfinalize.c -fPIC -DPIC -o .libs/pfinalize.o depbase=`echo pfinalized.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfinalized.lo -MD -MP -MF "$depbase.Tpo" -c -o pfinalized.lo pfinalized.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfinalized.lo -MD -MP -MF .deps/pfinalized.Tpo -c pfinalized.c -fPIC -DPIC -o .libs/pfinalized.o depbase=`echo pfree_mem.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfree_mem.lo -MD -MP -MF "$depbase.Tpo" -c -o pfree_mem.lo pfree_mem.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfree_mem.lo -MD -MP -MF .deps/pfree_mem.Tpo -c pfree_mem.c -fPIC -DPIC -o .libs/pfree_mem.o depbase=`echo pgather.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgather.lo -MD -MP -MF "$depbase.Tpo" -c -o pgather.lo pgather.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgather.lo -MD -MP -MF .deps/pgather.Tpo -c pgather.c -fPIC -DPIC -o .libs/pgather.o depbase=`echo pgatherv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgatherv.lo -MD -MP -MF "$depbase.Tpo" -c -o pgatherv.lo pgatherv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgatherv.lo -MD -MP -MF .deps/pgatherv.Tpo -c pgatherv.c -fPIC -DPIC -o .libs/pgatherv.o depbase=`echo pget_address.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_address.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_address.lo pget_address.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_address.lo -MD -MP -MF .deps/pget_address.Tpo -c pget_address.c -fPIC -DPIC -o .libs/pget_address.o depbase=`echo pget_count.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_count.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_count.lo pget_count.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_count.lo -MD -MP -MF .deps/pget_count.Tpo -c pget_count.c -fPIC -DPIC -o .libs/pget_count.o depbase=`echo pget_elements.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_elements.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_elements.lo pget_elements.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_elements.lo -MD -MP -MF .deps/pget_elements.Tpo -c pget_elements.c -fPIC -DPIC -o .libs/pget_elements.o depbase=`echo pget_processor_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_processor_name.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_processor_name.lo pget_processor_name.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_processor_name.lo -MD -MP -MF .deps/pget_processor_name.Tpo -c pget_processor_name.c -fPIC -DPIC -o .libs/pget_processor_name.o depbase=`echo pget_version.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_version.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_version.lo pget_version.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_version.lo -MD -MP -MF .deps/pget_version.Tpo -c pget_version.c -fPIC -DPIC -o .libs/pget_version.o depbase=`echo pgraph_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_create.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_create.lo pgraph_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_create.lo -MD -MP -MF .deps/pgraph_create.Tpo -c pgraph_create.c -fPIC -DPIC -o .libs/pgraph_create.o depbase=`echo pgraph_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_get.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_get.lo pgraph_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_get.lo -MD -MP -MF .deps/pgraph_get.Tpo -c pgraph_get.c -fPIC -DPIC -o .libs/pgraph_get.o depbase=`echo pgraph_map.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_map.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_map.lo pgraph_map.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_map.lo -MD -MP -MF .deps/pgraph_map.Tpo -c pgraph_map.c -fPIC -DPIC -o .libs/pgraph_map.o depbase=`echo pgraph_neighbors_count.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_neighbors_count.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_neighbors_count.lo pgraph_neighbors_count.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_neighbors_count.lo -MD -MP -MF .deps/pgraph_neighbors_count.Tpo -c pgraph_neighbors_count.c -fPIC -DPIC -o .libs/pgraph_neighbors_count.o depbase=`echo pgraph_neighbors.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_neighbors.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_neighbors.lo pgraph_neighbors.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_neighbors.lo -MD -MP -MF .deps/pgraph_neighbors.Tpo -c pgraph_neighbors.c -fPIC -DPIC -o .libs/pgraph_neighbors.o depbase=`echo pgraphdims_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraphdims_get.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraphdims_get.lo pgraphdims_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraphdims_get.lo -MD -MP -MF .deps/pgraphdims_get.Tpo -c pgraphdims_get.c -fPIC -DPIC -o .libs/pgraphdims_get.o depbase=`echo pgrequest_complete.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgrequest_complete.lo -MD -MP -MF "$depbase.Tpo" -c -o pgrequest_complete.lo pgrequest_complete.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgrequest_complete.lo -MD -MP -MF .deps/pgrequest_complete.Tpo -c pgrequest_complete.c -fPIC -DPIC -o .libs/pgrequest_complete.o depbase=`echo pgrequest_start.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgrequest_start.lo -MD -MP -MF "$depbase.Tpo" -c -o pgrequest_start.lo pgrequest_start.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgrequest_start.lo -MD -MP -MF .deps/pgrequest_start.Tpo -c pgrequest_start.c -fPIC -DPIC -o .libs/pgrequest_start.o depbase=`echo pgroup_c2f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_c2f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_c2f.lo pgroup_c2f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_c2f.lo -MD -MP -MF .deps/pgroup_c2f.Tpo -c pgroup_c2f.c -fPIC -DPIC -o .libs/pgroup_c2f.o depbase=`echo pgroup_compare.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_compare.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_compare.lo pgroup_compare.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_compare.lo -MD -MP -MF .deps/pgroup_compare.Tpo -c pgroup_compare.c -fPIC -DPIC -o .libs/pgroup_compare.o depbase=`echo pgroup_difference.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_difference.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_difference.lo pgroup_difference.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_difference.lo -MD -MP -MF .deps/pgroup_difference.Tpo -c pgroup_difference.c -fPIC -DPIC -o .libs/pgroup_difference.o depbase=`echo pgroup_excl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_excl.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_excl.lo pgroup_excl.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_excl.lo -MD -MP -MF .deps/pgroup_excl.Tpo -c pgroup_excl.c -fPIC -DPIC -o .libs/pgroup_excl.o depbase=`echo pgroup_f2c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_f2c.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_f2c.lo pgroup_f2c.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_f2c.lo -MD -MP -MF .deps/pgroup_f2c.Tpo -c pgroup_f2c.c -fPIC -DPIC -o .libs/pgroup_f2c.o depbase=`echo pgroup_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_free.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_free.lo pgroup_free.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_free.lo -MD -MP -MF .deps/pgroup_free.Tpo -c pgroup_free.c -fPIC -DPIC -o .libs/pgroup_free.o depbase=`echo pgroup_incl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_incl.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_incl.lo pgroup_incl.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_incl.lo -MD -MP -MF .deps/pgroup_incl.Tpo -c pgroup_incl.c -fPIC -DPIC -o .libs/pgroup_incl.o depbase=`echo pgroup_intersection.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_intersection.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_intersection.lo pgroup_intersection.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_intersection.lo -MD -MP -MF .deps/pgroup_intersection.Tpo -c pgroup_intersection.c -fPIC -DPIC -o .libs/pgroup_intersection.o depbase=`echo pgroup_range_excl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_range_excl.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_range_excl.lo pgroup_range_excl.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_range_excl.lo -MD -MP -MF .deps/pgroup_range_excl.Tpo -c pgroup_range_excl.c -fPIC -DPIC -o .libs/pgroup_range_excl.o depbase=`echo pgroup_range_incl.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_range_incl.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_range_incl.lo pgroup_range_incl.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_range_incl.lo -MD -MP -MF .deps/pgroup_range_incl.Tpo -c pgroup_range_incl.c -fPIC -DPIC -o .libs/pgroup_range_incl.o depbase=`echo pgroup_rank.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_rank.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_rank.lo pgroup_rank.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_rank.lo -MD -MP -MF .deps/pgroup_rank.Tpo -c pgroup_rank.c -fPIC -DPIC -o .libs/pgroup_rank.o depbase=`echo pgroup_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_size.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_size.lo pgroup_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_size.lo -MD -MP -MF .deps/pgroup_size.Tpo -c pgroup_size.c -fPIC -DPIC -o .libs/pgroup_size.o depbase=`echo pgroup_translate_ranks.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_translate_ranks.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_translate_ranks.lo pgroup_translate_ranks.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_translate_ranks.lo -MD -MP -MF .deps/pgroup_translate_ranks.Tpo -c pgroup_translate_ranks.c -fPIC -DPIC -o .libs/pgroup_translate_ranks.o depbase=`echo pgroup_union.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_union.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_union.lo pgroup_union.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_union.lo -MD -MP -MF .deps/pgroup_union.Tpo -c pgroup_union.c -fPIC -DPIC -o .libs/pgroup_union.o depbase=`echo pibsend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pibsend.lo -MD -MP -MF "$depbase.Tpo" -c -o pibsend.lo pibsend.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pibsend.lo -MD -MP -MF .deps/pibsend.Tpo -c pibsend.c -fPIC -DPIC -o .libs/pibsend.o depbase=`echo pinfo_c2f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_c2f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_c2f.lo pinfo_c2f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_c2f.lo -MD -MP -MF .deps/pinfo_c2f.Tpo -c pinfo_c2f.c -fPIC -DPIC -o .libs/pinfo_c2f.o depbase=`echo pinfo_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_create.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_create.lo pinfo_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_create.lo -MD -MP -MF .deps/pinfo_create.Tpo -c pinfo_create.c -fPIC -DPIC -o .libs/pinfo_create.o depbase=`echo pinfo_delete.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_delete.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_delete.lo pinfo_delete.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_delete.lo -MD -MP -MF .deps/pinfo_delete.Tpo -c pinfo_delete.c -fPIC -DPIC -o .libs/pinfo_delete.o depbase=`echo pinfo_dup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_dup.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_dup.lo pinfo_dup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_dup.lo -MD -MP -MF .deps/pinfo_dup.Tpo -c pinfo_dup.c -fPIC -DPIC -o .libs/pinfo_dup.o depbase=`echo pinfo_f2c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_f2c.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_f2c.lo pinfo_f2c.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_f2c.lo -MD -MP -MF .deps/pinfo_f2c.Tpo -c pinfo_f2c.c -fPIC -DPIC -o .libs/pinfo_f2c.o depbase=`echo pinfo_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_free.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_free.lo pinfo_free.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_free.lo -MD -MP -MF .deps/pinfo_free.Tpo -c pinfo_free.c -fPIC -DPIC -o .libs/pinfo_free.o depbase=`echo pinfo_get.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_get.lo pinfo_get.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get.lo -MD -MP -MF .deps/pinfo_get.Tpo -c pinfo_get.c -fPIC -DPIC -o .libs/pinfo_get.o depbase=`echo pinfo_get_nkeys.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_nkeys.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_get_nkeys.lo pinfo_get_nkeys.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_nkeys.lo -MD -MP -MF .deps/pinfo_get_nkeys.Tpo -c pinfo_get_nkeys.c -fPIC -DPIC -o .libs/pinfo_get_nkeys.o depbase=`echo pinfo_get_nthkey.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_nthkey.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_get_nthkey.lo pinfo_get_nthkey.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_nthkey.lo -MD -MP -MF .deps/pinfo_get_nthkey.Tpo -c pinfo_get_nthkey.c -fPIC -DPIC -o .libs/pinfo_get_nthkey.o depbase=`echo pinfo_get_valuelen.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_valuelen.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_get_valuelen.lo pinfo_get_valuelen.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_valuelen.lo -MD -MP -MF .deps/pinfo_get_valuelen.Tpo -c pinfo_get_valuelen.c -fPIC -DPIC -o .libs/pinfo_get_valuelen.o depbase=`echo pinfo_set.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_set.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_set.lo pinfo_set.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_set.lo -MD -MP -MF .deps/pinfo_set.Tpo -c pinfo_set.c -fPIC -DPIC -o .libs/pinfo_set.o depbase=`echo pinit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinit.lo -MD -MP -MF "$depbase.Tpo" -c -o pinit.lo pinit.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinit.lo -MD -MP -MF .deps/pinit.Tpo -c pinit.c -fPIC -DPIC -o .libs/pinit.o depbase=`echo pinit_thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinit_thread.lo -MD -MP -MF "$depbase.Tpo" -c -o pinit_thread.lo pinit_thread.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinit_thread.lo -MD -MP -MF .deps/pinit_thread.Tpo -c pinit_thread.c -fPIC -DPIC -o .libs/pinit_thread.o depbase=`echo pinitialized.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinitialized.lo -MD -MP -MF "$depbase.Tpo" -c -o pinitialized.lo pinitialized.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinitialized.lo -MD -MP -MF .deps/pinitialized.Tpo -c pinitialized.c -fPIC -DPIC -o .libs/pinitialized.o depbase=`echo pintercomm_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pintercomm_create.lo -MD -MP -MF "$depbase.Tpo" -c -o pintercomm_create.lo pintercomm_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pintercomm_create.lo -MD -MP -MF .deps/pintercomm_create.Tpo -c pintercomm_create.c -fPIC -DPIC -o .libs/pintercomm_create.o depbase=`echo pintercomm_merge.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pintercomm_merge.lo -MD -MP -MF "$depbase.Tpo" -c -o pintercomm_merge.lo pintercomm_merge.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pintercomm_merge.lo -MD -MP -MF .deps/pintercomm_merge.Tpo -c pintercomm_merge.c -fPIC -DPIC -o .libs/pintercomm_merge.o depbase=`echo piprobe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT piprobe.lo -MD -MP -MF "$depbase.Tpo" -c -o piprobe.lo piprobe.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT piprobe.lo -MD -MP -MF .deps/piprobe.Tpo -c piprobe.c -fPIC -DPIC -o .libs/piprobe.o depbase=`echo pirecv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pirecv.lo -MD -MP -MF "$depbase.Tpo" -c -o pirecv.lo pirecv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pirecv.lo -MD -MP -MF .deps/pirecv.Tpo -c pirecv.c -fPIC -DPIC -o .libs/pirecv.o depbase=`echo pirsend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pirsend.lo -MD -MP -MF "$depbase.Tpo" -c -o pirsend.lo pirsend.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pirsend.lo -MD -MP -MF .deps/pirsend.Tpo -c pirsend.c -fPIC -DPIC -o .libs/pirsend.o depbase=`echo pis_thread_main.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pis_thread_main.lo -MD -MP -MF "$depbase.Tpo" -c -o pis_thread_main.lo pis_thread_main.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pis_thread_main.lo -MD -MP -MF .deps/pis_thread_main.Tpo -c pis_thread_main.c -fPIC -DPIC -o .libs/pis_thread_main.o depbase=`echo pisend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pisend.lo -MD -MP -MF "$depbase.Tpo" -c -o pisend.lo pisend.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pisend.lo -MD -MP -MF .deps/pisend.Tpo -c pisend.c -fPIC -DPIC -o .libs/pisend.o depbase=`echo pissend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pissend.lo -MD -MP -MF "$depbase.Tpo" -c -o pissend.lo pissend.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pissend.lo -MD -MP -MF .deps/pissend.Tpo -c pissend.c -fPIC -DPIC -o .libs/pissend.o depbase=`echo pkeyval_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pkeyval_create.lo -MD -MP -MF "$depbase.Tpo" -c -o pkeyval_create.lo pkeyval_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pkeyval_create.lo -MD -MP -MF .deps/pkeyval_create.Tpo -c pkeyval_create.c -fPIC -DPIC -o .libs/pkeyval_create.o depbase=`echo pkeyval_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pkeyval_free.lo -MD -MP -MF "$depbase.Tpo" -c -o pkeyval_free.lo pkeyval_free.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pkeyval_free.lo -MD -MP -MF .deps/pkeyval_free.Tpo -c pkeyval_free.c -fPIC -DPIC -o .libs/pkeyval_free.o depbase=`echo plookup_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT plookup_name.lo -MD -MP -MF "$depbase.Tpo" -c -o plookup_name.lo plookup_name.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT plookup_name.lo -MD -MP -MF .deps/plookup_name.Tpo -c plookup_name.c -fPIC -DPIC -o .libs/plookup_name.o depbase=`echo pop_c2f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_c2f.lo -MD -MP -MF "$depbase.Tpo" -c -o pop_c2f.lo pop_c2f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_c2f.lo -MD -MP -MF .deps/pop_c2f.Tpo -c pop_c2f.c -fPIC -DPIC -o .libs/pop_c2f.o depbase=`echo pop_create.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_create.lo -MD -MP -MF "$depbase.Tpo" -c -o pop_create.lo pop_create.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_create.lo -MD -MP -MF .deps/pop_create.Tpo -c pop_create.c -fPIC -DPIC -o .libs/pop_create.o depbase=`echo pop_f2c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_f2c.lo -MD -MP -MF "$depbase.Tpo" -c -o pop_f2c.lo pop_f2c.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_f2c.lo -MD -MP -MF .deps/pop_f2c.Tpo -c pop_f2c.c -fPIC -DPIC -o .libs/pop_f2c.o depbase=`echo pop_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_free.lo -MD -MP -MF "$depbase.Tpo" -c -o pop_free.lo pop_free.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_free.lo -MD -MP -MF .deps/pop_free.Tpo -c pop_free.c -fPIC -DPIC -o .libs/pop_free.o depbase=`echo popen_port.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT popen_port.lo -MD -MP -MF "$depbase.Tpo" -c -o popen_port.lo popen_port.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT popen_port.lo -MD -MP -MF .deps/popen_port.Tpo -c popen_port.c -fPIC -DPIC -o .libs/popen_port.o depbase=`echo ppack_external.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_external.lo -MD -MP -MF "$depbase.Tpo" -c -o ppack_external.lo ppack_external.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_external.lo -MD -MP -MF .deps/ppack_external.Tpo -c ppack_external.c -fPIC -DPIC -o .libs/ppack_external.o depbase=`echo ppack_external_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_external_size.lo -MD -MP -MF "$depbase.Tpo" -c -o ppack_external_size.lo ppack_external_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_external_size.lo -MD -MP -MF .deps/ppack_external_size.Tpo -c ppack_external_size.c -fPIC -DPIC -o .libs/ppack_external_size.o depbase=`echo ppack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack.lo -MD -MP -MF "$depbase.Tpo" -c -o ppack.lo ppack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack.lo -MD -MP -MF .deps/ppack.Tpo -c ppack.c -fPIC -DPIC -o .libs/ppack.o depbase=`echo ppack_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_size.lo -MD -MP -MF "$depbase.Tpo" -c -o ppack_size.lo ppack_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_size.lo -MD -MP -MF .deps/ppack_size.Tpo -c ppack_size.c -fPIC -DPIC -o .libs/ppack_size.o depbase=`echo ppcontrol.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppcontrol.lo -MD -MP -MF "$depbase.Tpo" -c -o ppcontrol.lo ppcontrol.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppcontrol.lo -MD -MP -MF .deps/ppcontrol.Tpo -c ppcontrol.c -fPIC -DPIC -o .libs/ppcontrol.o depbase=`echo pprobe.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pprobe.lo -MD -MP -MF "$depbase.Tpo" -c -o pprobe.lo pprobe.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pprobe.lo -MD -MP -MF .deps/pprobe.Tpo -c pprobe.c -fPIC -DPIC -o .libs/pprobe.o depbase=`echo ppublish_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppublish_name.lo -MD -MP -MF "$depbase.Tpo" -c -o ppublish_name.lo ppublish_name.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppublish_name.lo -MD -MP -MF .deps/ppublish_name.Tpo -c ppublish_name.c -fPIC -DPIC -o .libs/ppublish_name.o depbase=`echo pquery_thread.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pquery_thread.lo -MD -MP -MF "$depbase.Tpo" -c -o pquery_thread.lo pquery_thread.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pquery_thread.lo -MD -MP -MF .deps/pquery_thread.Tpo -c pquery_thread.c -fPIC -DPIC -o .libs/pquery_thread.o depbase=`echo precv_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT precv_init.lo -MD -MP -MF "$depbase.Tpo" -c -o precv_init.lo precv_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT precv_init.lo -MD -MP -MF .deps/precv_init.Tpo -c precv_init.c -fPIC -DPIC -o .libs/precv_init.o depbase=`echo precv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT precv.lo -MD -MP -MF "$depbase.Tpo" -c -o precv.lo precv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT precv.lo -MD -MP -MF .deps/precv.Tpo -c precv.c -fPIC -DPIC -o .libs/precv.o depbase=`echo preduce.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT preduce.lo -MD -MP -MF "$depbase.Tpo" -c -o preduce.lo preduce.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT preduce.lo -MD -MP -MF .deps/preduce.Tpo -c preduce.c -fPIC -DPIC -o .libs/preduce.o depbase=`echo preduce_scatter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT preduce_scatter.lo -MD -MP -MF "$depbase.Tpo" -c -o preduce_scatter.lo preduce_scatter.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT preduce_scatter.lo -MD -MP -MF .deps/preduce_scatter.Tpo -c preduce_scatter.c -fPIC -DPIC -o .libs/preduce_scatter.o depbase=`echo pregister_datarep.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pregister_datarep.lo -MD -MP -MF "$depbase.Tpo" -c -o pregister_datarep.lo pregister_datarep.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pregister_datarep.lo -MD -MP -MF .deps/pregister_datarep.Tpo -c pregister_datarep.c -fPIC -DPIC -o .libs/pregister_datarep.o depbase=`echo prequest_c2f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_c2f.lo -MD -MP -MF "$depbase.Tpo" -c -o prequest_c2f.lo prequest_c2f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_c2f.lo -MD -MP -MF .deps/prequest_c2f.Tpo -c prequest_c2f.c -fPIC -DPIC -o .libs/prequest_c2f.o depbase=`echo prequest_f2c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_f2c.lo -MD -MP -MF "$depbase.Tpo" -c -o prequest_f2c.lo prequest_f2c.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_f2c.lo -MD -MP -MF .deps/prequest_f2c.Tpo -c prequest_f2c.c -fPIC -DPIC -o .libs/prequest_f2c.o depbase=`echo prequest_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_free.lo -MD -MP -MF "$depbase.Tpo" -c -o prequest_free.lo prequest_free.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_free.lo -MD -MP -MF .deps/prequest_free.Tpo -c prequest_free.c -fPIC -DPIC -o .libs/prequest_free.o depbase=`echo prequest_get_status.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_get_status.lo -MD -MP -MF "$depbase.Tpo" -c -o prequest_get_status.lo prequest_get_status.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_get_status.lo -MD -MP -MF .deps/prequest_get_status.Tpo -c prequest_get_status.c -fPIC -DPIC -o .libs/prequest_get_status.o depbase=`echo prsend_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prsend_init.lo -MD -MP -MF "$depbase.Tpo" -c -o prsend_init.lo prsend_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prsend_init.lo -MD -MP -MF .deps/prsend_init.Tpo -c prsend_init.c -fPIC -DPIC -o .libs/prsend_init.o depbase=`echo prsend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prsend.lo -MD -MP -MF "$depbase.Tpo" -c -o prsend.lo prsend.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prsend.lo -MD -MP -MF .deps/prsend.Tpo -c prsend.c -fPIC -DPIC -o .libs/prsend.o depbase=`echo pscan.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscan.lo -MD -MP -MF "$depbase.Tpo" -c -o pscan.lo pscan.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscan.lo -MD -MP -MF .deps/pscan.Tpo -c pscan.c -fPIC -DPIC -o .libs/pscan.o ^[[Adepbase=`echo pscatter.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscatter.lo -MD -MP -MF "$depbase.Tpo" -c -o pscatter.lo pscatter.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscatter.lo -MD -MP -MF .deps/pscatter.Tpo -c pscatter.c -fPIC -DPIC -o .libs/pscatter.o depbase=`echo pscatterv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscatterv.lo -MD -MP -MF "$depbase.Tpo" -c -o pscatterv.lo pscatterv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscatterv.lo -MD -MP -MF .deps/pscatterv.Tpo -c pscatterv.c -fPIC -DPIC -o .libs/pscatterv.o depbase=`echo psend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psend.lo -MD -MP -MF "$depbase.Tpo" -c -o psend.lo psend.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psend.lo -MD -MP -MF .deps/psend.Tpo -c psend.c -fPIC -DPIC -o .libs/psend.o depbase=`echo psend_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psend_init.lo -MD -MP -MF "$depbase.Tpo" -c -o psend_init.lo psend_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psend_init.lo -MD -MP -MF .deps/psend_init.Tpo -c psend_init.c -fPIC -DPIC -o .libs/psend_init.o depbase=`echo psendrecv.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psendrecv.lo -MD -MP -MF "$depbase.Tpo" -c -o psendrecv.lo psendrecv.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psendrecv.lo -MD -MP -MF .deps/psendrecv.Tpo -c psendrecv.c -fPIC -DPIC -o .libs/psendrecv.o depbase=`echo psendrecv_replace.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psendrecv_replace.lo -MD -MP -MF "$depbase.Tpo" -c -o psendrecv_replace.lo psendrecv_replace.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psendrecv_replace.lo -MD -MP -MF .deps/psendrecv_replace.Tpo -c psendrecv_replace.c -fPIC -DPIC -o .libs/psendrecv_replace.o depbase=`echo pssend_init.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pssend_init.lo -MD -MP -MF "$depbase.Tpo" -c -o pssend_init.lo pssend_init.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pssend_init.lo -MD -MP -MF .deps/pssend_init.Tpo -c pssend_init.c -fPIC -DPIC -o .libs/pssend_init.o depbase=`echo pssend.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pssend.lo -MD -MP -MF "$depbase.Tpo" -c -o pssend.lo pssend.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pssend.lo -MD -MP -MF .deps/pssend.Tpo -c pssend.c -fPIC -DPIC -o .libs/pssend.o depbase=`echo pstart.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstart.lo -MD -MP -MF "$depbase.Tpo" -c -o pstart.lo pstart.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstart.lo -MD -MP -MF .deps/pstart.Tpo -c pstart.c -fPIC -DPIC -o .libs/pstart.o depbase=`echo pstartall.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstartall.lo -MD -MP -MF "$depbase.Tpo" -c -o pstartall.lo pstartall.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstartall.lo -MD -MP -MF .deps/pstartall.Tpo -c pstartall.c -fPIC -DPIC -o .libs/pstartall.o depbase=`echo pstatus_c2f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_c2f.lo -MD -MP -MF "$depbase.Tpo" -c -o pstatus_c2f.lo pstatus_c2f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_c2f.lo -MD -MP -MF .deps/pstatus_c2f.Tpo -c pstatus_c2f.c -fPIC -DPIC -o .libs/pstatus_c2f.o depbase=`echo pstatus_f2c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_f2c.lo -MD -MP -MF "$depbase.Tpo" -c -o pstatus_f2c.lo pstatus_f2c.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_f2c.lo -MD -MP -MF .deps/pstatus_f2c.Tpo -c pstatus_f2c.c -fPIC -DPIC -o .libs/pstatus_f2c.o depbase=`echo pstatus_set_cancelled.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_set_cancelled.lo -MD -MP -MF "$depbase.Tpo" -c -o pstatus_set_cancelled.lo pstatus_set_cancelled.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_set_cancelled.lo -MD -MP -MF .deps/pstatus_set_cancelled.Tpo -c pstatus_set_cancelled.c -fPIC -DPIC -o .libs/pstatus_set_cancelled.o depbase=`echo pstatus_set_elements.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_set_elements.lo -MD -MP -MF "$depbase.Tpo" -c -o pstatus_set_elements.lo pstatus_set_elements.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_set_elements.lo -MD -MP -MF .deps/pstatus_set_elements.Tpo -c pstatus_set_elements.c -fPIC -DPIC -o .libs/pstatus_set_elements.o depbase=`echo ptestall.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestall.lo -MD -MP -MF "$depbase.Tpo" -c -o ptestall.lo ptestall.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestall.lo -MD -MP -MF .deps/ptestall.Tpo -c ptestall.c -fPIC -DPIC -o .libs/ptestall.o depbase=`echo ptestany.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestany.lo -MD -MP -MF "$depbase.Tpo" -c -o ptestany.lo ptestany.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestany.lo -MD -MP -MF .deps/ptestany.Tpo -c ptestany.c -fPIC -DPIC -o .libs/ptestany.o depbase=`echo ptest.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptest.lo -MD -MP -MF "$depbase.Tpo" -c -o ptest.lo ptest.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptest.lo -MD -MP -MF .deps/ptest.Tpo -c ptest.c -fPIC -DPIC -o .libs/ptest.o depbase=`echo ptest_cancelled.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptest_cancelled.lo -MD -MP -MF "$depbase.Tpo" -c -o ptest_cancelled.lo ptest_cancelled.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptest_cancelled.lo -MD -MP -MF .deps/ptest_cancelled.Tpo -c ptest_cancelled.c -fPIC -DPIC -o .libs/ptest_cancelled.o depbase=`echo ptestsome.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestsome.lo -MD -MP -MF "$depbase.Tpo" -c -o ptestsome.lo ptestsome.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestsome.lo -MD -MP -MF .deps/ptestsome.Tpo -c ptestsome.c -fPIC -DPIC -o .libs/ptestsome.o depbase=`echo ptopo_test.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptopo_test.lo -MD -MP -MF "$depbase.Tpo" -c -o ptopo_test.lo ptopo_test.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptopo_test.lo -MD -MP -MF .deps/ptopo_test.Tpo -c ptopo_test.c -fPIC -DPIC -o .libs/ptopo_test.o depbase=`echo ptype_c2f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_c2f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_c2f.lo ptype_c2f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_c2f.lo -MD -MP -MF .deps/ptype_c2f.Tpo -c ptype_c2f.c -fPIC -DPIC -o .libs/ptype_c2f.o depbase=`echo ptype_commit.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_commit.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_commit.lo ptype_commit.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_commit.lo -MD -MP -MF .deps/ptype_commit.Tpo -c ptype_commit.c -fPIC -DPIC -o .libs/ptype_commit.o depbase=`echo ptype_contiguous.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_contiguous.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_contiguous.lo ptype_contiguous.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_contiguous.lo -MD -MP -MF .deps/ptype_contiguous.Tpo -c ptype_contiguous.c -fPIC -DPIC -o .libs/ptype_contiguous.o depbase=`echo ptype_create_darray.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_darray.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_darray.lo ptype_create_darray.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_darray.lo -MD -MP -MF .deps/ptype_create_darray.Tpo -c ptype_create_darray.c -fPIC -DPIC -o .libs/ptype_create_darray.o depbase=`echo ptype_create_f90_complex.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_complex.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_f90_complex.lo ptype_create_f90_complex.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_complex.lo -MD -MP -MF .deps/ptype_create_f90_complex.Tpo -c ptype_create_f90_complex.c -fPIC -DPIC -o .libs/ptype_create_f90_complex.o depbase=`echo ptype_create_f90_integer.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_integer.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_f90_integer.lo ptype_create_f90_integer.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_integer.lo -MD -MP -MF .deps/ptype_create_f90_integer.Tpo -c ptype_create_f90_integer.c -fPIC -DPIC -o .libs/ptype_create_f90_integer.o depbase=`echo ptype_create_f90_real.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_real.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_f90_real.lo ptype_create_f90_real.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_real.lo -MD -MP -MF .deps/ptype_create_f90_real.Tpo -c ptype_create_f90_real.c -fPIC -DPIC -o .libs/ptype_create_f90_real.o depbase=`echo ptype_create_hindexed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_hindexed.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_hindexed.lo ptype_create_hindexed.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_hindexed.lo -MD -MP -MF .deps/ptype_create_hindexed.Tpo -c ptype_create_hindexed.c -fPIC -DPIC -o .libs/ptype_create_hindexed.o depbase=`echo ptype_create_hvector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_hvector.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_hvector.lo ptype_create_hvector.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_hvector.lo -MD -MP -MF .deps/ptype_create_hvector.Tpo -c ptype_create_hvector.c -fPIC -DPIC -o .libs/ptype_create_hvector.o depbase=`echo ptype_create_indexed_block.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_indexed_block.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_indexed_block.lo ptype_create_indexed_block.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_indexed_block.lo -MD -MP -MF .deps/ptype_create_indexed_block.Tpo -c ptype_create_indexed_block.c -fPIC -DPIC -o .libs/ptype_create_indexed_block.o depbase=`echo ptype_create_keyval.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_keyval.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_keyval.lo ptype_create_keyval.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_keyval.lo -MD -MP -MF .deps/ptype_create_keyval.Tpo -c ptype_create_keyval.c -fPIC -DPIC -o .libs/ptype_create_keyval.o depbase=`echo ptype_create_resized.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_resized.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_resized.lo ptype_create_resized.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_resized.lo -MD -MP -MF .deps/ptype_create_resized.Tpo -c ptype_create_resized.c -fPIC -DPIC -o .libs/ptype_create_resized.o depbase=`echo ptype_create_struct.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_struct.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_struct.lo ptype_create_struct.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_struct.lo -MD -MP -MF .deps/ptype_create_struct.Tpo -c ptype_create_struct.c -fPIC -DPIC -o .libs/ptype_create_struct.o depbase=`echo ptype_create_subarray.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_subarray.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_subarray.lo ptype_create_subarray.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_subarray.lo -MD -MP -MF .deps/ptype_create_subarray.Tpo -c ptype_create_subarray.c -fPIC -DPIC -o .libs/ptype_create_subarray.o depbase=`echo ptype_delete_attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_delete_attr.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_delete_attr.lo ptype_delete_attr.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_delete_attr.lo -MD -MP -MF .deps/ptype_delete_attr.Tpo -c ptype_delete_attr.c -fPIC -DPIC -o .libs/ptype_delete_attr.o depbase=`echo ptype_dup.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_dup.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_dup.lo ptype_dup.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_dup.lo -MD -MP -MF .deps/ptype_dup.Tpo -c ptype_dup.c -fPIC -DPIC -o .libs/ptype_dup.o depbase=`echo ptype_extent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_extent.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_extent.lo ptype_extent.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_extent.lo -MD -MP -MF .deps/ptype_extent.Tpo -c ptype_extent.c -fPIC -DPIC -o .libs/ptype_extent.o depbase=`echo ptype_f2c.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_f2c.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_f2c.lo ptype_f2c.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_f2c.lo -MD -MP -MF .deps/ptype_f2c.Tpo -c ptype_f2c.c -fPIC -DPIC -o .libs/ptype_f2c.o depbase=`echo ptype_free.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_free.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_free.lo ptype_free.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_free.lo -MD -MP -MF .deps/ptype_free.Tpo -c ptype_free.c -fPIC -DPIC -o .libs/ptype_free.o depbase=`echo ptype_free_keyval.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_free_keyval.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_free_keyval.lo ptype_free_keyval.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_free_keyval.lo -MD -MP -MF .deps/ptype_free_keyval.Tpo -c ptype_free_keyval.c -fPIC -DPIC -o .libs/ptype_free_keyval.o depbase=`echo ptype_get_attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_attr.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_attr.lo ptype_get_attr.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_attr.lo -MD -MP -MF .deps/ptype_get_attr.Tpo -c ptype_get_attr.c -fPIC -DPIC -o .libs/ptype_get_attr.o depbase=`echo ptype_get_contents.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_contents.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_contents.lo ptype_get_contents.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_contents.lo -MD -MP -MF .deps/ptype_get_contents.Tpo -c ptype_get_contents.c -fPIC -DPIC -o .libs/ptype_get_contents.o depbase=`echo ptype_get_envelope.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_envelope.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_envelope.lo ptype_get_envelope.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_envelope.lo -MD -MP -MF .deps/ptype_get_envelope.Tpo -c ptype_get_envelope.c -fPIC -DPIC -o .libs/ptype_get_envelope.o depbase=`echo ptype_get_extent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_extent.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_extent.lo ptype_get_extent.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_extent.lo -MD -MP -MF .deps/ptype_get_extent.Tpo -c ptype_get_extent.c -fPIC -DPIC -o .libs/ptype_get_extent.o depbase=`echo ptype_get_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_name.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_name.lo ptype_get_name.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_name.lo -MD -MP -MF .deps/ptype_get_name.Tpo -c ptype_get_name.c -fPIC -DPIC -o .libs/ptype_get_name.o depbase=`echo ptype_get_true_extent.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_true_extent.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_true_extent.lo ptype_get_true_extent.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_true_extent.lo -MD -MP -MF .deps/ptype_get_true_extent.Tpo -c ptype_get_true_extent.c -fPIC -DPIC -o .libs/ptype_get_true_extent.o depbase=`echo ptype_hindexed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_hindexed.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_hindexed.lo ptype_hindexed.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_hindexed.lo -MD -MP -MF .deps/ptype_hindexed.Tpo -c ptype_hindexed.c -fPIC -DPIC -o .libs/ptype_hindexed.o depbase=`echo ptype_hvector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_hvector.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_hvector.lo ptype_hvector.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_hvector.lo -MD -MP -MF .deps/ptype_hvector.Tpo -c ptype_hvector.c -fPIC -DPIC -o .libs/ptype_hvector.o depbase=`echo ptype_indexed.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_indexed.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_indexed.lo ptype_indexed.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_indexed.lo -MD -MP -MF .deps/ptype_indexed.Tpo -c ptype_indexed.c -fPIC -DPIC -o .libs/ptype_indexed.o depbase=`echo ptype_lb.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_lb.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_lb.lo ptype_lb.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_lb.lo -MD -MP -MF .deps/ptype_lb.Tpo -c ptype_lb.c -fPIC -DPIC -o .libs/ptype_lb.o depbase=`echo ptype_match_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_match_size.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_match_size.lo ptype_match_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_match_size.lo -MD -MP -MF .deps/ptype_match_size.Tpo -c ptype_match_size.c -fPIC -DPIC -o .libs/ptype_match_size.o depbase=`echo ptype_set_attr.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_set_attr.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_set_attr.lo ptype_set_attr.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_set_attr.lo -MD -MP -MF .deps/ptype_set_attr.Tpo -c ptype_set_attr.c -fPIC -DPIC -o .libs/ptype_set_attr.o depbase=`echo ptype_set_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_set_name.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_set_name.lo ptype_set_name.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_set_name.lo -MD -MP -MF .deps/ptype_set_name.Tpo -c ptype_set_name.c -fPIC -DPIC -o .libs/ptype_set_name.o depbase=`echo ptype_size.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_size.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_size.lo ptype_size.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_size.lo -MD -MP -MF .deps/ptype_size.Tpo -c ptype_size.c -fPIC -DPIC -o .libs/ptype_size.o depbase=`echo ptype_struct.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_struct.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_struct.lo ptype_struct.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_struct.lo -MD -MP -MF .deps/ptype_struct.Tpo -c ptype_struct.c -fPIC -DPIC -o .libs/ptype_struct.o depbase=`echo ptype_ub.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_ub.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_ub.lo ptype_ub.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_ub.lo -MD -MP -MF .deps/ptype_ub.Tpo -c ptype_ub.c -fPIC -DPIC -o .libs/ptype_ub.o depbase=`echo ptype_vector.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_vector.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_vector.lo ptype_vector.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_vector.lo -MD -MP -MF .deps/ptype_vector.Tpo -c ptype_vector.c -fPIC -DPIC -o .libs/ptype_vector.o depbase=`echo punpack_external.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpack_external.lo -MD -MP -MF "$depbase.Tpo" -c -o punpack_external.lo punpack_external.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpack_external.lo -MD -MP -MF .deps/punpack_external.Tpo -c punpack_external.c -fPIC -DPIC -o .libs/punpack_external.o depbase=`echo punpack.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpack.lo -MD -MP -MF "$depbase.Tpo" -c -o punpack.lo punpack.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpack.lo -MD -MP -MF .deps/punpack.Tpo -c punpack.c -fPIC -DPIC -o .libs/punpack.o depbase=`echo punpublish_name.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpublish_name.lo -MD -MP -MF "$depbase.Tpo" -c -o punpublish_name.lo punpublish_name.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpublish_name.lo -MD -MP -MF .deps/punpublish_name.Tpo -c punpublish_name.c -fPIC -DPIC -o .libs/punpublish_name.o depbase=`echo pwait.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwait.lo -MD -MP -MF "$depbase.Tpo" -c -o pwait.lo pwait.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwait.lo -MD -MP -MF .deps/pwait.Tpo -c pwait.c -fPIC -DPIC -o .libs/pwait.o depbase=`echo pwaitall.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitall.lo -MD -MP -MF "$depbase.Tpo" -c -o pwaitall.lo pwaitall.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitall.lo -MD -MP -MF .deps/pwaitall.Tpo -c pwaitall.c -fPIC -DPIC -o .libs/pwaitall.o depbase=`echo pwaitany.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitany.lo -MD -MP -MF "$depbase.Tpo" -c -o pwaitany.lo pwaitany.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitany.lo -MD -MP -MF .deps/pwaitany.Tpo -c pwaitany.c -fPIC -DPIC -o .libs/pwaitany.o depbase=`echo pwaitsome.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitsome.lo -MD -MP -MF "$depbase.Tpo" -c -o pwaitsome.lo pwaitsome.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitsome.lo -MD -MP -MF .deps/pwaitsome.Tpo -c pwaitsome.c -fPIC -DPIC -o .libs/pwaitsome.o depbase=`echo pwtime.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwtime.lo -MD -MP -MF "$depbase.Tpo" -c -o pwtime.lo pwtime.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwtime.lo -MD -MP -MF .deps/pwtime.Tpo -c pwtime.c -fPIC -DPIC -o .libs/pwtime.o depbase=`echo pwtick.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwtick.lo -MD -MP -MF "$depbase.Tpo" -c -o pwtick.lo pwtick.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILING_DEFINES=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwtick.lo -MD -MP -MF .deps/pwtick.Tpo -c pwtick.c -fPIC -DPIC -o .libs/pwtick.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmpi_c_pmpi.la pabort.lo padd_error_class.lo padd_error_code.lo padd_error_string.lo paddress.lo pallgather.lo pallgatherv.lo palloc_mem.lo pallreduce.lo palltoall.lo palltoallv.lo palltoallw.lo pattr_delete.lo pattr_get.lo pattr_put.lo pbarrier.lo pbcast.lo pbsend.lo pbsend_init.lo pbuffer_attach.lo pbuffer_detach.lo pcancel.lo pcart_coords.lo pcart_create.lo pcartdim_get.lo pcart_get.lo pcart_map.lo pcart_rank.lo pcart_shift.lo pcart_sub.lo pclose_port.lo pcomm_accept.lo pcomm_c2f.lo pcomm_call_errhandler.lo pcomm_compare.lo pcomm_connect.lo pcomm_create.lo pcomm_create_errhandler.lo pcomm_create_keyval.lo pcomm_delete_attr.lo pcomm_disconnect.lo pcomm_dup.lo pcomm_f2c.lo pcomm_free.lo pcomm_free_keyval.lo pcomm_get_attr.lo pcomm_get_errhandler.lo pcomm_get_name.lo pcomm_get_parent.lo pcomm_group.lo pcomm_join.lo pcomm_rank.lo pcomm_remote_group.lo pcomm_remote_size.lo pcomm_set_attr.lo pcomm_set_errhandler.lo pcomm_set_name.lo pcomm_size.lo pcomm_spawn.lo pcomm_spawn_multiple.lo pcomm_split.lo pcomm_test_inter.lo pdims_create.lo perrhandler_c2f.lo perrhandler_create.lo perrhandler_f2c.lo perrhandler_free.lo perrhandler_get.lo perrhandler_set.lo perror_class.lo perror_string.lo pexscan.lo pfile_c2f.lo pfile_call_errhandler.lo pfile_close.lo pfile_create_errhandler.lo pfile_delete.lo pfile_f2c.lo pfile_get_amode.lo pfile_get_atomicity.lo pfile_get_byte_offset.lo pfile_get_errhandler.lo pfile_get_group.lo pfile_get_info.lo pfile_get_position.lo pfile_get_position_shared.lo pfile_get_size.lo pfile_get_type_extent.lo pfile_get_view.lo pfile_iread_at.lo pfile_iread.lo pfile_iread_shared.lo pfile_iwrite_at.lo pfile_iwrite.lo pfile_iwrite_shared.lo pfile_open.lo pfile_preallocate.lo pfile_read_all_begin.lo pfile_read_all.lo pfile_read_all_end.lo pfile_read_at_all_begin.lo pfile_read_at_all.lo pfile_read_at_all_end.lo pfile_read_at.lo pfile_read.lo pfile_read_ordered_begin.lo pfile_read_ordered.lo pfile_read_ordered_end.lo pfile_read_shared.lo pfile_seek.lo pfile_seek_shared.lo pfile_set_atomicity.lo pfile_set_errhandler.lo pfile_set_info.lo pfile_set_size.lo pfile_set_view.lo pfile_sync.lo pfile_write_all_begin.lo pfile_write_all.lo pfile_write_all_end.lo pfile_write_at_all_begin.lo pfile_write_at_all.lo pfile_write_at_all_end.lo pfile_write_at.lo pfile_write.lo pfile_write_ordered_begin.lo pfile_write_ordered.lo pfile_write_ordered_end.lo pfile_write_shared.lo pfinalize.lo pfinalized.lo pfree_mem.lo pgather.lo pgatherv.lo pget_address.lo pget_count.lo pget_elements.lo pget_processor_name.lo pget_version.lo pgraph_create.lo pgraph_get.lo pgraph_map.lo pgraph_neighbors_count.lo pgraph_neighbors.lo pgraphdims_get.lo pgrequest_complete.lo pgrequest_start.lo pgroup_c2f.lo pgroup_compare.lo pgroup_difference.lo pgroup_excl.lo pgroup_f2c.lo pgroup_free.lo pgroup_incl.lo pgroup_intersection.lo pgroup_range_excl.lo pgroup_range_incl.lo pgroup_rank.lo pgroup_size.lo pgroup_translate_ranks.lo pgroup_union.lo pibsend.lo pinfo_c2f.lo pinfo_create.lo pinfo_delete.lo pinfo_dup.lo pinfo_f2c.lo pinfo_free.lo pinfo_get.lo pinfo_get_nkeys.lo pinfo_get_nthkey.lo pinfo_get_valuelen.lo pinfo_set.lo pinit.lo pinit_thread.lo pinitialized.lo pintercomm_create.lo pintercomm_merge.lo piprobe.lo pirecv.lo pirsend.lo pis_thread_main.lo pisend.lo pissend.lo pkeyval_create.lo pkeyval_free.lo plookup_name.lo pop_c2f.lo pop_create.lo pop_f2c.lo pop_free.lo popen_port.lo ppack_external.lo ppack_external_size.lo ppack.lo ppack_size.lo ppcontrol.lo pprobe.lo ppublish_name.lo pquery_thread.lo precv_init.lo precv.lo preduce.lo preduce_scatter.lo pregister_datarep.lo prequest_c2f.lo prequest_f2c.lo prequest_free.lo prequest_get_status.lo prsend_init.lo prsend.lo pscan.lo pscatter.lo pscatterv.lo psend.lo psend_init.lo psendrecv.lo psendrecv_replace.lo pssend_init.lo pssend.lo pstart.lo pstartall.lo pstatus_c2f.lo pstatus_f2c.lo pstatus_set_cancelled.lo pstatus_set_elements.lo ptestall.lo ptestany.lo ptest.lo ptest_cancelled.lo ptestsome.lo ptopo_test.lo ptype_c2f.lo ptype_commit.lo ptype_contiguous.lo ptype_create_darray.lo ptype_create_f90_complex.lo ptype_create_f90_integer.lo ptype_create_f90_real.lo ptype_create_hindexed.lo ptype_create_hvector.lo ptype_create_indexed_block.lo ptype_create_keyval.lo ptype_create_resized.lo ptype_create_struct.lo ptype_create_subarray.lo ptype_delete_attr.lo ptype_dup.lo ptype_extent.lo ptype_f2c.lo ptype_free.lo ptype_free_keyval.lo ptype_get_attr.lo ptype_get_contents.lo ptype_get_envelope.lo ptype_get_extent.lo ptype_get_name.lo ptype_get_true_extent.lo ptype_hindexed.lo ptype_hvector.lo ptype_indexed.lo ptype_lb.lo ptype_match_size.lo ptype_set_attr.lo ptype_set_name.lo ptype_size.lo ptype_struct.lo ptype_ub.lo ptype_vector.lo punpack_external.lo punpack.lo punpublish_name.lo pwait.lo pwaitall.lo pwaitany.lo pwaitsome.lo pwtime.lo pwtick.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmpi_c_pmpi.a .libs/pabort.o .libs/padd_error_class.o .libs/padd_error_code.o .libs/padd_error_string.o .libs/paddress.o .libs/pallgather.o .libs/pallgatherv.o .libs/palloc_mem.o .libs/pallreduce.o .libs/palltoall.o .libs/palltoallv.o .libs/palltoallw.o .libs/pattr_delete.o .libs/pattr_get.o .libs/pattr_put.o .libs/pbarrier.o .libs/pbcast.o .libs/pbsend.o .libs/pbsend_init.o .libs/pbuffer_attach.o .libs/pbuffer_detach.o .libs/pcancel.o .libs/pcart_coords.o .libs/pcart_create.o .libs/pcartdim_get.o .libs/pcart_get.o .libs/pcart_map.o .libs/pcart_rank.o .libs/pcart_shift.o .libs/pcart_sub.o .libs/pclose_port.o .libs/pcomm_accept.o .libs/pcomm_c2f.o .libs/pcomm_call_errhandler.o .libs/pcomm_compare.o .libs/pcomm_connect.o .libs/pcomm_create.o .libs/pcomm_create_errhandler.o .libs/pcomm_create_keyval.o .libs/pcomm_delete_attr.o .libs/pcomm_disconnect.o .libs/pcomm_dup.o .libs/pcomm_f2c.o .libs/pcomm_free.o .libs/pcomm_free_keyval.o .libs/pcomm_get_attr.o .libs/pcomm_get_errhandler.o .libs/pcomm_get_name.o .libs/pcomm_get_parent.o .libs/pcomm_group.o .libs/pcomm_join.o .libs/pcomm_rank.o .libs/pcomm_remote_group.o .libs/pcomm_remote_size.o .libs/pcomm_set_attr.o .libs/pcomm_set_errhandler.o .libs/pcomm_set_name.o .libs/pcomm_size.o .libs/pcomm_spawn.o .libs/pcomm_spawn_multiple.o .libs/pcomm_split.o .libs/pcomm_test_inter.o .libs/pdims_create.o .libs/perrhandler_c2f.o .libs/perrhandler_create.o .libs/perrhandler_f2c.o .libs/perrhandler_free.o .libs/perrhandler_get.o .libs/perrhandler_set.o .libs/perror_class.o .libs/perror_string.o .libs/pexscan.o .libs/pfile_c2f.o .libs/pfile_call_errhandler.o .libs/pfile_close.o .libs/pfile_create_errhandler.o .libs/pfile_delete.o .libs/pfile_f2c.o .libs/pfile_get_amode.o .libs/pfile_get_atomicity.o .libs/pfile_get_byte_offset.o .libs/pfile_get_errhandler.o .libs/pfile_get_group.o .libs/pfile_get_info.o .libs/pfile_get_position.o .libs/pfile_get_position_shared.o .libs/pfile_get_size.o .libs/pfile_get_type_extent.o .libs/pfile_get_view.o .libs/pfile_iread_at.o .libs/pfile_iread.o .libs/pfile_iread_shared.o .libs/pfile_iwrite_at.o .libs/pfile_iwrite.o .libs/pfile_iwrite_shared.o .libs/pfile_open.o .libs/pfile_preallocate.o .libs/pfile_read_all_begin.o .libs/pfile_read_all.o .libs/pfile_read_all_end.o .libs/pfile_read_at_all_begin.o .libs/pfile_read_at_all.o .libs/pfile_read_at_all_end.o .libs/pfile_read_at.o .libs/pfile_read.o .libs/pfile_read_ordered_begin.o .libs/pfile_read_ordered.o .libs/pfile_read_ordered_end.o .libs/pfile_read_shared.o .libs/pfile_seek.o .libs/pfile_seek_shared.o .libs/pfile_set_atomicity.o .libs/pfile_set_errhandler.o .libs/pfile_set_info.o .libs/pfile_set_size.o .libs/pfile_set_view.o .libs/pfile_sync.o .libs/pfile_write_all_begin.o .libs/pfile_write_all.o .libs/pfile_write_all_end.o .libs/pfile_write_at_all_begin.o .libs/pfile_write_at_all.o .libs/pfile_write_at_all_end.o .libs/pfile_write_at.o .libs/pfile_write.o .libs/pfile_write_ordered_begin.o .libs/pfile_write_ordered.o .libs/pfile_write_ordered_end.o .libs/pfile_write_shared.o .libs/pfinalize.o .libs/pfinalized.o .libs/pfree_mem.o .libs/pgather.o .libs/pgatherv.o .libs/pget_address.o .libs/pget_count.o .libs/pget_elements.o .libs/pget_processor_name.o .libs/pget_version.o .libs/pgraph_create.o .libs/pgraph_get.o .libs/pgraph_map.o .libs/pgraph_neighbors_count.o .libs/pgraph_neighbors.o .libs/pgraphdims_get.o .libs/pgrequest_complete.o .libs/pgrequest_start.o .libs/pgroup_c2f.o .libs/pgroup_compare.o .libs/pgroup_difference.o .libs/pgroup_excl.o .libs/pgroup_f2c.o .libs/pgroup_free.o .libs/pgroup_incl.o .libs/pgroup_intersection.o .libs/pgroup_range_excl.o .libs/pgroup_range_incl.o .libs/pgroup_rank.o .libs/pgroup_size.o .libs/pgroup_translate_ranks.o .libs/pgroup_union.o .libs/pibsend.o .libs/pinfo_c2f.o .libs/pinfo_create.o .libs/pinfo_delete.o .libs/pinfo_dup.o .libs/pinfo_f2c.o .libs/pinfo_free.o .libs/pinfo_get.o .libs/pinfo_get_nkeys.o .libs/pinfo_get_nthkey.o .libs/pinfo_get_valuelen.o .libs/pinfo_set.o .libs/pinit.o .libs/pinit_thread.o .libs/pinitialized.o .libs/pintercomm_create.o .libs/pintercomm_merge.o .libs/piprobe.o .libs/pirecv.o .libs/pirsend.o .libs/pis_thread_main.o .libs/pisend.o .libs/pissend.o .libs/pkeyval_create.o .libs/pkeyval_free.o .libs/plookup_name.o .libs/pop_c2f.o .libs/pop_create.o .libs/pop_f2c.o .libs/pop_free.o .libs/popen_port.o .libs/ppack_external.o .libs/ppack_external_size.o .libs/ppack.o .libs/ppack_size.o .libs/ppcontrol.o .libs/pprobe.o .libs/ppublish_name.o .libs/pquery_thread.o .libs/precv_init.o .libs/precv.o .libs/preduce.o .libs/preduce_scatter.o .libs/pregister_datarep.o .libs/prequest_c2f.o .libs/prequest_f2c.o .libs/prequest_free.o .libs/prequest_get_status.o .libs/prsend_init.o .libs/prsend.o .libs/pscan.o .libs/pscatter.o .libs/pscatterv.o .libs/psend.o .libs/psend_init.o .libs/psendrecv.o .libs/psendrecv_replace.o .libs/pssend_init.o .libs/pssend.o .libs/pstart.o .libs/pstartall.o .libs/pstatus_c2f.o .libs/pstatus_f2c.o .libs/pstatus_set_cancelled.o .libs/pstatus_set_elements.o .libs/ptestall.o .libs/ptestany.o .libs/ptest.o .libs/ptest_cancelled.o .libs/ptestsome.o .libs/ptopo_test.o .libs/ptype_c2f.o .libs/ptype_commit.o .libs/ptype_contiguous.o .libs/ptype_create_darray.o .libs/ptype_create_f90_complex.o .libs/ptype_create_f90_integer.o .libs/ptype_create_f90_real.o .libs/ptype_create_hindexed.o .libs/ptype_create_hvector.o .libs/ptype_create_indexed_block.o .libs/ptype_create_keyval.o .libs/ptype_create_resized.o .libs/ptype_create_struct.o .libs/ptype_create_subarray.o .libs/ptype_delete_attr.o .libs/ptype_dup.o .libs/ptype_extent.o .libs/ptype_f2c.o .libs/ptype_free.o .libs/ptype_free_keyval.o .libs/ptype_get_attr.o .libs/ptype_get_contents.o .libs/ptype_get_envelope.o .libs/ptype_get_extent.o .libs/ptype_get_name.o .libs/ptype_get_true_extent.o .libs/ptype_hindexed.o .libs/ptype_hvector.o .libs/ptype_indexed.o .libs/ptype_lb.o .libs/ptype_match_size.o .libs/ptype_set_attr.o .libs/ptype_set_name.o .libs/ptype_size.o .libs/ptype_struct.o .libs/ptype_ub.o .libs/ptype_vector.o .libs/punpack_external.o .libs/punpack.o .libs/punpublish_name.o .libs/pwait.o .libs/pwaitall.o .libs/pwaitany.o .libs/pwaitsome.o .libs/pwtime.o .libs/pwtick.o ranlib .libs/libmpi_c_pmpi.a creating libmpi_c_pmpi.la (cd .libs && rm -f libmpi_c_pmpi.la && ln -s ../libmpi_c_pmpi.la libmpi_c_pmpi.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/c/profile' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/c' depbase=`echo attr_fn.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PROFILING_DEFINES=0 -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT attr_fn.lo -MD -MP -MF "$depbase.Tpo" -c -o attr_fn.lo attr_fn.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PROFILING_DEFINES=0 -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT attr_fn.lo -MD -MP -MF .deps/attr_fn.Tpo -c attr_fn.c -fPIC -DPIC -o .libs/attr_fn.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmpi_c.la attr_fn.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmpi_c.a .libs/attr_fn.o ranlib .libs/libmpi_c.a creating libmpi_c.la (cd .libs && rm -f libmpi_c.la && ln -s ../libmpi_c.la libmpi_c.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/c' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/c' Making all in cxx make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/cxx' depbase=`echo mpicxx.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -finline-functions -pthread -MT mpicxx.lo -MD -MP -MF "$depbase.Tpo" -c -o mpicxx.lo mpicxx.cc; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -finline-functions -pthread -MT mpicxx.lo -MD -MP -MF .deps/mpicxx.Tpo -c mpicxx.cc -fPIC -DPIC -o .libs/mpicxx.o depbase=`echo intercepts.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -finline-functions -pthread -MT intercepts.lo -MD -MP -MF "$depbase.Tpo" -c -o intercepts.lo intercepts.cc; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -finline-functions -pthread -MT intercepts.lo -MD -MP -MF .deps/intercepts.Tpo -c intercepts.cc -fPIC -DPIC -o .libs/intercepts.o depbase=`echo comm.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -finline-functions -pthread -MT comm.lo -MD -MP -MF "$depbase.Tpo" -c -o comm.lo comm.cc; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -finline-functions -pthread -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cc -fPIC -DPIC -o .libs/comm.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -DNDEBUG -finline-functions -pthread -export-dynamic -o libmpi_cxx.la -rpath /usr/local/lib mpicxx.lo intercepts.lo comm.lo -lm -lutil -lnsl -lpthread g++ -shared -nostdlib /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../crti.o /usr/lib/gcc/i386-redhat-linux/3.4.2/crtbeginS.o .libs/mpicxx.o .libs/intercepts.o .libs/comm.o -lutil -lnsl -L/usr/lib/gcc/i386-redhat-linux/3.4.2 -L/usr/lib/gcc/i386-redhat-linux/3.4.2/../../.. -lstdc++ -lm -lpthread -lc -lgcc_s /usr/lib/gcc/i386-redhat-linux/3.4.2/crtendS.o /usr/lib/gcc/i386-redhat-linux/3.4.2/../../../crtn.o -pthread -Wl,-soname -Wl,libmpi_cxx.so.0 -o .libs/libmpi_cxx.so.0.0.0 (cd .libs && rm -f libmpi_cxx.so.0 && ln -s libmpi_cxx.so.0.0.0 libmpi_cxx.so.0) (cd .libs && rm -f libmpi_cxx.so && ln -s libmpi_cxx.so.0.0.0 libmpi_cxx.so) creating libmpi_cxx.la (cd .libs && rm -f libmpi_cxx.la && ln -s ../libmpi_cxx.la libmpi_cxx.la) make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/cxx' Making all in f77 make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f77' Making all in profile make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f77/profile' depbase=`echo pabort_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pabort_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pabort_f.lo pabort_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pabort_f.lo -MD -MP -MF .deps/pabort_f.Tpo -c pabort_f.c -fPIC -DPIC -o .libs/pabort_f.o depbase=`echo padd_error_class_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_class_f.lo -MD -MP -MF "$depbase.Tpo" -c -o padd_error_class_f.lo padd_error_class_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_class_f.lo -MD -MP -MF .deps/padd_error_class_f.Tpo -c padd_error_class_f.c -fPIC -DPIC -o .libs/padd_error_class_f.o depbase=`echo padd_error_code_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_code_f.lo -MD -MP -MF "$depbase.Tpo" -c -o padd_error_code_f.lo padd_error_code_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_code_f.lo -MD -MP -MF .deps/padd_error_code_f.Tpo -c padd_error_code_f.c -fPIC -DPIC -o .libs/padd_error_code_f.o depbase=`echo padd_error_string_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_string_f.lo -MD -MP -MF "$depbase.Tpo" -c -o padd_error_string_f.lo padd_error_string_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT padd_error_string_f.lo -MD -MP -MF .deps/padd_error_string_f.Tpo -c padd_error_string_f.c -fPIC -DPIC -o .libs/padd_error_string_f.o depbase=`echo paddress_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paddress_f.lo -MD -MP -MF "$depbase.Tpo" -c -o paddress_f.lo paddress_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT paddress_f.lo -MD -MP -MF .deps/paddress_f.Tpo -c paddress_f.c -fPIC -DPIC -o .libs/paddress_f.o depbase=`echo pallgather_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallgather_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pallgather_f.lo pallgather_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallgather_f.lo -MD -MP -MF .deps/pallgather_f.Tpo -c pallgather_f.c -fPIC -DPIC -o .libs/pallgather_f.o depbase=`echo pallgatherv_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallgatherv_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pallgatherv_f.lo pallgatherv_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallgatherv_f.lo -MD -MP -MF .deps/pallgatherv_f.Tpo -c pallgatherv_f.c -fPIC -DPIC -o .libs/pallgatherv_f.o depbase=`echo palloc_mem_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palloc_mem_f.lo -MD -MP -MF "$depbase.Tpo" -c -o palloc_mem_f.lo palloc_mem_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palloc_mem_f.lo -MD -MP -MF .deps/palloc_mem_f.Tpo -c palloc_mem_f.c -fPIC -DPIC -o .libs/palloc_mem_f.o depbase=`echo pallreduce_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallreduce_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pallreduce_f.lo pallreduce_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pallreduce_f.lo -MD -MP -MF .deps/pallreduce_f.Tpo -c pallreduce_f.c -fPIC -DPIC -o .libs/pallreduce_f.o depbase=`echo palltoall_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoall_f.lo -MD -MP -MF "$depbase.Tpo" -c -o palltoall_f.lo palltoall_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoall_f.lo -MD -MP -MF .deps/palltoall_f.Tpo -c palltoall_f.c -fPIC -DPIC -o .libs/palltoall_f.o depbase=`echo palltoallv_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoallv_f.lo -MD -MP -MF "$depbase.Tpo" -c -o palltoallv_f.lo palltoallv_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoallv_f.lo -MD -MP -MF .deps/palltoallv_f.Tpo -c palltoallv_f.c -fPIC -DPIC -o .libs/palltoallv_f.o depbase=`echo palltoallw_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoallw_f.lo -MD -MP -MF "$depbase.Tpo" -c -o palltoallw_f.lo palltoallw_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT palltoallw_f.lo -MD -MP -MF .deps/palltoallw_f.Tpo -c palltoallw_f.c -fPIC -DPIC -o .libs/palltoallw_f.o depbase=`echo pattr_delete_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_delete_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pattr_delete_f.lo pattr_delete_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_delete_f.lo -MD -MP -MF .deps/pattr_delete_f.Tpo -c pattr_delete_f.c -fPIC -DPIC -o .libs/pattr_delete_f.o depbase=`echo pattr_get_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_get_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pattr_get_f.lo pattr_get_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_get_f.lo -MD -MP -MF .deps/pattr_get_f.Tpo -c pattr_get_f.c -fPIC -DPIC -o .libs/pattr_get_f.o depbase=`echo pattr_put_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_put_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pattr_put_f.lo pattr_put_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pattr_put_f.lo -MD -MP -MF .deps/pattr_put_f.Tpo -c pattr_put_f.c -fPIC -DPIC -o .libs/pattr_put_f.o depbase=`echo pbarrier_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbarrier_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pbarrier_f.lo pbarrier_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbarrier_f.lo -MD -MP -MF .deps/pbarrier_f.Tpo -c pbarrier_f.c -fPIC -DPIC -o .libs/pbarrier_f.o depbase=`echo pbcast_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbcast_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pbcast_f.lo pbcast_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbcast_f.lo -MD -MP -MF .deps/pbcast_f.Tpo -c pbcast_f.c -fPIC -DPIC -o .libs/pbcast_f.o depbase=`echo pbsend_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbsend_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pbsend_f.lo pbsend_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbsend_f.lo -MD -MP -MF .deps/pbsend_f.Tpo -c pbsend_f.c -fPIC -DPIC -o .libs/pbsend_f.o depbase=`echo pbsend_init_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbsend_init_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pbsend_init_f.lo pbsend_init_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbsend_init_f.lo -MD -MP -MF .deps/pbsend_init_f.Tpo -c pbsend_init_f.c -fPIC -DPIC -o .libs/pbsend_init_f.o depbase=`echo pbuffer_attach_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbuffer_attach_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pbuffer_attach_f.lo pbuffer_attach_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbuffer_attach_f.lo -MD -MP -MF .deps/pbuffer_attach_f.Tpo -c pbuffer_attach_f.c -fPIC -DPIC -o .libs/pbuffer_attach_f.o depbase=`echo pbuffer_detach_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbuffer_detach_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pbuffer_detach_f.lo pbuffer_detach_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pbuffer_detach_f.lo -MD -MP -MF .deps/pbuffer_detach_f.Tpo -c pbuffer_detach_f.c -fPIC -DPIC -o .libs/pbuffer_detach_f.o depbase=`echo pcancel_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcancel_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcancel_f.lo pcancel_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcancel_f.lo -MD -MP -MF .deps/pcancel_f.Tpo -c pcancel_f.c -fPIC -DPIC -o .libs/pcancel_f.o depbase=`echo pcart_coords_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_coords_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_coords_f.lo pcart_coords_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_coords_f.lo -MD -MP -MF .deps/pcart_coords_f.Tpo -c pcart_coords_f.c -fPIC -DPIC -o .libs/pcart_coords_f.o depbase=`echo pcart_create_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_create_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_create_f.lo pcart_create_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_create_f.lo -MD -MP -MF .deps/pcart_create_f.Tpo -c pcart_create_f.c -fPIC -DPIC -o .libs/pcart_create_f.o depbase=`echo pcartdim_get_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcartdim_get_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcartdim_get_f.lo pcartdim_get_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcartdim_get_f.lo -MD -MP -MF .deps/pcartdim_get_f.Tpo -c pcartdim_get_f.c -fPIC -DPIC -o .libs/pcartdim_get_f.o depbase=`echo pcart_get_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_get_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_get_f.lo pcart_get_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_get_f.lo -MD -MP -MF .deps/pcart_get_f.Tpo -c pcart_get_f.c -fPIC -DPIC -o .libs/pcart_get_f.o depbase=`echo pcart_map_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_map_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_map_f.lo pcart_map_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_map_f.lo -MD -MP -MF .deps/pcart_map_f.Tpo -c pcart_map_f.c -fPIC -DPIC -o .libs/pcart_map_f.o depbase=`echo pcart_rank_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_rank_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_rank_f.lo pcart_rank_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_rank_f.lo -MD -MP -MF .deps/pcart_rank_f.Tpo -c pcart_rank_f.c -fPIC -DPIC -o .libs/pcart_rank_f.o depbase=`echo pcart_shift_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_shift_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_shift_f.lo pcart_shift_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_shift_f.lo -MD -MP -MF .deps/pcart_shift_f.Tpo -c pcart_shift_f.c -fPIC -DPIC -o .libs/pcart_shift_f.o depbase=`echo pcart_sub_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_sub_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcart_sub_f.lo pcart_sub_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcart_sub_f.lo -MD -MP -MF .deps/pcart_sub_f.Tpo -c pcart_sub_f.c -fPIC -DPIC -o .libs/pcart_sub_f.o depbase=`echo pclose_port_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pclose_port_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pclose_port_f.lo pclose_port_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pclose_port_f.lo -MD -MP -MF .deps/pclose_port_f.Tpo -c pclose_port_f.c -fPIC -DPIC -o .libs/pclose_port_f.o depbase=`echo pcomm_accept_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_accept_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_accept_f.lo pcomm_accept_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_accept_f.lo -MD -MP -MF .deps/pcomm_accept_f.Tpo -c pcomm_accept_f.c -fPIC -DPIC -o .libs/pcomm_accept_f.o depbase=`echo pcomm_call_errhandler_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_call_errhandler_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_call_errhandler_f.lo pcomm_call_errhandler_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_call_errhandler_f.lo -MD -MP -MF .deps/pcomm_call_errhandler_f.Tpo -c pcomm_call_errhandler_f.c -fPIC -DPIC -o .libs/pcomm_call_errhandler_f.o depbase=`echo pcomm_compare_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_compare_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_compare_f.lo pcomm_compare_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_compare_f.lo -MD -MP -MF .deps/pcomm_compare_f.Tpo -c pcomm_compare_f.c -fPIC -DPIC -o .libs/pcomm_compare_f.o depbase=`echo pcomm_connect_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_connect_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_connect_f.lo pcomm_connect_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_connect_f.lo -MD -MP -MF .deps/pcomm_connect_f.Tpo -c pcomm_connect_f.c -fPIC -DPIC -o .libs/pcomm_connect_f.o depbase=`echo pcomm_create_errhandler_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_errhandler_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_create_errhandler_f.lo pcomm_create_errhandler_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_errhandler_f.lo -MD -MP -MF .deps/pcomm_create_errhandler_f.Tpo -c pcomm_create_errhandler_f.c -fPIC -DPIC -o .libs/pcomm_create_errhandler_f.o depbase=`echo pcomm_create_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_create_f.lo pcomm_create_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_f.lo -MD -MP -MF .deps/pcomm_create_f.Tpo -c pcomm_create_f.c -fPIC -DPIC -o .libs/pcomm_create_f.o depbase=`echo pcomm_create_keyval_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_keyval_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_create_keyval_f.lo pcomm_create_keyval_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_create_keyval_f.lo -MD -MP -MF .deps/pcomm_create_keyval_f.Tpo -c pcomm_create_keyval_f.c -fPIC -DPIC -o .libs/pcomm_create_keyval_f.o depbase=`echo pcomm_delete_attr_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_delete_attr_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_delete_attr_f.lo pcomm_delete_attr_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_delete_attr_f.lo -MD -MP -MF .deps/pcomm_delete_attr_f.Tpo -c pcomm_delete_attr_f.c -fPIC -DPIC -o .libs/pcomm_delete_attr_f.o depbase=`echo pcomm_disconnect_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_disconnect_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_disconnect_f.lo pcomm_disconnect_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_disconnect_f.lo -MD -MP -MF .deps/pcomm_disconnect_f.Tpo -c pcomm_disconnect_f.c -fPIC -DPIC -o .libs/pcomm_disconnect_f.o depbase=`echo pcomm_dup_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_dup_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_dup_f.lo pcomm_dup_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_dup_f.lo -MD -MP -MF .deps/pcomm_dup_f.Tpo -c pcomm_dup_f.c -fPIC -DPIC -o .libs/pcomm_dup_f.o depbase=`echo pcomm_free_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_free_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_free_f.lo pcomm_free_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_free_f.lo -MD -MP -MF .deps/pcomm_free_f.Tpo -c pcomm_free_f.c -fPIC -DPIC -o .libs/pcomm_free_f.o depbase=`echo pcomm_free_keyval_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_free_keyval_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_free_keyval_f.lo pcomm_free_keyval_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_free_keyval_f.lo -MD -MP -MF .deps/pcomm_free_keyval_f.Tpo -c pcomm_free_keyval_f.c -fPIC -DPIC -o .libs/pcomm_free_keyval_f.o depbase=`echo pcomm_get_attr_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_attr_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_get_attr_f.lo pcomm_get_attr_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_attr_f.lo -MD -MP -MF .deps/pcomm_get_attr_f.Tpo -c pcomm_get_attr_f.c -fPIC -DPIC -o .libs/pcomm_get_attr_f.o depbase=`echo pcomm_get_errhandler_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_errhandler_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_get_errhandler_f.lo pcomm_get_errhandler_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_errhandler_f.lo -MD -MP -MF .deps/pcomm_get_errhandler_f.Tpo -c pcomm_get_errhandler_f.c -fPIC -DPIC -o .libs/pcomm_get_errhandler_f.o depbase=`echo pcomm_get_name_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_name_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_get_name_f.lo pcomm_get_name_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_name_f.lo -MD -MP -MF .deps/pcomm_get_name_f.Tpo -c pcomm_get_name_f.c -fPIC -DPIC -o .libs/pcomm_get_name_f.o depbase=`echo pcomm_get_parent_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_parent_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_get_parent_f.lo pcomm_get_parent_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_get_parent_f.lo -MD -MP -MF .deps/pcomm_get_parent_f.Tpo -c pcomm_get_parent_f.c -fPIC -DPIC -o .libs/pcomm_get_parent_f.o depbase=`echo pcomm_group_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_group_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_group_f.lo pcomm_group_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_group_f.lo -MD -MP -MF .deps/pcomm_group_f.Tpo -c pcomm_group_f.c -fPIC -DPIC -o .libs/pcomm_group_f.o depbase=`echo pcomm_join_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_join_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_join_f.lo pcomm_join_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_join_f.lo -MD -MP -MF .deps/pcomm_join_f.Tpo -c pcomm_join_f.c -fPIC -DPIC -o .libs/pcomm_join_f.o depbase=`echo pcomm_rank_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_rank_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_rank_f.lo pcomm_rank_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_rank_f.lo -MD -MP -MF .deps/pcomm_rank_f.Tpo -c pcomm_rank_f.c -fPIC -DPIC -o .libs/pcomm_rank_f.o depbase=`echo pcomm_remote_group_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_remote_group_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_remote_group_f.lo pcomm_remote_group_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_remote_group_f.lo -MD -MP -MF .deps/pcomm_remote_group_f.Tpo -c pcomm_remote_group_f.c -fPIC -DPIC -o .libs/pcomm_remote_group_f.o depbase=`echo pcomm_remote_size_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_remote_size_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_remote_size_f.lo pcomm_remote_size_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_remote_size_f.lo -MD -MP -MF .deps/pcomm_remote_size_f.Tpo -c pcomm_remote_size_f.c -fPIC -DPIC -o .libs/pcomm_remote_size_f.o depbase=`echo pcomm_set_attr_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_attr_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_set_attr_f.lo pcomm_set_attr_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_attr_f.lo -MD -MP -MF .deps/pcomm_set_attr_f.Tpo -c pcomm_set_attr_f.c -fPIC -DPIC -o .libs/pcomm_set_attr_f.o depbase=`echo pcomm_set_errhandler_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_errhandler_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_set_errhandler_f.lo pcomm_set_errhandler_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_errhandler_f.lo -MD -MP -MF .deps/pcomm_set_errhandler_f.Tpo -c pcomm_set_errhandler_f.c -fPIC -DPIC -o .libs/pcomm_set_errhandler_f.o depbase=`echo pcomm_set_name_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_name_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_set_name_f.lo pcomm_set_name_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_set_name_f.lo -MD -MP -MF .deps/pcomm_set_name_f.Tpo -c pcomm_set_name_f.c -fPIC -DPIC -o .libs/pcomm_set_name_f.o depbase=`echo pcomm_size_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_size_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_size_f.lo pcomm_size_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_size_f.lo -MD -MP -MF .deps/pcomm_size_f.Tpo -c pcomm_size_f.c -fPIC -DPIC -o .libs/pcomm_size_f.o depbase=`echo pcomm_spawn_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_spawn_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_spawn_f.lo pcomm_spawn_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_spawn_f.lo -MD -MP -MF .deps/pcomm_spawn_f.Tpo -c pcomm_spawn_f.c -fPIC -DPIC -o .libs/pcomm_spawn_f.o depbase=`echo pcomm_spawn_multiple_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_spawn_multiple_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_spawn_multiple_f.lo pcomm_spawn_multiple_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_spawn_multiple_f.lo -MD -MP -MF .deps/pcomm_spawn_multiple_f.Tpo -c pcomm_spawn_multiple_f.c -fPIC -DPIC -o .libs/pcomm_spawn_multiple_f.o depbase=`echo pcomm_split_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_split_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_split_f.lo pcomm_split_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_split_f.lo -MD -MP -MF .deps/pcomm_split_f.Tpo -c pcomm_split_f.c -fPIC -DPIC -o .libs/pcomm_split_f.o depbase=`echo pcomm_test_inter_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_test_inter_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pcomm_test_inter_f.lo pcomm_test_inter_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pcomm_test_inter_f.lo -MD -MP -MF .deps/pcomm_test_inter_f.Tpo -c pcomm_test_inter_f.c -fPIC -DPIC -o .libs/pcomm_test_inter_f.o depbase=`echo pdims_create_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pdims_create_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pdims_create_f.lo pdims_create_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pdims_create_f.lo -MD -MP -MF .deps/pdims_create_f.Tpo -c pdims_create_f.c -fPIC -DPIC -o .libs/pdims_create_f.o depbase=`echo perrhandler_create_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_create_f.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_create_f.lo perrhandler_create_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_create_f.lo -MD -MP -MF .deps/perrhandler_create_f.Tpo -c perrhandler_create_f.c -fPIC -DPIC -o .libs/perrhandler_create_f.o depbase=`echo perrhandler_free_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_free_f.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_free_f.lo perrhandler_free_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_free_f.lo -MD -MP -MF .deps/perrhandler_free_f.Tpo -c perrhandler_free_f.c -fPIC -DPIC -o .libs/perrhandler_free_f.o depbase=`echo perrhandler_get_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_get_f.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_get_f.lo perrhandler_get_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_get_f.lo -MD -MP -MF .deps/perrhandler_get_f.Tpo -c perrhandler_get_f.c -fPIC -DPIC -o .libs/perrhandler_get_f.o depbase=`echo perrhandler_set_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_set_f.lo -MD -MP -MF "$depbase.Tpo" -c -o perrhandler_set_f.lo perrhandler_set_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perrhandler_set_f.lo -MD -MP -MF .deps/perrhandler_set_f.Tpo -c perrhandler_set_f.c -fPIC -DPIC -o .libs/perrhandler_set_f.o depbase=`echo perror_class_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perror_class_f.lo -MD -MP -MF "$depbase.Tpo" -c -o perror_class_f.lo perror_class_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perror_class_f.lo -MD -MP -MF .deps/perror_class_f.Tpo -c perror_class_f.c -fPIC -DPIC -o .libs/perror_class_f.o depbase=`echo perror_string_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perror_string_f.lo -MD -MP -MF "$depbase.Tpo" -c -o perror_string_f.lo perror_string_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT perror_string_f.lo -MD -MP -MF .deps/perror_string_f.Tpo -c perror_string_f.c -fPIC -DPIC -o .libs/perror_string_f.o depbase=`echo pexscan_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pexscan_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pexscan_f.lo pexscan_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pexscan_f.lo -MD -MP -MF .deps/pexscan_f.Tpo -c pexscan_f.c -fPIC -DPIC -o .libs/pexscan_f.o depbase=`echo pfile_call_errhandler_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_call_errhandler_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_call_errhandler_f.lo pfile_call_errhandler_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_call_errhandler_f.lo -MD -MP -MF .deps/pfile_call_errhandler_f.Tpo -c pfile_call_errhandler_f.c -fPIC -DPIC -o .libs/pfile_call_errhandler_f.o depbase=`echo pfile_close_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_close_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_close_f.lo pfile_close_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_close_f.lo -MD -MP -MF .deps/pfile_close_f.Tpo -c pfile_close_f.c -fPIC -DPIC -o .libs/pfile_close_f.o depbase=`echo pfile_create_errhandler_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_create_errhandler_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_create_errhandler_f.lo pfile_create_errhandler_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_create_errhandler_f.lo -MD -MP -MF .deps/pfile_create_errhandler_f.Tpo -c pfile_create_errhandler_f.c -fPIC -DPIC -o .libs/pfile_create_errhandler_f.o depbase=`echo pfile_delete_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_delete_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_delete_f.lo pfile_delete_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_delete_f.lo -MD -MP -MF .deps/pfile_delete_f.Tpo -c pfile_delete_f.c -fPIC -DPIC -o .libs/pfile_delete_f.o depbase=`echo pfile_get_amode_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_amode_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_amode_f.lo pfile_get_amode_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_amode_f.lo -MD -MP -MF .deps/pfile_get_amode_f.Tpo -c pfile_get_amode_f.c -fPIC -DPIC -o .libs/pfile_get_amode_f.o depbase=`echo pfile_get_atomicity_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_atomicity_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_atomicity_f.lo pfile_get_atomicity_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_atomicity_f.lo -MD -MP -MF .deps/pfile_get_atomicity_f.Tpo -c pfile_get_atomicity_f.c -fPIC -DPIC -o .libs/pfile_get_atomicity_f.o depbase=`echo pfile_get_byte_offset_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_byte_offset_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_byte_offset_f.lo pfile_get_byte_offset_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_byte_offset_f.lo -MD -MP -MF .deps/pfile_get_byte_offset_f.Tpo -c pfile_get_byte_offset_f.c -fPIC -DPIC -o .libs/pfile_get_byte_offset_f.o depbase=`echo pfile_get_errhandler_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_errhandler_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_errhandler_f.lo pfile_get_errhandler_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_errhandler_f.lo -MD -MP -MF .deps/pfile_get_errhandler_f.Tpo -c pfile_get_errhandler_f.c -fPIC -DPIC -o .libs/pfile_get_errhandler_f.o depbase=`echo pfile_get_group_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_group_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_group_f.lo pfile_get_group_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_group_f.lo -MD -MP -MF .deps/pfile_get_group_f.Tpo -c pfile_get_group_f.c -fPIC -DPIC -o .libs/pfile_get_group_f.o depbase=`echo pfile_get_info_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_info_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_info_f.lo pfile_get_info_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_info_f.lo -MD -MP -MF .deps/pfile_get_info_f.Tpo -c pfile_get_info_f.c -fPIC -DPIC -o .libs/pfile_get_info_f.o depbase=`echo pfile_get_position_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_position_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_position_f.lo pfile_get_position_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_position_f.lo -MD -MP -MF .deps/pfile_get_position_f.Tpo -c pfile_get_position_f.c -fPIC -DPIC -o .libs/pfile_get_position_f.o depbase=`echo pfile_get_position_shared_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_position_shared_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_position_shared_f.lo pfile_get_position_shared_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_position_shared_f.lo -MD -MP -MF .deps/pfile_get_position_shared_f.Tpo -c pfile_get_position_shared_f.c -fPIC -DPIC -o .libs/pfile_get_position_shared_f.o depbase=`echo pfile_get_size_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_size_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_size_f.lo pfile_get_size_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_size_f.lo -MD -MP -MF .deps/pfile_get_size_f.Tpo -c pfile_get_size_f.c -fPIC -DPIC -o .libs/pfile_get_size_f.o depbase=`echo pfile_get_type_extent_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_type_extent_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_type_extent_f.lo pfile_get_type_extent_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_type_extent_f.lo -MD -MP -MF .deps/pfile_get_type_extent_f.Tpo -c pfile_get_type_extent_f.c -fPIC -DPIC -o .libs/pfile_get_type_extent_f.o depbase=`echo pfile_get_view_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_view_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_get_view_f.lo pfile_get_view_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_get_view_f.lo -MD -MP -MF .deps/pfile_get_view_f.Tpo -c pfile_get_view_f.c -fPIC -DPIC -o .libs/pfile_get_view_f.o depbase=`echo pfile_iread_at_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_at_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iread_at_f.lo pfile_iread_at_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_at_f.lo -MD -MP -MF .deps/pfile_iread_at_f.Tpo -c pfile_iread_at_f.c -fPIC -DPIC -o .libs/pfile_iread_at_f.o depbase=`echo pfile_iread_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iread_f.lo pfile_iread_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_f.lo -MD -MP -MF .deps/pfile_iread_f.Tpo -c pfile_iread_f.c -fPIC -DPIC -o .libs/pfile_iread_f.o depbase=`echo pfile_iread_shared_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_shared_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iread_shared_f.lo pfile_iread_shared_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iread_shared_f.lo -MD -MP -MF .deps/pfile_iread_shared_f.Tpo -c pfile_iread_shared_f.c -fPIC -DPIC -o .libs/pfile_iread_shared_f.o depbase=`echo pfile_iwrite_at_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_at_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iwrite_at_f.lo pfile_iwrite_at_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_at_f.lo -MD -MP -MF .deps/pfile_iwrite_at_f.Tpo -c pfile_iwrite_at_f.c -fPIC -DPIC -o .libs/pfile_iwrite_at_f.o depbase=`echo pfile_iwrite_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iwrite_f.lo pfile_iwrite_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_f.lo -MD -MP -MF .deps/pfile_iwrite_f.Tpo -c pfile_iwrite_f.c -fPIC -DPIC -o .libs/pfile_iwrite_f.o depbase=`echo pfile_iwrite_shared_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_shared_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_iwrite_shared_f.lo pfile_iwrite_shared_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_iwrite_shared_f.lo -MD -MP -MF .deps/pfile_iwrite_shared_f.Tpo -c pfile_iwrite_shared_f.c -fPIC -DPIC -o .libs/pfile_iwrite_shared_f.o depbase=`echo pfile_open_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_open_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_open_f.lo pfile_open_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_open_f.lo -MD -MP -MF .deps/pfile_open_f.Tpo -c pfile_open_f.c -fPIC -DPIC -o .libs/pfile_open_f.o depbase=`echo pfile_preallocate_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_preallocate_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_preallocate_f.lo pfile_preallocate_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_preallocate_f.lo -MD -MP -MF .deps/pfile_preallocate_f.Tpo -c pfile_preallocate_f.c -fPIC -DPIC -o .libs/pfile_preallocate_f.o depbase=`echo pfile_read_all_begin_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_begin_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_all_begin_f.lo pfile_read_all_begin_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_begin_f.lo -MD -MP -MF .deps/pfile_read_all_begin_f.Tpo -c pfile_read_all_begin_f.c -fPIC -DPIC -o .libs/pfile_read_all_begin_f.o depbase=`echo pfile_read_all_end_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_end_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_all_end_f.lo pfile_read_all_end_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_end_f.lo -MD -MP -MF .deps/pfile_read_all_end_f.Tpo -c pfile_read_all_end_f.c -fPIC -DPIC -o .libs/pfile_read_all_end_f.o depbase=`echo pfile_read_all_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_all_f.lo pfile_read_all_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_all_f.lo -MD -MP -MF .deps/pfile_read_all_f.Tpo -c pfile_read_all_f.c -fPIC -DPIC -o .libs/pfile_read_all_f.o depbase=`echo pfile_read_at_all_begin_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_begin_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_at_all_begin_f.lo pfile_read_at_all_begin_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_begin_f.lo -MD -MP -MF .deps/pfile_read_at_all_begin_f.Tpo -c pfile_read_at_all_begin_f.c -fPIC -DPIC -o .libs/pfile_read_at_all_begin_f.o depbase=`echo pfile_read_at_all_end_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_end_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_at_all_end_f.lo pfile_read_at_all_end_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_end_f.lo -MD -MP -MF .deps/pfile_read_at_all_end_f.Tpo -c pfile_read_at_all_end_f.c -fPIC -DPIC -o .libs/pfile_read_at_all_end_f.o depbase=`echo pfile_read_at_all_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_at_all_f.lo pfile_read_at_all_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_all_f.lo -MD -MP -MF .deps/pfile_read_at_all_f.Tpo -c pfile_read_at_all_f.c -fPIC -DPIC -o .libs/pfile_read_at_all_f.o depbase=`echo pfile_read_at_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_at_f.lo pfile_read_at_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_at_f.lo -MD -MP -MF .deps/pfile_read_at_f.Tpo -c pfile_read_at_f.c -fPIC -DPIC -o .libs/pfile_read_at_f.o depbase=`echo pfile_read_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_f.lo pfile_read_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_f.lo -MD -MP -MF .deps/pfile_read_f.Tpo -c pfile_read_f.c -fPIC -DPIC -o .libs/pfile_read_f.o depbase=`echo pfile_read_ordered_begin_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_begin_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_ordered_begin_f.lo pfile_read_ordered_begin_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_begin_f.lo -MD -MP -MF .deps/pfile_read_ordered_begin_f.Tpo -c pfile_read_ordered_begin_f.c -fPIC -DPIC -o .libs/pfile_read_ordered_begin_f.o depbase=`echo pfile_read_ordered_end_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_end_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_ordered_end_f.lo pfile_read_ordered_end_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_end_f.lo -MD -MP -MF .deps/pfile_read_ordered_end_f.Tpo -c pfile_read_ordered_end_f.c -fPIC -DPIC -o .libs/pfile_read_ordered_end_f.o depbase=`echo pfile_read_ordered_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_ordered_f.lo pfile_read_ordered_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_ordered_f.lo -MD -MP -MF .deps/pfile_read_ordered_f.Tpo -c pfile_read_ordered_f.c -fPIC -DPIC -o .libs/pfile_read_ordered_f.o depbase=`echo pfile_read_shared_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_shared_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_read_shared_f.lo pfile_read_shared_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_read_shared_f.lo -MD -MP -MF .deps/pfile_read_shared_f.Tpo -c pfile_read_shared_f.c -fPIC -DPIC -o .libs/pfile_read_shared_f.o depbase=`echo pfile_seek_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_seek_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_seek_f.lo pfile_seek_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_seek_f.lo -MD -MP -MF .deps/pfile_seek_f.Tpo -c pfile_seek_f.c -fPIC -DPIC -o .libs/pfile_seek_f.o depbase=`echo pfile_seek_shared_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_seek_shared_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_seek_shared_f.lo pfile_seek_shared_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_seek_shared_f.lo -MD -MP -MF .deps/pfile_seek_shared_f.Tpo -c pfile_seek_shared_f.c -fPIC -DPIC -o .libs/pfile_seek_shared_f.o depbase=`echo pfile_set_atomicity_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_atomicity_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_atomicity_f.lo pfile_set_atomicity_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_atomicity_f.lo -MD -MP -MF .deps/pfile_set_atomicity_f.Tpo -c pfile_set_atomicity_f.c -fPIC -DPIC -o .libs/pfile_set_atomicity_f.o depbase=`echo pfile_set_errhandler_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_errhandler_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_errhandler_f.lo pfile_set_errhandler_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_errhandler_f.lo -MD -MP -MF .deps/pfile_set_errhandler_f.Tpo -c pfile_set_errhandler_f.c -fPIC -DPIC -o .libs/pfile_set_errhandler_f.o depbase=`echo pfile_set_info_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_info_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_info_f.lo pfile_set_info_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_info_f.lo -MD -MP -MF .deps/pfile_set_info_f.Tpo -c pfile_set_info_f.c -fPIC -DPIC -o .libs/pfile_set_info_f.o depbase=`echo pfile_set_size_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_size_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_size_f.lo pfile_set_size_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_size_f.lo -MD -MP -MF .deps/pfile_set_size_f.Tpo -c pfile_set_size_f.c -fPIC -DPIC -o .libs/pfile_set_size_f.o depbase=`echo pfile_set_view_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_view_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_set_view_f.lo pfile_set_view_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_set_view_f.lo -MD -MP -MF .deps/pfile_set_view_f.Tpo -c pfile_set_view_f.c -fPIC -DPIC -o .libs/pfile_set_view_f.o depbase=`echo pfile_sync_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_sync_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_sync_f.lo pfile_sync_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_sync_f.lo -MD -MP -MF .deps/pfile_sync_f.Tpo -c pfile_sync_f.c -fPIC -DPIC -o .libs/pfile_sync_f.o depbase=`echo pfile_write_all_begin_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_begin_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_all_begin_f.lo pfile_write_all_begin_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_begin_f.lo -MD -MP -MF .deps/pfile_write_all_begin_f.Tpo -c pfile_write_all_begin_f.c -fPIC -DPIC -o .libs/pfile_write_all_begin_f.o depbase=`echo pfile_write_all_end_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_end_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_all_end_f.lo pfile_write_all_end_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_end_f.lo -MD -MP -MF .deps/pfile_write_all_end_f.Tpo -c pfile_write_all_end_f.c -fPIC -DPIC -o .libs/pfile_write_all_end_f.o depbase=`echo pfile_write_all_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_all_f.lo pfile_write_all_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_all_f.lo -MD -MP -MF .deps/pfile_write_all_f.Tpo -c pfile_write_all_f.c -fPIC -DPIC -o .libs/pfile_write_all_f.o depbase=`echo pfile_write_at_all_begin_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_begin_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_at_all_begin_f.lo pfile_write_at_all_begin_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_begin_f.lo -MD -MP -MF .deps/pfile_write_at_all_begin_f.Tpo -c pfile_write_at_all_begin_f.c -fPIC -DPIC -o .libs/pfile_write_at_all_begin_f.o depbase=`echo pfile_write_at_all_end_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_end_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_at_all_end_f.lo pfile_write_at_all_end_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_end_f.lo -MD -MP -MF .deps/pfile_write_at_all_end_f.Tpo -c pfile_write_at_all_end_f.c -fPIC -DPIC -o .libs/pfile_write_at_all_end_f.o depbase=`echo pfile_write_at_all_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_at_all_f.lo pfile_write_at_all_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_all_f.lo -MD -MP -MF .deps/pfile_write_at_all_f.Tpo -c pfile_write_at_all_f.c -fPIC -DPIC -o .libs/pfile_write_at_all_f.o depbase=`echo pfile_write_at_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_at_f.lo pfile_write_at_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_at_f.lo -MD -MP -MF .deps/pfile_write_at_f.Tpo -c pfile_write_at_f.c -fPIC -DPIC -o .libs/pfile_write_at_f.o depbase=`echo pfile_write_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_f.lo pfile_write_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_f.lo -MD -MP -MF .deps/pfile_write_f.Tpo -c pfile_write_f.c -fPIC -DPIC -o .libs/pfile_write_f.o depbase=`echo pfile_write_ordered_begin_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_begin_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_ordered_begin_f.lo pfile_write_ordered_begin_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_begin_f.lo -MD -MP -MF .deps/pfile_write_ordered_begin_f.Tpo -c pfile_write_ordered_begin_f.c -fPIC -DPIC -o .libs/pfile_write_ordered_begin_f.o depbase=`echo pfile_write_ordered_end_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_end_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_ordered_end_f.lo pfile_write_ordered_end_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_end_f.lo -MD -MP -MF .deps/pfile_write_ordered_end_f.Tpo -c pfile_write_ordered_end_f.c -fPIC -DPIC -o .libs/pfile_write_ordered_end_f.o depbase=`echo pfile_write_ordered_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_ordered_f.lo pfile_write_ordered_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_ordered_f.lo -MD -MP -MF .deps/pfile_write_ordered_f.Tpo -c pfile_write_ordered_f.c -fPIC -DPIC -o .libs/pfile_write_ordered_f.o depbase=`echo pfile_write_shared_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_shared_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfile_write_shared_f.lo pfile_write_shared_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfile_write_shared_f.lo -MD -MP -MF .deps/pfile_write_shared_f.Tpo -c pfile_write_shared_f.c -fPIC -DPIC -o .libs/pfile_write_shared_f.o depbase=`echo pfinalized_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfinalized_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfinalized_f.lo pfinalized_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfinalized_f.lo -MD -MP -MF .deps/pfinalized_f.Tpo -c pfinalized_f.c -fPIC -DPIC -o .libs/pfinalized_f.o depbase=`echo pfinalize_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfinalize_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfinalize_f.lo pfinalize_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfinalize_f.lo -MD -MP -MF .deps/pfinalize_f.Tpo -c pfinalize_f.c -fPIC -DPIC -o .libs/pfinalize_f.o depbase=`echo pfree_mem_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfree_mem_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pfree_mem_f.lo pfree_mem_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pfree_mem_f.lo -MD -MP -MF .deps/pfree_mem_f.Tpo -c pfree_mem_f.c -fPIC -DPIC -o .libs/pfree_mem_f.o depbase=`echo pgather_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgather_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgather_f.lo pgather_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgather_f.lo -MD -MP -MF .deps/pgather_f.Tpo -c pgather_f.c -fPIC -DPIC -o .libs/pgather_f.o depbase=`echo pgatherv_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgatherv_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgatherv_f.lo pgatherv_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgatherv_f.lo -MD -MP -MF .deps/pgatherv_f.Tpo -c pgatherv_f.c -fPIC -DPIC -o .libs/pgatherv_f.o depbase=`echo pget_address_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_address_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_address_f.lo pget_address_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_address_f.lo -MD -MP -MF .deps/pget_address_f.Tpo -c pget_address_f.c -fPIC -DPIC -o .libs/pget_address_f.o depbase=`echo pget_count_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_count_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_count_f.lo pget_count_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_count_f.lo -MD -MP -MF .deps/pget_count_f.Tpo -c pget_count_f.c -fPIC -DPIC -o .libs/pget_count_f.o depbase=`echo pget_elements_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_elements_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_elements_f.lo pget_elements_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_elements_f.lo -MD -MP -MF .deps/pget_elements_f.Tpo -c pget_elements_f.c -fPIC -DPIC -o .libs/pget_elements_f.o depbase=`echo pget_processor_name_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_processor_name_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_processor_name_f.lo pget_processor_name_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_processor_name_f.lo -MD -MP -MF .deps/pget_processor_name_f.Tpo -c pget_processor_name_f.c -fPIC -DPIC -o .libs/pget_processor_name_f.o depbase=`echo pget_version_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_version_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pget_version_f.lo pget_version_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pget_version_f.lo -MD -MP -MF .deps/pget_version_f.Tpo -c pget_version_f.c -fPIC -DPIC -o .libs/pget_version_f.o depbase=`echo pgraph_create_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_create_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_create_f.lo pgraph_create_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_create_f.lo -MD -MP -MF .deps/pgraph_create_f.Tpo -c pgraph_create_f.c -fPIC -DPIC -o .libs/pgraph_create_f.o depbase=`echo pgraphdims_get_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraphdims_get_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraphdims_get_f.lo pgraphdims_get_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraphdims_get_f.lo -MD -MP -MF .deps/pgraphdims_get_f.Tpo -c pgraphdims_get_f.c -fPIC -DPIC -o .libs/pgraphdims_get_f.o depbase=`echo pgraph_get_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_get_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_get_f.lo pgraph_get_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_get_f.lo -MD -MP -MF .deps/pgraph_get_f.Tpo -c pgraph_get_f.c -fPIC -DPIC -o .libs/pgraph_get_f.o depbase=`echo pgraph_map_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_map_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_map_f.lo pgraph_map_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_map_f.lo -MD -MP -MF .deps/pgraph_map_f.Tpo -c pgraph_map_f.c -fPIC -DPIC -o .libs/pgraph_map_f.o depbase=`echo pgraph_neighbors_count_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_neighbors_count_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_neighbors_count_f.lo pgraph_neighbors_count_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_neighbors_count_f.lo -MD -MP -MF .deps/pgraph_neighbors_count_f.Tpo -c pgraph_neighbors_count_f.c -fPIC -DPIC -o .libs/pgraph_neighbors_count_f.o depbase=`echo pgraph_neighbors_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_neighbors_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgraph_neighbors_f.lo pgraph_neighbors_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgraph_neighbors_f.lo -MD -MP -MF .deps/pgraph_neighbors_f.Tpo -c pgraph_neighbors_f.c -fPIC -DPIC -o .libs/pgraph_neighbors_f.o depbase=`echo pgrequest_complete_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgrequest_complete_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgrequest_complete_f.lo pgrequest_complete_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgrequest_complete_f.lo -MD -MP -MF .deps/pgrequest_complete_f.Tpo -c pgrequest_complete_f.c -fPIC -DPIC -o .libs/pgrequest_complete_f.o depbase=`echo pgrequest_start_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgrequest_start_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgrequest_start_f.lo pgrequest_start_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgrequest_start_f.lo -MD -MP -MF .deps/pgrequest_start_f.Tpo -c pgrequest_start_f.c -fPIC -DPIC -o .libs/pgrequest_start_f.o depbase=`echo pgroup_compare_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_compare_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_compare_f.lo pgroup_compare_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_compare_f.lo -MD -MP -MF .deps/pgroup_compare_f.Tpo -c pgroup_compare_f.c -fPIC -DPIC -o .libs/pgroup_compare_f.o depbase=`echo pgroup_difference_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_difference_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_difference_f.lo pgroup_difference_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_difference_f.lo -MD -MP -MF .deps/pgroup_difference_f.Tpo -c pgroup_difference_f.c -fPIC -DPIC -o .libs/pgroup_difference_f.o depbase=`echo pgroup_excl_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_excl_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_excl_f.lo pgroup_excl_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_excl_f.lo -MD -MP -MF .deps/pgroup_excl_f.Tpo -c pgroup_excl_f.c -fPIC -DPIC -o .libs/pgroup_excl_f.o depbase=`echo pgroup_free_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_free_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_free_f.lo pgroup_free_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_free_f.lo -MD -MP -MF .deps/pgroup_free_f.Tpo -c pgroup_free_f.c -fPIC -DPIC -o .libs/pgroup_free_f.o depbase=`echo pgroup_incl_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_incl_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_incl_f.lo pgroup_incl_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_incl_f.lo -MD -MP -MF .deps/pgroup_incl_f.Tpo -c pgroup_incl_f.c -fPIC -DPIC -o .libs/pgroup_incl_f.o depbase=`echo pgroup_intersection_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_intersection_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_intersection_f.lo pgroup_intersection_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_intersection_f.lo -MD -MP -MF .deps/pgroup_intersection_f.Tpo -c pgroup_intersection_f.c -fPIC -DPIC -o .libs/pgroup_intersection_f.o depbase=`echo pgroup_range_excl_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_range_excl_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_range_excl_f.lo pgroup_range_excl_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_range_excl_f.lo -MD -MP -MF .deps/pgroup_range_excl_f.Tpo -c pgroup_range_excl_f.c -fPIC -DPIC -o .libs/pgroup_range_excl_f.o depbase=`echo pgroup_range_incl_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_range_incl_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_range_incl_f.lo pgroup_range_incl_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_range_incl_f.lo -MD -MP -MF .deps/pgroup_range_incl_f.Tpo -c pgroup_range_incl_f.c -fPIC -DPIC -o .libs/pgroup_range_incl_f.o depbase=`echo pgroup_rank_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_rank_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_rank_f.lo pgroup_rank_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_rank_f.lo -MD -MP -MF .deps/pgroup_rank_f.Tpo -c pgroup_rank_f.c -fPIC -DPIC -o .libs/pgroup_rank_f.o depbase=`echo pgroup_size_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_size_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_size_f.lo pgroup_size_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_size_f.lo -MD -MP -MF .deps/pgroup_size_f.Tpo -c pgroup_size_f.c -fPIC -DPIC -o .libs/pgroup_size_f.o depbase=`echo pgroup_translate_ranks_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_translate_ranks_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_translate_ranks_f.lo pgroup_translate_ranks_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_translate_ranks_f.lo -MD -MP -MF .deps/pgroup_translate_ranks_f.Tpo -c pgroup_translate_ranks_f.c -fPIC -DPIC -o .libs/pgroup_translate_ranks_f.o depbase=`echo pgroup_union_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_union_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pgroup_union_f.lo pgroup_union_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pgroup_union_f.lo -MD -MP -MF .deps/pgroup_union_f.Tpo -c pgroup_union_f.c -fPIC -DPIC -o .libs/pgroup_union_f.o depbase=`echo pibsend_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pibsend_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pibsend_f.lo pibsend_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pibsend_f.lo -MD -MP -MF .deps/pibsend_f.Tpo -c pibsend_f.c -fPIC -DPIC -o .libs/pibsend_f.o depbase=`echo pinfo_create_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_create_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_create_f.lo pinfo_create_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_create_f.lo -MD -MP -MF .deps/pinfo_create_f.Tpo -c pinfo_create_f.c -fPIC -DPIC -o .libs/pinfo_create_f.o depbase=`echo pinfo_delete_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_delete_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_delete_f.lo pinfo_delete_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_delete_f.lo -MD -MP -MF .deps/pinfo_delete_f.Tpo -c pinfo_delete_f.c -fPIC -DPIC -o .libs/pinfo_delete_f.o depbase=`echo pinfo_dup_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_dup_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_dup_f.lo pinfo_dup_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_dup_f.lo -MD -MP -MF .deps/pinfo_dup_f.Tpo -c pinfo_dup_f.c -fPIC -DPIC -o .libs/pinfo_dup_f.o depbase=`echo pinfo_free_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_free_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_free_f.lo pinfo_free_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_free_f.lo -MD -MP -MF .deps/pinfo_free_f.Tpo -c pinfo_free_f.c -fPIC -DPIC -o .libs/pinfo_free_f.o depbase=`echo pinfo_get_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_get_f.lo pinfo_get_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_f.lo -MD -MP -MF .deps/pinfo_get_f.Tpo -c pinfo_get_f.c -fPIC -DPIC -o .libs/pinfo_get_f.o depbase=`echo pinfo_get_nkeys_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_nkeys_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_get_nkeys_f.lo pinfo_get_nkeys_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_nkeys_f.lo -MD -MP -MF .deps/pinfo_get_nkeys_f.Tpo -c pinfo_get_nkeys_f.c -fPIC -DPIC -o .libs/pinfo_get_nkeys_f.o depbase=`echo pinfo_get_nthkey_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_nthkey_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_get_nthkey_f.lo pinfo_get_nthkey_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_nthkey_f.lo -MD -MP -MF .deps/pinfo_get_nthkey_f.Tpo -c pinfo_get_nthkey_f.c -fPIC -DPIC -o .libs/pinfo_get_nthkey_f.o depbase=`echo pinfo_get_valuelen_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_valuelen_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_get_valuelen_f.lo pinfo_get_valuelen_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_get_valuelen_f.lo -MD -MP -MF .deps/pinfo_get_valuelen_f.Tpo -c pinfo_get_valuelen_f.c -fPIC -DPIC -o .libs/pinfo_get_valuelen_f.o depbase=`echo pinfo_set_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_set_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinfo_set_f.lo pinfo_set_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinfo_set_f.lo -MD -MP -MF .deps/pinfo_set_f.Tpo -c pinfo_set_f.c -fPIC -DPIC -o .libs/pinfo_set_f.o depbase=`echo pinit_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinit_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinit_f.lo pinit_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinit_f.lo -MD -MP -MF .deps/pinit_f.Tpo -c pinit_f.c -fPIC -DPIC -o .libs/pinit_f.o depbase=`echo pinitialized_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinitialized_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinitialized_f.lo pinitialized_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinitialized_f.lo -MD -MP -MF .deps/pinitialized_f.Tpo -c pinitialized_f.c -fPIC -DPIC -o .libs/pinitialized_f.o depbase=`echo pinit_thread_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinit_thread_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pinit_thread_f.lo pinit_thread_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pinit_thread_f.lo -MD -MP -MF .deps/pinit_thread_f.Tpo -c pinit_thread_f.c -fPIC -DPIC -o .libs/pinit_thread_f.o depbase=`echo pintercomm_create_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pintercomm_create_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pintercomm_create_f.lo pintercomm_create_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pintercomm_create_f.lo -MD -MP -MF .deps/pintercomm_create_f.Tpo -c pintercomm_create_f.c -fPIC -DPIC -o .libs/pintercomm_create_f.o depbase=`echo pintercomm_merge_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pintercomm_merge_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pintercomm_merge_f.lo pintercomm_merge_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pintercomm_merge_f.lo -MD -MP -MF .deps/pintercomm_merge_f.Tpo -c pintercomm_merge_f.c -fPIC -DPIC -o .libs/pintercomm_merge_f.o depbase=`echo piprobe_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT piprobe_f.lo -MD -MP -MF "$depbase.Tpo" -c -o piprobe_f.lo piprobe_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT piprobe_f.lo -MD -MP -MF .deps/piprobe_f.Tpo -c piprobe_f.c -fPIC -DPIC -o .libs/piprobe_f.o depbase=`echo pirecv_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pirecv_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pirecv_f.lo pirecv_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pirecv_f.lo -MD -MP -MF .deps/pirecv_f.Tpo -c pirecv_f.c -fPIC -DPIC -o .libs/pirecv_f.o depbase=`echo pirsend_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pirsend_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pirsend_f.lo pirsend_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pirsend_f.lo -MD -MP -MF .deps/pirsend_f.Tpo -c pirsend_f.c -fPIC -DPIC -o .libs/pirsend_f.o depbase=`echo pisend_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pisend_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pisend_f.lo pisend_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pisend_f.lo -MD -MP -MF .deps/pisend_f.Tpo -c pisend_f.c -fPIC -DPIC -o .libs/pisend_f.o depbase=`echo pissend_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pissend_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pissend_f.lo pissend_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pissend_f.lo -MD -MP -MF .deps/pissend_f.Tpo -c pissend_f.c -fPIC -DPIC -o .libs/pissend_f.o depbase=`echo pis_thread_main_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pis_thread_main_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pis_thread_main_f.lo pis_thread_main_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pis_thread_main_f.lo -MD -MP -MF .deps/pis_thread_main_f.Tpo -c pis_thread_main_f.c -fPIC -DPIC -o .libs/pis_thread_main_f.o depbase=`echo pkeyval_create_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pkeyval_create_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pkeyval_create_f.lo pkeyval_create_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pkeyval_create_f.lo -MD -MP -MF .deps/pkeyval_create_f.Tpo -c pkeyval_create_f.c -fPIC -DPIC -o .libs/pkeyval_create_f.o depbase=`echo pkeyval_free_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pkeyval_free_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pkeyval_free_f.lo pkeyval_free_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pkeyval_free_f.lo -MD -MP -MF .deps/pkeyval_free_f.Tpo -c pkeyval_free_f.c -fPIC -DPIC -o .libs/pkeyval_free_f.o depbase=`echo plookup_name_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT plookup_name_f.lo -MD -MP -MF "$depbase.Tpo" -c -o plookup_name_f.lo plookup_name_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT plookup_name_f.lo -MD -MP -MF .deps/plookup_name_f.Tpo -c plookup_name_f.c -fPIC -DPIC -o .libs/plookup_name_f.o depbase=`echo pop_create_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_create_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pop_create_f.lo pop_create_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_create_f.lo -MD -MP -MF .deps/pop_create_f.Tpo -c pop_create_f.c -fPIC -DPIC -o .libs/pop_create_f.o depbase=`echo popen_port_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT popen_port_f.lo -MD -MP -MF "$depbase.Tpo" -c -o popen_port_f.lo popen_port_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT popen_port_f.lo -MD -MP -MF .deps/popen_port_f.Tpo -c popen_port_f.c -fPIC -DPIC -o .libs/popen_port_f.o depbase=`echo pop_free_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_free_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pop_free_f.lo pop_free_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pop_free_f.lo -MD -MP -MF .deps/pop_free_f.Tpo -c pop_free_f.c -fPIC -DPIC -o .libs/pop_free_f.o depbase=`echo ppack_external_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_external_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ppack_external_f.lo ppack_external_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_external_f.lo -MD -MP -MF .deps/ppack_external_f.Tpo -c ppack_external_f.c -fPIC -DPIC -o .libs/ppack_external_f.o depbase=`echo ppack_external_size_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_external_size_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ppack_external_size_f.lo ppack_external_size_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_external_size_f.lo -MD -MP -MF .deps/ppack_external_size_f.Tpo -c ppack_external_size_f.c -fPIC -DPIC -o .libs/ppack_external_size_f.o depbase=`echo ppack_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ppack_f.lo ppack_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_f.lo -MD -MP -MF .deps/ppack_f.Tpo -c ppack_f.c -fPIC -DPIC -o .libs/ppack_f.o depbase=`echo ppack_size_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_size_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ppack_size_f.lo ppack_size_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppack_size_f.lo -MD -MP -MF .deps/ppack_size_f.Tpo -c ppack_size_f.c -fPIC -DPIC -o .libs/ppack_size_f.o depbase=`echo ppcontrol_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppcontrol_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ppcontrol_f.lo ppcontrol_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppcontrol_f.lo -MD -MP -MF .deps/ppcontrol_f.Tpo -c ppcontrol_f.c -fPIC -DPIC -o .libs/ppcontrol_f.o depbase=`echo pprobe_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pprobe_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pprobe_f.lo pprobe_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pprobe_f.lo -MD -MP -MF .deps/pprobe_f.Tpo -c pprobe_f.c -fPIC -DPIC -o .libs/pprobe_f.o depbase=`echo ppublish_name_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppublish_name_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ppublish_name_f.lo ppublish_name_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ppublish_name_f.lo -MD -MP -MF .deps/ppublish_name_f.Tpo -c ppublish_name_f.c -fPIC -DPIC -o .libs/ppublish_name_f.o depbase=`echo pquery_thread_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pquery_thread_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pquery_thread_f.lo pquery_thread_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pquery_thread_f.lo -MD -MP -MF .deps/pquery_thread_f.Tpo -c pquery_thread_f.c -fPIC -DPIC -o .libs/pquery_thread_f.o depbase=`echo precv_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT precv_f.lo -MD -MP -MF "$depbase.Tpo" -c -o precv_f.lo precv_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT precv_f.lo -MD -MP -MF .deps/precv_f.Tpo -c precv_f.c -fPIC -DPIC -o .libs/precv_f.o depbase=`echo precv_init_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT precv_init_f.lo -MD -MP -MF "$depbase.Tpo" -c -o precv_init_f.lo precv_init_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT precv_init_f.lo -MD -MP -MF .deps/precv_init_f.Tpo -c precv_init_f.c -fPIC -DPIC -o .libs/precv_init_f.o depbase=`echo preduce_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT preduce_f.lo -MD -MP -MF "$depbase.Tpo" -c -o preduce_f.lo preduce_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT preduce_f.lo -MD -MP -MF .deps/preduce_f.Tpo -c preduce_f.c -fPIC -DPIC -o .libs/preduce_f.o depbase=`echo preduce_scatter_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT preduce_scatter_f.lo -MD -MP -MF "$depbase.Tpo" -c -o preduce_scatter_f.lo preduce_scatter_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT preduce_scatter_f.lo -MD -MP -MF .deps/preduce_scatter_f.Tpo -c preduce_scatter_f.c -fPIC -DPIC -o .libs/preduce_scatter_f.o depbase=`echo pregister_datarep_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pregister_datarep_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pregister_datarep_f.lo pregister_datarep_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pregister_datarep_f.lo -MD -MP -MF .deps/pregister_datarep_f.Tpo -c pregister_datarep_f.c -fPIC -DPIC -o .libs/pregister_datarep_f.o depbase=`echo prequest_free_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_free_f.lo -MD -MP -MF "$depbase.Tpo" -c -o prequest_free_f.lo prequest_free_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_free_f.lo -MD -MP -MF .deps/prequest_free_f.Tpo -c prequest_free_f.c -fPIC -DPIC -o .libs/prequest_free_f.o depbase=`echo prequest_get_status_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_get_status_f.lo -MD -MP -MF "$depbase.Tpo" -c -o prequest_get_status_f.lo prequest_get_status_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prequest_get_status_f.lo -MD -MP -MF .deps/prequest_get_status_f.Tpo -c prequest_get_status_f.c -fPIC -DPIC -o .libs/prequest_get_status_f.o depbase=`echo prsend_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prsend_f.lo -MD -MP -MF "$depbase.Tpo" -c -o prsend_f.lo prsend_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prsend_f.lo -MD -MP -MF .deps/prsend_f.Tpo -c prsend_f.c -fPIC -DPIC -o .libs/prsend_f.o depbase=`echo prsend_init_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prsend_init_f.lo -MD -MP -MF "$depbase.Tpo" -c -o prsend_init_f.lo prsend_init_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT prsend_init_f.lo -MD -MP -MF .deps/prsend_init_f.Tpo -c prsend_init_f.c -fPIC -DPIC -o .libs/prsend_init_f.o depbase=`echo pscan_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscan_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pscan_f.lo pscan_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscan_f.lo -MD -MP -MF .deps/pscan_f.Tpo -c pscan_f.c -fPIC -DPIC -o .libs/pscan_f.o depbase=`echo pscatter_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscatter_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pscatter_f.lo pscatter_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscatter_f.lo -MD -MP -MF .deps/pscatter_f.Tpo -c pscatter_f.c -fPIC -DPIC -o .libs/pscatter_f.o depbase=`echo pscatterv_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscatterv_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pscatterv_f.lo pscatterv_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pscatterv_f.lo -MD -MP -MF .deps/pscatterv_f.Tpo -c pscatterv_f.c -fPIC -DPIC -o .libs/pscatterv_f.o depbase=`echo psend_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psend_f.lo -MD -MP -MF "$depbase.Tpo" -c -o psend_f.lo psend_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psend_f.lo -MD -MP -MF .deps/psend_f.Tpo -c psend_f.c -fPIC -DPIC -o .libs/psend_f.o depbase=`echo psend_init_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psend_init_f.lo -MD -MP -MF "$depbase.Tpo" -c -o psend_init_f.lo psend_init_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psend_init_f.lo -MD -MP -MF .deps/psend_init_f.Tpo -c psend_init_f.c -fPIC -DPIC -o .libs/psend_init_f.o depbase=`echo psendrecv_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psendrecv_f.lo -MD -MP -MF "$depbase.Tpo" -c -o psendrecv_f.lo psendrecv_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psendrecv_f.lo -MD -MP -MF .deps/psendrecv_f.Tpo -c psendrecv_f.c -fPIC -DPIC -o .libs/psendrecv_f.o depbase=`echo psendrecv_replace_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psendrecv_replace_f.lo -MD -MP -MF "$depbase.Tpo" -c -o psendrecv_replace_f.lo psendrecv_replace_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT psendrecv_replace_f.lo -MD -MP -MF .deps/psendrecv_replace_f.Tpo -c psendrecv_replace_f.c -fPIC -DPIC -o .libs/psendrecv_replace_f.o depbase=`echo pssend_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pssend_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pssend_f.lo pssend_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pssend_f.lo -MD -MP -MF .deps/pssend_f.Tpo -c pssend_f.c -fPIC -DPIC -o .libs/pssend_f.o depbase=`echo pssend_init_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pssend_init_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pssend_init_f.lo pssend_init_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pssend_init_f.lo -MD -MP -MF .deps/pssend_init_f.Tpo -c pssend_init_f.c -fPIC -DPIC -o .libs/pssend_init_f.o depbase=`echo pstartall_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstartall_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pstartall_f.lo pstartall_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstartall_f.lo -MD -MP -MF .deps/pstartall_f.Tpo -c pstartall_f.c -fPIC -DPIC -o .libs/pstartall_f.o depbase=`echo pstart_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstart_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pstart_f.lo pstart_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstart_f.lo -MD -MP -MF .deps/pstart_f.Tpo -c pstart_f.c -fPIC -DPIC -o .libs/pstart_f.o depbase=`echo pstatus_set_cancelled_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_set_cancelled_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pstatus_set_cancelled_f.lo pstatus_set_cancelled_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_set_cancelled_f.lo -MD -MP -MF .deps/pstatus_set_cancelled_f.Tpo -c pstatus_set_cancelled_f.c -fPIC -DPIC -o .libs/pstatus_set_cancelled_f.o depbase=`echo pstatus_set_elements_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_set_elements_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pstatus_set_elements_f.lo pstatus_set_elements_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pstatus_set_elements_f.lo -MD -MP -MF .deps/pstatus_set_elements_f.Tpo -c pstatus_set_elements_f.c -fPIC -DPIC -o .libs/pstatus_set_elements_f.o depbase=`echo ptestall_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestall_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptestall_f.lo ptestall_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestall_f.lo -MD -MP -MF .deps/ptestall_f.Tpo -c ptestall_f.c -fPIC -DPIC -o .libs/ptestall_f.o depbase=`echo ptestany_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestany_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptestany_f.lo ptestany_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestany_f.lo -MD -MP -MF .deps/ptestany_f.Tpo -c ptestany_f.c -fPIC -DPIC -o .libs/ptestany_f.o depbase=`echo ptest_cancelled_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptest_cancelled_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptest_cancelled_f.lo ptest_cancelled_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptest_cancelled_f.lo -MD -MP -MF .deps/ptest_cancelled_f.Tpo -c ptest_cancelled_f.c -fPIC -DPIC -o .libs/ptest_cancelled_f.o depbase=`echo ptest_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptest_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptest_f.lo ptest_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptest_f.lo -MD -MP -MF .deps/ptest_f.Tpo -c ptest_f.c -fPIC -DPIC -o .libs/ptest_f.o depbase=`echo ptestsome_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestsome_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptestsome_f.lo ptestsome_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptestsome_f.lo -MD -MP -MF .deps/ptestsome_f.Tpo -c ptestsome_f.c -fPIC -DPIC -o .libs/ptestsome_f.o depbase=`echo ptopo_test_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptopo_test_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptopo_test_f.lo ptopo_test_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptopo_test_f.lo -MD -MP -MF .deps/ptopo_test_f.Tpo -c ptopo_test_f.c -fPIC -DPIC -o .libs/ptopo_test_f.o depbase=`echo ptype_commit_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_commit_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_commit_f.lo ptype_commit_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_commit_f.lo -MD -MP -MF .deps/ptype_commit_f.Tpo -c ptype_commit_f.c -fPIC -DPIC -o .libs/ptype_commit_f.o depbase=`echo ptype_contiguous_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_contiguous_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_contiguous_f.lo ptype_contiguous_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_contiguous_f.lo -MD -MP -MF .deps/ptype_contiguous_f.Tpo -c ptype_contiguous_f.c -fPIC -DPIC -o .libs/ptype_contiguous_f.o depbase=`echo ptype_create_darray_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_darray_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_darray_f.lo ptype_create_darray_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_darray_f.lo -MD -MP -MF .deps/ptype_create_darray_f.Tpo -c ptype_create_darray_f.c -fPIC -DPIC -o .libs/ptype_create_darray_f.o depbase=`echo ptype_create_f90_complex_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_complex_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_f90_complex_f.lo ptype_create_f90_complex_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_complex_f.lo -MD -MP -MF .deps/ptype_create_f90_complex_f.Tpo -c ptype_create_f90_complex_f.c -fPIC -DPIC -o .libs/ptype_create_f90_complex_f.o depbase=`echo ptype_create_f90_integer_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_integer_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_f90_integer_f.lo ptype_create_f90_integer_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_integer_f.lo -MD -MP -MF .deps/ptype_create_f90_integer_f.Tpo -c ptype_create_f90_integer_f.c -fPIC -DPIC -o .libs/ptype_create_f90_integer_f.o depbase=`echo ptype_create_f90_real_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_real_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_f90_real_f.lo ptype_create_f90_real_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_f90_real_f.lo -MD -MP -MF .deps/ptype_create_f90_real_f.Tpo -c ptype_create_f90_real_f.c -fPIC -DPIC -o .libs/ptype_create_f90_real_f.o depbase=`echo ptype_create_hindexed_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_hindexed_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_hindexed_f.lo ptype_create_hindexed_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_hindexed_f.lo -MD -MP -MF .deps/ptype_create_hindexed_f.Tpo -c ptype_create_hindexed_f.c -fPIC -DPIC -o .libs/ptype_create_hindexed_f.o depbase=`echo ptype_create_hvector_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_hvector_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_hvector_f.lo ptype_create_hvector_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_hvector_f.lo -MD -MP -MF .deps/ptype_create_hvector_f.Tpo -c ptype_create_hvector_f.c -fPIC -DPIC -o .libs/ptype_create_hvector_f.o depbase=`echo ptype_create_indexed_block_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_indexed_block_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_indexed_block_f.lo ptype_create_indexed_block_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_indexed_block_f.lo -MD -MP -MF .deps/ptype_create_indexed_block_f.Tpo -c ptype_create_indexed_block_f.c -fPIC -DPIC -o .libs/ptype_create_indexed_block_f.o depbase=`echo ptype_create_keyval_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_keyval_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_keyval_f.lo ptype_create_keyval_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_keyval_f.lo -MD -MP -MF .deps/ptype_create_keyval_f.Tpo -c ptype_create_keyval_f.c -fPIC -DPIC -o .libs/ptype_create_keyval_f.o depbase=`echo ptype_create_resized_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_resized_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_resized_f.lo ptype_create_resized_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_resized_f.lo -MD -MP -MF .deps/ptype_create_resized_f.Tpo -c ptype_create_resized_f.c -fPIC -DPIC -o .libs/ptype_create_resized_f.o depbase=`echo ptype_create_struct_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_struct_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_struct_f.lo ptype_create_struct_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_struct_f.lo -MD -MP -MF .deps/ptype_create_struct_f.Tpo -c ptype_create_struct_f.c -fPIC -DPIC -o .libs/ptype_create_struct_f.o depbase=`echo ptype_create_subarray_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_subarray_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_create_subarray_f.lo ptype_create_subarray_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_create_subarray_f.lo -MD -MP -MF .deps/ptype_create_subarray_f.Tpo -c ptype_create_subarray_f.c -fPIC -DPIC -o .libs/ptype_create_subarray_f.o depbase=`echo ptype_delete_attr_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_delete_attr_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_delete_attr_f.lo ptype_delete_attr_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_delete_attr_f.lo -MD -MP -MF .deps/ptype_delete_attr_f.Tpo -c ptype_delete_attr_f.c -fPIC -DPIC -o .libs/ptype_delete_attr_f.o depbase=`echo ptype_dup_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_dup_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_dup_f.lo ptype_dup_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_dup_f.lo -MD -MP -MF .deps/ptype_dup_f.Tpo -c ptype_dup_f.c -fPIC -DPIC -o .libs/ptype_dup_f.o depbase=`echo ptype_extent_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_extent_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_extent_f.lo ptype_extent_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_extent_f.lo -MD -MP -MF .deps/ptype_extent_f.Tpo -c ptype_extent_f.c -fPIC -DPIC -o .libs/ptype_extent_f.o depbase=`echo ptype_free_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_free_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_free_f.lo ptype_free_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_free_f.lo -MD -MP -MF .deps/ptype_free_f.Tpo -c ptype_free_f.c -fPIC -DPIC -o .libs/ptype_free_f.o depbase=`echo ptype_free_keyval_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_free_keyval_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_free_keyval_f.lo ptype_free_keyval_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_free_keyval_f.lo -MD -MP -MF .deps/ptype_free_keyval_f.Tpo -c ptype_free_keyval_f.c -fPIC -DPIC -o .libs/ptype_free_keyval_f.o depbase=`echo ptype_get_attr_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_attr_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_attr_f.lo ptype_get_attr_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_attr_f.lo -MD -MP -MF .deps/ptype_get_attr_f.Tpo -c ptype_get_attr_f.c -fPIC -DPIC -o .libs/ptype_get_attr_f.o depbase=`echo ptype_get_contents_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_contents_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_contents_f.lo ptype_get_contents_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_contents_f.lo -MD -MP -MF .deps/ptype_get_contents_f.Tpo -c ptype_get_contents_f.c -fPIC -DPIC -o .libs/ptype_get_contents_f.o depbase=`echo ptype_get_envelope_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_envelope_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_envelope_f.lo ptype_get_envelope_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_envelope_f.lo -MD -MP -MF .deps/ptype_get_envelope_f.Tpo -c ptype_get_envelope_f.c -fPIC -DPIC -o .libs/ptype_get_envelope_f.o depbase=`echo ptype_get_extent_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_extent_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_extent_f.lo ptype_get_extent_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_extent_f.lo -MD -MP -MF .deps/ptype_get_extent_f.Tpo -c ptype_get_extent_f.c -fPIC -DPIC -o .libs/ptype_get_extent_f.o depbase=`echo ptype_get_name_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_name_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_name_f.lo ptype_get_name_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_name_f.lo -MD -MP -MF .deps/ptype_get_name_f.Tpo -c ptype_get_name_f.c -fPIC -DPIC -o .libs/ptype_get_name_f.o depbase=`echo ptype_get_true_extent_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_true_extent_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_get_true_extent_f.lo ptype_get_true_extent_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_get_true_extent_f.lo -MD -MP -MF .deps/ptype_get_true_extent_f.Tpo -c ptype_get_true_extent_f.c -fPIC -DPIC -o .libs/ptype_get_true_extent_f.o depbase=`echo ptype_hindexed_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_hindexed_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_hindexed_f.lo ptype_hindexed_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_hindexed_f.lo -MD -MP -MF .deps/ptype_hindexed_f.Tpo -c ptype_hindexed_f.c -fPIC -DPIC -o .libs/ptype_hindexed_f.o depbase=`echo ptype_hvector_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_hvector_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_hvector_f.lo ptype_hvector_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_hvector_f.lo -MD -MP -MF .deps/ptype_hvector_f.Tpo -c ptype_hvector_f.c -fPIC -DPIC -o .libs/ptype_hvector_f.o depbase=`echo ptype_indexed_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_indexed_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_indexed_f.lo ptype_indexed_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_indexed_f.lo -MD -MP -MF .deps/ptype_indexed_f.Tpo -c ptype_indexed_f.c -fPIC -DPIC -o .libs/ptype_indexed_f.o depbase=`echo ptype_lb_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_lb_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_lb_f.lo ptype_lb_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_lb_f.lo -MD -MP -MF .deps/ptype_lb_f.Tpo -c ptype_lb_f.c -fPIC -DPIC -o .libs/ptype_lb_f.o depbase=`echo ptype_match_size_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_match_size_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_match_size_f.lo ptype_match_size_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_match_size_f.lo -MD -MP -MF .deps/ptype_match_size_f.Tpo -c ptype_match_size_f.c -fPIC -DPIC -o .libs/ptype_match_size_f.o depbase=`echo ptype_set_attr_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_set_attr_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_set_attr_f.lo ptype_set_attr_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_set_attr_f.lo -MD -MP -MF .deps/ptype_set_attr_f.Tpo -c ptype_set_attr_f.c -fPIC -DPIC -o .libs/ptype_set_attr_f.o depbase=`echo ptype_set_name_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_set_name_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_set_name_f.lo ptype_set_name_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_set_name_f.lo -MD -MP -MF .deps/ptype_set_name_f.Tpo -c ptype_set_name_f.c -fPIC -DPIC -o .libs/ptype_set_name_f.o depbase=`echo ptype_size_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_size_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_size_f.lo ptype_size_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_size_f.lo -MD -MP -MF .deps/ptype_size_f.Tpo -c ptype_size_f.c -fPIC -DPIC -o .libs/ptype_size_f.o depbase=`echo ptype_struct_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_struct_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_struct_f.lo ptype_struct_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_struct_f.lo -MD -MP -MF .deps/ptype_struct_f.Tpo -c ptype_struct_f.c -fPIC -DPIC -o .libs/ptype_struct_f.o depbase=`echo ptype_ub_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_ub_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_ub_f.lo ptype_ub_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_ub_f.lo -MD -MP -MF .deps/ptype_ub_f.Tpo -c ptype_ub_f.c -fPIC -DPIC -o .libs/ptype_ub_f.o depbase=`echo ptype_vector_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_vector_f.lo -MD -MP -MF "$depbase.Tpo" -c -o ptype_vector_f.lo ptype_vector_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT ptype_vector_f.lo -MD -MP -MF .deps/ptype_vector_f.Tpo -c ptype_vector_f.c -fPIC -DPIC -o .libs/ptype_vector_f.o depbase=`echo punpack_external_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpack_external_f.lo -MD -MP -MF "$depbase.Tpo" -c -o punpack_external_f.lo punpack_external_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpack_external_f.lo -MD -MP -MF .deps/punpack_external_f.Tpo -c punpack_external_f.c -fPIC -DPIC -o .libs/punpack_external_f.o depbase=`echo punpack_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpack_f.lo -MD -MP -MF "$depbase.Tpo" -c -o punpack_f.lo punpack_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpack_f.lo -MD -MP -MF .deps/punpack_f.Tpo -c punpack_f.c -fPIC -DPIC -o .libs/punpack_f.o depbase=`echo punpublish_name_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpublish_name_f.lo -MD -MP -MF "$depbase.Tpo" -c -o punpublish_name_f.lo punpublish_name_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT punpublish_name_f.lo -MD -MP -MF .deps/punpublish_name_f.Tpo -c punpublish_name_f.c -fPIC -DPIC -o .libs/punpublish_name_f.o depbase=`echo pwaitall_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitall_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pwaitall_f.lo pwaitall_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitall_f.lo -MD -MP -MF .deps/pwaitall_f.Tpo -c pwaitall_f.c -fPIC -DPIC -o .libs/pwaitall_f.o depbase=`echo pwaitany_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitany_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pwaitany_f.lo pwaitany_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitany_f.lo -MD -MP -MF .deps/pwaitany_f.Tpo -c pwaitany_f.c -fPIC -DPIC -o .libs/pwaitany_f.o depbase=`echo pwait_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwait_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pwait_f.lo pwait_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwait_f.lo -MD -MP -MF .deps/pwait_f.Tpo -c pwait_f.c -fPIC -DPIC -o .libs/pwait_f.o depbase=`echo pwaitsome_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitsome_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pwaitsome_f.lo pwaitsome_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwaitsome_f.lo -MD -MP -MF .deps/pwaitsome_f.Tpo -c pwaitsome_f.c -fPIC -DPIC -o .libs/pwaitsome_f.o depbase=`echo pwtick_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwtick_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pwtick_f.lo pwtick_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwtick_f.lo -MD -MP -MF .deps/pwtick_f.Tpo -c pwtick_f.c -fPIC -DPIC -o .libs/pwtick_f.o depbase=`echo pwtime_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwtime_f.lo -MD -MP -MF "$depbase.Tpo" -c -o pwtime_f.lo pwtime_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../include -I../../../../include -DOMPI_PROFILE_LAYER=1 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../../include -I../../../.. -I../../../.. -I../../../../include -I../../../../opal -I../../../../orte -I../../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT pwtime_f.lo -MD -MP -MF .deps/pwtime_f.Tpo -c pwtime_f.c -fPIC -DPIC -o .libs/pwtime_f.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmpi_f77_pmpi.la pabort_f.lo padd_error_class_f.lo padd_error_code_f.lo padd_error_string_f.lo paddress_f.lo pallgather_f.lo pallgatherv_f.lo palloc_mem_f.lo pallreduce_f.lo palltoall_f.lo palltoallv_f.lo palltoallw_f.lo pattr_delete_f.lo pattr_get_f.lo pattr_put_f.lo pbarrier_f.lo pbcast_f.lo pbsend_f.lo pbsend_init_f.lo pbuffer_attach_f.lo pbuffer_detach_f.lo pcancel_f.lo pcart_coords_f.lo pcart_create_f.lo pcartdim_get_f.lo pcart_get_f.lo pcart_map_f.lo pcart_rank_f.lo pcart_shift_f.lo pcart_sub_f.lo pclose_port_f.lo pcomm_accept_f.lo pcomm_call_errhandler_f.lo pcomm_compare_f.lo pcomm_connect_f.lo pcomm_create_errhandler_f.lo pcomm_create_f.lo pcomm_create_keyval_f.lo pcomm_delete_attr_f.lo pcomm_disconnect_f.lo pcomm_dup_f.lo pcomm_free_f.lo pcomm_free_keyval_f.lo pcomm_get_attr_f.lo pcomm_get_errhandler_f.lo pcomm_get_name_f.lo pcomm_get_parent_f.lo pcomm_group_f.lo pcomm_join_f.lo pcomm_rank_f.lo pcomm_remote_group_f.lo pcomm_remote_size_f.lo pcomm_set_attr_f.lo pcomm_set_errhandler_f.lo pcomm_set_name_f.lo pcomm_size_f.lo pcomm_spawn_f.lo pcomm_spawn_multiple_f.lo pcomm_split_f.lo pcomm_test_inter_f.lo pdims_create_f.lo perrhandler_create_f.lo perrhandler_free_f.lo perrhandler_get_f.lo perrhandler_set_f.lo perror_class_f.lo perror_string_f.lo pexscan_f.lo pfile_call_errhandler_f.lo pfile_close_f.lo pfile_create_errhandler_f.lo pfile_delete_f.lo pfile_get_amode_f.lo pfile_get_atomicity_f.lo pfile_get_byte_offset_f.lo pfile_get_errhandler_f.lo pfile_get_group_f.lo pfile_get_info_f.lo pfile_get_position_f.lo pfile_get_position_shared_f.lo pfile_get_size_f.lo pfile_get_type_extent_f.lo pfile_get_view_f.lo pfile_iread_at_f.lo pfile_iread_f.lo pfile_iread_shared_f.lo pfile_iwrite_at_f.lo pfile_iwrite_f.lo pfile_iwrite_shared_f.lo pfile_open_f.lo pfile_preallocate_f.lo pfile_read_all_begin_f.lo pfile_read_all_end_f.lo pfile_read_all_f.lo pfile_read_at_all_begin_f.lo pfile_read_at_all_end_f.lo pfile_read_at_all_f.lo pfile_read_at_f.lo pfile_read_f.lo pfile_read_ordered_begin_f.lo pfile_read_ordered_end_f.lo pfile_read_ordered_f.lo pfile_read_shared_f.lo pfile_seek_f.lo pfile_seek_shared_f.lo pfile_set_atomicity_f.lo pfile_set_errhandler_f.lo pfile_set_info_f.lo pfile_set_size_f.lo pfile_set_view_f.lo pfile_sync_f.lo pfile_write_all_begin_f.lo pfile_write_all_end_f.lo pfile_write_all_f.lo pfile_write_at_all_begin_f.lo pfile_write_at_all_end_f.lo pfile_write_at_all_f.lo pfile_write_at_f.lo pfile_write_f.lo pfile_write_ordered_begin_f.lo pfile_write_ordered_end_f.lo pfile_write_ordered_f.lo pfile_write_shared_f.lo pfinalized_f.lo pfinalize_f.lo pfree_mem_f.lo pgather_f.lo pgatherv_f.lo pget_address_f.lo pget_count_f.lo pget_elements_f.lo pget_processor_name_f.lo pget_version_f.lo pgraph_create_f.lo pgraphdims_get_f.lo pgraph_get_f.lo pgraph_map_f.lo pgraph_neighbors_count_f.lo pgraph_neighbors_f.lo pgrequest_complete_f.lo pgrequest_start_f.lo pgroup_compare_f.lo pgroup_difference_f.lo pgroup_excl_f.lo pgroup_free_f.lo pgroup_incl_f.lo pgroup_intersection_f.lo pgroup_range_excl_f.lo pgroup_range_incl_f.lo pgroup_rank_f.lo pgroup_size_f.lo pgroup_translate_ranks_f.lo pgroup_union_f.lo pibsend_f.lo pinfo_create_f.lo pinfo_delete_f.lo pinfo_dup_f.lo pinfo_free_f.lo pinfo_get_f.lo pinfo_get_nkeys_f.lo pinfo_get_nthkey_f.lo pinfo_get_valuelen_f.lo pinfo_set_f.lo pinit_f.lo pinitialized_f.lo pinit_thread_f.lo pintercomm_create_f.lo pintercomm_merge_f.lo piprobe_f.lo pirecv_f.lo pirsend_f.lo pisend_f.lo pissend_f.lo pis_thread_main_f.lo pkeyval_create_f.lo pkeyval_free_f.lo plookup_name_f.lo pop_create_f.lo popen_port_f.lo pop_free_f.lo ppack_external_f.lo ppack_external_size_f.lo ppack_f.lo ppack_size_f.lo ppcontrol_f.lo pprobe_f.lo ppublish_name_f.lo pquery_thread_f.lo precv_f.lo precv_init_f.lo preduce_f.lo preduce_scatter_f.lo pregister_datarep_f.lo prequest_free_f.lo prequest_get_status_f.lo prsend_f.lo prsend_init_f.lo pscan_f.lo pscatter_f.lo pscatterv_f.lo psend_f.lo psend_init_f.lo psendrecv_f.lo psendrecv_replace_f.lo pssend_f.lo pssend_init_f.lo pstartall_f.lo pstart_f.lo pstatus_set_cancelled_f.lo pstatus_set_elements_f.lo ptestall_f.lo ptestany_f.lo ptest_cancelled_f.lo ptest_f.lo ptestsome_f.lo ptopo_test_f.lo ptype_commit_f.lo ptype_contiguous_f.lo ptype_create_darray_f.lo ptype_create_f90_complex_f.lo ptype_create_f90_integer_f.lo ptype_create_f90_real_f.lo ptype_create_hindexed_f.lo ptype_create_hvector_f.lo ptype_create_indexed_block_f.lo ptype_create_keyval_f.lo ptype_create_resized_f.lo ptype_create_struct_f.lo ptype_create_subarray_f.lo ptype_delete_attr_f.lo ptype_dup_f.lo ptype_extent_f.lo ptype_free_f.lo ptype_free_keyval_f.lo ptype_get_attr_f.lo ptype_get_contents_f.lo ptype_get_envelope_f.lo ptype_get_extent_f.lo ptype_get_name_f.lo ptype_get_true_extent_f.lo ptype_hindexed_f.lo ptype_hvector_f.lo ptype_indexed_f.lo ptype_lb_f.lo ptype_match_size_f.lo ptype_set_attr_f.lo ptype_set_name_f.lo ptype_size_f.lo ptype_struct_f.lo ptype_ub_f.lo ptype_vector_f.lo punpack_external_f.lo punpack_f.lo punpublish_name_f.lo pwaitall_f.lo pwaitany_f.lo pwait_f.lo pwaitsome_f.lo pwtick_f.lo pwtime_f.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmpi_f77_pmpi.a .libs/pabort_f.o .libs/padd_error_class_f.o .libs/padd_error_code_f.o .libs/padd_error_string_f.o .libs/paddress_f.o .libs/pallgather_f.o .libs/pallgatherv_f.o .libs/palloc_mem_f.o .libs/pallreduce_f.o .libs/palltoall_f.o .libs/palltoallv_f.o .libs/palltoallw_f.o .libs/pattr_delete_f.o .libs/pattr_get_f.o .libs/pattr_put_f.o .libs/pbarrier_f.o .libs/pbcast_f.o .libs/pbsend_f.o .libs/pbsend_init_f.o .libs/pbuffer_attach_f.o .libs/pbuffer_detach_f.o .libs/pcancel_f.o .libs/pcart_coords_f.o .libs/pcart_create_f.o .libs/pcartdim_get_f.o .libs/pcart_get_f.o .libs/pcart_map_f.o .libs/pcart_rank_f.o .libs/pcart_shift_f.o .libs/pcart_sub_f.o .libs/pclose_port_f.o .libs/pcomm_accept_f.o .libs/pcomm_call_errhandler_f.o .libs/pcomm_compare_f.o .libs/pcomm_connect_f.o .libs/pcomm_create_errhandler_f.o .libs/pcomm_create_f.o .libs/pcomm_create_keyval_f.o .libs/pcomm_delete_attr_f.o .libs/pcomm_disconnect_f.o .libs/pcomm_dup_f.o .libs/pcomm_free_f.o .libs/pcomm_free_keyval_f.o .libs/pcomm_get_attr_f.o .libs/pcomm_get_errhandler_f.o .libs/pcomm_get_name_f.o .libs/pcomm_get_parent_f.o .libs/pcomm_group_f.o .libs/pcomm_join_f.o .libs/pcomm_rank_f.o .libs/pcomm_remote_group_f.o .libs/pcomm_remote_size_f.o .libs/pcomm_set_attr_f.o .libs/pcomm_set_errhandler_f.o .libs/pcomm_set_name_f.o .libs/pcomm_size_f.o .libs/pcomm_spawn_f.o .libs/pcomm_spawn_multiple_f.o .libs/pcomm_split_f.o .libs/pcomm_test_inter_f.o .libs/pdims_create_f.o .libs/perrhandler_create_f.o .libs/perrhandler_free_f.o .libs/perrhandler_get_f.o .libs/perrhandler_set_f.o .libs/perror_class_f.o .libs/perror_string_f.o .libs/pexscan_f.o .libs/pfile_call_errhandler_f.o .libs/pfile_close_f.o .libs/pfile_create_errhandler_f.o .libs/pfile_delete_f.o .libs/pfile_get_amode_f.o .libs/pfile_get_atomicity_f.o .libs/pfile_get_byte_offset_f.o .libs/pfile_get_errhandler_f.o .libs/pfile_get_group_f.o .libs/pfile_get_info_f.o .libs/pfile_get_position_f.o .libs/pfile_get_position_shared_f.o .libs/pfile_get_size_f.o .libs/pfile_get_type_extent_f.o .libs/pfile_get_view_f.o .libs/pfile_iread_at_f.o .libs/pfile_iread_f.o .libs/pfile_iread_shared_f.o .libs/pfile_iwrite_at_f.o .libs/pfile_iwrite_f.o .libs/pfile_iwrite_shared_f.o .libs/pfile_open_f.o .libs/pfile_preallocate_f.o .libs/pfile_read_all_begin_f.o .libs/pfile_read_all_end_f.o .libs/pfile_read_all_f.o .libs/pfile_read_at_all_begin_f.o .libs/pfile_read_at_all_end_f.o .libs/pfile_read_at_all_f.o .libs/pfile_read_at_f.o .libs/pfile_read_f.o .libs/pfile_read_ordered_begin_f.o .libs/pfile_read_ordered_end_f.o .libs/pfile_read_ordered_f.o .libs/pfile_read_shared_f.o .libs/pfile_seek_f.o .libs/pfile_seek_shared_f.o .libs/pfile_set_atomicity_f.o .libs/pfile_set_errhandler_f.o .libs/pfile_set_info_f.o .libs/pfile_set_size_f.o .libs/pfile_set_view_f.o .libs/pfile_sync_f.o .libs/pfile_write_all_begin_f.o .libs/pfile_write_all_end_f.o .libs/pfile_write_all_f.o .libs/pfile_write_at_all_begin_f.o .libs/pfile_write_at_all_end_f.o .libs/pfile_write_at_all_f.o .libs/pfile_write_at_f.o .libs/pfile_write_f.o .libs/pfile_write_ordered_begin_f.o .libs/pfile_write_ordered_end_f.o .libs/pfile_write_ordered_f.o .libs/pfile_write_shared_f.o .libs/pfinalized_f.o .libs/pfinalize_f.o .libs/pfree_mem_f.o .libs/pgather_f.o .libs/pgatherv_f.o .libs/pget_address_f.o .libs/pget_count_f.o .libs/pget_elements_f.o .libs/pget_processor_name_f.o .libs/pget_version_f.o .libs/pgraph_create_f.o .libs/pgraphdims_get_f.o .libs/pgraph_get_f.o .libs/pgraph_map_f.o .libs/pgraph_neighbors_count_f.o .libs/pgraph_neighbors_f.o .libs/pgrequest_complete_f.o .libs/pgrequest_start_f.o .libs/pgroup_compare_f.o .libs/pgroup_difference_f.o .libs/pgroup_excl_f.o .libs/pgroup_free_f.o .libs/pgroup_incl_f.o .libs/pgroup_intersection_f.o .libs/pgroup_range_excl_f.o .libs/pgroup_range_incl_f.o .libs/pgroup_rank_f.o .libs/pgroup_size_f.o .libs/pgroup_translate_ranks_f.o .libs/pgroup_union_f.o .libs/pibsend_f.o .libs/pinfo_create_f.o .libs/pinfo_delete_f.o .libs/pinfo_dup_f.o .libs/pinfo_free_f.o .libs/pinfo_get_f.o .libs/pinfo_get_nkeys_f.o .libs/pinfo_get_nthkey_f.o .libs/pinfo_get_valuelen_f.o .libs/pinfo_set_f.o .libs/pinit_f.o .libs/pinitialized_f.o .libs/pinit_thread_f.o .libs/pintercomm_create_f.o .libs/pintercomm_merge_f.o .libs/piprobe_f.o .libs/pirecv_f.o .libs/pirsend_f.o .libs/pisend_f.o .libs/pissend_f.o .libs/pis_thread_main_f.o .libs/pkeyval_create_f.o .libs/pkeyval_free_f.o .libs/plookup_name_f.o .libs/pop_create_f.o .libs/popen_port_f.o .libs/pop_free_f.o .libs/ppack_external_f.o .libs/ppack_external_size_f.o .libs/ppack_f.o .libs/ppack_size_f.o .libs/ppcontrol_f.o .libs/pprobe_f.o .libs/ppublish_name_f.o .libs/pquery_thread_f.o .libs/precv_f.o .libs/precv_init_f.o .libs/preduce_f.o .libs/preduce_scatter_f.o .libs/pregister_datarep_f.o .libs/prequest_free_f.o .libs/prequest_get_status_f.o .libs/prsend_f.o .libs/prsend_init_f.o .libs/pscan_f.o .libs/pscatter_f.o .libs/pscatterv_f.o .libs/psend_f.o .libs/psend_init_f.o .libs/psendrecv_f.o .libs/psendrecv_replace_f.o .libs/pssend_f.o .libs/pssend_init_f.o .libs/pstartall_f.o .libs/pstart_f.o .libs/pstatus_set_cancelled_f.o .libs/pstatus_set_elements_f.o .libs/ptestall_f.o .libs/ptestany_f.o .libs/ptest_cancelled_f.o .libs/ptest_f.o .libs/ptestsome_f.o .libs/ptopo_test_f.o .libs/ptype_commit_f.o .libs/ptype_contiguous_f.o .libs/ptype_create_darray_f.o .libs/ptype_create_f90_complex_f.o .libs/ptype_create_f90_integer_f.o .libs/ptype_create_f90_real_f.o .libs/ptype_create_hindexed_f.o .libs/ptype_create_hvector_f.o .libs/ptype_create_indexed_block_f.o .libs/ptype_create_keyval_f.o .libs/ptype_create_resized_f.o .libs/ptype_create_struct_f.o .libs/ptype_create_subarray_f.o .libs/ptype_delete_attr_f.o .libs/ptype_dup_f.o .libs/ptype_extent_f.o .libs/ptype_free_f.o .libs/ptype_free_keyval_f.o .libs/ptype_get_attr_f.o .libs/ptype_get_contents_f.o .libs/ptype_get_envelope_f.o .libs/ptype_get_extent_f.o .libs/ptype_get_name_f.o .libs/ptype_get_true_extent_f.o .libs/ptype_hindexed_f.o .libs/ptype_hvector_f.o .libs/ptype_indexed_f.o .libs/ptype_lb_f.o .libs/ptype_match_size_f.o .libs/ptype_set_attr_f.o .libs/ptype_set_name_f.o .libs/ptype_size_f.o .libs/ptype_struct_f.o .libs/ptype_ub_f.o .libs/ptype_vector_f.o .libs/punpack_external_f.o .libs/punpack_f.o .libs/punpublish_name_f.o .libs/pwaitall_f.o .libs/pwaitany_f.o .libs/pwait_f.o .libs/pwaitsome_f.o .libs/pwtick_f.o .libs/pwtime_f.o ranlib .libs/libmpi_f77_pmpi.a creating libmpi_f77_pmpi.la (cd .libs && rm -f libmpi_f77_pmpi.la && ln -s ../libmpi_f77_pmpi.la libmpi_f77_pmpi.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f77/profile' make[4]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f77' depbase=`echo constants_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PROFILE_LAYER=0 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT constants_f.lo -MD -MP -MF "$depbase.Tpo" -c -o constants_f.lo constants_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi mkdir .libs gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PROFILE_LAYER=0 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT constants_f.lo -MD -MP -MF .deps/constants_f.Tpo -c constants_f.c -fPIC -DPIC -o .libs/constants_f.o depbase=`echo attr_fn_f.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PROFILE_LAYER=0 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT attr_fn_f.lo -MD -MP -MF "$depbase.Tpo" -c -o attr_fn_f.lo attr_fn_f.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PROFILE_LAYER=0 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT attr_fn_f.lo -MD -MP -MF .deps/attr_fn_f.Tpo -c attr_fn_f.c -fPIC -DPIC -o .libs/attr_fn_f.o depbase=`echo strings.lo | sed 's|[^/]*$|.deps/&|;s|\.lo$||'`; \ if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PROFILE_LAYER=0 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT strings.lo -MD -MP -MF "$depbase.Tpo" -c -o strings.lo strings.c; \ then mv -f "$depbase.Tpo" "$depbase.Plo"; else rm -f "$depbase.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../include -I../../../include -DOMPI_PROFILE_LAYER=0 -DOMPI_COMPILING_F77_WRAPPERS=1 -I../../../include -I../../.. -I../../.. -I../../../include -I../../../opal -I../../../orte -I../../../ompi -O3 -DNDEBUG -fno-strict-aliasing -pthread -MT strings.lo -MD -MP -MF .deps/strings.Tpo -c strings.c -fPIC -DPIC -o .libs/strings.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -DNDEBUG -fno-strict-aliasing -pthread -export-dynamic -o libmpi_f77.la constants_f.lo attr_fn_f.lo strings.lo -lm -lutil -lnsl -lpthread ar cru .libs/libmpi_f77.a .libs/constants_f.o .libs/attr_fn_f.o .libs/strings.o ranlib .libs/libmpi_f77.a creating libmpi_f77.la (cd .libs && rm -f libmpi_f77.la && ln -s ../libmpi_f77.la libmpi_f77.la) make[4]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f77' make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f77' Making all in f90 make[3]: Entering directory `/root/openmpi-1.0.1/ompi/mpi/f90' lf95 -I../../../include -I../../../include -I. -c -o mpi_kinds.ompi_module mpi_kinds.f90 f95: fatal: "mpi_kinds.ompi_module": Invalid file suffix. make[3]: *** [mpi_kinds.ompi_module] Error 1 make[3]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi/f90' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/root/openmpi-1.0.1/ompi/mpi' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/root/openmpi-1.0.1/ompi' make: *** [all-recursive] Error 1 exit Script done on Thu 02 Mar 2006 09:50:00 AM CST