~/PITP/codes/lam-7.1.5b1 ~/PITP/codes ============================================================================ == Configuring LAM version 7.1.5b1 ============================================================================ *** Initialization, setup 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 configure: builddir: /home/teuben/PITP/codes/lam-7.1.5b1 configure: srcdir: /home/teuben/PITP/codes/lam-7.1.5b1 checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 checking whether the C compiler (gcc -O3 ) accepts ANSI prototypes... yes checking for type int2... no checking for type uint2... no checking for type int4... no checking for type uint4... no checking for type int8... no checking for type uint8... no checking for type float4... no checking for type float8... no checking size of char... 1 checking size of short... 2 checking size of wchar_t... 4 checking size of int... 4 checking size of long... 4 checking size of long long... 8 checking size of float... 4 checking size of double... 8 checking size of long double... 12 checking size of void *... 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 *** 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 want C++ exception handling... no checking whether g++ has new(std::nothrow)... yes checking for C++ template repository directory... not used checking for C++ compiler template parameters... none needed checking for C++ optimization flags... -O3 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 map usability... yes checking map presence... yes checking for map... yes checking for type bool... yes checking for true/false... yes checking size of bool... 1 checking size of int... 4 checking alignment of bool... 1 checking alignment of int... 4 checking how to store bool in C... unsigned char *** Fortran Compiler checking for gfortran... gfortran checking how to add a library directory to gfortran... "-L" checking gfortran external naming convention... FORTRANUNDERSCORE checking for FORTRAN optimization flags... -O checking size of FORTRAN INTEGER... 4 checking size of FORTRAN REAL... 4 checking size of FORTRAN DOUBLE PRECISION... 8 checking size of FORTRAN COMPLEX... 8 checking size of FORTRAN DOUBLE COMPLEX... 16 checking alignment of FORTRAN INTEGER... 4 checking alignment of FORTRAN REAL... 4 checking alignment of FORTRAN DOUBLE PRECISION... 8 checking alignment of FORTRAN COMPLEX... 4 checking alignment of FORTRAN DOUBLE COMPLEX... 8 checking size of FORTRAN INTEGER*1... 1 checking for corresponding C type for INTEGER*1... char checking size of FORTRAN INTEGER*2... 2 checking for corresponding C type for INTEGER*2... short checking size of FORTRAN INTEGER*4... 4 checking for corresponding C type for INTEGER*4... int checking size of FORTRAN INTEGER*8... 8 checking for corresponding C type for INTEGER*8... long long checking size of FORTRAN REAL*4... 4 checking for corresponding C type for REAL*4... float checking size of FORTRAN REAL*8... 8 checking for corresponding C type for REAL*8... double checking size of FORTRAN REAL*16... unknown configure: WARNING: Looks like REAL*16 is not supported by the fortran compiler checking alignment of FORTRAN INTEGER*1... 1 checking alignment of FORTRAN INTEGER*2... 2 checking alignment of FORTRAN INTEGER*4... 4 checking alignment of FORTRAN INTEGER*8... 8 checking alignment of FORTRAN REAL*4... 4 checking alignment of FORTRAN REAL*8... 8 checking alignment of FORTRAN REAL*16... unknown configure: WARNING: *** No alignment for REAL*16 *** LAM configuration options checking if want profiling interface... yes checking if want full installation of Trillium files... no checking if want ROMIO support... yes checking for main in -laio... yes checking for user ROMIO flags... none checking if want FORTRAN support... yes checking if want MPI 2 C++ support... yes checking if want MPI::File C++ binding support... no checking if want IMPI support... no checking how to yeild... yield() checking for LAM user signal... SIGUSR2 checking if want purify clean... no checking for desired boot timeout... 60 seconds checking for desired lamd packet resend time... 500000 seconds checking for desired lamd heartbeat time... 120 seconds checking if want stub MPI functions... no checking if want default promiscuous boot connections... no *** System-specific tests checking whether ln -s works... yes checking for cp... /bin/cp checking for rm... /bin/rm checking for sh... /bin/sh checking if installed perl can support mpiexec... yes checking for prototype of snprintf... yes checking for prototype of gethostname... yes checking stropts.h usability... no checking stropts.h presence... no checking for stropts.h... no checking grp.h usability... yes checking grp.h presence... yes checking for grp.h... yes checking netinet/tcp.h usability... yes checking netinet/tcp.h presence... yes checking for netinet/tcp.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking rpc/types.h usability... yes checking rpc/types.h presence... yes checking for rpc/types.h... yes checking for rpc/xdr.h... yes checking pty.h usability... yes checking pty.h presence... yes checking for pty.h... yes checking util.h usability... no checking util.h presence... no checking for util.h... no checking sched.h usability... yes checking sched.h presence... yes checking for sched.h... yes checking for strings.h... (cached) yes checking if FIONBIO defined in sys/ioctl.h... not on AIX 4.3.3, so who cares? checking if SA_RESTART defined in signal.h... yes checking for sa_len in struct sockaddr... no checking if need to include sys/select.h... yes checking for socket... yes checking for gethostbyname... yes checking for login in -lutil... yes checking for openpty... yes checking for atexit... yes checking for getcwd... yes checking for yield... no checking for snprintf... yes checking for atoll... yes checking for strtoll... yes checking for sched_yield... yes checking for sysconf... yes checking for sysctl... yes checking whether vscanf is declared... no checking whether va_copy is declared... yes checking whether __va_copy is declared... yes checking for glibc... yes checking whether to use prefix memcpy()... yes (default on glibc systems: yes) checking whether byte ordering is bigendian... no checking for union semun in sys/sem.h... no checking for struct semid_ds... yes checking if able to create SYSV semaphores... yes checking if SYSV semaphores work... yes checking for SYSV semaphore support... yes checking for struct shmid_ds... yes checking if SYSV shared memory works... yes checking for SYSV shared memory support... yes 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... 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 for pthread_atfork... yes checking for FD_SETSIZE... using system defaults checking BSD 4.3 for msg_accrights in struct msghdr... no checking for BSD 4.3 fd passing support... no checking for POSIX.1g struct msghdr... yes checking fd passing using RFC2292 API... passed checking for BSD 4.4 fd passing support... yes (RFC2292 API) checking for System V Release 4 for struct strrecvfd... no checking for System V Release 4 fd passing support... no checking for BSD ptys... no checking for SYSV ptys... yes checking size of struct stat members... 8 checking type of getsockopt optlen parameter... socklen_t checking type of recvfrom length parameter... socklen_t checking if build filesystem is case sensitive... yes checking if configuring for case sensitive fs... yes *** Memory management setup checking for memory management type... ptmalloc2 checking syscall.h usability... yes checking syscall.h presence... yes checking for syscall.h... yes checking for syscall... yes checking whether sbrk is declared... yes *** Optional modules checking if want MPI C++ bindings... enabled checking size of int... 4 checking size of bool... 1 checking type of MPI attributes... int checking for signal declaration... SYSV checking if want ROMIO... enabled checking if want TotalView attach support... enabled checking if want TotalView queue debugging support... enabled checking for bproc_numnodes in -lbproc... no checking if want BPROC support... no checking if want deprecated executable names... yes checking for subdir args... '--prefix=/home/astromake/opt/gadget' ============================================================================ == Totalview message queue debugging support ============================================================================ configure: LAM configuring in share/totalview configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread checking size of void *... 4 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static 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++ static flag -static 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 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 gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/totalview ============================================================================ == Configuring ROMIO (MPI-2 I/O) support ============================================================================ Configuring ROMIO Version 1.2.5.1/LAM Configuring with args --prefix=/home/astromake/opt/gadget -mpi=lam -from_lam -mpiincdir=/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -cc=gcc -fc=gfortran -mpiolib=/home/teuben/PITP/codes/lam-7.1.5b1/romio/lib/liblammpio.a -cflags=-O3 -pthread -DLAM_BUILDING=1 -fflags=-O -pthread checking for virtual path format... VPATH checking for architecture... LINUX ROMIO home directory is /home/teuben/PITP/codes/lam-7.1.5b1/romio checking for ranlib configuring for file systems ufs and nfs checking for memalign checking if MPIR_Status_set_bytes is defined... no checking Fortran external names Fortran externals have a trailing underscore and are lowercase checking for inline... yes 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 for Fortran 90 KIND parameter for 8-byte integers... unavailable checking for weak symbol support... pragma weak checking that weak symbols are visible to other files... yes checking for strerror()... yes setting CC to gcc setting F77 to gfortran setting TEST_CC to mpicc setting TEST_F77 to mpif77 setting CFLAGS to -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H setting USER_CFLAGS to setting USER_FFLAGS to creating config.status creating Makefile creating mpi-io/Makefile creating mpi2-other/info/Makefile creating mpi2-other/array/Makefile creating adio/common/Makefile creating test/Makefile creating test/misc.c creating test/large_file.c creating test/runtests creating util/romioinstall creating include/mpio.h creating include/mpiof.h creating adio/ad_nfs/Makefile creating adio/ad_ufs/Makefile creating adio/ad_xfs/Makefile creating adio/ad_hfs/Makefile creating adio/ad_sfs/Makefile creating adio/ad_pfs/Makefile creating adio/ad_testfs/Makefile creating adio/ad_pvfs/Makefile creating adio/ad_piofs/Makefile creating adio/include/romioconf.h creating mpi-io/fortran/Makefile creating mpi2-other/info/fortran/Makefile creating mpi2-other/array/fortran/Makefile creating test/fmisc.f creating test/fcoll_test.f creating test/pfcoll_test.f creating test/fperf.f creating adio/include/romioconf.h adio/include/romioconf.h is unchanged *** SSI modules checking which modules should be run-time loadable... none checking for SSI kinds... boot coll crlam crmpi rpi configure: LAM configuring in share/ssi/boot/bproc configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI boot bproc module version 1.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the bproc boot to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI boot bproc-specific setup 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 bproc_numnodes in -lbproc... no configure: error: Cannot continue configure: /bin/sh './configure' *failed* for share/ssi/boot/bproc configure: --- SSI module boot:bproc compile: no configure: LAM configuring in share/ssi/boot/globus configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI boot globus module version 0.6 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the globus boot to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-boot-globus-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/boot/globus configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module boot:globus compile: yes configure: +++ SSI module boot:globus mode: static configure: LAM configuring in share/ssi/boot/rsh configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI boot rsh module version 1.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the rsh boot to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI boot rsh-specific setup checking for rsh... /usr/bin/rsh checking for remote shell command... rsh *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-boot-rsh-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/boot/rsh configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module boot:rsh compile: yes configure: +++ SSI module boot:rsh mode: static configure: LAM configuring in share/ssi/boot/slurm configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI boot slurm module version 1.0 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the slurm boot to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI boot slurm-specific setup checking for inet_ntop... yes *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-boot-slurm-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/boot/slurm configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module boot:slurm compile: yes configure: +++ SSI module boot:slurm mode: static configure: LAM configuring in share/ssi/boot/tm configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI boot tm module version 1.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the tm boot to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI boot tm-specific setup 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 tm.h usability... no checking tm.h presence... no checking for tm.h... no configure: error: *** Cannot find working tm.h. configure: /bin/sh './configure' *failed* for share/ssi/boot/tm configure: --- SSI module boot:tm compile: no configure: LAM configuring in share/ssi/coll/impi configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI coll impi module version 7.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the impi coll to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI coll impi-specific setup checking if want IMPI support... no configure: error: Cannot continue configure: /bin/sh './configure' *failed* for share/ssi/coll/impi configure: --- SSI module coll:impi compile: no configure: LAM configuring in share/ssi/coll/lam_basic configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI coll lam_basic module version 7.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the lam_basic coll to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-coll-lam-basic-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/coll/lam_basic configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module coll:lam_basic compile: yes configure: +++ SSI module coll:lam_basic mode: static configure: LAM configuring in share/ssi/coll/shmem configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI coll shmem module version 1.0 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the shmem coll to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-coll-shmem-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/coll/shmem configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module coll:shmem compile: yes configure: +++ SSI module coll:shmem mode: static configure: LAM configuring in share/ssi/coll/smp configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI coll smp module version 1.2 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the smp coll to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-coll-smp-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/coll/smp configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module coll:smp compile: yes configure: +++ SSI module coll:smp mode: static configure: LAM configuring in share/ssi/crlam/blcr configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI crlam blcr module version 1.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the blcr crlam to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI crlam blcr-specific setup checking if C compiler and POSIX threads work as is... yes checking for working POSIX threads package... yes checking if C 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 for cr_register_callback in -lcr... no checking if want LBNL checkpoint support... no configure: error: cannot continue configure: /bin/sh './configure' *failed* for share/ssi/crlam/blcr configure: --- SSI module crlam:blcr compile: no configure: LAM configuring in share/ssi/crlam/self configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI crlam self module version 1.0 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the self crlam to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** 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 want C++ exception handling... no checking whether g++ has new(std::nothrow)... yes checking for C++ template repository directory... not used checking for C++ compiler template parameters... none needed checking for C++ optimization flags... -O3 -pthread *** SSI crlam self-specific setup checking if C compiler and POSIX threads work as is... yes checking if C++ compiler and POSIX threads work as is... 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 for working Solaris threads package... no checking for type of thread support... posix checking if threads have different pids (pthreads on linux)... no *** GNU libtool setup 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 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 how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-crlam-self-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/crlam/self configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module crlam:self compile: yes configure: +++ SSI module crlam:self mode: static configure: LAM configuring in share/ssi/crmpi/blcr configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI crmpi blcr module version 1.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the blcr crmpi to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI crmpi blcr-specific setup checking if C compiler and POSIX threads work as is... yes checking for working POSIX threads package... yes checking if C 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 for cr_register_callback in -lcr... no checking if want LBNL checkpoint support... no configure: error: cannot continue configure: /bin/sh './configure' *failed* for share/ssi/crmpi/blcr configure: --- SSI module crmpi:blcr compile: no configure: LAM configuring in share/ssi/crmpi/self configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI crmpi self module version 1.0 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the self crmpi to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** 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 want C++ exception handling... no checking whether g++ has new(std::nothrow)... yes checking for C++ template repository directory... not used checking for C++ compiler template parameters... none needed checking for C++ optimization flags... -O3 -pthread *** SSI crmpi self-specific setup checking if C compiler and POSIX threads work as is... yes checking if C++ compiler and POSIX threads work as is... 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 for working Solaris threads package... no checking for type of thread support... posix checking if threads have different pids (pthreads on linux)... no *** GNU libtool setup 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 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 how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-crmpi-self-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/crmpi/self configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module crmpi:self compile: yes configure: +++ SSI module crmpi:self mode: static configure: LAM configuring in share/ssi/rpi/crtcp configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI rpi crtcp module version 1.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the crtcp rpi to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI rpi crtcp-specific setup checking for CRTCP short message length... 65536 bytes *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-rpi-crtcp-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/rpi/crtcp configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module rpi:crtcp compile: yes configure: +++ SSI module rpi:crtcp mode: static configure: LAM configuring in share/ssi/rpi/gm configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI rpi gm module version 1.2 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the gm rpi to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** 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 want C++ exception handling... no checking whether g++ has new(std::nothrow)... yes checking for C++ template repository directory... not used checking for C++ compiler template parameters... none needed checking for C++ optimization flags... -O3 -pthread *** SSI rpi gm-specific setup 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 main in -lgm... no configure: error: *** Cannot find working libgm. configure: /bin/sh './configure' *failed* for share/ssi/rpi/gm configure: --- SSI module rpi:gm compile: no configure: LAM configuring in share/ssi/rpi/ib configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI rpi ib module version 1.0 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the ib rpi to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** 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 want C++ exception handling... no checking whether g++ has new(std::nothrow)... yes checking for C++ template repository directory... not used checking for C++ compiler template parameters... none needed checking for C++ optimization flags... -O3 -pthread *** SSI rpi ib-specific setup 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 VAPI_open_hca in -lvapi... no configure: error: *** Cannot find working libvapi. configure: /bin/sh './configure' *failed* for share/ssi/rpi/ib configure: --- SSI module rpi:ib compile: no configure: LAM configuring in share/ssi/rpi/lamd configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI rpi lamd module version 7.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the lamd rpi to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-rpi-lamd-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/rpi/lamd configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module rpi:lamd compile: yes configure: +++ SSI module rpi:lamd mode: static configure: LAM configuring in share/ssi/rpi/sysv configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI rpi sysv module version 7.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the sysv rpi to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI rpi sysv-specific setup checking for TCP short message length... 65536 bytes checking for struct shmid_ds... yes checking if SYSV shared memory works... yes checking for SYSV shared memory support... yes checking for union semun in sys/sem.h... no checking for struct semid_ds... yes checking if able to create SYSV semaphores... yes checking if SYSV semaphores work... yes checking for SYSV semaphore support... yes checking user-specified shared memory short message length... 8192 bytes checking user-specified shared memory pool size... need to calculate checking user-specified maximum shared memory allocation... need to calculate checking shared memory poolsize... 16777216 bytes checking shared memory maxalloc... 1048576 bytes checking if want use of pthread lock... no *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-rpi-sysv-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/rpi/sysv configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module rpi:sysv compile: yes configure: +++ SSI module rpi:sysv mode: static configure: LAM configuring in share/ssi/rpi/tcp configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI rpi tcp module version 7.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the tcp rpi to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI rpi tcp-specific setup checking for TCP short message length... 65536 bytes *** GNU libtool setup 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 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++... gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-rpi-tcp-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/rpi/tcp configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module rpi:tcp compile: yes configure: +++ SSI module rpi:tcp mode: static configure: LAM configuring in share/ssi/rpi/usysv configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --cache-file=/dev/null --srcdir=. ============================================================================ == Configuring SSI rpi usysv module version 7.1 ============================================================================ *** Initialization, setup 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 build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu installing to directory "/home/astromake/opt/gadget" checking if want the usysv rpi to be the default... no checking if want module to be run-time loadable... no *** C compiler and preprocessor checking if want debugging output support... no 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 whether gcc needs -traditional... no checking for AIX... no checking if need special C compiler/linker flags... none needed checking for C optimization flags... -O3 -pthread *** SSI rpi usysv-specific setup 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... yes checking size of long... 4 checking how to force write ordering... none checking for TCP short message length... 65536 bytes checking for struct shmid_ds... yes checking if SYSV shared memory works... yes checking for SYSV shared memory support... yes checking for union semun in sys/sem.h... no checking for struct semid_ds... yes checking if able to create SYSV semaphores... yes checking if SYSV semaphores work... yes checking for SYSV semaphore support... yes checking user-specified shared memory short message length... 8192 bytes checking user-specified shared memory pool size... need to calculate checking user-specified maximum shared memory allocation... need to calculate checking shared memory poolsize... 16777216 bytes checking shared memory maxalloc... 1048576 bytes checking if want use of pthread lock... no *** GNU libtool setup 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... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating src/Makefile config.status: creating src/lam-ssi-rpi-usysv-config.h config.status: executing depfiles commands configure: /bin/sh './configure' succeeded for share/ssi/rpi/usysv configure: Post-module top-level processing checking for libtool-supplied linker flags... no extra flags configure: +++ SSI module rpi:usysv compile: yes configure: +++ SSI module rpi:usysv mode: static ============================================================================ == Libtool / libltdl configuration ============================================================================ *** GNU libtool setup 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 how to recognise dependent libraries... pass_all checking dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran 77 compiler... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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... 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... no checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 *** GNU libltdl setup configure: LAM configuring in share/libltdl configure: running /bin/sh './configure' '--prefix=/home/astromake/opt/gadget' --enable-ltdl-convenience --disable-ltdl-install --disable-shared --enable-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 ISO C89... 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 grep that handles long lines and -e... /bin/grep checking for egrep... /bin/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... yes checking whether gfortran 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 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 static flag -static works... yes checking if gcc supports -c -o file.o... yes checking whether the gcc 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 if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes 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++ static flag -static 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 appending configuration tag "F77" to libtool checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes checking for gfortran option to produce PIC... -fPIC checking if gfortran PIC flag -fPIC works... yes checking if gfortran static flag -static works... yes checking if gfortran supports -c -o file.o... yes checking whether the gfortran 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 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/R/lib /usr/lib/atlas /usr/lib/openmpi/1.2.4-gcc /usr/lib/mpich2 /usr/lib/mysql /usr/lib/nvidia /usr/lib/octave-3.0.3 /usr/lib/qt-3.3/lib /usr/lib/tcl8.5 /usr/lib/xulrunner-1.9 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: executing depfiles commands configure: /bin/sh './configure' succeeded for share/libltdl checking for libtool-supplied linker flags... found extra LDFLAGS: (none) extra LIBS: -ldl ============================================================================ == Final top-level LAM configuration ============================================================================ *** Miscellaneous configuration checking if want extra wrapper compiler LDFLAGS... no (shared libs disabled) checking which of CFLAGS are ok for TotalView modules... -pthread checking extra CFLAGS for TotalView modules... -g *** Final output configure: creating ./config.status config.status: creating Makefile config.status: creating config/Makefile config.status: creating config/lam-shell-setup.sh config.status: creating config/lam-shell-setup.csh config.status: creating config/lam_module.tcl config.status: creating doc/Makefile config.status: creating doc/install/Makefile config.status: creating doc/user/Makefile config.status: creating doc/user/version.tex config.status: creating etc/Makefile config.status: creating examples/Makefile config.status: creating examples/alltoall/Makefile config.status: creating examples/cxx/Makefile config.status: creating examples/fault/Makefile config.status: creating examples/hello/Makefile config.status: creating examples/mandelbrot/Makefile config.status: creating examples/mandelbrot/myapp config.status: creating examples/pi/Makefile config.status: creating examples/ring/Makefile config.status: creating examples/romio/Makefile config.status: creating examples/topology/Makefile config.status: creating examples/trivial/Makefile config.status: creating examples/trivial/myapp config.status: creating examples/wave1d/Makefile config.status: creating examples/wave1d/myapp config.status: creating man/Makefile config.status: creating man/man1/Makefile config.status: creating man/man2/Makefile config.status: creating man/man3/Makefile config.status: creating man/man5/Makefile config.status: creating man/man7/Makefile config.status: creating man/mans/Makefile config.status: creating otb/Makefile config.status: creating otb/bfctl/Makefile config.status: creating otb/bfstate/Makefile config.status: creating otb/doom/Makefile config.status: creating otb/fctl/Makefile config.status: creating otb/filedr/Makefile config.status: creating otb/fstate/Makefile config.status: creating otb/ipcdr/Makefile config.status: creating otb/kdump/Makefile config.status: creating otb/lamclean/Makefile config.status: creating otb/lamexec/Makefile config.status: creating otb/lamhalt/Makefile config.status: creating otb/lamgrow/Makefile config.status: creating otb/lamnodes/Makefile config.status: creating otb/lamshrink/Makefile config.status: creating otb/lamtrace/Makefile config.status: creating otb/lamcheckpoint/Makefile config.status: creating otb/lamrestart/Makefile config.status: creating otb/loadgo/Makefile config.status: creating otb/mpimsg/Makefile config.status: creating otb/mpirun/Makefile config.status: creating otb/mpitask/Makefile config.status: creating otb/state/Makefile config.status: creating otb/sys/Makefile config.status: creating otb/sys/bforward/Makefile config.status: creating otb/sys/bufferd/Makefile config.status: creating otb/sys/dli_inet/Makefile config.status: creating otb/sys/dlo_inet/Makefile config.status: creating otb/sys/echod/Makefile config.status: creating otb/sys/filed/Makefile config.status: creating otb/sys/flatd/Makefile config.status: creating otb/sys/iod/Makefile config.status: creating otb/sys/haltd/Makefile config.status: creating otb/sys/kenyad/Makefile config.status: creating otb/sys/kernel/Makefile config.status: creating otb/sys/loadd/Makefile config.status: creating otb/sys/router/Makefile config.status: creating otb/sys/traced/Makefile config.status: creating otb/sys/versiond/Makefile config.status: creating otb/sys/lamd/Makefile config.status: creating otb/sys/impid/Makefile config.status: creating otb/tping/Makefile config.status: creating share/Makefile config.status: creating share/args/Makefile config.status: creating share/boot/Makefile config.status: creating share/etc/Makefile config.status: creating share/freq/Makefile config.status: creating share/impi/Makefile config.status: creating share/kreq/Makefile config.status: creating share/include/Makefile config.status: creating share/include/lam_build_info.h config.status: creating share/include/mpif.h config.status: creating share/include/patchlevel.h config.status: creating share/include/mpi2cxx/Makefile config.status: creating share/mpi/Makefile config.status: creating share/mpi/cxx/Makefile config.status: creating share/mpi/f77/Makefile config.status: creating share/mpi/totalview/Makefile config.status: creating share/nreq/Makefile config.status: creating share/pmpi/Makefile config.status: creating share/pmpi/f77/Makefile config.status: creating share/memory/Makefile config.status: creating share/memory/darwin7/Makefile config.status: creating share/memory/ptmalloc/Makefile config.status: creating share/memory/ptmalloc2/Makefile config.status: creating share/rreq/Makefile config.status: creating share/ssi/Makefile config.status: creating share/ssi/base/Makefile config.status: creating share/ssi/boot/Makefile config.status: creating share/ssi/boot/base/Makefile config.status: creating share/ssi/coll/Makefile config.status: creating share/ssi/coll/base/Makefile config.status: creating share/ssi/crlam/Makefile config.status: creating share/ssi/crlam/base/Makefile config.status: creating share/ssi/crmpi/Makefile config.status: creating share/ssi/crmpi/base/Makefile config.status: creating share/ssi/rpi/Makefile config.status: creating share/ssi/rpi/base/Makefile config.status: creating share/libmpi/Makefile config.status: creating share/liblam/Makefile config.status: creating share/dynamic-ssi/Makefile config.status: creating share/dynamic-ssi/boot/Makefile config.status: creating share/dynamic-ssi/coll/Makefile config.status: creating share/dynamic-ssi/crlam/Makefile config.status: creating share/dynamic-ssi/crmpi/Makefile config.status: creating share/dynamic-ssi/rpi/Makefile config.status: creating share/threads/Makefile config.status: creating share/trillium/Makefile config.status: creating share/tstdio/Makefile config.status: creating tools/Makefile config.status: creating tools/hboot/Makefile config.status: creating tools/lamboot/Makefile config.status: creating tools/laminfo/Makefile config.status: creating tools/mpiexec/Makefile config.status: creating tools/recon/Makefile config.status: creating tools/tkill/Makefile config.status: creating tools/wipe/Makefile config.status: creating tools/wrappers/Makefile config.status: creating romio/util/lam-configure-values config.status: creating share/include/lam_config.h config.status: executing depfiles commands Making all in config make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/config' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/config' Making all in doc make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' Making all in install make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/install' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/install' Making all in user make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/user' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/user' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' Making all in share make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' Making all in include make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' make all-recursive make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' Making all in mpi2cxx make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include/mpi2cxx' make[4]: Nothing to be done for `all'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include/mpi2cxx' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' Making all in args make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/args' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_argv.lo -MD -MP -MF ".deps/all_argv.Tpo" -c -o all_argv.lo all_argv.c; \ then mv -f ".deps/all_argv.Tpo" ".deps/all_argv.Plo"; else rm -f ".deps/all_argv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_argv.lo -MD -MP -MF .deps/all_argv.Tpo -c all_argv.c -o all_argv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_opt.lo -MD -MP -MF ".deps/all_opt.Tpo" -c -o all_opt.lo all_opt.c; \ then mv -f ".deps/all_opt.Tpo" ".deps/all_opt.Plo"; else rm -f ".deps/all_opt.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_opt.lo -MD -MP -MF .deps/all_opt.Tpo -c all_opt.c -o all_opt.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT do_args.lo -MD -MP -MF ".deps/do_args.Tpo" -c -o do_args.lo do_args.c; \ then mv -f ".deps/do_args.Tpo" ".deps/do_args.Plo"; else rm -f ".deps/do_args.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT do_args.lo -MD -MP -MF .deps/do_args.Tpo -c do_args.c -o do_args.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ndi_parse.lo -MD -MP -MF ".deps/ndi_parse.Tpo" -c -o ndi_parse.lo ndi_parse.c; \ then mv -f ".deps/ndi_parse.Tpo" ".deps/ndi_parse.Plo"; else rm -f ".deps/ndi_parse.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ndi_parse.lo -MD -MP -MF .deps/ndi_parse.Tpo -c ndi_parse.c -o ndi_parse.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ndi_resolve.lo -MD -MP -MF ".deps/ndi_resolve.Tpo" -c -o ndi_resolve.lo ndi_resolve.c; \ then mv -f ".deps/ndi_resolve.Tpo" ".deps/ndi_resolve.Plo"; else rm -f ".deps/ndi_resolve.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ndi_resolve.lo -MD -MP -MF .deps/ndi_resolve.Tpo -c ndi_resolve.c -o ndi_resolve.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT parse_id.lo -MD -MP -MF ".deps/parse_id.Tpo" -c -o parse_id.lo parse_id.c; \ then mv -f ".deps/parse_id.Tpo" ".deps/parse_id.Plo"; else rm -f ".deps/parse_id.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT parse_id.lo -MD -MP -MF .deps/parse_id.Tpo -c parse_id.c -o parse_id.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pdi_parse.lo -MD -MP -MF ".deps/pdi_parse.Tpo" -c -o pdi_parse.lo pdi_parse.c; \ then mv -f ".deps/pdi_parse.Tpo" ".deps/pdi_parse.Plo"; else rm -f ".deps/pdi_parse.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pdi_parse.lo -MD -MP -MF .deps/pdi_parse.Tpo -c pdi_parse.c -o pdi_parse.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamargs.la all_argv.lo all_opt.lo do_args.lo ndi_parse.lo ndi_resolve.lo parse_id.lo pdi_parse.lo mkdir .libs ar cru .libs/liblamargs.a all_argv.o all_opt.o do_args.o ndi_parse.o ndi_resolve.o parse_id.o pdi_parse.o ranlib .libs/liblamargs.a creating liblamargs.la (cd .libs && rm -f liblamargs.la && ln -s ../liblamargs.la liblamargs.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/args' Making all in boot make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/boot' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT app_mgmt.lo -MD -MP -MF ".deps/app_mgmt.Tpo" -c -o app_mgmt.lo app_mgmt.c; \ then mv -f ".deps/app_mgmt.Tpo" ".deps/app_mgmt.Plo"; else rm -f ".deps/app_mgmt.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT app_mgmt.lo -MD -MP -MF .deps/app_mgmt.Tpo -c app_mgmt.c -o app_mgmt.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT asc_parse.lo -MD -MP -MF ".deps/asc_parse.Tpo" -c -o asc_parse.lo asc_parse.c; \ then mv -f ".deps/asc_parse.Tpo" ".deps/asc_parse.Plo"; else rm -f ".deps/asc_parse.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT asc_parse.lo -MD -MP -MF .deps/asc_parse.Tpo -c asc_parse.c -o asc_parse.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT asc_run.lo -MD -MP -MF ".deps/asc_run.Tpo" -c -o asc_run.lo asc_run.c; \ then mv -f ".deps/asc_run.Tpo" ".deps/asc_run.Plo"; else rm -f ".deps/asc_run.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT asc_run.lo -MD -MP -MF .deps/asc_run.Tpo -c asc_run.c -o asc_run.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT asc_schedule.lo -MD -MP -MF ".deps/asc_schedule.Tpo" -c -o asc_schedule.lo asc_schedule.c; \ then mv -f ".deps/asc_schedule.Tpo" ".deps/asc_schedule.Plo"; else rm -f ".deps/asc_schedule.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT asc_schedule.lo -MD -MP -MF .deps/asc_schedule.Tpo -c asc_schedule.c -o asc_schedule.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT asc_workdir.lo -MD -MP -MF ".deps/asc_workdir.Tpo" -c -o asc_workdir.lo asc_workdir.c; \ then mv -f ".deps/asc_workdir.Tpo" ".deps/asc_workdir.Plo"; else rm -f ".deps/asc_workdir.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT asc_workdir.lo -MD -MP -MF .deps/asc_workdir.Tpo -c asc_workdir.c -o asc_workdir.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bhostparse.lo -MD -MP -MF ".deps/bhostparse.Tpo" -c -o bhostparse.lo bhostparse.c; \ then mv -f ".deps/bhostparse.Tpo" ".deps/bhostparse.Plo"; else rm -f ".deps/bhostparse.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bhostparse.lo -MD -MP -MF .deps/bhostparse.Tpo -c bhostparse.c -o bhostparse.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT deallocate.lo -MD -MP -MF ".deps/deallocate.Tpo" -c -o deallocate.lo deallocate.c; \ then mv -f ".deps/deallocate.Tpo" ".deps/deallocate.Plo"; else rm -f ".deps/deallocate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT deallocate.lo -MD -MP -MF .deps/deallocate.Tpo -c deallocate.c -o deallocate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT hbootparse.lo -MD -MP -MF ".deps/hbootparse.Tpo" -c -o hbootparse.lo hbootparse.c; \ then mv -f ".deps/hbootparse.Tpo" ".deps/hbootparse.Plo"; else rm -f ".deps/hbootparse.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT hbootparse.lo -MD -MP -MF .deps/hbootparse.Tpo -c hbootparse.c -o hbootparse.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamnet.lo -MD -MP -MF ".deps/lamnet.Tpo" -c -o lamnet.lo lamnet.c; \ then mv -f ".deps/lamnet.Tpo" ".deps/lamnet.Plo"; else rm -f ".deps/lamnet.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamnet.lo -MD -MP -MF .deps/lamnet.Tpo -c lamnet.c -o lamnet.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT proc_schema.lo -MD -MP -MF ".deps/proc_schema.Tpo" -c -o proc_schema.lo proc_schema.c; \ then mv -f ".deps/proc_schema.Tpo" ".deps/proc_schema.Plo"; else rm -f ".deps/proc_schema.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT proc_schema.lo -MD -MP -MF .deps/proc_schema.Tpo -c proc_schema.c -o proc_schema.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamboot.la app_mgmt.lo asc_parse.lo asc_run.lo asc_schedule.lo asc_workdir.lo bhostparse.lo deallocate.lo hbootparse.lo lamnet.lo proc_schema.lo mkdir .libs ar cru .libs/liblamboot.a app_mgmt.o asc_parse.o asc_run.o asc_schedule.o asc_workdir.o bhostparse.o deallocate.o hbootparse.o lamnet.o proc_schema.o ranlib .libs/liblamboot.a creating liblamboot.la (cd .libs && rm -f liblamboot.la && ln -s ../liblamboot.la liblamboot.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/boot' Making all in etc make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/etc' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT T.lo -MD -MP -MF ".deps/T.Tpo" -c -o T.lo T.c; \ then mv -f ".deps/T.Tpo" ".deps/T.Plo"; else rm -f ".deps/T.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT T.lo -MD -MP -MF .deps/T.Tpo -c T.c -o T.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_array.lo -MD -MP -MF ".deps/all_array.Tpo" -c -o all_array.lo all_array.c; \ then mv -f ".deps/all_array.Tpo" ".deps/all_array.Plo"; else rm -f ".deps/all_array.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_array.lo -MD -MP -MF .deps/all_array.Tpo -c all_array.c -o all_array.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_hash.lo -MD -MP -MF ".deps/all_hash.Tpo" -c -o all_hash.lo all_hash.c; \ then mv -f ".deps/all_hash.Tpo" ".deps/all_hash.Plo"; else rm -f ".deps/all_hash.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_hash.lo -MD -MP -MF .deps/all_hash.Tpo -c all_hash.c -o all_hash.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_list.lo -MD -MP -MF ".deps/all_list.Tpo" -c -o all_list.lo all_list.c; \ then mv -f ".deps/all_list.Tpo" ".deps/all_list.Plo"; else rm -f ".deps/all_list.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_list.lo -MD -MP -MF .deps/all_list.Tpo -c all_list.c -o all_list.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_queue.lo -MD -MP -MF ".deps/all_queue.Tpo" -c -o all_queue.lo all_queue.c; \ then mv -f ".deps/all_queue.Tpo" ".deps/all_queue.Plo"; else rm -f ".deps/all_queue.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_queue.lo -MD -MP -MF .deps/all_queue.Tpo -c all_queue.c -o all_queue.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_shash.lo -MD -MP -MF ".deps/all_shash.Tpo" -c -o all_shash.lo all_shash.c; \ then mv -f ".deps/all_shash.Tpo" ".deps/all_shash.Plo"; else rm -f ".deps/all_shash.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_shash.lo -MD -MP -MF .deps/all_shash.Tpo -c all_shash.c -o all_shash.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_slist.lo -MD -MP -MF ".deps/all_slist.Tpo" -c -o all_slist.lo all_slist.c; \ then mv -f ".deps/all_slist.Tpo" ".deps/all_slist.Plo"; else rm -f ".deps/all_slist.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_slist.lo -MD -MP -MF .deps/all_slist.Tpo -c all_slist.c -o all_slist.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_squeue.lo -MD -MP -MF ".deps/all_squeue.Tpo" -c -o all_squeue.lo all_squeue.c; \ then mv -f ".deps/all_squeue.Tpo" ".deps/all_squeue.Plo"; else rm -f ".deps/all_squeue.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT all_squeue.lo -MD -MP -MF .deps/all_squeue.Tpo -c all_squeue.c -o all_squeue.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT atos.lo -MD -MP -MF ".deps/atos.Tpo" -c -o atos.lo atos.c; \ then mv -f ".deps/atos.Tpo" ".deps/atos.Plo"; else rm -f ".deps/atos.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT atos.lo -MD -MP -MF .deps/atos.Tpo -c atos.c -o atos.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT blktype.lo -MD -MP -MF ".deps/blktype.Tpo" -c -o blktype.lo blktype.c; \ then mv -f ".deps/blktype.Tpo" ".deps/blktype.Plo"; else rm -f ".deps/blktype.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT blktype.lo -MD -MP -MF .deps/blktype.Tpo -c blktype.c -o blktype.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bootsockio.lo -MD -MP -MF ".deps/bootsockio.Tpo" -c -o bootsockio.lo bootsockio.c; \ then mv -f ".deps/bootsockio.Tpo" ".deps/bootsockio.Plo"; else rm -f ".deps/bootsockio.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bootsockio.lo -MD -MP -MF .deps/bootsockio.Tpo -c bootsockio.c -o bootsockio.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT combine.lo -MD -MP -MF ".deps/combine.Tpo" -c -o combine.lo combine.c; \ then mv -f ".deps/combine.Tpo" ".deps/combine.Plo"; else rm -f ".deps/combine.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT combine.lo -MD -MP -MF .deps/combine.Tpo -c combine.c -o combine.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT f2cstring.lo -MD -MP -MF ".deps/f2cstring.Tpo" -c -o f2cstring.lo f2cstring.c; \ then mv -f ".deps/f2cstring.Tpo" ".deps/f2cstring.Plo"; else rm -f ".deps/f2cstring.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT f2cstring.lo -MD -MP -MF .deps/f2cstring.Tpo -c f2cstring.c -o f2cstring.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fail.lo -MD -MP -MF ".deps/fail.Tpo" -c -o fail.lo fail.c; \ then mv -f ".deps/fail.Tpo" ".deps/fail.Plo"; else rm -f ".deps/fail.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fail.lo -MD -MP -MF .deps/fail.Tpo -c fail.c -o fail.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT few.lo -MD -MP -MF ".deps/few.Tpo" -c -o few.lo few.c; \ then mv -f ".deps/few.Tpo" ".deps/few.Plo"; else rm -f ".deps/few.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT few.lo -MD -MP -MF .deps/few.Tpo -c few.c -o few.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fork.lo -MD -MP -MF ".deps/fork.Tpo" -c -o fork.lo fork.c; \ then mv -f ".deps/fork.Tpo" ".deps/fork.Plo"; else rm -f ".deps/fork.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fork.lo -MD -MP -MF .deps/fork.Tpo -c fork.c -o fork.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getinetaddr.lo -MD -MP -MF ".deps/getinetaddr.Tpo" -c -o getinetaddr.lo getinetaddr.c; \ then mv -f ".deps/getinetaddr.Tpo" ".deps/getinetaddr.Plo"; else rm -f ".deps/getinetaddr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getinetaddr.lo -MD -MP -MF .deps/getinetaddr.Tpo -c getinetaddr.c -o getinetaddr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getworkdir.lo -MD -MP -MF ".deps/getworkdir.Tpo" -c -o getworkdir.lo getworkdir.c; \ then mv -f ".deps/getworkdir.Tpo" ".deps/getworkdir.Plo"; else rm -f ".deps/getworkdir.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getworkdir.lo -MD -MP -MF .deps/getworkdir.Tpo -c getworkdir.c -o getworkdir.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT get_ncpus.lo -MD -MP -MF ".deps/get_ncpus.Tpo" -c -o get_ncpus.lo get_ncpus.c; \ then mv -f ".deps/get_ncpus.Tpo" ".deps/get_ncpus.Plo"; else rm -f ".deps/get_ncpus.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT get_ncpus.lo -MD -MP -MF .deps/get_ncpus.Tpo -c get_ncpus.c -o get_ncpus.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ieee.lo -MD -MP -MF ".deps/ieee.Tpo" -c -o ieee.lo ieee.c; \ then mv -f ".deps/ieee.Tpo" ".deps/ieee.Plo"; else rm -f ".deps/ieee.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ieee.lo -MD -MP -MF .deps/ieee.Tpo -c ieee.c -o ieee.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT itoa.lo -MD -MP -MF ".deps/itoa.Tpo" -c -o itoa.lo itoa.c; \ then mv -f ".deps/itoa.Tpo" ".deps/itoa.Plo"; else rm -f ".deps/itoa.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT itoa.lo -MD -MP -MF .deps/itoa.Tpo -c itoa.c -o itoa.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kill.lo -MD -MP -MF ".deps/kill.Tpo" -c -o kill.lo kill.c; \ then mv -f ".deps/kill.Tpo" ".deps/kill.Plo"; else rm -f ".deps/kill.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kill.lo -MD -MP -MF .deps/kill.Tpo -c kill.c -o kill.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kiproc.lo -MD -MP -MF ".deps/kiproc.Tpo" -c -o kiproc.lo kiproc.c; \ then mv -f ".deps/kiproc.Tpo" ".deps/kiproc.Plo"; else rm -f ".deps/kiproc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kiproc.lo -MD -MP -MF .deps/kiproc.Tpo -c kiproc.c -o kiproc.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lam_gethostby.lo -MD -MP -MF ".deps/lam_gethostby.Tpo" -c -o lam_gethostby.lo lam_gethostby.c; \ then mv -f ".deps/lam_gethostby.Tpo" ".deps/lam_gethostby.Plo"; else rm -f ".deps/lam_gethostby.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lam_gethostby.lo -MD -MP -MF .deps/lam_gethostby.Tpo -c lam_gethostby.c -o lam_gethostby.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lam_gethostname.lo -MD -MP -MF ".deps/lam_gethostname.Tpo" -c -o lam_gethostname.lo lam_gethostname.c; \ then mv -f ".deps/lam_gethostname.Tpo" ".deps/lam_gethostname.Plo"; else rm -f ".deps/lam_gethostname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lam_gethostname.lo -MD -MP -MF .deps/lam_gethostname.Tpo -c lam_gethostname.c -o lam_gethostname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lam_getpid.lo -MD -MP -MF ".deps/lam_getpid.Tpo" -c -o lam_getpid.lo lam_getpid.c; \ then mv -f ".deps/lam_getpid.Tpo" ".deps/lam_getpid.Plo"; else rm -f ".deps/lam_getpid.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lam_getpid.lo -MD -MP -MF .deps/lam_getpid.Tpo -c lam_getpid.c -o lam_getpid.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamcommdebug.lo -MD -MP -MF ".deps/lamcommdebug.Tpo" -c -o lamcommdebug.lo lamcommdebug.c; \ then mv -f ".deps/lamcommdebug.Tpo" ".deps/lamcommdebug.Plo"; else rm -f ".deps/lamcommdebug.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamcommdebug.lo -MD -MP -MF .deps/lamcommdebug.Tpo -c lamcommdebug.c -o lamcommdebug.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamdebug.lo -MD -MP -MF ".deps/lamdebug.Tpo" -c -o lamdebug.lo lamdebug.c; \ then mv -f ".deps/lamdebug.Tpo" ".deps/lamdebug.Plo"; else rm -f ".deps/lamdebug.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamdebug.lo -MD -MP -MF .deps/lamdebug.Tpo -c lamdebug.c -o lamdebug.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamlog.lo -MD -MP -MF ".deps/lamlog.Tpo" -c -o lamlog.lo lamlog.c; \ then mv -f ".deps/lamlog.Tpo" ".deps/lamlog.Plo"; else rm -f ".deps/lamlog.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamlog.lo -MD -MP -MF .deps/lamlog.Tpo -c lamlog.c -o lamlog.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamunix.lo -MD -MP -MF ".deps/lamunix.Tpo" -c -o lamunix.lo lamunix.c; \ then mv -f ".deps/lamunix.Tpo" ".deps/lamunix.Plo"; else rm -f ".deps/lamunix.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamunix.lo -MD -MP -MF .deps/lamunix.Tpo -c lamunix.c -o lamunix.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ldtimer.lo -MD -MP -MF ".deps/ldtimer.Tpo" -c -o ldtimer.lo ldtimer.c; \ then mv -f ".deps/ldtimer.Tpo" ".deps/ldtimer.Plo"; else rm -f ".deps/ldtimer.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ldtimer.lo -MD -MP -MF .deps/ldtimer.Tpo -c ldtimer.c -o ldtimer.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mempool.lo -MD -MP -MF ".deps/mempool.Tpo" -c -o mempool.lo mempool.c; \ then mv -f ".deps/mempool.Tpo" ".deps/mempool.Plo"; else rm -f ".deps/mempool.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mempool.lo -MD -MP -MF .deps/mempool.Tpo -c mempool.c -o mempool.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT memucmp.lo -MD -MP -MF ".deps/memucmp.Tpo" -c -o memucmp.lo memucmp.c; \ then mv -f ".deps/memucmp.Tpo" ".deps/memucmp.Plo"; else rm -f ".deps/memucmp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT memucmp.lo -MD -MP -MF .deps/memucmp.Tpo -c memucmp.c -o memucmp.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT microsleep.lo -MD -MP -MF ".deps/microsleep.Tpo" -c -o microsleep.lo microsleep.c; \ then mv -f ".deps/microsleep.Tpo" ".deps/microsleep.Plo"; else rm -f ".deps/microsleep.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT microsleep.lo -MD -MP -MF .deps/microsleep.Tpo -c microsleep.c -o microsleep.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpiformout.lo -MD -MP -MF ".deps/mpiformout.Tpo" -c -o mpiformout.lo mpiformout.c; \ then mv -f ".deps/mpiformout.Tpo" ".deps/mpiformout.Plo"; else rm -f ".deps/mpiformout.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpiformout.lo -MD -MP -MF .deps/mpiformout.Tpo -c mpiformout.c -o mpiformout.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpitr_com.lo -MD -MP -MF ".deps/mpitr_com.Tpo" -c -o mpitr_com.lo mpitr_com.c; \ then mv -f ".deps/mpitr_com.Tpo" ".deps/mpitr_com.Plo"; else rm -f ".deps/mpitr_com.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpitr_com.lo -MD -MP -MF .deps/mpitr_com.Tpo -c mpitr_com.c -o mpitr_com.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpitr_dtprint.lo -MD -MP -MF ".deps/mpitr_dtprint.Tpo" -c -o mpitr_dtprint.lo mpitr_dtprint.c; \ then mv -f ".deps/mpitr_dtprint.Tpo" ".deps/mpitr_dtprint.Plo"; else rm -f ".deps/mpitr_dtprint.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpitr_dtprint.lo -MD -MP -MF .deps/mpitr_dtprint.Tpo -c mpitr_dtprint.c -o mpitr_dtprint.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpitr_dtype.lo -MD -MP -MF ".deps/mpitr_dtype.Tpo" -c -o mpitr_dtype.lo mpitr_dtype.c; \ then mv -f ".deps/mpitr_dtype.Tpo" ".deps/mpitr_dtype.Plo"; else rm -f ".deps/mpitr_dtype.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpitr_dtype.lo -MD -MP -MF .deps/mpitr_dtype.Tpo -c mpitr_dtype.c -o mpitr_dtype.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mrw.lo -MD -MP -MF ".deps/mrw.Tpo" -c -o mrw.lo mrw.c; \ then mv -f ".deps/mrw.Tpo" ".deps/mrw.Plo"; else rm -f ".deps/mrw.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mrw.lo -MD -MP -MF .deps/mrw.Tpo -c mrw.c -o mrw.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nmsgconv.lo -MD -MP -MF ".deps/nmsgconv.Tpo" -c -o nmsgconv.lo nmsgconv.c; \ then mv -f ".deps/nmsgconv.Tpo" ".deps/nmsgconv.Plo"; else rm -f ".deps/nmsgconv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nmsgconv.lo -MD -MP -MF .deps/nmsgconv.Tpo -c nmsgconv.c -o nmsgconv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nodespin.lo -MD -MP -MF ".deps/nodespin.Tpo" -c -o nodespin.lo nodespin.c; \ then mv -f ".deps/nodespin.Tpo" ".deps/nodespin.Plo"; else rm -f ".deps/nodespin.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nodespin.lo -MD -MP -MF .deps/nodespin.Tpo -c nodespin.c -o nodespin.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT panic.lo -MD -MP -MF ".deps/panic.Tpo" -c -o panic.lo panic.c; \ then mv -f ".deps/panic.Tpo" ".deps/panic.Plo"; else rm -f ".deps/panic.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT panic.lo -MD -MP -MF .deps/panic.Tpo -c panic.c -o panic.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pathsearch.lo -MD -MP -MF ".deps/pathsearch.Tpo" -c -o pathsearch.lo pathsearch.c; \ then mv -f ".deps/pathsearch.Tpo" ".deps/pathsearch.Plo"; else rm -f ".deps/pathsearch.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pathsearch.lo -MD -MP -MF .deps/pathsearch.Tpo -c pathsearch.c -o pathsearch.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prime.lo -MD -MP -MF ".deps/prime.Tpo" -c -o prime.lo prime.c; \ then mv -f ".deps/prime.Tpo" ".deps/prime.Plo"; else rm -f ".deps/prime.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prime.lo -MD -MP -MF .deps/prime.Tpo -c prime.c -o prime.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pty.lo -MD -MP -MF ".deps/pty.Tpo" -c -o pty.lo pty.c; \ then mv -f ".deps/pty.Tpo" ".deps/pty.Plo"; else rm -f ".deps/pty.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pty.lo -MD -MP -MF .deps/pty.Tpo -c pty.c -o pty.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT registry.lo -MD -MP -MF ".deps/registry.Tpo" -c -o registry.lo registry.c; \ then mv -f ".deps/registry.Tpo" ".deps/registry.Plo"; else rm -f ".deps/registry.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT registry.lo -MD -MP -MF .deps/registry.Tpo -c registry.c -o registry.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rev.lo -MD -MP -MF ".deps/rev.Tpo" -c -o rev.lo rev.c; \ then mv -f ".deps/rev.Tpo" ".deps/rev.Plo"; else rm -f ".deps/rev.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rev.lo -MD -MP -MF .deps/rev.Tpo -c rev.c -o rev.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT show_help.lo -MD -MP -MF ".deps/show_help.Tpo" -c -o show_help.lo show_help.c; \ then mv -f ".deps/show_help.Tpo" ".deps/show_help.Plo"; else rm -f ".deps/show_help.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT show_help.lo -MD -MP -MF .deps/show_help.Tpo -c show_help.c -o show_help.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT show_version.lo -MD -MP -MF ".deps/show_version.Tpo" -c -o show_version.lo show_version.c; \ then mv -f ".deps/show_version.Tpo" ".deps/show_version.Plo"; else rm -f ".deps/show_version.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT show_version.lo -MD -MP -MF .deps/show_version.Tpo -c show_version.c -o show_version.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT snprintf.lo -MD -MP -MF ".deps/snprintf.Tpo" -c -o snprintf.lo snprintf.c; \ then mv -f ".deps/snprintf.Tpo" ".deps/snprintf.Plo"; else rm -f ".deps/snprintf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT snprintf.lo -MD -MP -MF .deps/snprintf.Tpo -c snprintf.c -o snprintf.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT socket.lo -MD -MP -MF ".deps/socket.Tpo" -c -o socket.lo socket.c; \ then mv -f ".deps/socket.Tpo" ".deps/socket.Plo"; else rm -f ".deps/socket.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT socket.lo -MD -MP -MF .deps/socket.Tpo -c socket.c -o socket.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT srfd.lo -MD -MP -MF ".deps/srfd.Tpo" -c -o srfd.lo srfd.c; \ then mv -f ".deps/srfd.Tpo" ".deps/srfd.Plo"; else rm -f ".deps/srfd.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT srfd.lo -MD -MP -MF .deps/srfd.Tpo -c srfd.c -o srfd.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT stoi.lo -MD -MP -MF ".deps/stoi.Tpo" -c -o stoi.lo stoi.c; \ then mv -f ".deps/stoi.Tpo" ".deps/stoi.Plo"; else rm -f ".deps/stoi.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT stoi.lo -MD -MP -MF .deps/stoi.Tpo -c stoi.c -o stoi.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT strncpy.lo -MD -MP -MF ".deps/strncpy.Tpo" -c -o strncpy.lo strncpy.c; \ then mv -f ".deps/strncpy.Tpo" ".deps/strncpy.Plo"; else rm -f ".deps/strncpy.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT strncpy.lo -MD -MP -MF .deps/strncpy.Tpo -c strncpy.c -o strncpy.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT terror.lo -MD -MP -MF ".deps/terror.Tpo" -c -o terror.lo terror.c; \ then mv -f ".deps/terror.Tpo" ".deps/terror.Plo"; else rm -f ".deps/terror.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT terror.lo -MD -MP -MF .deps/terror.Tpo -c terror.c -o terror.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT trdrain_mpi.lo -MD -MP -MF ".deps/trdrain_mpi.Tpo" -c -o trdrain_mpi.lo trdrain_mpi.c; \ then mv -f ".deps/trdrain_mpi.Tpo" ".deps/trdrain_mpi.Plo"; else rm -f ".deps/trdrain_mpi.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT trdrain_mpi.lo -MD -MP -MF .deps/trdrain_mpi.Tpo -c trdrain_mpi.c -o trdrain_mpi.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ttime.lo -MD -MP -MF ".deps/ttime.Tpo" -c -o ttime.lo ttime.c; \ then mv -f ".deps/ttime.Tpo" ".deps/ttime.Plo"; else rm -f ".deps/ttime.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ttime.lo -MD -MP -MF .deps/ttime.Tpo -c ttime.c -o ttime.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT vctable.lo -MD -MP -MF ".deps/vctable.Tpo" -c -o vctable.lo vctable.c; \ then mv -f ".deps/vctable.Tpo" ".deps/vctable.Plo"; else rm -f ".deps/vctable.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT vctable.lo -MD -MP -MF .deps/vctable.Tpo -c vctable.c -o vctable.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT vsnprintf.lo -MD -MP -MF ".deps/vsnprintf.Tpo" -c -o vsnprintf.lo vsnprintf.c; \ then mv -f ".deps/vsnprintf.Tpo" ".deps/vsnprintf.Plo"; else rm -f ".deps/vsnprintf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_PREFIX=\"/home/astromake/opt/gadget\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT vsnprintf.lo -MD -MP -MF .deps/vsnprintf.Tpo -c vsnprintf.c -o vsnprintf.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblametc.la T.lo all_array.lo all_hash.lo all_list.lo all_queue.lo all_shash.lo all_slist.lo all_squeue.lo atos.lo blktype.lo bootsockio.lo combine.lo f2cstring.lo fail.lo few.lo fork.lo getinetaddr.lo getworkdir.lo get_ncpus.lo ieee.lo itoa.lo kill.lo kiproc.lo lam_gethostby.lo lam_gethostname.lo lam_getpid.lo lamcommdebug.lo lamdebug.lo lamlog.lo lamunix.lo ldtimer.lo mempool.lo memucmp.lo microsleep.lo mpiformout.lo mpitr_com.lo mpitr_dtprint.lo mpitr_dtype.lo mrw.lo nmsgconv.lo nodespin.lo panic.lo pathsearch.lo prime.lo pty.lo registry.lo rev.lo show_help.lo show_version.lo snprintf.lo socket.lo srfd.lo stoi.lo strncpy.lo terror.lo trdrain_mpi.lo ttime.lo vctable.lo vsnprintf.lo mkdir .libs ar cru .libs/liblametc.a T.o all_array.o all_hash.o all_list.o all_queue.o all_shash.o all_slist.o all_squeue.o atos.o blktype.o bootsockio.o combine.o f2cstring.o fail.o few.o fork.o getinetaddr.o getworkdir.o get_ncpus.o ieee.o itoa.o kill.o kiproc.o lam_gethostby.o lam_gethostname.o lam_getpid.o lamcommdebug.o lamdebug.o lamlog.o lamunix.o ldtimer.o mempool.o memucmp.o microsleep.o mpiformout.o mpitr_com.o mpitr_dtprint.o mpitr_dtype.o mrw.o nmsgconv.o nodespin.o panic.o pathsearch.o prime.o pty.o registry.o rev.o show_help.o show_version.o snprintf.o socket.o srfd.o stoi.o strncpy.o terror.o trdrain_mpi.o ttime.o vctable.o vsnprintf.o ranlib .libs/liblametc.a creating liblametc.la (cd .libs && rm -f liblametc.la && ln -s ../liblametc.la liblametc.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/etc' Making all in freq make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/freq' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lfopenfd.lo -MD -MP -MF ".deps/lfopenfd.Tpo" -c -o lfopenfd.lo lfopenfd.c; \ then mv -f ".deps/lfopenfd.Tpo" ".deps/lfopenfd.Plo"; else rm -f ".deps/lfopenfd.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lfopenfd.lo -MD -MP -MF .deps/lfopenfd.Tpo -c lfopenfd.c -o lfopenfd.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rf77.lo -MD -MP -MF ".deps/rf77.Tpo" -c -o rf77.lo rf77.c; \ then mv -f ".deps/rf77.Tpo" ".deps/rf77.Plo"; else rm -f ".deps/rf77.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rf77.lo -MD -MP -MF .deps/rf77.Tpo -c rf77.c -o rf77.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfatexit.lo -MD -MP -MF ".deps/rfatexit.Tpo" -c -o rfatexit.lo rfatexit.c; \ then mv -f ".deps/rfatexit.Tpo" ".deps/rfatexit.Plo"; else rm -f ".deps/rfatexit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfatexit.lo -MD -MP -MF .deps/rfatexit.Tpo -c rfatexit.c -o rfatexit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfaux.lo -MD -MP -MF ".deps/rfaux.Tpo" -c -o rfaux.lo rfaux.c; \ then mv -f ".deps/rfaux.Tpo" ".deps/rfaux.Plo"; else rm -f ".deps/rfaux.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfaux.lo -MD -MP -MF .deps/rfaux.Tpo -c rfaux.c -o rfaux.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfclose.lo -MD -MP -MF ".deps/rfclose.Tpo" -c -o rfclose.lo rfclose.c; \ then mv -f ".deps/rfclose.Tpo" ".deps/rfclose.Plo"; else rm -f ".deps/rfclose.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfclose.lo -MD -MP -MF .deps/rfclose.Tpo -c rfclose.c -o rfclose.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rflseek.lo -MD -MP -MF ".deps/rflseek.Tpo" -c -o rflseek.lo rflseek.c; \ then mv -f ".deps/rflseek.Tpo" ".deps/rflseek.Plo"; else rm -f ".deps/rflseek.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rflseek.lo -MD -MP -MF .deps/rflseek.Tpo -c rflseek.c -o rflseek.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfopen.lo -MD -MP -MF ".deps/rfopen.Tpo" -c -o rfopen.lo rfopen.c; \ then mv -f ".deps/rfopen.Tpo" ".deps/rfopen.Plo"; else rm -f ".deps/rfopen.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfopen.lo -MD -MP -MF .deps/rfopen.Tpo -c rfopen.c -o rfopen.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfpathfind.lo -MD -MP -MF ".deps/rfpathfind.Tpo" -c -o rfpathfind.lo rfpathfind.c; \ then mv -f ".deps/rfpathfind.Tpo" ".deps/rfpathfind.Plo"; else rm -f ".deps/rfpathfind.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfpathfind.lo -MD -MP -MF .deps/rfpathfind.Tpo -c rfpathfind.c -o rfpathfind.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfread.lo -MD -MP -MF ".deps/rfread.Tpo" -c -o rfread.lo rfread.c; \ then mv -f ".deps/rfread.Tpo" ".deps/rfread.Plo"; else rm -f ".deps/rfread.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfread.lo -MD -MP -MF .deps/rfread.Tpo -c rfread.c -o rfread.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfrename.lo -MD -MP -MF ".deps/rfrename.Tpo" -c -o rfrename.lo rfrename.c; \ then mv -f ".deps/rfrename.Tpo" ".deps/rfrename.Plo"; else rm -f ".deps/rfrename.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfrename.lo -MD -MP -MF .deps/rfrename.Tpo -c rfrename.c -o rfrename.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfsimplex.lo -MD -MP -MF ".deps/rfsimplex.Tpo" -c -o rfsimplex.lo rfsimplex.c; \ then mv -f ".deps/rfsimplex.Tpo" ".deps/rfsimplex.Plo"; else rm -f ".deps/rfsimplex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfsimplex.lo -MD -MP -MF .deps/rfsimplex.Tpo -c rfsimplex.c -o rfsimplex.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfstat.lo -MD -MP -MF ".deps/rfstat.Tpo" -c -o rfstat.lo rfstat.c; \ then mv -f ".deps/rfstat.Tpo" ".deps/rfstat.Plo"; else rm -f ".deps/rfstat.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfstat.lo -MD -MP -MF .deps/rfstat.Tpo -c rfstat.c -o rfstat.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfstate.lo -MD -MP -MF ".deps/rfstate.Tpo" -c -o rfstate.lo rfstate.c; \ then mv -f ".deps/rfstate.Tpo" ".deps/rfstate.Plo"; else rm -f ".deps/rfstate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfstate.lo -MD -MP -MF .deps/rfstate.Tpo -c rfstate.c -o rfstate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfwrite.lo -MD -MP -MF ".deps/rfwrite.Tpo" -c -o rfwrite.lo rfwrite.c; \ then mv -f ".deps/rfwrite.Tpo" ".deps/rfwrite.Plo"; else rm -f ".deps/rfwrite.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rfwrite.lo -MD -MP -MF .deps/rfwrite.Tpo -c rfwrite.c -o rfwrite.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamfreq.la lfopenfd.lo rf77.lo rfatexit.lo rfaux.lo rfclose.lo rflseek.lo rfopen.lo rfpathfind.lo rfread.lo rfrename.lo rfsimplex.lo rfstat.lo rfstate.lo rfwrite.lo mkdir .libs ar cru .libs/liblamfreq.a lfopenfd.o rf77.o rfatexit.o rfaux.o rfclose.o rflseek.o rfopen.o rfpathfind.o rfread.o rfrename.o rfsimplex.o rfstat.o rfstate.o rfwrite.o ranlib .libs/liblamfreq.a creating liblamfreq.la (cd .libs && rm -f liblamfreq.la && ln -s ../liblamfreq.la liblamfreq.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/freq' Making all in kreq make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/kreq' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kdoom.lo -MD -MP -MF ".deps/kdoom.Tpo" -c -o kdoom.lo kdoom.c; \ then mv -f ".deps/kdoom.Tpo" ".deps/kdoom.Plo"; else rm -f ".deps/kdoom.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kdoom.lo -MD -MP -MF .deps/kdoom.Tpo -c kdoom.c -o kdoom.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT clientio.lo -MD -MP -MF ".deps/clientio.Tpo" -c -o clientio.lo clientio.c; \ then mv -f ".deps/clientio.Tpo" ".deps/clientio.Plo"; else rm -f ".deps/clientio.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT clientio.lo -MD -MP -MF .deps/clientio.Tpo -c clientio.c -o clientio.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT couter.lo -MD -MP -MF ".deps/couter.Tpo" -c -o couter.lo couter.c; \ then mv -f ".deps/couter.Tpo" ".deps/couter.Plo"; else rm -f ".deps/couter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT couter.lo -MD -MP -MF .deps/couter.Tpo -c couter.c -o couter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kattach.lo -MD -MP -MF ".deps/kattach.Tpo" -c -o kattach.lo kattach.c; \ then mv -f ".deps/kattach.Tpo" ".deps/kattach.Plo"; else rm -f ".deps/kattach.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kattach.lo -MD -MP -MF .deps/kattach.Tpo -c kattach.c -o kattach.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kcreate.lo -MD -MP -MF ".deps/kcreate.Tpo" -c -o kcreate.lo kcreate.c; \ then mv -f ".deps/kcreate.Tpo" ".deps/kcreate.Plo"; else rm -f ".deps/kcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kcreate.lo -MD -MP -MF .deps/kcreate.Tpo -c kcreate.c -o kcreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kdetach.lo -MD -MP -MF ".deps/kdetach.Tpo" -c -o kdetach.lo kdetach.c; \ then mv -f ".deps/kdetach.Tpo" ".deps/kdetach.Plo"; else rm -f ".deps/kdetach.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kdetach.lo -MD -MP -MF .deps/kdetach.Tpo -c kdetach.c -o kdetach.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kenter.lo -MD -MP -MF ".deps/kenter.Tpo" -c -o kenter.lo kenter.c; \ then mv -f ".deps/kenter.Tpo" ".deps/kenter.Plo"; else rm -f ".deps/kenter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kenter.lo -MD -MP -MF .deps/kenter.Tpo -c kenter.c -o kenter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kexit.lo -MD -MP -MF ".deps/kexit.Tpo" -c -o kexit.lo kexit.c; \ then mv -f ".deps/kexit.Tpo" ".deps/kexit.Plo"; else rm -f ".deps/kexit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kexit.lo -MD -MP -MF .deps/kexit.Tpo -c kexit.c -o kexit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kinit.lo -MD -MP -MF ".deps/kinit.Tpo" -c -o kinit.lo kinit.c; \ then mv -f ".deps/kinit.Tpo" ".deps/kinit.Plo"; else rm -f ".deps/kinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kinit.lo -MD -MP -MF .deps/kinit.Tpo -c kinit.c -o kinit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT krecv.lo -MD -MP -MF ".deps/krecv.Tpo" -c -o krecv.lo krecv.c; \ then mv -f ".deps/krecv.Tpo" ".deps/krecv.Plo"; else rm -f ".deps/krecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT krecv.lo -MD -MP -MF .deps/krecv.Tpo -c krecv.c -o krecv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ksend.lo -MD -MP -MF ".deps/ksend.Tpo" -c -o ksend.lo ksend.c; \ then mv -f ".deps/ksend.Tpo" ".deps/ksend.Plo"; else rm -f ".deps/ksend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ksend.lo -MD -MP -MF .deps/ksend.Tpo -c ksend.c -o ksend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ksignal.lo -MD -MP -MF ".deps/ksignal.Tpo" -c -o ksignal.lo ksignal.c; \ then mv -f ".deps/ksignal.Tpo" ".deps/ksignal.Plo"; else rm -f ".deps/ksignal.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ksignal.lo -MD -MP -MF .deps/ksignal.Tpo -c ksignal.c -o ksignal.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ksr.lo -MD -MP -MF ".deps/ksr.Tpo" -c -o ksr.lo ksr.c; \ then mv -f ".deps/ksr.Tpo" ".deps/ksr.Plo"; else rm -f ".deps/ksr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ksr.lo -MD -MP -MF .deps/ksr.Tpo -c ksr.c -o ksr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kstate.lo -MD -MP -MF ".deps/kstate.Tpo" -c -o kstate.lo kstate.c; \ then mv -f ".deps/kstate.Tpo" ".deps/kstate.Plo"; else rm -f ".deps/kstate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kstate.lo -MD -MP -MF .deps/kstate.Tpo -c kstate.c -o kstate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ktrace.lo -MD -MP -MF ".deps/ktrace.Tpo" -c -o ktrace.lo ktrace.c; \ then mv -f ".deps/ktrace.Tpo" ".deps/ktrace.Plo"; else rm -f ".deps/ktrace.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ktrace.lo -MD -MP -MF .deps/ktrace.Tpo -c ktrace.c -o ktrace.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamkreq.la kdoom.lo clientio.lo couter.lo kattach.lo kcreate.lo kdetach.lo kenter.lo kexit.lo kinit.lo krecv.lo ksend.lo ksignal.lo ksr.lo kstate.lo ktrace.lo mkdir .libs ar cru .libs/liblamkreq.a kdoom.o clientio.o couter.o kattach.o kcreate.o kdetach.o kenter.o kexit.o kinit.o krecv.o ksend.o ksignal.o ksr.o kstate.o ktrace.o ranlib .libs/liblamkreq.a creating liblamkreq.la (cd .libs && rm -f liblamkreq.la && ln -s ../liblamkreq.la liblamkreq.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/kreq' Making all in impi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/impi' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/impi' Making all in memory make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' Making all in ptmalloc make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc' Making all in ptmalloc2 make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc2' if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../src -I/share/include -I/share/include -DUSE_TSD_DATA_HACK -DMALLOC_DEBUG=0 -DUSE_NO_SPINLOCKS=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT malloc.lo -MD -MP -MF ".deps/malloc.Tpo" -c -o malloc.lo malloc.c; \ then mv -f ".deps/malloc.Tpo" ".deps/malloc.Plo"; else rm -f ".deps/malloc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../src -I/share/include -I/share/include -DUSE_TSD_DATA_HACK -DMALLOC_DEBUG=0 -DUSE_NO_SPINLOCKS=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o In file included from malloc.c:1478: malloc.h:72:1: warning: "__THROW" redefined In file included from /home/astromake/opt/gcc/4.3.2/lib/gcc/i686-pc-linux-gnu/4.3.2/include-fixed/features.h:337, from /usr/include/sys/types.h:27, from ../../../share/include/malloc_wrapper.h:23, from malloc.c:12: /usr/include/sys/cdefs.h:47:1: warning: this is the location of the previous definition if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../src -I/share/include -I/share/include -DUSE_TSD_DATA_HACK -DMALLOC_DEBUG=0 -DUSE_NO_SPINLOCKS=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lam_ptmalloc2_hook.lo -MD -MP -MF ".deps/lam_ptmalloc2_hook.Tpo" -c -o lam_ptmalloc2_hook.lo lam_ptmalloc2_hook.c; \ then mv -f ".deps/lam_ptmalloc2_hook.Tpo" ".deps/lam_ptmalloc2_hook.Plo"; else rm -f ".deps/lam_ptmalloc2_hook.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../src -I/share/include -I/share/include -DUSE_TSD_DATA_HACK -DMALLOC_DEBUG=0 -DUSE_NO_SPINLOCKS=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lam_ptmalloc2_hook.lo -MD -MP -MF .deps/lam_ptmalloc2_hook.Tpo -c lam_ptmalloc2_hook.c -o lam_ptmalloc2_hook.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libptmalloc2.la malloc.lo lam_ptmalloc2_hook.lo mkdir .libs ar cru .libs/libptmalloc2.a malloc.o lam_ptmalloc2_hook.o ranlib .libs/libptmalloc2.a creating libptmalloc2.la (cd .libs && rm -f libptmalloc2.la && ln -s ../libptmalloc2.la libptmalloc2.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc2' Making all in darwin7 make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/darwin7' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/darwin7' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT memory_hook.lo -MD -MP -MF ".deps/memory_hook.Tpo" -c -o memory_hook.lo memory_hook.c; \ then mv -f ".deps/memory_hook.Tpo" ".deps/memory_hook.Plo"; else rm -f ".deps/memory_hook.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT memory_hook.lo -MD -MP -MF .deps/memory_hook.Tpo -c memory_hook.c -o memory_hook.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libmemory.la memory_hook.lo ptmalloc2/libptmalloc2.la mkdir .libs rm -fr .libs/libmemory.lax mkdir .libs/libmemory.lax rm -fr .libs/libmemory.lax/libptmalloc2.a mkdir .libs/libmemory.lax/libptmalloc2.a (cd .libs/libmemory.lax/libptmalloc2.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc2/.libs/libptmalloc2.a) ar cru .libs/libmemory.a memory_hook.o .libs/libmemory.lax/libptmalloc2.a/lam_ptmalloc2_hook.o .libs/libmemory.lax/libptmalloc2.a/malloc.o ranlib .libs/libmemory.a rm -fr .libs/libmemory.lax creating libmemory.la (cd .libs && rm -f libmemory.la && ln -s ../libmemory.la libmemory.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' Making all in mpi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' Making all in f77 make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/f77' if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT abort_f.lo -MD -MP -MF ".deps/abort_f.Tpo" -c -o abort_f.lo abort_f.c; \ then mv -f ".deps/abort_f.Tpo" ".deps/abort_f.Plo"; else rm -f ".deps/abort_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT abort_f.lo -MD -MP -MF .deps/abort_f.Tpo -c abort_f.c -o abort_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT accept_f.lo -MD -MP -MF ".deps/accept_f.Tpo" -c -o accept_f.lo accept_f.c; \ then mv -f ".deps/accept_f.Tpo" ".deps/accept_f.Plo"; else rm -f ".deps/accept_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT accept_f.lo -MD -MP -MF .deps/accept_f.Tpo -c accept_f.c -o accept_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT accumulate_f.lo -MD -MP -MF ".deps/accumulate_f.Tpo" -c -o accumulate_f.lo accumulate_f.c; \ then mv -f ".deps/accumulate_f.Tpo" ".deps/accumulate_f.Plo"; else rm -f ".deps/accumulate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT accumulate_f.lo -MD -MP -MF .deps/accumulate_f.Tpo -c accumulate_f.c -o accumulate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT address_f.lo -MD -MP -MF ".deps/address_f.Tpo" -c -o address_f.lo address_f.c; \ then mv -f ".deps/address_f.Tpo" ".deps/address_f.Plo"; else rm -f ".deps/address_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT address_f.lo -MD -MP -MF .deps/address_f.Tpo -c address_f.c -o address_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allgather_f.lo -MD -MP -MF ".deps/allgather_f.Tpo" -c -o allgather_f.lo allgather_f.c; \ then mv -f ".deps/allgather_f.Tpo" ".deps/allgather_f.Plo"; else rm -f ".deps/allgather_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allgather_f.lo -MD -MP -MF .deps/allgather_f.Tpo -c allgather_f.c -o allgather_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allgatherv_f.lo -MD -MP -MF ".deps/allgatherv_f.Tpo" -c -o allgatherv_f.lo allgatherv_f.c; \ then mv -f ".deps/allgatherv_f.Tpo" ".deps/allgatherv_f.Plo"; else rm -f ".deps/allgatherv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allgatherv_f.lo -MD -MP -MF .deps/allgatherv_f.Tpo -c allgatherv_f.c -o allgatherv_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allocmem_f.lo -MD -MP -MF ".deps/allocmem_f.Tpo" -c -o allocmem_f.lo allocmem_f.c; \ then mv -f ".deps/allocmem_f.Tpo" ".deps/allocmem_f.Plo"; else rm -f ".deps/allocmem_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allocmem_f.lo -MD -MP -MF .deps/allocmem_f.Tpo -c allocmem_f.c -o allocmem_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allreduce_f.lo -MD -MP -MF ".deps/allreduce_f.Tpo" -c -o allreduce_f.lo allreduce_f.c; \ then mv -f ".deps/allreduce_f.Tpo" ".deps/allreduce_f.Plo"; else rm -f ".deps/allreduce_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allreduce_f.lo -MD -MP -MF .deps/allreduce_f.Tpo -c allreduce_f.c -o allreduce_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoall_f.lo -MD -MP -MF ".deps/alltoall_f.Tpo" -c -o alltoall_f.lo alltoall_f.c; \ then mv -f ".deps/alltoall_f.Tpo" ".deps/alltoall_f.Plo"; else rm -f ".deps/alltoall_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoall_f.lo -MD -MP -MF .deps/alltoall_f.Tpo -c alltoall_f.c -o alltoall_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoallv_f.lo -MD -MP -MF ".deps/alltoallv_f.Tpo" -c -o alltoallv_f.lo alltoallv_f.c; \ then mv -f ".deps/alltoallv_f.Tpo" ".deps/alltoallv_f.Plo"; else rm -f ".deps/alltoallv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoallv_f.lo -MD -MP -MF .deps/alltoallv_f.Tpo -c alltoallv_f.c -o alltoallv_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoallw_f.lo -MD -MP -MF ".deps/alltoallw_f.Tpo" -c -o alltoallw_f.lo alltoallw_f.c; \ then mv -f ".deps/alltoallw_f.Tpo" ".deps/alltoallw_f.Plo"; else rm -f ".deps/alltoallw_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoallw_f.lo -MD -MP -MF .deps/alltoallw_f.Tpo -c alltoallw_f.c -o alltoallw_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrdel_f.lo -MD -MP -MF ".deps/attrdel_f.Tpo" -c -o attrdel_f.lo attrdel_f.c; \ then mv -f ".deps/attrdel_f.Tpo" ".deps/attrdel_f.Plo"; else rm -f ".deps/attrdel_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrdel_f.lo -MD -MP -MF .deps/attrdel_f.Tpo -c attrdel_f.c -o attrdel_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrget_f.lo -MD -MP -MF ".deps/attrget_f.Tpo" -c -o attrget_f.lo attrget_f.c; \ then mv -f ".deps/attrget_f.Tpo" ".deps/attrget_f.Plo"; else rm -f ".deps/attrget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrget_f.lo -MD -MP -MF .deps/attrget_f.Tpo -c attrget_f.c -o attrget_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrput_f.lo -MD -MP -MF ".deps/attrput_f.Tpo" -c -o attrput_f.lo attrput_f.c; \ then mv -f ".deps/attrput_f.Tpo" ".deps/attrput_f.Plo"; else rm -f ".deps/attrput_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrput_f.lo -MD -MP -MF .deps/attrput_f.Tpo -c attrput_f.c -o attrput_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT barrier_f.lo -MD -MP -MF ".deps/barrier_f.Tpo" -c -o barrier_f.lo barrier_f.c; \ then mv -f ".deps/barrier_f.Tpo" ".deps/barrier_f.Plo"; else rm -f ".deps/barrier_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT barrier_f.lo -MD -MP -MF .deps/barrier_f.Tpo -c barrier_f.c -o barrier_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bcast_f.lo -MD -MP -MF ".deps/bcast_f.Tpo" -c -o bcast_f.lo bcast_f.c; \ then mv -f ".deps/bcast_f.Tpo" ".deps/bcast_f.Plo"; else rm -f ".deps/bcast_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bcast_f.lo -MD -MP -MF .deps/bcast_f.Tpo -c bcast_f.c -o bcast_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bsend_f.lo -MD -MP -MF ".deps/bsend_f.Tpo" -c -o bsend_f.lo bsend_f.c; \ then mv -f ".deps/bsend_f.Tpo" ".deps/bsend_f.Plo"; else rm -f ".deps/bsend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bsend_f.lo -MD -MP -MF .deps/bsend_f.Tpo -c bsend_f.c -o bsend_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bsendinit_f.lo -MD -MP -MF ".deps/bsendinit_f.Tpo" -c -o bsendinit_f.lo bsendinit_f.c; \ then mv -f ".deps/bsendinit_f.Tpo" ".deps/bsendinit_f.Plo"; else rm -f ".deps/bsendinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bsendinit_f.lo -MD -MP -MF .deps/bsendinit_f.Tpo -c bsendinit_f.c -o bsendinit_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bufattach_f.lo -MD -MP -MF ".deps/bufattach_f.Tpo" -c -o bufattach_f.lo bufattach_f.c; \ then mv -f ".deps/bufattach_f.Tpo" ".deps/bufattach_f.Plo"; else rm -f ".deps/bufattach_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bufattach_f.lo -MD -MP -MF .deps/bufattach_f.Tpo -c bufattach_f.c -o bufattach_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bufdetach_f.lo -MD -MP -MF ".deps/bufdetach_f.Tpo" -c -o bufdetach_f.lo bufdetach_f.c; \ then mv -f ".deps/bufdetach_f.Tpo" ".deps/bufdetach_f.Plo"; else rm -f ".deps/bufdetach_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bufdetach_f.lo -MD -MP -MF .deps/bufdetach_f.Tpo -c bufdetach_f.c -o bufdetach_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cancel_f.lo -MD -MP -MF ".deps/cancel_f.Tpo" -c -o cancel_f.lo cancel_f.c; \ then mv -f ".deps/cancel_f.Tpo" ".deps/cancel_f.Plo"; else rm -f ".deps/cancel_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cancel_f.lo -MD -MP -MF .deps/cancel_f.Tpo -c cancel_f.c -o cancel_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartcoords_f.lo -MD -MP -MF ".deps/cartcoords_f.Tpo" -c -o cartcoords_f.lo cartcoords_f.c; \ then mv -f ".deps/cartcoords_f.Tpo" ".deps/cartcoords_f.Plo"; else rm -f ".deps/cartcoords_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartcoords_f.lo -MD -MP -MF .deps/cartcoords_f.Tpo -c cartcoords_f.c -o cartcoords_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartcreate_f.lo -MD -MP -MF ".deps/cartcreate_f.Tpo" -c -o cartcreate_f.lo cartcreate_f.c; \ then mv -f ".deps/cartcreate_f.Tpo" ".deps/cartcreate_f.Plo"; else rm -f ".deps/cartcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartcreate_f.lo -MD -MP -MF .deps/cartcreate_f.Tpo -c cartcreate_f.c -o cartcreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartdimget_f.lo -MD -MP -MF ".deps/cartdimget_f.Tpo" -c -o cartdimget_f.lo cartdimget_f.c; \ then mv -f ".deps/cartdimget_f.Tpo" ".deps/cartdimget_f.Plo"; else rm -f ".deps/cartdimget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartdimget_f.lo -MD -MP -MF .deps/cartdimget_f.Tpo -c cartdimget_f.c -o cartdimget_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartget_f.lo -MD -MP -MF ".deps/cartget_f.Tpo" -c -o cartget_f.lo cartget_f.c; \ then mv -f ".deps/cartget_f.Tpo" ".deps/cartget_f.Plo"; else rm -f ".deps/cartget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartget_f.lo -MD -MP -MF .deps/cartget_f.Tpo -c cartget_f.c -o cartget_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartmap_f.lo -MD -MP -MF ".deps/cartmap_f.Tpo" -c -o cartmap_f.lo cartmap_f.c; \ then mv -f ".deps/cartmap_f.Tpo" ".deps/cartmap_f.Plo"; else rm -f ".deps/cartmap_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartmap_f.lo -MD -MP -MF .deps/cartmap_f.Tpo -c cartmap_f.c -o cartmap_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartrank_f.lo -MD -MP -MF ".deps/cartrank_f.Tpo" -c -o cartrank_f.lo cartrank_f.c; \ then mv -f ".deps/cartrank_f.Tpo" ".deps/cartrank_f.Plo"; else rm -f ".deps/cartrank_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartrank_f.lo -MD -MP -MF .deps/cartrank_f.Tpo -c cartrank_f.c -o cartrank_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartshift_f.lo -MD -MP -MF ".deps/cartshift_f.Tpo" -c -o cartshift_f.lo cartshift_f.c; \ then mv -f ".deps/cartshift_f.Tpo" ".deps/cartshift_f.Plo"; else rm -f ".deps/cartshift_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartshift_f.lo -MD -MP -MF .deps/cartshift_f.Tpo -c cartshift_f.c -o cartshift_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartsub_f.lo -MD -MP -MF ".deps/cartsub_f.Tpo" -c -o cartsub_f.lo cartsub_f.c; \ then mv -f ".deps/cartsub_f.Tpo" ".deps/cartsub_f.Plo"; else rm -f ".deps/cartsub_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartsub_f.lo -MD -MP -MF .deps/cartsub_f.Tpo -c cartsub_f.c -o cartsub_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccmp_f.lo -MD -MP -MF ".deps/ccmp_f.Tpo" -c -o ccmp_f.lo ccmp_f.c; \ then mv -f ".deps/ccmp_f.Tpo" ".deps/ccmp_f.Plo"; else rm -f ".deps/ccmp_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccmp_f.lo -MD -MP -MF .deps/ccmp_f.Tpo -c ccmp_f.c -o ccmp_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreateerr_f.lo -MD -MP -MF ".deps/ccreateerr_f.Tpo" -c -o ccreateerr_f.lo ccreateerr_f.c; \ then mv -f ".deps/ccreateerr_f.Tpo" ".deps/ccreateerr_f.Plo"; else rm -f ".deps/ccreateerr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreateerr_f.lo -MD -MP -MF .deps/ccreateerr_f.Tpo -c ccreateerr_f.c -o ccreateerr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreate_f.lo -MD -MP -MF ".deps/ccreate_f.Tpo" -c -o ccreate_f.lo ccreate_f.c; \ then mv -f ".deps/ccreate_f.Tpo" ".deps/ccreate_f.Plo"; else rm -f ".deps/ccreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreate_f.lo -MD -MP -MF .deps/ccreate_f.Tpo -c ccreate_f.c -o ccreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreatekey_f.lo -MD -MP -MF ".deps/ccreatekey_f.Tpo" -c -o ccreatekey_f.lo ccreatekey_f.c; \ then mv -f ".deps/ccreatekey_f.Tpo" ".deps/ccreatekey_f.Plo"; else rm -f ".deps/ccreatekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreatekey_f.lo -MD -MP -MF .deps/ccreatekey_f.Tpo -c ccreatekey_f.c -o ccreatekey_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdelattr_f.lo -MD -MP -MF ".deps/cdelattr_f.Tpo" -c -o cdelattr_f.lo cdelattr_f.c; \ then mv -f ".deps/cdelattr_f.Tpo" ".deps/cdelattr_f.Plo"; else rm -f ".deps/cdelattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdelattr_f.lo -MD -MP -MF .deps/cdelattr_f.Tpo -c cdelattr_f.c -o cdelattr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdisconnect_f.lo -MD -MP -MF ".deps/cdisconnect_f.Tpo" -c -o cdisconnect_f.lo cdisconnect_f.c; \ then mv -f ".deps/cdisconnect_f.Tpo" ".deps/cdisconnect_f.Plo"; else rm -f ".deps/cdisconnect_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdisconnect_f.lo -MD -MP -MF .deps/cdisconnect_f.Tpo -c cdisconnect_f.c -o cdisconnect_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdup_f.lo -MD -MP -MF ".deps/cdup_f.Tpo" -c -o cdup_f.lo cdup_f.c; \ then mv -f ".deps/cdup_f.Tpo" ".deps/cdup_f.Plo"; else rm -f ".deps/cdup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdup_f.lo -MD -MP -MF .deps/cdup_f.Tpo -c cdup_f.c -o cdup_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cfree_f.lo -MD -MP -MF ".deps/cfree_f.Tpo" -c -o cfree_f.lo cfree_f.c; \ then mv -f ".deps/cfree_f.Tpo" ".deps/cfree_f.Plo"; else rm -f ".deps/cfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cfree_f.lo -MD -MP -MF .deps/cfree_f.Tpo -c cfree_f.c -o cfree_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cfreekey_f.lo -MD -MP -MF ".deps/cfreekey_f.Tpo" -c -o cfreekey_f.lo cfreekey_f.c; \ then mv -f ".deps/cfreekey_f.Tpo" ".deps/cfreekey_f.Plo"; else rm -f ".deps/cfreekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cfreekey_f.lo -MD -MP -MF .deps/cfreekey_f.Tpo -c cfreekey_f.c -o cfreekey_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetattr_f.lo -MD -MP -MF ".deps/cgetattr_f.Tpo" -c -o cgetattr_f.lo cgetattr_f.c; \ then mv -f ".deps/cgetattr_f.Tpo" ".deps/cgetattr_f.Plo"; else rm -f ".deps/cgetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetattr_f.lo -MD -MP -MF .deps/cgetattr_f.Tpo -c cgetattr_f.c -o cgetattr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgeterr_f.lo -MD -MP -MF ".deps/cgeterr_f.Tpo" -c -o cgeterr_f.lo cgeterr_f.c; \ then mv -f ".deps/cgeterr_f.Tpo" ".deps/cgeterr_f.Plo"; else rm -f ".deps/cgeterr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgeterr_f.lo -MD -MP -MF .deps/cgeterr_f.Tpo -c cgeterr_f.c -o cgeterr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetname_f.lo -MD -MP -MF ".deps/cgetname_f.Tpo" -c -o cgetname_f.lo cgetname_f.c; \ then mv -f ".deps/cgetname_f.Tpo" ".deps/cgetname_f.Plo"; else rm -f ".deps/cgetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetname_f.lo -MD -MP -MF .deps/cgetname_f.Tpo -c cgetname_f.c -o cgetname_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetparent_f.lo -MD -MP -MF ".deps/cgetparent_f.Tpo" -c -o cgetparent_f.lo cgetparent_f.c; \ then mv -f ".deps/cgetparent_f.Tpo" ".deps/cgetparent_f.Plo"; else rm -f ".deps/cgetparent_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetparent_f.lo -MD -MP -MF .deps/cgetparent_f.Tpo -c cgetparent_f.c -o cgetparent_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgroup_f.lo -MD -MP -MF ".deps/cgroup_f.Tpo" -c -o cgroup_f.lo cgroup_f.c; \ then mv -f ".deps/cgroup_f.Tpo" ".deps/cgroup_f.Plo"; else rm -f ".deps/cgroup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgroup_f.lo -MD -MP -MF .deps/cgroup_f.Tpo -c cgroup_f.c -o cgroup_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT connect_f.lo -MD -MP -MF ".deps/connect_f.Tpo" -c -o connect_f.lo connect_f.c; \ then mv -f ".deps/connect_f.Tpo" ".deps/connect_f.Plo"; else rm -f ".deps/connect_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT connect_f.lo -MD -MP -MF .deps/connect_f.Tpo -c connect_f.c -o connect_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crank_f.lo -MD -MP -MF ".deps/crank_f.Tpo" -c -o crank_f.lo crank_f.c; \ then mv -f ".deps/crank_f.Tpo" ".deps/crank_f.Plo"; else rm -f ".deps/crank_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crank_f.lo -MD -MP -MF .deps/crank_f.Tpo -c crank_f.c -o crank_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crgroup_f.lo -MD -MP -MF ".deps/crgroup_f.Tpo" -c -o crgroup_f.lo crgroup_f.c; \ then mv -f ".deps/crgroup_f.Tpo" ".deps/crgroup_f.Plo"; else rm -f ".deps/crgroup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crgroup_f.lo -MD -MP -MF .deps/crgroup_f.Tpo -c crgroup_f.c -o crgroup_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crsize_f.lo -MD -MP -MF ".deps/crsize_f.Tpo" -c -o crsize_f.lo crsize_f.c; \ then mv -f ".deps/crsize_f.Tpo" ".deps/crsize_f.Plo"; else rm -f ".deps/crsize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crsize_f.lo -MD -MP -MF .deps/crsize_f.Tpo -c crsize_f.c -o crsize_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csetattr_f.lo -MD -MP -MF ".deps/csetattr_f.Tpo" -c -o csetattr_f.lo csetattr_f.c; \ then mv -f ".deps/csetattr_f.Tpo" ".deps/csetattr_f.Plo"; else rm -f ".deps/csetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csetattr_f.lo -MD -MP -MF .deps/csetattr_f.Tpo -c csetattr_f.c -o csetattr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cseterr_f.lo -MD -MP -MF ".deps/cseterr_f.Tpo" -c -o cseterr_f.lo cseterr_f.c; \ then mv -f ".deps/cseterr_f.Tpo" ".deps/cseterr_f.Plo"; else rm -f ".deps/cseterr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cseterr_f.lo -MD -MP -MF .deps/cseterr_f.Tpo -c cseterr_f.c -o cseterr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csetname_f.lo -MD -MP -MF ".deps/csetname_f.Tpo" -c -o csetname_f.lo csetname_f.c; \ then mv -f ".deps/csetname_f.Tpo" ".deps/csetname_f.Plo"; else rm -f ".deps/csetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csetname_f.lo -MD -MP -MF .deps/csetname_f.Tpo -c csetname_f.c -o csetname_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csize_f.lo -MD -MP -MF ".deps/csize_f.Tpo" -c -o csize_f.lo csize_f.c; \ then mv -f ".deps/csize_f.Tpo" ".deps/csize_f.Plo"; else rm -f ".deps/csize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csize_f.lo -MD -MP -MF .deps/csize_f.Tpo -c csize_f.c -o csize_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csplit_f.lo -MD -MP -MF ".deps/csplit_f.Tpo" -c -o csplit_f.lo csplit_f.c; \ then mv -f ".deps/csplit_f.Tpo" ".deps/csplit_f.Plo"; else rm -f ".deps/csplit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csplit_f.lo -MD -MP -MF .deps/csplit_f.Tpo -c csplit_f.c -o csplit_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ctestinter_f.lo -MD -MP -MF ".deps/ctestinter_f.Tpo" -c -o ctestinter_f.lo ctestinter_f.c; \ then mv -f ".deps/ctestinter_f.Tpo" ".deps/ctestinter_f.Plo"; else rm -f ".deps/ctestinter_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ctestinter_f.lo -MD -MP -MF .deps/ctestinter_f.Tpo -c ctestinter_f.c -o ctestinter_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dimscreate_f.lo -MD -MP -MF ".deps/dimscreate_f.Tpo" -c -o dimscreate_f.lo dimscreate_f.c; \ then mv -f ".deps/dimscreate_f.Tpo" ".deps/dimscreate_f.Plo"; else rm -f ".deps/dimscreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dimscreate_f.lo -MD -MP -MF .deps/dimscreate_f.Tpo -c dimscreate_f.c -o dimscreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dupfn_f.lo -MD -MP -MF ".deps/dupfn_f.Tpo" -c -o dupfn_f.lo dupfn_f.c; \ then mv -f ".deps/dupfn_f.Tpo" ".deps/dupfn_f.Plo"; else rm -f ".deps/dupfn_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dupfn_f.lo -MD -MP -MF .deps/dupfn_f.Tpo -c dupfn_f.c -o dupfn_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errclass_f.lo -MD -MP -MF ".deps/errclass_f.Tpo" -c -o errclass_f.lo errclass_f.c; \ then mv -f ".deps/errclass_f.Tpo" ".deps/errclass_f.Plo"; else rm -f ".deps/errclass_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errclass_f.lo -MD -MP -MF .deps/errclass_f.Tpo -c errclass_f.c -o errclass_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errcreate_f.lo -MD -MP -MF ".deps/errcreate_f.Tpo" -c -o errcreate_f.lo errcreate_f.c; \ then mv -f ".deps/errcreate_f.Tpo" ".deps/errcreate_f.Plo"; else rm -f ".deps/errcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errcreate_f.lo -MD -MP -MF .deps/errcreate_f.Tpo -c errcreate_f.c -o errcreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errfree_f.lo -MD -MP -MF ".deps/errfree_f.Tpo" -c -o errfree_f.lo errfree_f.c; \ then mv -f ".deps/errfree_f.Tpo" ".deps/errfree_f.Plo"; else rm -f ".deps/errfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errfree_f.lo -MD -MP -MF .deps/errfree_f.Tpo -c errfree_f.c -o errfree_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errget_f.lo -MD -MP -MF ".deps/errget_f.Tpo" -c -o errget_f.lo errget_f.c; \ then mv -f ".deps/errget_f.Tpo" ".deps/errget_f.Plo"; else rm -f ".deps/errget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errget_f.lo -MD -MP -MF .deps/errget_f.Tpo -c errget_f.c -o errget_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errset_f.lo -MD -MP -MF ".deps/errset_f.Tpo" -c -o errset_f.lo errset_f.c; \ then mv -f ".deps/errset_f.Tpo" ".deps/errset_f.Plo"; else rm -f ".deps/errset_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errset_f.lo -MD -MP -MF .deps/errset_f.Tpo -c errset_f.c -o errset_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errstring_f.lo -MD -MP -MF ".deps/errstring_f.Tpo" -c -o errstring_f.lo errstring_f.c; \ then mv -f ".deps/errstring_f.Tpo" ".deps/errstring_f.Plo"; else rm -f ".deps/errstring_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errstring_f.lo -MD -MP -MF .deps/errstring_f.Tpo -c errstring_f.c -o errstring_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT exscan_f.lo -MD -MP -MF ".deps/exscan_f.Tpo" -c -o exscan_f.lo exscan_f.c; \ then mv -f ".deps/exscan_f.Tpo" ".deps/exscan_f.Plo"; else rm -f ".deps/exscan_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT exscan_f.lo -MD -MP -MF .deps/exscan_f.Tpo -c exscan_f.c -o exscan_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT finalize_f.lo -MD -MP -MF ".deps/finalize_f.Tpo" -c -o finalize_f.lo finalize_f.c; \ then mv -f ".deps/finalize_f.Tpo" ".deps/finalize_f.Plo"; else rm -f ".deps/finalize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT finalize_f.lo -MD -MP -MF .deps/finalize_f.Tpo -c finalize_f.c -o finalize_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT finalized_f.lo -MD -MP -MF ".deps/finalized_f.Tpo" -c -o finalized_f.lo finalized_f.c; \ then mv -f ".deps/finalized_f.Tpo" ".deps/finalized_f.Plo"; else rm -f ".deps/finalized_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT finalized_f.lo -MD -MP -MF .deps/finalized_f.Tpo -c finalized_f.c -o finalized_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT freemem_f.lo -MD -MP -MF ".deps/freemem_f.Tpo" -c -o freemem_f.lo freemem_f.c; \ then mv -f ".deps/freemem_f.Tpo" ".deps/freemem_f.Plo"; else rm -f ".deps/freemem_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT freemem_f.lo -MD -MP -MF .deps/freemem_f.Tpo -c freemem_f.c -o freemem_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gather_f.lo -MD -MP -MF ".deps/gather_f.Tpo" -c -o gather_f.lo gather_f.c; \ then mv -f ".deps/gather_f.Tpo" ".deps/gather_f.Plo"; else rm -f ".deps/gather_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gather_f.lo -MD -MP -MF .deps/gather_f.Tpo -c gather_f.c -o gather_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gatherv_f.lo -MD -MP -MF ".deps/gatherv_f.Tpo" -c -o gatherv_f.lo gatherv_f.c; \ then mv -f ".deps/gatherv_f.Tpo" ".deps/gatherv_f.Plo"; else rm -f ".deps/gatherv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gatherv_f.lo -MD -MP -MF .deps/gatherv_f.Tpo -c gatherv_f.c -o gatherv_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gcmp_f.lo -MD -MP -MF ".deps/gcmp_f.Tpo" -c -o gcmp_f.lo gcmp_f.c; \ then mv -f ".deps/gcmp_f.Tpo" ".deps/gcmp_f.Plo"; else rm -f ".deps/gcmp_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gcmp_f.lo -MD -MP -MF .deps/gcmp_f.Tpo -c gcmp_f.c -o gcmp_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gdiff_f.lo -MD -MP -MF ".deps/gdiff_f.Tpo" -c -o gdiff_f.lo gdiff_f.c; \ then mv -f ".deps/gdiff_f.Tpo" ".deps/gdiff_f.Plo"; else rm -f ".deps/gdiff_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gdiff_f.lo -MD -MP -MF .deps/gdiff_f.Tpo -c gdiff_f.c -o gdiff_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getaddress_f.lo -MD -MP -MF ".deps/getaddress_f.Tpo" -c -o getaddress_f.lo getaddress_f.c; \ then mv -f ".deps/getaddress_f.Tpo" ".deps/getaddress_f.Plo"; else rm -f ".deps/getaddress_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getaddress_f.lo -MD -MP -MF .deps/getaddress_f.Tpo -c getaddress_f.c -o getaddress_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getcount_f.lo -MD -MP -MF ".deps/getcount_f.Tpo" -c -o getcount_f.lo getcount_f.c; \ then mv -f ".deps/getcount_f.Tpo" ".deps/getcount_f.Plo"; else rm -f ".deps/getcount_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getcount_f.lo -MD -MP -MF .deps/getcount_f.Tpo -c getcount_f.c -o getcount_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getelem_f.lo -MD -MP -MF ".deps/getelem_f.Tpo" -c -o getelem_f.lo getelem_f.c; \ then mv -f ".deps/getelem_f.Tpo" ".deps/getelem_f.Plo"; else rm -f ".deps/getelem_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getelem_f.lo -MD -MP -MF .deps/getelem_f.Tpo -c getelem_f.c -o getelem_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT get_f.lo -MD -MP -MF ".deps/get_f.Tpo" -c -o get_f.lo get_f.c; \ then mv -f ".deps/get_f.Tpo" ".deps/get_f.Plo"; else rm -f ".deps/get_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT get_f.lo -MD -MP -MF .deps/get_f.Tpo -c get_f.c -o get_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getprocname_f.lo -MD -MP -MF ".deps/getprocname_f.Tpo" -c -o getprocname_f.lo getprocname_f.c; \ then mv -f ".deps/getprocname_f.Tpo" ".deps/getprocname_f.Plo"; else rm -f ".deps/getprocname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getprocname_f.lo -MD -MP -MF .deps/getprocname_f.Tpo -c getprocname_f.c -o getprocname_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getversion_f.lo -MD -MP -MF ".deps/getversion_f.Tpo" -c -o getversion_f.lo getversion_f.c; \ then mv -f ".deps/getversion_f.Tpo" ".deps/getversion_f.Plo"; else rm -f ".deps/getversion_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getversion_f.lo -MD -MP -MF .deps/getversion_f.Tpo -c getversion_f.c -o getversion_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gexcl_f.lo -MD -MP -MF ".deps/gexcl_f.Tpo" -c -o gexcl_f.lo gexcl_f.c; \ then mv -f ".deps/gexcl_f.Tpo" ".deps/gexcl_f.Plo"; else rm -f ".deps/gexcl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gexcl_f.lo -MD -MP -MF .deps/gexcl_f.Tpo -c gexcl_f.c -o gexcl_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gfree_f.lo -MD -MP -MF ".deps/gfree_f.Tpo" -c -o gfree_f.lo gfree_f.c; \ then mv -f ".deps/gfree_f.Tpo" ".deps/gfree_f.Plo"; else rm -f ".deps/gfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gfree_f.lo -MD -MP -MF .deps/gfree_f.Tpo -c gfree_f.c -o gfree_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gincl_f.lo -MD -MP -MF ".deps/gincl_f.Tpo" -c -o gincl_f.lo gincl_f.c; \ then mv -f ".deps/gincl_f.Tpo" ".deps/gincl_f.Plo"; else rm -f ".deps/gincl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gincl_f.lo -MD -MP -MF .deps/gincl_f.Tpo -c gincl_f.c -o gincl_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ginter_f.lo -MD -MP -MF ".deps/ginter_f.Tpo" -c -o ginter_f.lo ginter_f.c; \ then mv -f ".deps/ginter_f.Tpo" ".deps/ginter_f.Plo"; else rm -f ".deps/ginter_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ginter_f.lo -MD -MP -MF .deps/ginter_f.Tpo -c ginter_f.c -o ginter_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grank_f.lo -MD -MP -MF ".deps/grank_f.Tpo" -c -o grank_f.lo grank_f.c; \ then mv -f ".deps/grank_f.Tpo" ".deps/grank_f.Plo"; else rm -f ".deps/grank_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grank_f.lo -MD -MP -MF .deps/grank_f.Tpo -c grank_f.c -o grank_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphcreate_f.lo -MD -MP -MF ".deps/graphcreate_f.Tpo" -c -o graphcreate_f.lo graphcreate_f.c; \ then mv -f ".deps/graphcreate_f.Tpo" ".deps/graphcreate_f.Plo"; else rm -f ".deps/graphcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphcreate_f.lo -MD -MP -MF .deps/graphcreate_f.Tpo -c graphcreate_f.c -o graphcreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphdimsget_f.lo -MD -MP -MF ".deps/graphdimsget_f.Tpo" -c -o graphdimsget_f.lo graphdimsget_f.c; \ then mv -f ".deps/graphdimsget_f.Tpo" ".deps/graphdimsget_f.Plo"; else rm -f ".deps/graphdimsget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphdimsget_f.lo -MD -MP -MF .deps/graphdimsget_f.Tpo -c graphdimsget_f.c -o graphdimsget_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphget_f.lo -MD -MP -MF ".deps/graphget_f.Tpo" -c -o graphget_f.lo graphget_f.c; \ then mv -f ".deps/graphget_f.Tpo" ".deps/graphget_f.Plo"; else rm -f ".deps/graphget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphget_f.lo -MD -MP -MF .deps/graphget_f.Tpo -c graphget_f.c -o graphget_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphmap_f.lo -MD -MP -MF ".deps/graphmap_f.Tpo" -c -o graphmap_f.lo graphmap_f.c; \ then mv -f ".deps/graphmap_f.Tpo" ".deps/graphmap_f.Plo"; else rm -f ".deps/graphmap_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphmap_f.lo -MD -MP -MF .deps/graphmap_f.Tpo -c graphmap_f.c -o graphmap_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphnbrcount_f.lo -MD -MP -MF ".deps/graphnbrcount_f.Tpo" -c -o graphnbrcount_f.lo graphnbrcount_f.c; \ then mv -f ".deps/graphnbrcount_f.Tpo" ".deps/graphnbrcount_f.Plo"; else rm -f ".deps/graphnbrcount_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphnbrcount_f.lo -MD -MP -MF .deps/graphnbrcount_f.Tpo -c graphnbrcount_f.c -o graphnbrcount_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphnbr_f.lo -MD -MP -MF ".deps/graphnbr_f.Tpo" -c -o graphnbr_f.lo graphnbr_f.c; \ then mv -f ".deps/graphnbr_f.Tpo" ".deps/graphnbr_f.Plo"; else rm -f ".deps/graphnbr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphnbr_f.lo -MD -MP -MF .deps/graphnbr_f.Tpo -c graphnbr_f.c -o graphnbr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grexcl_f.lo -MD -MP -MF ".deps/grexcl_f.Tpo" -c -o grexcl_f.lo grexcl_f.c; \ then mv -f ".deps/grexcl_f.Tpo" ".deps/grexcl_f.Plo"; else rm -f ".deps/grexcl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grexcl_f.lo -MD -MP -MF .deps/grexcl_f.Tpo -c grexcl_f.c -o grexcl_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grincl_f.lo -MD -MP -MF ".deps/grincl_f.Tpo" -c -o grincl_f.lo grincl_f.c; \ then mv -f ".deps/grincl_f.Tpo" ".deps/grincl_f.Plo"; else rm -f ".deps/grincl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grincl_f.lo -MD -MP -MF .deps/grincl_f.Tpo -c grincl_f.c -o grincl_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gsize_f.lo -MD -MP -MF ".deps/gsize_f.Tpo" -c -o gsize_f.lo gsize_f.c; \ then mv -f ".deps/gsize_f.Tpo" ".deps/gsize_f.Plo"; else rm -f ".deps/gsize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gsize_f.lo -MD -MP -MF .deps/gsize_f.Tpo -c gsize_f.c -o gsize_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gtranks_f.lo -MD -MP -MF ".deps/gtranks_f.Tpo" -c -o gtranks_f.lo gtranks_f.c; \ then mv -f ".deps/gtranks_f.Tpo" ".deps/gtranks_f.Plo"; else rm -f ".deps/gtranks_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gtranks_f.lo -MD -MP -MF .deps/gtranks_f.Tpo -c gtranks_f.c -o gtranks_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gunion_f.lo -MD -MP -MF ".deps/gunion_f.Tpo" -c -o gunion_f.lo gunion_f.c; \ then mv -f ".deps/gunion_f.Tpo" ".deps/gunion_f.Plo"; else rm -f ".deps/gunion_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gunion_f.lo -MD -MP -MF .deps/gunion_f.Tpo -c gunion_f.c -o gunion_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ibsend_f.lo -MD -MP -MF ".deps/ibsend_f.Tpo" -c -o ibsend_f.lo ibsend_f.c; \ then mv -f ".deps/ibsend_f.Tpo" ".deps/ibsend_f.Plo"; else rm -f ".deps/ibsend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ibsend_f.lo -MD -MP -MF .deps/ibsend_f.Tpo -c ibsend_f.c -o ibsend_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iccreate_f.lo -MD -MP -MF ".deps/iccreate_f.Tpo" -c -o iccreate_f.lo iccreate_f.c; \ then mv -f ".deps/iccreate_f.Tpo" ".deps/iccreate_f.Plo"; else rm -f ".deps/iccreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iccreate_f.lo -MD -MP -MF .deps/iccreate_f.Tpo -c iccreate_f.c -o iccreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT icmerge_f.lo -MD -MP -MF ".deps/icmerge_f.Tpo" -c -o icmerge_f.lo icmerge_f.c; \ then mv -f ".deps/icmerge_f.Tpo" ".deps/icmerge_f.Plo"; else rm -f ".deps/icmerge_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT icmerge_f.lo -MD -MP -MF .deps/icmerge_f.Tpo -c icmerge_f.c -o icmerge_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infocreate_f.lo -MD -MP -MF ".deps/infocreate_f.Tpo" -c -o infocreate_f.lo infocreate_f.c; \ then mv -f ".deps/infocreate_f.Tpo" ".deps/infocreate_f.Plo"; else rm -f ".deps/infocreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infocreate_f.lo -MD -MP -MF .deps/infocreate_f.Tpo -c infocreate_f.c -o infocreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infodel_f.lo -MD -MP -MF ".deps/infodel_f.Tpo" -c -o infodel_f.lo infodel_f.c; \ then mv -f ".deps/infodel_f.Tpo" ".deps/infodel_f.Plo"; else rm -f ".deps/infodel_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infodel_f.lo -MD -MP -MF .deps/infodel_f.Tpo -c infodel_f.c -o infodel_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infodup_f.lo -MD -MP -MF ".deps/infodup_f.Tpo" -c -o infodup_f.lo infodup_f.c; \ then mv -f ".deps/infodup_f.Tpo" ".deps/infodup_f.Plo"; else rm -f ".deps/infodup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infodup_f.lo -MD -MP -MF .deps/infodup_f.Tpo -c infodup_f.c -o infodup_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infofree_f.lo -MD -MP -MF ".deps/infofree_f.Tpo" -c -o infofree_f.lo infofree_f.c; \ then mv -f ".deps/infofree_f.Tpo" ".deps/infofree_f.Plo"; else rm -f ".deps/infofree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infofree_f.lo -MD -MP -MF .deps/infofree_f.Tpo -c infofree_f.c -o infofree_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infoget_f.lo -MD -MP -MF ".deps/infoget_f.Tpo" -c -o infoget_f.lo infoget_f.c; \ then mv -f ".deps/infoget_f.Tpo" ".deps/infoget_f.Plo"; else rm -f ".deps/infoget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infoget_f.lo -MD -MP -MF .deps/infoget_f.Tpo -c infoget_f.c -o infoget_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetnkeys_f.lo -MD -MP -MF ".deps/infogetnkeys_f.Tpo" -c -o infogetnkeys_f.lo infogetnkeys_f.c; \ then mv -f ".deps/infogetnkeys_f.Tpo" ".deps/infogetnkeys_f.Plo"; else rm -f ".deps/infogetnkeys_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetnkeys_f.lo -MD -MP -MF .deps/infogetnkeys_f.Tpo -c infogetnkeys_f.c -o infogetnkeys_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetnth_f.lo -MD -MP -MF ".deps/infogetnth_f.Tpo" -c -o infogetnth_f.lo infogetnth_f.c; \ then mv -f ".deps/infogetnth_f.Tpo" ".deps/infogetnth_f.Plo"; else rm -f ".deps/infogetnth_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetnth_f.lo -MD -MP -MF .deps/infogetnth_f.Tpo -c infogetnth_f.c -o infogetnth_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetvlen_f.lo -MD -MP -MF ".deps/infogetvlen_f.Tpo" -c -o infogetvlen_f.lo infogetvlen_f.c; \ then mv -f ".deps/infogetvlen_f.Tpo" ".deps/infogetvlen_f.Plo"; else rm -f ".deps/infogetvlen_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetvlen_f.lo -MD -MP -MF .deps/infogetvlen_f.Tpo -c infogetvlen_f.c -o infogetvlen_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infoset_f.lo -MD -MP -MF ".deps/infoset_f.Tpo" -c -o infoset_f.lo infoset_f.c; \ then mv -f ".deps/infoset_f.Tpo" ".deps/infoset_f.Plo"; else rm -f ".deps/infoset_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infoset_f.lo -MD -MP -MF .deps/infoset_f.Tpo -c infoset_f.c -o infoset_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT inited_f.lo -MD -MP -MF ".deps/inited_f.Tpo" -c -o inited_f.lo inited_f.c; \ then mv -f ".deps/inited_f.Tpo" ".deps/inited_f.Plo"; else rm -f ".deps/inited_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT inited_f.lo -MD -MP -MF .deps/inited_f.Tpo -c inited_f.c -o inited_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT init_f.lo -MD -MP -MF ".deps/init_f.Tpo" -c -o init_f.lo init_f.c; \ then mv -f ".deps/init_f.Tpo" ".deps/init_f.Plo"; else rm -f ".deps/init_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT init_f.lo -MD -MP -MF .deps/init_f.Tpo -c init_f.c -o init_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT initthr_f.lo -MD -MP -MF ".deps/initthr_f.Tpo" -c -o initthr_f.lo initthr_f.c; \ then mv -f ".deps/initthr_f.Tpo" ".deps/initthr_f.Plo"; else rm -f ".deps/initthr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT initthr_f.lo -MD -MP -MF .deps/initthr_f.Tpo -c initthr_f.c -o initthr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iprobe_f.lo -MD -MP -MF ".deps/iprobe_f.Tpo" -c -o iprobe_f.lo iprobe_f.c; \ then mv -f ".deps/iprobe_f.Tpo" ".deps/iprobe_f.Plo"; else rm -f ".deps/iprobe_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iprobe_f.lo -MD -MP -MF .deps/iprobe_f.Tpo -c iprobe_f.c -o iprobe_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT irecv_f.lo -MD -MP -MF ".deps/irecv_f.Tpo" -c -o irecv_f.lo irecv_f.c; \ then mv -f ".deps/irecv_f.Tpo" ".deps/irecv_f.Plo"; else rm -f ".deps/irecv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT irecv_f.lo -MD -MP -MF .deps/irecv_f.Tpo -c irecv_f.c -o irecv_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT irsend_f.lo -MD -MP -MF ".deps/irsend_f.Tpo" -c -o irsend_f.lo irsend_f.c; \ then mv -f ".deps/irsend_f.Tpo" ".deps/irsend_f.Plo"; else rm -f ".deps/irsend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT irsend_f.lo -MD -MP -MF .deps/irsend_f.Tpo -c irsend_f.c -o irsend_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT isend_f.lo -MD -MP -MF ".deps/isend_f.Tpo" -c -o isend_f.lo isend_f.c; \ then mv -f ".deps/isend_f.Tpo" ".deps/isend_f.Plo"; else rm -f ".deps/isend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT isend_f.lo -MD -MP -MF .deps/isend_f.Tpo -c isend_f.c -o isend_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT issend_f.lo -MD -MP -MF ".deps/issend_f.Tpo" -c -o issend_f.lo issend_f.c; \ then mv -f ".deps/issend_f.Tpo" ".deps/issend_f.Plo"; else rm -f ".deps/issend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT issend_f.lo -MD -MP -MF .deps/issend_f.Tpo -c issend_f.c -o issend_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT isthrmain_f.lo -MD -MP -MF ".deps/isthrmain_f.Tpo" -c -o isthrmain_f.lo isthrmain_f.c; \ then mv -f ".deps/isthrmain_f.Tpo" ".deps/isthrmain_f.Plo"; else rm -f ".deps/isthrmain_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT isthrmain_f.lo -MD -MP -MF .deps/isthrmain_f.Tpo -c isthrmain_f.c -o isthrmain_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT join_f.lo -MD -MP -MF ".deps/join_f.Tpo" -c -o join_f.lo join_f.c; \ then mv -f ".deps/join_f.Tpo" ".deps/join_f.Plo"; else rm -f ".deps/join_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT join_f.lo -MD -MP -MF .deps/join_f.Tpo -c join_f.c -o join_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT keycreate_f.lo -MD -MP -MF ".deps/keycreate_f.Tpo" -c -o keycreate_f.lo keycreate_f.c; \ then mv -f ".deps/keycreate_f.Tpo" ".deps/keycreate_f.Plo"; else rm -f ".deps/keycreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT keycreate_f.lo -MD -MP -MF .deps/keycreate_f.Tpo -c keycreate_f.c -o keycreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT keyfree_f.lo -MD -MP -MF ".deps/keyfree_f.Tpo" -c -o keyfree_f.lo keyfree_f.c; \ then mv -f ".deps/keyfree_f.Tpo" ".deps/keyfree_f.Plo"; else rm -f ".deps/keyfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT keyfree_f.lo -MD -MP -MF .deps/keyfree_f.Tpo -c keyfree_f.c -o keyfree_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_id_f.lo -MD -MP -MF ".deps/mpil_id_f.Tpo" -c -o mpil_id_f.lo mpil_id_f.c; \ then mv -f ".deps/mpil_id_f.Tpo" ".deps/mpil_id_f.Plo"; else rm -f ".deps/mpil_id_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_id_f.lo -MD -MP -MF .deps/mpil_id_f.Tpo -c mpil_id_f.c -o mpil_id_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_signal_f.lo -MD -MP -MF ".deps/mpil_signal_f.Tpo" -c -o mpil_signal_f.lo mpil_signal_f.c; \ then mv -f ".deps/mpil_signal_f.Tpo" ".deps/mpil_signal_f.Plo"; else rm -f ".deps/mpil_signal_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_signal_f.lo -MD -MP -MF .deps/mpil_signal_f.Tpo -c mpil_signal_f.c -o mpil_signal_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_trace_f.lo -MD -MP -MF ".deps/mpil_trace_f.Tpo" -c -o mpil_trace_f.lo mpil_trace_f.c; \ then mv -f ".deps/mpil_trace_f.Tpo" ".deps/mpil_trace_f.Plo"; else rm -f ".deps/mpil_trace_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_trace_f.lo -MD -MP -MF .deps/mpil_trace_f.Tpo -c mpil_trace_f.c -o mpil_trace_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT namelook_f.lo -MD -MP -MF ".deps/namelook_f.Tpo" -c -o namelook_f.lo namelook_f.c; \ then mv -f ".deps/namelook_f.Tpo" ".deps/namelook_f.Plo"; else rm -f ".deps/namelook_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT namelook_f.lo -MD -MP -MF .deps/namelook_f.Tpo -c namelook_f.c -o namelook_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT namepub_f.lo -MD -MP -MF ".deps/namepub_f.Tpo" -c -o namepub_f.lo namepub_f.c; \ then mv -f ".deps/namepub_f.Tpo" ".deps/namepub_f.Plo"; else rm -f ".deps/namepub_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT namepub_f.lo -MD -MP -MF .deps/namepub_f.Tpo -c namepub_f.c -o namepub_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nameunpub_f.lo -MD -MP -MF ".deps/nameunpub_f.Tpo" -c -o nameunpub_f.lo nameunpub_f.c; \ then mv -f ".deps/nameunpub_f.Tpo" ".deps/nameunpub_f.Plo"; else rm -f ".deps/nameunpub_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nameunpub_f.lo -MD -MP -MF .deps/nameunpub_f.Tpo -c nameunpub_f.c -o nameunpub_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT opcreate_f.lo -MD -MP -MF ".deps/opcreate_f.Tpo" -c -o opcreate_f.lo opcreate_f.c; \ then mv -f ".deps/opcreate_f.Tpo" ".deps/opcreate_f.Plo"; else rm -f ".deps/opcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT opcreate_f.lo -MD -MP -MF .deps/opcreate_f.Tpo -c opcreate_f.c -o opcreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT opfree_f.lo -MD -MP -MF ".deps/opfree_f.Tpo" -c -o opfree_f.lo opfree_f.c; \ then mv -f ".deps/opfree_f.Tpo" ".deps/opfree_f.Plo"; else rm -f ".deps/opfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT opfree_f.lo -MD -MP -MF .deps/opfree_f.Tpo -c opfree_f.c -o opfree_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pack_f.lo -MD -MP -MF ".deps/pack_f.Tpo" -c -o pack_f.lo pack_f.c; \ then mv -f ".deps/pack_f.Tpo" ".deps/pack_f.Plo"; else rm -f ".deps/pack_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pack_f.lo -MD -MP -MF .deps/pack_f.Tpo -c pack_f.c -o pack_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT packsize_f.lo -MD -MP -MF ".deps/packsize_f.Tpo" -c -o packsize_f.lo packsize_f.c; \ then mv -f ".deps/packsize_f.Tpo" ".deps/packsize_f.Plo"; else rm -f ".deps/packsize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT packsize_f.lo -MD -MP -MF .deps/packsize_f.Tpo -c packsize_f.c -o packsize_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcontrol_f.lo -MD -MP -MF ".deps/pcontrol_f.Tpo" -c -o pcontrol_f.lo pcontrol_f.c; \ then mv -f ".deps/pcontrol_f.Tpo" ".deps/pcontrol_f.Plo"; else rm -f ".deps/pcontrol_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcontrol_f.lo -MD -MP -MF .deps/pcontrol_f.Tpo -c pcontrol_f.c -o pcontrol_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT portclose_f.lo -MD -MP -MF ".deps/portclose_f.Tpo" -c -o portclose_f.lo portclose_f.c; \ then mv -f ".deps/portclose_f.Tpo" ".deps/portclose_f.Plo"; else rm -f ".deps/portclose_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT portclose_f.lo -MD -MP -MF .deps/portclose_f.Tpo -c portclose_f.c -o portclose_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT portopen_f.lo -MD -MP -MF ".deps/portopen_f.Tpo" -c -o portopen_f.lo portopen_f.c; \ then mv -f ".deps/portopen_f.Tpo" ".deps/portopen_f.Plo"; else rm -f ".deps/portopen_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT portopen_f.lo -MD -MP -MF .deps/portopen_f.Tpo -c portopen_f.c -o portopen_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT probe_f.lo -MD -MP -MF ".deps/probe_f.Tpo" -c -o probe_f.lo probe_f.c; \ then mv -f ".deps/probe_f.Tpo" ".deps/probe_f.Plo"; else rm -f ".deps/probe_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT probe_f.lo -MD -MP -MF .deps/probe_f.Tpo -c probe_f.c -o probe_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT put_f.lo -MD -MP -MF ".deps/put_f.Tpo" -c -o put_f.lo put_f.c; \ then mv -f ".deps/put_f.Tpo" ".deps/put_f.Plo"; else rm -f ".deps/put_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT put_f.lo -MD -MP -MF .deps/put_f.Tpo -c put_f.c -o put_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT querythr_f.lo -MD -MP -MF ".deps/querythr_f.Tpo" -c -o querythr_f.lo querythr_f.c; \ then mv -f ".deps/querythr_f.Tpo" ".deps/querythr_f.Plo"; else rm -f ".deps/querythr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT querythr_f.lo -MD -MP -MF .deps/querythr_f.Tpo -c querythr_f.c -o querythr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recv_f.lo -MD -MP -MF ".deps/recv_f.Tpo" -c -o recv_f.lo recv_f.c; \ then mv -f ".deps/recv_f.Tpo" ".deps/recv_f.Plo"; else rm -f ".deps/recv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recv_f.lo -MD -MP -MF .deps/recv_f.Tpo -c recv_f.c -o recv_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recvinit_f.lo -MD -MP -MF ".deps/recvinit_f.Tpo" -c -o recvinit_f.lo recvinit_f.c; \ then mv -f ".deps/recvinit_f.Tpo" ".deps/recvinit_f.Plo"; else rm -f ".deps/recvinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recvinit_f.lo -MD -MP -MF .deps/recvinit_f.Tpo -c recvinit_f.c -o recvinit_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reduce_f.lo -MD -MP -MF ".deps/reduce_f.Tpo" -c -o reduce_f.lo reduce_f.c; \ then mv -f ".deps/reduce_f.Tpo" ".deps/reduce_f.Plo"; else rm -f ".deps/reduce_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reduce_f.lo -MD -MP -MF .deps/reduce_f.Tpo -c reduce_f.c -o reduce_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reducescatter_f.lo -MD -MP -MF ".deps/reducescatter_f.Tpo" -c -o reducescatter_f.lo reducescatter_f.c; \ then mv -f ".deps/reducescatter_f.Tpo" ".deps/reducescatter_f.Plo"; else rm -f ".deps/reducescatter_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reducescatter_f.lo -MD -MP -MF .deps/reducescatter_f.Tpo -c reducescatter_f.c -o reducescatter_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reqfree_f.lo -MD -MP -MF ".deps/reqfree_f.Tpo" -c -o reqfree_f.lo reqfree_f.c; \ then mv -f ".deps/reqfree_f.Tpo" ".deps/reqfree_f.Plo"; else rm -f ".deps/reqfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reqfree_f.lo -MD -MP -MF .deps/reqfree_f.Tpo -c reqfree_f.c -o reqfree_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rsend_f.lo -MD -MP -MF ".deps/rsend_f.Tpo" -c -o rsend_f.lo rsend_f.c; \ then mv -f ".deps/rsend_f.Tpo" ".deps/rsend_f.Plo"; else rm -f ".deps/rsend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rsend_f.lo -MD -MP -MF .deps/rsend_f.Tpo -c rsend_f.c -o rsend_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rsendinit_f.lo -MD -MP -MF ".deps/rsendinit_f.Tpo" -c -o rsendinit_f.lo rsendinit_f.c; \ then mv -f ".deps/rsendinit_f.Tpo" ".deps/rsendinit_f.Plo"; else rm -f ".deps/rsendinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rsendinit_f.lo -MD -MP -MF .deps/rsendinit_f.Tpo -c rsendinit_f.c -o rsendinit_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scan_f.lo -MD -MP -MF ".deps/scan_f.Tpo" -c -o scan_f.lo scan_f.c; \ then mv -f ".deps/scan_f.Tpo" ".deps/scan_f.Plo"; else rm -f ".deps/scan_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scan_f.lo -MD -MP -MF .deps/scan_f.Tpo -c scan_f.c -o scan_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scatter_f.lo -MD -MP -MF ".deps/scatter_f.Tpo" -c -o scatter_f.lo scatter_f.c; \ then mv -f ".deps/scatter_f.Tpo" ".deps/scatter_f.Plo"; else rm -f ".deps/scatter_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scatter_f.lo -MD -MP -MF .deps/scatter_f.Tpo -c scatter_f.c -o scatter_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scatterv_f.lo -MD -MP -MF ".deps/scatterv_f.Tpo" -c -o scatterv_f.lo scatterv_f.c; \ then mv -f ".deps/scatterv_f.Tpo" ".deps/scatterv_f.Plo"; else rm -f ".deps/scatterv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scatterv_f.lo -MD -MP -MF .deps/scatterv_f.Tpo -c scatterv_f.c -o scatterv_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT send_f.lo -MD -MP -MF ".deps/send_f.Tpo" -c -o send_f.lo send_f.c; \ then mv -f ".deps/send_f.Tpo" ".deps/send_f.Plo"; else rm -f ".deps/send_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT send_f.lo -MD -MP -MF .deps/send_f.Tpo -c send_f.c -o send_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendinit_f.lo -MD -MP -MF ".deps/sendinit_f.Tpo" -c -o sendinit_f.lo sendinit_f.c; \ then mv -f ".deps/sendinit_f.Tpo" ".deps/sendinit_f.Plo"; else rm -f ".deps/sendinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendinit_f.lo -MD -MP -MF .deps/sendinit_f.Tpo -c sendinit_f.c -o sendinit_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendrecv_f.lo -MD -MP -MF ".deps/sendrecv_f.Tpo" -c -o sendrecv_f.lo sendrecv_f.c; \ then mv -f ".deps/sendrecv_f.Tpo" ".deps/sendrecv_f.Plo"; else rm -f ".deps/sendrecv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendrecv_f.lo -MD -MP -MF .deps/sendrecv_f.Tpo -c sendrecv_f.c -o sendrecv_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendrecvrep_f.lo -MD -MP -MF ".deps/sendrecvrep_f.Tpo" -c -o sendrecvrep_f.lo sendrecvrep_f.c; \ then mv -f ".deps/sendrecvrep_f.Tpo" ".deps/sendrecvrep_f.Plo"; else rm -f ".deps/sendrecvrep_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendrecvrep_f.lo -MD -MP -MF .deps/sendrecvrep_f.Tpo -c sendrecvrep_f.c -o sendrecvrep_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT spawn_f.lo -MD -MP -MF ".deps/spawn_f.Tpo" -c -o spawn_f.lo spawn_f.c; \ then mv -f ".deps/spawn_f.Tpo" ".deps/spawn_f.Plo"; else rm -f ".deps/spawn_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT spawn_f.lo -MD -MP -MF .deps/spawn_f.Tpo -c spawn_f.c -o spawn_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT spawnmult_f.lo -MD -MP -MF ".deps/spawnmult_f.Tpo" -c -o spawnmult_f.lo spawnmult_f.c; \ then mv -f ".deps/spawnmult_f.Tpo" ".deps/spawnmult_f.Plo"; else rm -f ".deps/spawnmult_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT spawnmult_f.lo -MD -MP -MF .deps/spawnmult_f.Tpo -c spawnmult_f.c -o spawnmult_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssend_f.lo -MD -MP -MF ".deps/ssend_f.Tpo" -c -o ssend_f.lo ssend_f.c; \ then mv -f ".deps/ssend_f.Tpo" ".deps/ssend_f.Plo"; else rm -f ".deps/ssend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssend_f.lo -MD -MP -MF .deps/ssend_f.Tpo -c ssend_f.c -o ssend_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssendinit_f.lo -MD -MP -MF ".deps/ssendinit_f.Tpo" -c -o ssendinit_f.lo ssendinit_f.c; \ then mv -f ".deps/ssendinit_f.Tpo" ".deps/ssendinit_f.Plo"; else rm -f ".deps/ssendinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssendinit_f.lo -MD -MP -MF .deps/ssendinit_f.Tpo -c ssendinit_f.c -o ssendinit_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT startall_f.lo -MD -MP -MF ".deps/startall_f.Tpo" -c -o startall_f.lo startall_f.c; \ then mv -f ".deps/startall_f.Tpo" ".deps/startall_f.Plo"; else rm -f ".deps/startall_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT startall_f.lo -MD -MP -MF .deps/startall_f.Tpo -c startall_f.c -o startall_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT start_f.lo -MD -MP -MF ".deps/start_f.Tpo" -c -o start_f.lo start_f.c; \ then mv -f ".deps/start_f.Tpo" ".deps/start_f.Plo"; else rm -f ".deps/start_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT start_f.lo -MD -MP -MF .deps/start_f.Tpo -c start_f.c -o start_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcommit_f.lo -MD -MP -MF ".deps/tcommit_f.Tpo" -c -o tcommit_f.lo tcommit_f.c; \ then mv -f ".deps/tcommit_f.Tpo" ".deps/tcommit_f.Plo"; else rm -f ".deps/tcommit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcommit_f.lo -MD -MP -MF .deps/tcommit_f.Tpo -c tcommit_f.c -o tcommit_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcontig_f.lo -MD -MP -MF ".deps/tcontig_f.Tpo" -c -o tcontig_f.lo tcontig_f.c; \ then mv -f ".deps/tcontig_f.Tpo" ".deps/tcontig_f.Plo"; else rm -f ".deps/tcontig_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcontig_f.lo -MD -MP -MF .deps/tcontig_f.Tpo -c tcontig_f.c -o tcontig_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatehindex_f.lo -MD -MP -MF ".deps/tcreatehindex_f.Tpo" -c -o tcreatehindex_f.lo tcreatehindex_f.c; \ then mv -f ".deps/tcreatehindex_f.Tpo" ".deps/tcreatehindex_f.Plo"; else rm -f ".deps/tcreatehindex_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatehindex_f.lo -MD -MP -MF .deps/tcreatehindex_f.Tpo -c tcreatehindex_f.c -o tcreatehindex_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatehvector_f.lo -MD -MP -MF ".deps/tcreatehvector_f.Tpo" -c -o tcreatehvector_f.lo tcreatehvector_f.c; \ then mv -f ".deps/tcreatehvector_f.Tpo" ".deps/tcreatehvector_f.Plo"; else rm -f ".deps/tcreatehvector_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatehvector_f.lo -MD -MP -MF .deps/tcreatehvector_f.Tpo -c tcreatehvector_f.c -o tcreatehvector_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatekey_f.lo -MD -MP -MF ".deps/tcreatekey_f.Tpo" -c -o tcreatekey_f.lo tcreatekey_f.c; \ then mv -f ".deps/tcreatekey_f.Tpo" ".deps/tcreatekey_f.Plo"; else rm -f ".deps/tcreatekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatekey_f.lo -MD -MP -MF .deps/tcreatekey_f.Tpo -c tcreatekey_f.c -o tcreatekey_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatestruct_f.lo -MD -MP -MF ".deps/tcreatestruct_f.Tpo" -c -o tcreatestruct_f.lo tcreatestruct_f.c; \ then mv -f ".deps/tcreatestruct_f.Tpo" ".deps/tcreatestruct_f.Plo"; else rm -f ".deps/tcreatestruct_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatestruct_f.lo -MD -MP -MF .deps/tcreatestruct_f.Tpo -c tcreatestruct_f.c -o tcreatestruct_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdarray_f.lo -MD -MP -MF ".deps/tdarray_f.Tpo" -c -o tdarray_f.lo tdarray_f.c; \ then mv -f ".deps/tdarray_f.Tpo" ".deps/tdarray_f.Plo"; else rm -f ".deps/tdarray_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdarray_f.lo -MD -MP -MF .deps/tdarray_f.Tpo -c tdarray_f.c -o tdarray_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdelattr_f.lo -MD -MP -MF ".deps/tdelattr_f.Tpo" -c -o tdelattr_f.lo tdelattr_f.c; \ then mv -f ".deps/tdelattr_f.Tpo" ".deps/tdelattr_f.Plo"; else rm -f ".deps/tdelattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdelattr_f.lo -MD -MP -MF .deps/tdelattr_f.Tpo -c tdelattr_f.c -o tdelattr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdup_f.lo -MD -MP -MF ".deps/tdup_f.Tpo" -c -o tdup_f.lo tdup_f.c; \ then mv -f ".deps/tdup_f.Tpo" ".deps/tdup_f.Plo"; else rm -f ".deps/tdup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdup_f.lo -MD -MP -MF .deps/tdup_f.Tpo -c tdup_f.c -o tdup_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testall_f.lo -MD -MP -MF ".deps/testall_f.Tpo" -c -o testall_f.lo testall_f.c; \ then mv -f ".deps/testall_f.Tpo" ".deps/testall_f.Plo"; else rm -f ".deps/testall_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testall_f.lo -MD -MP -MF .deps/testall_f.Tpo -c testall_f.c -o testall_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testany_f.lo -MD -MP -MF ".deps/testany_f.Tpo" -c -o testany_f.lo testany_f.c; \ then mv -f ".deps/testany_f.Tpo" ".deps/testany_f.Plo"; else rm -f ".deps/testany_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testany_f.lo -MD -MP -MF .deps/testany_f.Tpo -c testany_f.c -o testany_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testcancel_f.lo -MD -MP -MF ".deps/testcancel_f.Tpo" -c -o testcancel_f.lo testcancel_f.c; \ then mv -f ".deps/testcancel_f.Tpo" ".deps/testcancel_f.Plo"; else rm -f ".deps/testcancel_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testcancel_f.lo -MD -MP -MF .deps/testcancel_f.Tpo -c testcancel_f.c -o testcancel_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT test_f.lo -MD -MP -MF ".deps/test_f.Tpo" -c -o test_f.lo test_f.c; \ then mv -f ".deps/test_f.Tpo" ".deps/test_f.Plo"; else rm -f ".deps/test_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT test_f.lo -MD -MP -MF .deps/test_f.Tpo -c test_f.c -o test_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testsome_f.lo -MD -MP -MF ".deps/testsome_f.Tpo" -c -o testsome_f.lo testsome_f.c; \ then mv -f ".deps/testsome_f.Tpo" ".deps/testsome_f.Plo"; else rm -f ".deps/testsome_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testsome_f.lo -MD -MP -MF .deps/testsome_f.Tpo -c testsome_f.c -o testsome_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT textent_f.lo -MD -MP -MF ".deps/textent_f.Tpo" -c -o textent_f.lo textent_f.c; \ then mv -f ".deps/textent_f.Tpo" ".deps/textent_f.Plo"; else rm -f ".deps/textent_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT textent_f.lo -MD -MP -MF .deps/textent_f.Tpo -c textent_f.c -o textent_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfree_f.lo -MD -MP -MF ".deps/tfree_f.Tpo" -c -o tfree_f.lo tfree_f.c; \ then mv -f ".deps/tfree_f.Tpo" ".deps/tfree_f.Plo"; else rm -f ".deps/tfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfree_f.lo -MD -MP -MF .deps/tfree_f.Tpo -c tfree_f.c -o tfree_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfreekey_f.lo -MD -MP -MF ".deps/tfreekey_f.Tpo" -c -o tfreekey_f.lo tfreekey_f.c; \ then mv -f ".deps/tfreekey_f.Tpo" ".deps/tfreekey_f.Plo"; else rm -f ".deps/tfreekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfreekey_f.lo -MD -MP -MF .deps/tfreekey_f.Tpo -c tfreekey_f.c -o tfreekey_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetattr_f.lo -MD -MP -MF ".deps/tgetattr_f.Tpo" -c -o tgetattr_f.lo tgetattr_f.c; \ then mv -f ".deps/tgetattr_f.Tpo" ".deps/tgetattr_f.Plo"; else rm -f ".deps/tgetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetattr_f.lo -MD -MP -MF .deps/tgetattr_f.Tpo -c tgetattr_f.c -o tgetattr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetconts_f.lo -MD -MP -MF ".deps/tgetconts_f.Tpo" -c -o tgetconts_f.lo tgetconts_f.c; \ then mv -f ".deps/tgetconts_f.Tpo" ".deps/tgetconts_f.Plo"; else rm -f ".deps/tgetconts_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetconts_f.lo -MD -MP -MF .deps/tgetconts_f.Tpo -c tgetconts_f.c -o tgetconts_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetenvl_f.lo -MD -MP -MF ".deps/tgetenvl_f.Tpo" -c -o tgetenvl_f.lo tgetenvl_f.c; \ then mv -f ".deps/tgetenvl_f.Tpo" ".deps/tgetenvl_f.Plo"; else rm -f ".deps/tgetenvl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetenvl_f.lo -MD -MP -MF .deps/tgetenvl_f.Tpo -c tgetenvl_f.c -o tgetenvl_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetextent_f.lo -MD -MP -MF ".deps/tgetextent_f.Tpo" -c -o tgetextent_f.lo tgetextent_f.c; \ then mv -f ".deps/tgetextent_f.Tpo" ".deps/tgetextent_f.Plo"; else rm -f ".deps/tgetextent_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetextent_f.lo -MD -MP -MF .deps/tgetextent_f.Tpo -c tgetextent_f.c -o tgetextent_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetname_f.lo -MD -MP -MF ".deps/tgetname_f.Tpo" -c -o tgetname_f.lo tgetname_f.c; \ then mv -f ".deps/tgetname_f.Tpo" ".deps/tgetname_f.Plo"; else rm -f ".deps/tgetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetname_f.lo -MD -MP -MF .deps/tgetname_f.Tpo -c tgetname_f.c -o tgetname_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgettrue_f.lo -MD -MP -MF ".deps/tgettrue_f.Tpo" -c -o tgettrue_f.lo tgettrue_f.c; \ then mv -f ".deps/tgettrue_f.Tpo" ".deps/tgettrue_f.Plo"; else rm -f ".deps/tgettrue_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgettrue_f.lo -MD -MP -MF .deps/tgettrue_f.Tpo -c tgettrue_f.c -o tgettrue_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT thindex_f.lo -MD -MP -MF ".deps/thindex_f.Tpo" -c -o thindex_f.lo thindex_f.c; \ then mv -f ".deps/thindex_f.Tpo" ".deps/thindex_f.Plo"; else rm -f ".deps/thindex_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT thindex_f.lo -MD -MP -MF .deps/thindex_f.Tpo -c thindex_f.c -o thindex_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT thvector_f.lo -MD -MP -MF ".deps/thvector_f.Tpo" -c -o thvector_f.lo thvector_f.c; \ then mv -f ".deps/thvector_f.Tpo" ".deps/thvector_f.Plo"; else rm -f ".deps/thvector_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT thvector_f.lo -MD -MP -MF .deps/thvector_f.Tpo -c thvector_f.c -o thvector_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tindex_f.lo -MD -MP -MF ".deps/tindex_f.Tpo" -c -o tindex_f.lo tindex_f.c; \ then mv -f ".deps/tindex_f.Tpo" ".deps/tindex_f.Plo"; else rm -f ".deps/tindex_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tindex_f.lo -MD -MP -MF .deps/tindex_f.Tpo -c tindex_f.c -o tindex_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tlb_f.lo -MD -MP -MF ".deps/tlb_f.Tpo" -c -o tlb_f.lo tlb_f.c; \ then mv -f ".deps/tlb_f.Tpo" ".deps/tlb_f.Plo"; else rm -f ".deps/tlb_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tlb_f.lo -MD -MP -MF .deps/tlb_f.Tpo -c tlb_f.c -o tlb_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT topotest_f.lo -MD -MP -MF ".deps/topotest_f.Tpo" -c -o topotest_f.lo topotest_f.c; \ then mv -f ".deps/topotest_f.Tpo" ".deps/topotest_f.Plo"; else rm -f ".deps/topotest_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT topotest_f.lo -MD -MP -MF .deps/topotest_f.Tpo -c topotest_f.c -o topotest_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tresize_f.lo -MD -MP -MF ".deps/tresize_f.Tpo" -c -o tresize_f.lo tresize_f.c; \ then mv -f ".deps/tresize_f.Tpo" ".deps/tresize_f.Plo"; else rm -f ".deps/tresize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tresize_f.lo -MD -MP -MF .deps/tresize_f.Tpo -c tresize_f.c -o tresize_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetattr_f.lo -MD -MP -MF ".deps/tsetattr_f.Tpo" -c -o tsetattr_f.lo tsetattr_f.c; \ then mv -f ".deps/tsetattr_f.Tpo" ".deps/tsetattr_f.Plo"; else rm -f ".deps/tsetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetattr_f.lo -MD -MP -MF .deps/tsetattr_f.Tpo -c tsetattr_f.c -o tsetattr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetname_f.lo -MD -MP -MF ".deps/tsetname_f.Tpo" -c -o tsetname_f.lo tsetname_f.c; \ then mv -f ".deps/tsetname_f.Tpo" ".deps/tsetname_f.Plo"; else rm -f ".deps/tsetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetname_f.lo -MD -MP -MF .deps/tsetname_f.Tpo -c tsetname_f.c -o tsetname_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsize_f.lo -MD -MP -MF ".deps/tsize_f.Tpo" -c -o tsize_f.lo tsize_f.c; \ then mv -f ".deps/tsize_f.Tpo" ".deps/tsize_f.Plo"; else rm -f ".deps/tsize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsize_f.lo -MD -MP -MF .deps/tsize_f.Tpo -c tsize_f.c -o tsize_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tstruct_f.lo -MD -MP -MF ".deps/tstruct_f.Tpo" -c -o tstruct_f.lo tstruct_f.c; \ then mv -f ".deps/tstruct_f.Tpo" ".deps/tstruct_f.Plo"; else rm -f ".deps/tstruct_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tstruct_f.lo -MD -MP -MF .deps/tstruct_f.Tpo -c tstruct_f.c -o tstruct_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsubarray_f.lo -MD -MP -MF ".deps/tsubarray_f.Tpo" -c -o tsubarray_f.lo tsubarray_f.c; \ then mv -f ".deps/tsubarray_f.Tpo" ".deps/tsubarray_f.Plo"; else rm -f ".deps/tsubarray_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsubarray_f.lo -MD -MP -MF .deps/tsubarray_f.Tpo -c tsubarray_f.c -o tsubarray_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tub_f.lo -MD -MP -MF ".deps/tub_f.Tpo" -c -o tub_f.lo tub_f.c; \ then mv -f ".deps/tub_f.Tpo" ".deps/tub_f.Plo"; else rm -f ".deps/tub_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tub_f.lo -MD -MP -MF .deps/tub_f.Tpo -c tub_f.c -o tub_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tvector_f.lo -MD -MP -MF ".deps/tvector_f.Tpo" -c -o tvector_f.lo tvector_f.c; \ then mv -f ".deps/tvector_f.Tpo" ".deps/tvector_f.Plo"; else rm -f ".deps/tvector_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tvector_f.lo -MD -MP -MF .deps/tvector_f.Tpo -c tvector_f.c -o tvector_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT unpack_f.lo -MD -MP -MF ".deps/unpack_f.Tpo" -c -o unpack_f.lo unpack_f.c; \ then mv -f ".deps/unpack_f.Tpo" ".deps/unpack_f.Plo"; else rm -f ".deps/unpack_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT unpack_f.lo -MD -MP -MF .deps/unpack_f.Tpo -c unpack_f.c -o unpack_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitall_f.lo -MD -MP -MF ".deps/waitall_f.Tpo" -c -o waitall_f.lo waitall_f.c; \ then mv -f ".deps/waitall_f.Tpo" ".deps/waitall_f.Plo"; else rm -f ".deps/waitall_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitall_f.lo -MD -MP -MF .deps/waitall_f.Tpo -c waitall_f.c -o waitall_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitany_f.lo -MD -MP -MF ".deps/waitany_f.Tpo" -c -o waitany_f.lo waitany_f.c; \ then mv -f ".deps/waitany_f.Tpo" ".deps/waitany_f.Plo"; else rm -f ".deps/waitany_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitany_f.lo -MD -MP -MF .deps/waitany_f.Tpo -c waitany_f.c -o waitany_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wait_f.lo -MD -MP -MF ".deps/wait_f.Tpo" -c -o wait_f.lo wait_f.c; \ then mv -f ".deps/wait_f.Tpo" ".deps/wait_f.Plo"; else rm -f ".deps/wait_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wait_f.lo -MD -MP -MF .deps/wait_f.Tpo -c wait_f.c -o wait_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitsome_f.lo -MD -MP -MF ".deps/waitsome_f.Tpo" -c -o waitsome_f.lo waitsome_f.c; \ then mv -f ".deps/waitsome_f.Tpo" ".deps/waitsome_f.Plo"; else rm -f ".deps/waitsome_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitsome_f.lo -MD -MP -MF .deps/waitsome_f.Tpo -c waitsome_f.c -o waitsome_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcomplete_f.lo -MD -MP -MF ".deps/wcomplete_f.Tpo" -c -o wcomplete_f.lo wcomplete_f.c; \ then mv -f ".deps/wcomplete_f.Tpo" ".deps/wcomplete_f.Plo"; else rm -f ".deps/wcomplete_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcomplete_f.lo -MD -MP -MF .deps/wcomplete_f.Tpo -c wcomplete_f.c -o wcomplete_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreateerr_f.lo -MD -MP -MF ".deps/wcreateerr_f.Tpo" -c -o wcreateerr_f.lo wcreateerr_f.c; \ then mv -f ".deps/wcreateerr_f.Tpo" ".deps/wcreateerr_f.Plo"; else rm -f ".deps/wcreateerr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreateerr_f.lo -MD -MP -MF .deps/wcreateerr_f.Tpo -c wcreateerr_f.c -o wcreateerr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreate_f.lo -MD -MP -MF ".deps/wcreate_f.Tpo" -c -o wcreate_f.lo wcreate_f.c; \ then mv -f ".deps/wcreate_f.Tpo" ".deps/wcreate_f.Plo"; else rm -f ".deps/wcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreate_f.lo -MD -MP -MF .deps/wcreate_f.Tpo -c wcreate_f.c -o wcreate_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreatekey_f.lo -MD -MP -MF ".deps/wcreatekey_f.Tpo" -c -o wcreatekey_f.lo wcreatekey_f.c; \ then mv -f ".deps/wcreatekey_f.Tpo" ".deps/wcreatekey_f.Plo"; else rm -f ".deps/wcreatekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreatekey_f.lo -MD -MP -MF .deps/wcreatekey_f.Tpo -c wcreatekey_f.c -o wcreatekey_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wdelattr_f.lo -MD -MP -MF ".deps/wdelattr_f.Tpo" -c -o wdelattr_f.lo wdelattr_f.c; \ then mv -f ".deps/wdelattr_f.Tpo" ".deps/wdelattr_f.Plo"; else rm -f ".deps/wdelattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wdelattr_f.lo -MD -MP -MF .deps/wdelattr_f.Tpo -c wdelattr_f.c -o wdelattr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfence_f.lo -MD -MP -MF ".deps/wfence_f.Tpo" -c -o wfence_f.lo wfence_f.c; \ then mv -f ".deps/wfence_f.Tpo" ".deps/wfence_f.Plo"; else rm -f ".deps/wfence_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfence_f.lo -MD -MP -MF .deps/wfence_f.Tpo -c wfence_f.c -o wfence_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfree_f.lo -MD -MP -MF ".deps/wfree_f.Tpo" -c -o wfree_f.lo wfree_f.c; \ then mv -f ".deps/wfree_f.Tpo" ".deps/wfree_f.Plo"; else rm -f ".deps/wfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfree_f.lo -MD -MP -MF .deps/wfree_f.Tpo -c wfree_f.c -o wfree_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfreekey_f.lo -MD -MP -MF ".deps/wfreekey_f.Tpo" -c -o wfreekey_f.lo wfreekey_f.c; \ then mv -f ".deps/wfreekey_f.Tpo" ".deps/wfreekey_f.Plo"; else rm -f ".deps/wfreekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfreekey_f.lo -MD -MP -MF .deps/wfreekey_f.Tpo -c wfreekey_f.c -o wfreekey_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgetattr_f.lo -MD -MP -MF ".deps/wgetattr_f.Tpo" -c -o wgetattr_f.lo wgetattr_f.c; \ then mv -f ".deps/wgetattr_f.Tpo" ".deps/wgetattr_f.Plo"; else rm -f ".deps/wgetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgetattr_f.lo -MD -MP -MF .deps/wgetattr_f.Tpo -c wgetattr_f.c -o wgetattr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgeterr_f.lo -MD -MP -MF ".deps/wgeterr_f.Tpo" -c -o wgeterr_f.lo wgeterr_f.c; \ then mv -f ".deps/wgeterr_f.Tpo" ".deps/wgeterr_f.Plo"; else rm -f ".deps/wgeterr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgeterr_f.lo -MD -MP -MF .deps/wgeterr_f.Tpo -c wgeterr_f.c -o wgeterr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgetname_f.lo -MD -MP -MF ".deps/wgetname_f.Tpo" -c -o wgetname_f.lo wgetname_f.c; \ then mv -f ".deps/wgetname_f.Tpo" ".deps/wgetname_f.Plo"; else rm -f ".deps/wgetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgetname_f.lo -MD -MP -MF .deps/wgetname_f.Tpo -c wgetname_f.c -o wgetname_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgroup_f.lo -MD -MP -MF ".deps/wgroup_f.Tpo" -c -o wgroup_f.lo wgroup_f.c; \ then mv -f ".deps/wgroup_f.Tpo" ".deps/wgroup_f.Plo"; else rm -f ".deps/wgroup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgroup_f.lo -MD -MP -MF .deps/wgroup_f.Tpo -c wgroup_f.c -o wgroup_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wpost_f.lo -MD -MP -MF ".deps/wpost_f.Tpo" -c -o wpost_f.lo wpost_f.c; \ then mv -f ".deps/wpost_f.Tpo" ".deps/wpost_f.Plo"; else rm -f ".deps/wpost_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wpost_f.lo -MD -MP -MF .deps/wpost_f.Tpo -c wpost_f.c -o wpost_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wsetattr_f.lo -MD -MP -MF ".deps/wsetattr_f.Tpo" -c -o wsetattr_f.lo wsetattr_f.c; \ then mv -f ".deps/wsetattr_f.Tpo" ".deps/wsetattr_f.Plo"; else rm -f ".deps/wsetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wsetattr_f.lo -MD -MP -MF .deps/wsetattr_f.Tpo -c wsetattr_f.c -o wsetattr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wseterr_f.lo -MD -MP -MF ".deps/wseterr_f.Tpo" -c -o wseterr_f.lo wseterr_f.c; \ then mv -f ".deps/wseterr_f.Tpo" ".deps/wseterr_f.Plo"; else rm -f ".deps/wseterr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wseterr_f.lo -MD -MP -MF .deps/wseterr_f.Tpo -c wseterr_f.c -o wseterr_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wsetname_f.lo -MD -MP -MF ".deps/wsetname_f.Tpo" -c -o wsetname_f.lo wsetname_f.c; \ then mv -f ".deps/wsetname_f.Tpo" ".deps/wsetname_f.Plo"; else rm -f ".deps/wsetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wsetname_f.lo -MD -MP -MF .deps/wsetname_f.Tpo -c wsetname_f.c -o wsetname_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wstart_f.lo -MD -MP -MF ".deps/wstart_f.Tpo" -c -o wstart_f.lo wstart_f.c; \ then mv -f ".deps/wstart_f.Tpo" ".deps/wstart_f.Plo"; else rm -f ".deps/wstart_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wstart_f.lo -MD -MP -MF .deps/wstart_f.Tpo -c wstart_f.c -o wstart_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wtick_f.lo -MD -MP -MF ".deps/wtick_f.Tpo" -c -o wtick_f.lo wtick_f.c; \ then mv -f ".deps/wtick_f.Tpo" ".deps/wtick_f.Plo"; else rm -f ".deps/wtick_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wtick_f.lo -MD -MP -MF .deps/wtick_f.Tpo -c wtick_f.c -o wtick_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wtime_f.lo -MD -MP -MF ".deps/wtime_f.Tpo" -c -o wtime_f.lo wtime_f.c; \ then mv -f ".deps/wtime_f.Tpo" ".deps/wtime_f.Plo"; else rm -f ".deps/wtime_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wtime_f.lo -MD -MP -MF .deps/wtime_f.Tpo -c wtime_f.c -o wtime_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wwait_f.lo -MD -MP -MF ".deps/wwait_f.Tpo" -c -o wwait_f.lo wwait_f.c; \ then mv -f ".deps/wwait_f.Tpo" ".deps/wwait_f.Plo"; else rm -f ".deps/wwait_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wwait_f.lo -MD -MP -MF .deps/wwait_f.Tpo -c wwait_f.c -o wwait_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xbuoy_f.lo -MD -MP -MF ".deps/xbuoy_f.Tpo" -c -o xbuoy_f.lo xbuoy_f.c; \ then mv -f ".deps/xbuoy_f.Tpo" ".deps/xbuoy_f.Plo"; else rm -f ".deps/xbuoy_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xbuoy_f.lo -MD -MP -MF .deps/xbuoy_f.Tpo -c xbuoy_f.c -o xbuoy_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xcoloron_f.lo -MD -MP -MF ".deps/xcoloron_f.Tpo" -c -o xcoloron_f.lo xcoloron_f.c; \ then mv -f ".deps/xcoloron_f.Tpo" ".deps/xcoloron_f.Plo"; else rm -f ".deps/xcoloron_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xcoloron_f.lo -MD -MP -MF .deps/xcoloron_f.Tpo -c xcoloron_f.c -o xcoloron_f.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xcoloroff_f.lo -MD -MP -MF ".deps/xcoloroff_f.Tpo" -c -o xcoloroff_f.lo xcoloroff_f.c; \ then mv -f ".deps/xcoloroff_f.Tpo" ".deps/xcoloroff_f.Plo"; else rm -f ".deps/xcoloroff_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xcoloroff_f.lo -MD -MP -MF .deps/xcoloroff_f.Tpo -c xcoloroff_f.c -o xcoloroff_f.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamf77mpi_internal.la abort_f.lo accept_f.lo accumulate_f.lo address_f.lo allgather_f.lo allgatherv_f.lo allocmem_f.lo allreduce_f.lo alltoall_f.lo alltoallv_f.lo alltoallw_f.lo attrdel_f.lo attrget_f.lo attrput_f.lo barrier_f.lo bcast_f.lo bsend_f.lo bsendinit_f.lo bufattach_f.lo bufdetach_f.lo cancel_f.lo cartcoords_f.lo cartcreate_f.lo cartdimget_f.lo cartget_f.lo cartmap_f.lo cartrank_f.lo cartshift_f.lo cartsub_f.lo ccmp_f.lo ccreateerr_f.lo ccreate_f.lo ccreatekey_f.lo cdelattr_f.lo cdisconnect_f.lo cdup_f.lo cfree_f.lo cfreekey_f.lo cgetattr_f.lo cgeterr_f.lo cgetname_f.lo cgetparent_f.lo cgroup_f.lo connect_f.lo crank_f.lo crgroup_f.lo crsize_f.lo csetattr_f.lo cseterr_f.lo csetname_f.lo csize_f.lo csplit_f.lo ctestinter_f.lo dimscreate_f.lo dupfn_f.lo errclass_f.lo errcreate_f.lo errfree_f.lo errget_f.lo errset_f.lo errstring_f.lo exscan_f.lo finalize_f.lo finalized_f.lo freemem_f.lo gather_f.lo gatherv_f.lo gcmp_f.lo gdiff_f.lo getaddress_f.lo getcount_f.lo getelem_f.lo get_f.lo getprocname_f.lo getversion_f.lo gexcl_f.lo gfree_f.lo gincl_f.lo ginter_f.lo grank_f.lo graphcreate_f.lo graphdimsget_f.lo graphget_f.lo graphmap_f.lo graphnbrcount_f.lo graphnbr_f.lo grexcl_f.lo grincl_f.lo gsize_f.lo gtranks_f.lo gunion_f.lo ibsend_f.lo iccreate_f.lo icmerge_f.lo infocreate_f.lo infodel_f.lo infodup_f.lo infofree_f.lo infoget_f.lo infogetnkeys_f.lo infogetnth_f.lo infogetvlen_f.lo infoset_f.lo inited_f.lo init_f.lo initthr_f.lo iprobe_f.lo irecv_f.lo irsend_f.lo isend_f.lo issend_f.lo isthrmain_f.lo join_f.lo keycreate_f.lo keyfree_f.lo mpil_id_f.lo mpil_signal_f.lo mpil_trace_f.lo namelook_f.lo namepub_f.lo nameunpub_f.lo opcreate_f.lo opfree_f.lo pack_f.lo packsize_f.lo pcontrol_f.lo portclose_f.lo portopen_f.lo probe_f.lo put_f.lo querythr_f.lo recv_f.lo recvinit_f.lo reduce_f.lo reducescatter_f.lo reqfree_f.lo rsend_f.lo rsendinit_f.lo scan_f.lo scatter_f.lo scatterv_f.lo send_f.lo sendinit_f.lo sendrecv_f.lo sendrecvrep_f.lo spawn_f.lo spawnmult_f.lo ssend_f.lo ssendinit_f.lo startall_f.lo start_f.lo tcommit_f.lo tcontig_f.lo tcreatehindex_f.lo tcreatehvector_f.lo tcreatekey_f.lo tcreatestruct_f.lo tdarray_f.lo tdelattr_f.lo tdup_f.lo testall_f.lo testany_f.lo testcancel_f.lo test_f.lo testsome_f.lo textent_f.lo tfree_f.lo tfreekey_f.lo tgetattr_f.lo tgetconts_f.lo tgetenvl_f.lo tgetextent_f.lo tgetname_f.lo tgettrue_f.lo thindex_f.lo thvector_f.lo tindex_f.lo tlb_f.lo topotest_f.lo tresize_f.lo tsetattr_f.lo tsetname_f.lo tsize_f.lo tstruct_f.lo tsubarray_f.lo tub_f.lo tvector_f.lo unpack_f.lo waitall_f.lo waitany_f.lo wait_f.lo waitsome_f.lo wcomplete_f.lo wcreateerr_f.lo wcreate_f.lo wcreatekey_f.lo wdelattr_f.lo wfence_f.lo wfree_f.lo wfreekey_f.lo wgetattr_f.lo wgeterr_f.lo wgetname_f.lo wgroup_f.lo wpost_f.lo wsetattr_f.lo wseterr_f.lo wsetname_f.lo wstart_f.lo wtick_f.lo wtime_f.lo wwait_f.lo xbuoy_f.lo xcoloron_f.lo xcoloroff_f.lo mkdir .libs ar cru .libs/liblamf77mpi_internal.a abort_f.o accept_f.o accumulate_f.o address_f.o allgather_f.o allgatherv_f.o allocmem_f.o allreduce_f.o alltoall_f.o alltoallv_f.o alltoallw_f.o attrdel_f.o attrget_f.o attrput_f.o barrier_f.o bcast_f.o bsend_f.o bsendinit_f.o bufattach_f.o bufdetach_f.o cancel_f.o cartcoords_f.o cartcreate_f.o cartdimget_f.o cartget_f.o cartmap_f.o cartrank_f.o cartshift_f.o cartsub_f.o ccmp_f.o ccreateerr_f.o ccreate_f.o ccreatekey_f.o cdelattr_f.o cdisconnect_f.o cdup_f.o cfree_f.o cfreekey_f.o cgetattr_f.o cgeterr_f.o cgetname_f.o cgetparent_f.o cgroup_f.o connect_f.o crank_f.o crgroup_f.o crsize_f.o csetattr_f.o cseterr_f.o csetname_f.o csize_f.o csplit_f.o ctestinter_f.o dimscreate_f.o dupfn_f.o errclass_f.o errcreate_f.o errfree_f.o errget_f.o errset_f.o errstring_f.o exscan_f.o finalize_f.o finalized_f.o freemem_f.o gather_f.o gatherv_f.o gcmp_f.o gdiff_f.o getaddress_f.o getcount_f.o getelem_f.o get_f.o getprocname_f.o getversion_f.o gexcl_f.o gfree_f.o gincl_f.o ginter_f.o grank_f.o graphcreate_f.o graphdimsget_f.o graphget_f.o graphmap_f.o graphnbrcount_f.o graphnbr_f.o grexcl_f.o grincl_f.o gsize_f.o gtranks_f.o gunion_f.o ibsend_f.o iccreate_f.o icmerge_f.o infocreate_f.o infodel_f.o infodup_f.o infofree_f.o infoget_f.o infogetnkeys_f.o infogetnth_f.o infogetvlen_f.o infoset_f.o inited_f.o init_f.o initthr_f.o iprobe_f.o irecv_f.o irsend_f.o isend_f.o issend_f.o isthrmain_f.o join_f.o keycreate_f.o keyfree_f.o mpil_id_f.o mpil_signal_f.o mpil_trace_f.o namelook_f.o namepub_f.o nameunpub_f.o opcreate_f.o opfree_f.o pack_f.o packsize_f.o pcontrol_f.o portclose_f.o portopen_f.o probe_f.o put_f.o querythr_f.o recv_f.o recvinit_f.o reduce_f.o reducescatter_f.o reqfree_f.o rsend_f.o rsendinit_f.o scan_f.o scatter_f.o scatterv_f.o send_f.o sendinit_f.o sendrecv_f.o sendrecvrep_f.o spawn_f.o spawnmult_f.o ssend_f.o ssendinit_f.o startall_f.o start_f.o tcommit_f.o tcontig_f.o tcreatehindex_f.o tcreatehvector_f.o tcreatekey_f.o tcreatestruct_f.o tdarray_f.o tdelattr_f.o tdup_f.o testall_f.o testany_f.o testcancel_f.o test_f.o testsome_f.o textent_f.o tfree_f.o tfreekey_f.o tgetattr_f.o tgetconts_f.o tgetenvl_f.o tgetextent_f.o tgetname_f.o tgettrue_f.o thindex_f.o thvector_f.o tindex_f.o tlb_f.o topotest_f.o tresize_f.o tsetattr_f.o tsetname_f.o tsize_f.o tstruct_f.o tsubarray_f.o tub_f.o tvector_f.o unpack_f.o waitall_f.o waitany_f.o wait_f.o waitsome_f.o wcomplete_f.o wcreateerr_f.o wcreate_f.o wcreatekey_f.o wdelattr_f.o wfence_f.o wfree_f.o wfreekey_f.o wgetattr_f.o wgeterr_f.o wgetname_f.o wgroup_f.o wpost_f.o wsetattr_f.o wseterr_f.o wsetname_f.o wstart_f.o wtick_f.o wtime_f.o wwait_f.o xbuoy_f.o xcoloron_f.o xcoloroff_f.o ranlib .libs/liblamf77mpi_internal.a creating liblamf77mpi_internal.la (cd .libs && rm -f liblamf77mpi_internal.la && ln -s ../liblamf77mpi_internal.la liblamf77mpi_internal.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/f77' Making all in cxx make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/cxx' if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpicxx.lo -MD -MP -MF ".deps/mpicxx.Tpo" -c -o mpicxx.lo mpicxx.cc; \ then mv -f ".deps/mpicxx.Tpo" ".deps/mpicxx.Plo"; else rm -f ".deps/mpicxx.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpicxx.lo -MD -MP -MF .deps/mpicxx.Tpo -c mpicxx.cc -o mpicxx.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT intercepts.lo -MD -MP -MF ".deps/intercepts.Tpo" -c -o intercepts.lo intercepts.cc; \ then mv -f ".deps/intercepts.Tpo" ".deps/intercepts.Plo"; else rm -f ".deps/intercepts.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT intercepts.lo -MD -MP -MF .deps/intercepts.Tpo -c intercepts.cc -o intercepts.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpicxx.lo -MD -MP -MF ".deps/pmpicxx.Tpo" -c -o pmpicxx.lo pmpicxx.cc; \ then mv -f ".deps/pmpicxx.Tpo" ".deps/pmpicxx.Plo"; else rm -f ".deps/pmpicxx.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpicxx.lo -MD -MP -MF .deps/pmpicxx.Tpo -c pmpicxx.cc -o pmpicxx.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT op.lo -MD -MP -MF ".deps/op.Tpo" -c -o op.lo op.cc; \ then mv -f ".deps/op.Tpo" ".deps/op.Plo"; else rm -f ".deps/op.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT op.lo -MD -MP -MF .deps/op.Tpo -c op.cc -o op.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT comm.lo -MD -MP -MF ".deps/comm.Tpo" -c -o comm.lo comm.cc; \ then mv -f ".deps/comm.Tpo" ".deps/comm.Plo"; else rm -f ".deps/comm.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT comm.lo -MD -MP -MF .deps/comm.Tpo -c comm.cc -o comm.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT intracomm.lo -MD -MP -MF ".deps/intracomm.Tpo" -c -o intracomm.lo intracomm.cc; \ then mv -f ".deps/intracomm.Tpo" ".deps/intracomm.Plo"; else rm -f ".deps/intracomm.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT intracomm.lo -MD -MP -MF .deps/intracomm.Tpo -c intracomm.cc -o intracomm.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT topology.lo -MD -MP -MF ".deps/topology.Tpo" -c -o topology.lo topology.cc; \ then mv -f ".deps/topology.Tpo" ".deps/topology.Plo"; else rm -f ".deps/topology.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT topology.lo -MD -MP -MF .deps/topology.Tpo -c topology.cc -o topology.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT intercomm.lo -MD -MP -MF ".deps/intercomm.Tpo" -c -o intercomm.lo intercomm.cc; \ then mv -f ".deps/intercomm.Tpo" ".deps/intercomm.Plo"; else rm -f ".deps/intercomm.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT intercomm.lo -MD -MP -MF .deps/intercomm.Tpo -c intercomm.cc -o intercomm.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT info.lo -MD -MP -MF ".deps/info.Tpo" -c -o info.lo info.cc; \ then mv -f ".deps/info.Tpo" ".deps/info.Plo"; else rm -f ".deps/info.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT info.lo -MD -MP -MF .deps/info.Tpo -c info.cc -o info.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT win.lo -MD -MP -MF ".deps/win.Tpo" -c -o win.lo win.cc; \ then mv -f ".deps/win.Tpo" ".deps/win.Plo"; else rm -f ".deps/win.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT win.lo -MD -MP -MF .deps/win.Tpo -c win.cc -o win.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT request.lo -MD -MP -MF ".deps/request.Tpo" -c -o request.lo request.cc; \ then mv -f ".deps/request.Tpo" ".deps/request.Plo"; else rm -f ".deps/request.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT request.lo -MD -MP -MF .deps/request.Tpo -c request.cc -o request.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT group.lo -MD -MP -MF ".deps/group.Tpo" -c -o group.lo group.cc; \ then mv -f ".deps/group.Tpo" ".deps/group.Plo"; else rm -f ".deps/group.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT group.lo -MD -MP -MF .deps/group.Tpo -c group.cc -o group.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT datatype.lo -MD -MP -MF ".deps/datatype.Tpo" -c -o datatype.lo datatype.cc; \ then mv -f ".deps/datatype.Tpo" ".deps/datatype.Plo"; else rm -f ".deps/datatype.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT datatype.lo -MD -MP -MF .deps/datatype.Tpo -c datatype.cc -o datatype.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT status.lo -MD -MP -MF ".deps/status.Tpo" -c -o status.lo status.cc; \ then mv -f ".deps/status.Tpo" ".deps/status.Plo"; else rm -f ".deps/status.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT status.lo -MD -MP -MF .deps/status.Tpo -c status.cc -o status.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errhandler.lo -MD -MP -MF ".deps/errhandler.Tpo" -c -o errhandler.lo errhandler.cc; \ then mv -f ".deps/errhandler.Tpo" ".deps/errhandler.Plo"; else rm -f ".deps/errhandler.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errhandler.lo -MD -MP -MF .deps/errhandler.Tpo -c errhandler.cc -o errhandler.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT exception.lo -MD -MP -MF ".deps/exception.Tpo" -c -o exception.lo exception.cc; \ then mv -f ".deps/exception.Tpo" ".deps/exception.Plo"; else rm -f ".deps/exception.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT exception.lo -MD -MP -MF .deps/exception.Tpo -c exception.cc -o exception.o if /bin/sh ../../../libtool --tag=CXX --mode=compile g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT functions.lo -MD -MP -MF ".deps/functions.Tpo" -c -o functions.lo functions.cc; \ then mv -f ".deps/functions.Tpo" ".deps/functions.Plo"; else rm -f ".deps/functions.Tpo"; exit 1; fi g++ -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT functions.lo -MD -MP -MF .deps/functions.Tpo -c functions.cc -o functions.o /bin/sh ../../../libtool --tag=CXX --mode=link g++ -O3 -pthread -o liblammpi++.la -rpath /home/astromake/opt/gadget/lib mpicxx.lo intercepts.lo pmpicxx.lo op.lo comm.lo intracomm.lo topology.lo intercomm.lo info.lo win.lo request.lo group.lo datatype.lo status.lo errhandler.lo exception.lo functions.lo mkdir .libs ar cru .libs/liblammpi++.a mpicxx.o intercepts.o pmpicxx.o op.o comm.o intracomm.o topology.o intercomm.o info.o win.o request.o group.o datatype.o status.o errhandler.o exception.o functions.o ranlib .libs/liblammpi++.a creating liblammpi++.la (cd .libs && rm -f liblammpi++.la && ln -s ../liblammpi++.la liblammpi++.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/cxx' Making all in totalview make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/totalview' if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -pthread -g -MT types.lo -MD -MP -MF ".deps/types.Tpo" -c -o types.lo types.c; \ then mv -f ".deps/types.Tpo" ".deps/types.Plo"; else rm -f ".deps/types.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -pthread -g -MT types.lo -MD -MP -MF .deps/types.Tpo -c types.c -o types.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -pthread -g -o libmpi_totalview.la types.lo mkdir .libs ar cru .libs/libmpi_totalview.a types.o ranlib .libs/libmpi_totalview.a creating libmpi_totalview.la (cd .libs && rm -f libmpi_totalview.la && ln -s ../libmpi_totalview.la libmpi_totalview.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/totalview' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lammemcpy.lo -MD -MP -MF ".deps/lammemcpy.Tpo" -c -o lammemcpy.lo lammemcpy.c; \ then mv -f ".deps/lammemcpy.Tpo" ".deps/lammemcpy.Plo"; else rm -f ".deps/lammemcpy.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lammemcpy.lo -MD -MP -MF .deps/lammemcpy.Tpo -c lammemcpy.c -o lammemcpy.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT MPI.lo -MD -MP -MF ".deps/MPI.Tpo" -c -o MPI.lo MPI.c; \ then mv -f ".deps/MPI.Tpo" ".deps/MPI.Plo"; else rm -f ".deps/MPI.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT MPI.lo -MD -MP -MF .deps/MPI.Tpo -c MPI.c -o MPI.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT abort.lo -MD -MP -MF ".deps/abort.Tpo" -c -o abort.lo abort.c; \ then mv -f ".deps/abort.Tpo" ".deps/abort.Plo"; else rm -f ".deps/abort.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT abort.lo -MD -MP -MF .deps/abort.Tpo -c abort.c -o abort.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT accept.lo -MD -MP -MF ".deps/accept.Tpo" -c -o accept.lo accept.c; \ then mv -f ".deps/accept.Tpo" ".deps/accept.Plo"; else rm -f ".deps/accept.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT accept.lo -MD -MP -MF .deps/accept.Tpo -c accept.c -o accept.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT accumulate.lo -MD -MP -MF ".deps/accumulate.Tpo" -c -o accumulate.lo accumulate.c; \ then mv -f ".deps/accumulate.Tpo" ".deps/accumulate.Plo"; else rm -f ".deps/accumulate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT accumulate.lo -MD -MP -MF .deps/accumulate.Tpo -c accumulate.c -o accumulate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT address.lo -MD -MP -MF ".deps/address.Tpo" -c -o address.lo address.c; \ then mv -f ".deps/address.Tpo" ".deps/address.Plo"; else rm -f ".deps/address.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT address.lo -MD -MP -MF .deps/address.Tpo -c address.c -o address.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allgather.lo -MD -MP -MF ".deps/allgather.Tpo" -c -o allgather.lo allgather.c; \ then mv -f ".deps/allgather.Tpo" ".deps/allgather.Plo"; else rm -f ".deps/allgather.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allgather.lo -MD -MP -MF .deps/allgather.Tpo -c allgather.c -o allgather.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allgatherv.lo -MD -MP -MF ".deps/allgatherv.Tpo" -c -o allgatherv.lo allgatherv.c; \ then mv -f ".deps/allgatherv.Tpo" ".deps/allgatherv.Plo"; else rm -f ".deps/allgatherv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allgatherv.lo -MD -MP -MF .deps/allgatherv.Tpo -c allgatherv.c -o allgatherv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allocmem.lo -MD -MP -MF ".deps/allocmem.Tpo" -c -o allocmem.lo allocmem.c; \ then mv -f ".deps/allocmem.Tpo" ".deps/allocmem.Plo"; else rm -f ".deps/allocmem.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allocmem.lo -MD -MP -MF .deps/allocmem.Tpo -c allocmem.c -o allocmem.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allreduce.lo -MD -MP -MF ".deps/allreduce.Tpo" -c -o allreduce.lo allreduce.c; \ then mv -f ".deps/allreduce.Tpo" ".deps/allreduce.Plo"; else rm -f ".deps/allreduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT allreduce.lo -MD -MP -MF .deps/allreduce.Tpo -c allreduce.c -o allreduce.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoall.lo -MD -MP -MF ".deps/alltoall.Tpo" -c -o alltoall.lo alltoall.c; \ then mv -f ".deps/alltoall.Tpo" ".deps/alltoall.Plo"; else rm -f ".deps/alltoall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoall.lo -MD -MP -MF .deps/alltoall.Tpo -c alltoall.c -o alltoall.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoallv.lo -MD -MP -MF ".deps/alltoallv.Tpo" -c -o alltoallv.lo alltoallv.c; \ then mv -f ".deps/alltoallv.Tpo" ".deps/alltoallv.Plo"; else rm -f ".deps/alltoallv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoallv.lo -MD -MP -MF .deps/alltoallv.Tpo -c alltoallv.c -o alltoallv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoallw.lo -MD -MP -MF ".deps/alltoallw.Tpo" -c -o alltoallw.lo alltoallw.c; \ then mv -f ".deps/alltoallw.Tpo" ".deps/alltoallw.Plo"; else rm -f ".deps/alltoallw.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT alltoallw.lo -MD -MP -MF .deps/alltoallw.Tpo -c alltoallw.c -o alltoallw.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrdel.lo -MD -MP -MF ".deps/attrdel.Tpo" -c -o attrdel.lo attrdel.c; \ then mv -f ".deps/attrdel.Tpo" ".deps/attrdel.Plo"; else rm -f ".deps/attrdel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrdel.lo -MD -MP -MF .deps/attrdel.Tpo -c attrdel.c -o attrdel.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrget.lo -MD -MP -MF ".deps/attrget.Tpo" -c -o attrget.lo attrget.c; \ then mv -f ".deps/attrget.Tpo" ".deps/attrget.Plo"; else rm -f ".deps/attrget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrget.lo -MD -MP -MF .deps/attrget.Tpo -c attrget.c -o attrget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrput.lo -MD -MP -MF ".deps/attrput.Tpo" -c -o attrput.lo attrput.c; \ then mv -f ".deps/attrput.Tpo" ".deps/attrput.Plo"; else rm -f ".deps/attrput.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT attrput.lo -MD -MP -MF .deps/attrput.Tpo -c attrput.c -o attrput.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT barrier.lo -MD -MP -MF ".deps/barrier.Tpo" -c -o barrier.lo barrier.c; \ then mv -f ".deps/barrier.Tpo" ".deps/barrier.Plo"; else rm -f ".deps/barrier.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT barrier.lo -MD -MP -MF .deps/barrier.Tpo -c barrier.c -o barrier.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bcast.lo -MD -MP -MF ".deps/bcast.Tpo" -c -o bcast.lo bcast.c; \ then mv -f ".deps/bcast.Tpo" ".deps/bcast.Plo"; else rm -f ".deps/bcast.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bcast.lo -MD -MP -MF .deps/bcast.Tpo -c bcast.c -o bcast.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bsend.lo -MD -MP -MF ".deps/bsend.Tpo" -c -o bsend.lo bsend.c; \ then mv -f ".deps/bsend.Tpo" ".deps/bsend.Plo"; else rm -f ".deps/bsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bsend.lo -MD -MP -MF .deps/bsend.Tpo -c bsend.c -o bsend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bsendinit.lo -MD -MP -MF ".deps/bsendinit.Tpo" -c -o bsendinit.lo bsendinit.c; \ then mv -f ".deps/bsendinit.Tpo" ".deps/bsendinit.Plo"; else rm -f ".deps/bsendinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bsendinit.lo -MD -MP -MF .deps/bsendinit.Tpo -c bsendinit.c -o bsendinit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bufattach.lo -MD -MP -MF ".deps/bufattach.Tpo" -c -o bufattach.lo bufattach.c; \ then mv -f ".deps/bufattach.Tpo" ".deps/bufattach.Plo"; else rm -f ".deps/bufattach.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bufattach.lo -MD -MP -MF .deps/bufattach.Tpo -c bufattach.c -o bufattach.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bufdetach.lo -MD -MP -MF ".deps/bufdetach.Tpo" -c -o bufdetach.lo bufdetach.c; \ then mv -f ".deps/bufdetach.Tpo" ".deps/bufdetach.Plo"; else rm -f ".deps/bufdetach.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bufdetach.lo -MD -MP -MF .deps/bufdetach.Tpo -c bufdetach.c -o bufdetach.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cancel.lo -MD -MP -MF ".deps/cancel.Tpo" -c -o cancel.lo cancel.c; \ then mv -f ".deps/cancel.Tpo" ".deps/cancel.Plo"; else rm -f ".deps/cancel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cancel.lo -MD -MP -MF .deps/cancel.Tpo -c cancel.c -o cancel.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartcoords.lo -MD -MP -MF ".deps/cartcoords.Tpo" -c -o cartcoords.lo cartcoords.c; \ then mv -f ".deps/cartcoords.Tpo" ".deps/cartcoords.Plo"; else rm -f ".deps/cartcoords.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartcoords.lo -MD -MP -MF .deps/cartcoords.Tpo -c cartcoords.c -o cartcoords.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartcreate.lo -MD -MP -MF ".deps/cartcreate.Tpo" -c -o cartcreate.lo cartcreate.c; \ then mv -f ".deps/cartcreate.Tpo" ".deps/cartcreate.Plo"; else rm -f ".deps/cartcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartcreate.lo -MD -MP -MF .deps/cartcreate.Tpo -c cartcreate.c -o cartcreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartdimget.lo -MD -MP -MF ".deps/cartdimget.Tpo" -c -o cartdimget.lo cartdimget.c; \ then mv -f ".deps/cartdimget.Tpo" ".deps/cartdimget.Plo"; else rm -f ".deps/cartdimget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartdimget.lo -MD -MP -MF .deps/cartdimget.Tpo -c cartdimget.c -o cartdimget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartget.lo -MD -MP -MF ".deps/cartget.Tpo" -c -o cartget.lo cartget.c; \ then mv -f ".deps/cartget.Tpo" ".deps/cartget.Plo"; else rm -f ".deps/cartget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartget.lo -MD -MP -MF .deps/cartget.Tpo -c cartget.c -o cartget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartmap.lo -MD -MP -MF ".deps/cartmap.Tpo" -c -o cartmap.lo cartmap.c; \ then mv -f ".deps/cartmap.Tpo" ".deps/cartmap.Plo"; else rm -f ".deps/cartmap.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartmap.lo -MD -MP -MF .deps/cartmap.Tpo -c cartmap.c -o cartmap.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartrank.lo -MD -MP -MF ".deps/cartrank.Tpo" -c -o cartrank.lo cartrank.c; \ then mv -f ".deps/cartrank.Tpo" ".deps/cartrank.Plo"; else rm -f ".deps/cartrank.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartrank.lo -MD -MP -MF .deps/cartrank.Tpo -c cartrank.c -o cartrank.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartshift.lo -MD -MP -MF ".deps/cartshift.Tpo" -c -o cartshift.lo cartshift.c; \ then mv -f ".deps/cartshift.Tpo" ".deps/cartshift.Plo"; else rm -f ".deps/cartshift.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartshift.lo -MD -MP -MF .deps/cartshift.Tpo -c cartshift.c -o cartshift.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartsub.lo -MD -MP -MF ".deps/cartsub.Tpo" -c -o cartsub.lo cartsub.c; \ then mv -f ".deps/cartsub.Tpo" ".deps/cartsub.Plo"; else rm -f ".deps/cartsub.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cartsub.lo -MD -MP -MF .deps/cartsub.Tpo -c cartsub.c -o cartsub.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccmp.lo -MD -MP -MF ".deps/ccmp.Tpo" -c -o ccmp.lo ccmp.c; \ then mv -f ".deps/ccmp.Tpo" ".deps/ccmp.Plo"; else rm -f ".deps/ccmp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccmp.lo -MD -MP -MF .deps/ccmp.Tpo -c ccmp.c -o ccmp.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreate.lo -MD -MP -MF ".deps/ccreate.Tpo" -c -o ccreate.lo ccreate.c; \ then mv -f ".deps/ccreate.Tpo" ".deps/ccreate.Plo"; else rm -f ".deps/ccreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreate.lo -MD -MP -MF .deps/ccreate.Tpo -c ccreate.c -o ccreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreateerr.lo -MD -MP -MF ".deps/ccreateerr.Tpo" -c -o ccreateerr.lo ccreateerr.c; \ then mv -f ".deps/ccreateerr.Tpo" ".deps/ccreateerr.Plo"; else rm -f ".deps/ccreateerr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreateerr.lo -MD -MP -MF .deps/ccreateerr.Tpo -c ccreateerr.c -o ccreateerr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreatekey.lo -MD -MP -MF ".deps/ccreatekey.Tpo" -c -o ccreatekey.lo ccreatekey.c; \ then mv -f ".deps/ccreatekey.Tpo" ".deps/ccreatekey.Plo"; else rm -f ".deps/ccreatekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ccreatekey.lo -MD -MP -MF .deps/ccreatekey.Tpo -c ccreatekey.c -o ccreatekey.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdelattr.lo -MD -MP -MF ".deps/cdelattr.Tpo" -c -o cdelattr.lo cdelattr.c; \ then mv -f ".deps/cdelattr.Tpo" ".deps/cdelattr.Plo"; else rm -f ".deps/cdelattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdelattr.lo -MD -MP -MF .deps/cdelattr.Tpo -c cdelattr.c -o cdelattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdisconnect.lo -MD -MP -MF ".deps/cdisconnect.Tpo" -c -o cdisconnect.lo cdisconnect.c; \ then mv -f ".deps/cdisconnect.Tpo" ".deps/cdisconnect.Plo"; else rm -f ".deps/cdisconnect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdisconnect.lo -MD -MP -MF .deps/cdisconnect.Tpo -c cdisconnect.c -o cdisconnect.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdup.lo -MD -MP -MF ".deps/cdup.Tpo" -c -o cdup.lo cdup.c; \ then mv -f ".deps/cdup.Tpo" ".deps/cdup.Plo"; else rm -f ".deps/cdup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cdup.lo -MD -MP -MF .deps/cdup.Tpo -c cdup.c -o cdup.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cfree.lo -MD -MP -MF ".deps/cfree.Tpo" -c -o cfree.lo cfree.c; \ then mv -f ".deps/cfree.Tpo" ".deps/cfree.Plo"; else rm -f ".deps/cfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cfree.lo -MD -MP -MF .deps/cfree.Tpo -c cfree.c -o cfree.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cfreekey.lo -MD -MP -MF ".deps/cfreekey.Tpo" -c -o cfreekey.lo cfreekey.c; \ then mv -f ".deps/cfreekey.Tpo" ".deps/cfreekey.Plo"; else rm -f ".deps/cfreekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cfreekey.lo -MD -MP -MF .deps/cfreekey.Tpo -c cfreekey.c -o cfreekey.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetattr.lo -MD -MP -MF ".deps/cgetattr.Tpo" -c -o cgetattr.lo cgetattr.c; \ then mv -f ".deps/cgetattr.Tpo" ".deps/cgetattr.Plo"; else rm -f ".deps/cgetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetattr.lo -MD -MP -MF .deps/cgetattr.Tpo -c cgetattr.c -o cgetattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgeterr.lo -MD -MP -MF ".deps/cgeterr.Tpo" -c -o cgeterr.lo cgeterr.c; \ then mv -f ".deps/cgeterr.Tpo" ".deps/cgeterr.Plo"; else rm -f ".deps/cgeterr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgeterr.lo -MD -MP -MF .deps/cgeterr.Tpo -c cgeterr.c -o cgeterr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetname.lo -MD -MP -MF ".deps/cgetname.Tpo" -c -o cgetname.lo cgetname.c; \ then mv -f ".deps/cgetname.Tpo" ".deps/cgetname.Plo"; else rm -f ".deps/cgetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetname.lo -MD -MP -MF .deps/cgetname.Tpo -c cgetname.c -o cgetname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetparent.lo -MD -MP -MF ".deps/cgetparent.Tpo" -c -o cgetparent.lo cgetparent.c; \ then mv -f ".deps/cgetparent.Tpo" ".deps/cgetparent.Plo"; else rm -f ".deps/cgetparent.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgetparent.lo -MD -MP -MF .deps/cgetparent.Tpo -c cgetparent.c -o cgetparent.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgroup.lo -MD -MP -MF ".deps/cgroup.Tpo" -c -o cgroup.lo cgroup.c; \ then mv -f ".deps/cgroup.Tpo" ".deps/cgroup.Plo"; else rm -f ".deps/cgroup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cgroup.lo -MD -MP -MF .deps/cgroup.Tpo -c cgroup.c -o cgroup.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT connect.lo -MD -MP -MF ".deps/connect.Tpo" -c -o connect.lo connect.c; \ then mv -f ".deps/connect.Tpo" ".deps/connect.Plo"; else rm -f ".deps/connect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT connect.lo -MD -MP -MF .deps/connect.Tpo -c connect.c -o connect.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crank.lo -MD -MP -MF ".deps/crank.Tpo" -c -o crank.lo crank.c; \ then mv -f ".deps/crank.Tpo" ".deps/crank.Plo"; else rm -f ".deps/crank.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crank.lo -MD -MP -MF .deps/crank.Tpo -c crank.c -o crank.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crgroup.lo -MD -MP -MF ".deps/crgroup.Tpo" -c -o crgroup.lo crgroup.c; \ then mv -f ".deps/crgroup.Tpo" ".deps/crgroup.Plo"; else rm -f ".deps/crgroup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crgroup.lo -MD -MP -MF .deps/crgroup.Tpo -c crgroup.c -o crgroup.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crsize.lo -MD -MP -MF ".deps/crsize.Tpo" -c -o crsize.lo crsize.c; \ then mv -f ".deps/crsize.Tpo" ".deps/crsize.Plo"; else rm -f ".deps/crsize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT crsize.lo -MD -MP -MF .deps/crsize.Tpo -c crsize.c -o crsize.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csetattr.lo -MD -MP -MF ".deps/csetattr.Tpo" -c -o csetattr.lo csetattr.c; \ then mv -f ".deps/csetattr.Tpo" ".deps/csetattr.Plo"; else rm -f ".deps/csetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csetattr.lo -MD -MP -MF .deps/csetattr.Tpo -c csetattr.c -o csetattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cseterr.lo -MD -MP -MF ".deps/cseterr.Tpo" -c -o cseterr.lo cseterr.c; \ then mv -f ".deps/cseterr.Tpo" ".deps/cseterr.Plo"; else rm -f ".deps/cseterr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT cseterr.lo -MD -MP -MF .deps/cseterr.Tpo -c cseterr.c -o cseterr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csetname.lo -MD -MP -MF ".deps/csetname.Tpo" -c -o csetname.lo csetname.c; \ then mv -f ".deps/csetname.Tpo" ".deps/csetname.Plo"; else rm -f ".deps/csetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csetname.lo -MD -MP -MF .deps/csetname.Tpo -c csetname.c -o csetname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csize.lo -MD -MP -MF ".deps/csize.Tpo" -c -o csize.lo csize.c; \ then mv -f ".deps/csize.Tpo" ".deps/csize.Plo"; else rm -f ".deps/csize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csize.lo -MD -MP -MF .deps/csize.Tpo -c csize.c -o csize.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csplit.lo -MD -MP -MF ".deps/csplit.Tpo" -c -o csplit.lo csplit.c; \ then mv -f ".deps/csplit.Tpo" ".deps/csplit.Plo"; else rm -f ".deps/csplit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT csplit.lo -MD -MP -MF .deps/csplit.Tpo -c csplit.c -o csplit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ctestinter.lo -MD -MP -MF ".deps/ctestinter.Tpo" -c -o ctestinter.lo ctestinter.c; \ then mv -f ".deps/ctestinter.Tpo" ".deps/ctestinter.Plo"; else rm -f ".deps/ctestinter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ctestinter.lo -MD -MP -MF .deps/ctestinter.Tpo -c ctestinter.c -o ctestinter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dimscreate.lo -MD -MP -MF ".deps/dimscreate.Tpo" -c -o dimscreate.lo dimscreate.c; \ then mv -f ".deps/dimscreate.Tpo" ".deps/dimscreate.Plo"; else rm -f ".deps/dimscreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dimscreate.lo -MD -MP -MF .deps/dimscreate.Tpo -c dimscreate.c -o dimscreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dupfn.lo -MD -MP -MF ".deps/dupfn.Tpo" -c -o dupfn.lo dupfn.c; \ then mv -f ".deps/dupfn.Tpo" ".deps/dupfn.Plo"; else rm -f ".deps/dupfn.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dupfn.lo -MD -MP -MF .deps/dupfn.Tpo -c dupfn.c -o dupfn.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errclass.lo -MD -MP -MF ".deps/errclass.Tpo" -c -o errclass.lo errclass.c; \ then mv -f ".deps/errclass.Tpo" ".deps/errclass.Plo"; else rm -f ".deps/errclass.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errclass.lo -MD -MP -MF .deps/errclass.Tpo -c errclass.c -o errclass.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errcreate.lo -MD -MP -MF ".deps/errcreate.Tpo" -c -o errcreate.lo errcreate.c; \ then mv -f ".deps/errcreate.Tpo" ".deps/errcreate.Plo"; else rm -f ".deps/errcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errcreate.lo -MD -MP -MF .deps/errcreate.Tpo -c errcreate.c -o errcreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errfree.lo -MD -MP -MF ".deps/errfree.Tpo" -c -o errfree.lo errfree.c; \ then mv -f ".deps/errfree.Tpo" ".deps/errfree.Plo"; else rm -f ".deps/errfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errfree.lo -MD -MP -MF .deps/errfree.Tpo -c errfree.c -o errfree.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errget.lo -MD -MP -MF ".deps/errget.Tpo" -c -o errget.lo errget.c; \ then mv -f ".deps/errget.Tpo" ".deps/errget.Plo"; else rm -f ".deps/errget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errget.lo -MD -MP -MF .deps/errget.Tpo -c errget.c -o errget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errset.lo -MD -MP -MF ".deps/errset.Tpo" -c -o errset.lo errset.c; \ then mv -f ".deps/errset.Tpo" ".deps/errset.Plo"; else rm -f ".deps/errset.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errset.lo -MD -MP -MF .deps/errset.Tpo -c errset.c -o errset.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errstring.lo -MD -MP -MF ".deps/errstring.Tpo" -c -o errstring.lo errstring.c; \ then mv -f ".deps/errstring.Tpo" ".deps/errstring.Plo"; else rm -f ".deps/errstring.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT errstring.lo -MD -MP -MF .deps/errstring.Tpo -c errstring.c -o errstring.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT exscan.lo -MD -MP -MF ".deps/exscan.Tpo" -c -o exscan.lo exscan.c; \ then mv -f ".deps/exscan.Tpo" ".deps/exscan.Plo"; else rm -f ".deps/exscan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT exscan.lo -MD -MP -MF .deps/exscan.Tpo -c exscan.c -o exscan.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT finalize.lo -MD -MP -MF ".deps/finalize.Tpo" -c -o finalize.lo finalize.c; \ then mv -f ".deps/finalize.Tpo" ".deps/finalize.Plo"; else rm -f ".deps/finalize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT finalize.lo -MD -MP -MF .deps/finalize.Tpo -c finalize.c -o finalize.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT finalized.lo -MD -MP -MF ".deps/finalized.Tpo" -c -o finalized.lo finalized.c; \ then mv -f ".deps/finalized.Tpo" ".deps/finalized.Plo"; else rm -f ".deps/finalized.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT finalized.lo -MD -MP -MF .deps/finalized.Tpo -c finalized.c -o finalized.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT freemem.lo -MD -MP -MF ".deps/freemem.Tpo" -c -o freemem.lo freemem.c; \ then mv -f ".deps/freemem.Tpo" ".deps/freemem.Plo"; else rm -f ".deps/freemem.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT freemem.lo -MD -MP -MF .deps/freemem.Tpo -c freemem.c -o freemem.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gather.lo -MD -MP -MF ".deps/gather.Tpo" -c -o gather.lo gather.c; \ then mv -f ".deps/gather.Tpo" ".deps/gather.Plo"; else rm -f ".deps/gather.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gather.lo -MD -MP -MF .deps/gather.Tpo -c gather.c -o gather.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gatherv.lo -MD -MP -MF ".deps/gatherv.Tpo" -c -o gatherv.lo gatherv.c; \ then mv -f ".deps/gatherv.Tpo" ".deps/gatherv.Plo"; else rm -f ".deps/gatherv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gatherv.lo -MD -MP -MF .deps/gatherv.Tpo -c gatherv.c -o gatherv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gcmp.lo -MD -MP -MF ".deps/gcmp.Tpo" -c -o gcmp.lo gcmp.c; \ then mv -f ".deps/gcmp.Tpo" ".deps/gcmp.Plo"; else rm -f ".deps/gcmp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gcmp.lo -MD -MP -MF .deps/gcmp.Tpo -c gcmp.c -o gcmp.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gdiff.lo -MD -MP -MF ".deps/gdiff.Tpo" -c -o gdiff.lo gdiff.c; \ then mv -f ".deps/gdiff.Tpo" ".deps/gdiff.Plo"; else rm -f ".deps/gdiff.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gdiff.lo -MD -MP -MF .deps/gdiff.Tpo -c gdiff.c -o gdiff.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getaddress.lo -MD -MP -MF ".deps/getaddress.Tpo" -c -o getaddress.lo getaddress.c; \ then mv -f ".deps/getaddress.Tpo" ".deps/getaddress.Plo"; else rm -f ".deps/getaddress.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getaddress.lo -MD -MP -MF .deps/getaddress.Tpo -c getaddress.c -o getaddress.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT get.lo -MD -MP -MF ".deps/get.Tpo" -c -o get.lo get.c; \ then mv -f ".deps/get.Tpo" ".deps/get.Plo"; else rm -f ".deps/get.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT get.lo -MD -MP -MF .deps/get.Tpo -c get.c -o get.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getcount.lo -MD -MP -MF ".deps/getcount.Tpo" -c -o getcount.lo getcount.c; \ then mv -f ".deps/getcount.Tpo" ".deps/getcount.Plo"; else rm -f ".deps/getcount.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getcount.lo -MD -MP -MF .deps/getcount.Tpo -c getcount.c -o getcount.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getelem.lo -MD -MP -MF ".deps/getelem.Tpo" -c -o getelem.lo getelem.c; \ then mv -f ".deps/getelem.Tpo" ".deps/getelem.Plo"; else rm -f ".deps/getelem.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getelem.lo -MD -MP -MF .deps/getelem.Tpo -c getelem.c -o getelem.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getprocname.lo -MD -MP -MF ".deps/getprocname.Tpo" -c -o getprocname.lo getprocname.c; \ then mv -f ".deps/getprocname.Tpo" ".deps/getprocname.Plo"; else rm -f ".deps/getprocname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getprocname.lo -MD -MP -MF .deps/getprocname.Tpo -c getprocname.c -o getprocname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getversion.lo -MD -MP -MF ".deps/getversion.Tpo" -c -o getversion.lo getversion.c; \ then mv -f ".deps/getversion.Tpo" ".deps/getversion.Plo"; else rm -f ".deps/getversion.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getversion.lo -MD -MP -MF .deps/getversion.Tpo -c getversion.c -o getversion.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gexcl.lo -MD -MP -MF ".deps/gexcl.Tpo" -c -o gexcl.lo gexcl.c; \ then mv -f ".deps/gexcl.Tpo" ".deps/gexcl.Plo"; else rm -f ".deps/gexcl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gexcl.lo -MD -MP -MF .deps/gexcl.Tpo -c gexcl.c -o gexcl.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gfree.lo -MD -MP -MF ".deps/gfree.Tpo" -c -o gfree.lo gfree.c; \ then mv -f ".deps/gfree.Tpo" ".deps/gfree.Plo"; else rm -f ".deps/gfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gfree.lo -MD -MP -MF .deps/gfree.Tpo -c gfree.c -o gfree.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gincl.lo -MD -MP -MF ".deps/gincl.Tpo" -c -o gincl.lo gincl.c; \ then mv -f ".deps/gincl.Tpo" ".deps/gincl.Plo"; else rm -f ".deps/gincl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gincl.lo -MD -MP -MF .deps/gincl.Tpo -c gincl.c -o gincl.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ginter.lo -MD -MP -MF ".deps/ginter.Tpo" -c -o ginter.lo ginter.c; \ then mv -f ".deps/ginter.Tpo" ".deps/ginter.Plo"; else rm -f ".deps/ginter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ginter.lo -MD -MP -MF .deps/ginter.Tpo -c ginter.c -o ginter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grank.lo -MD -MP -MF ".deps/grank.Tpo" -c -o grank.lo grank.c; \ then mv -f ".deps/grank.Tpo" ".deps/grank.Plo"; else rm -f ".deps/grank.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grank.lo -MD -MP -MF .deps/grank.Tpo -c grank.c -o grank.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphcreate.lo -MD -MP -MF ".deps/graphcreate.Tpo" -c -o graphcreate.lo graphcreate.c; \ then mv -f ".deps/graphcreate.Tpo" ".deps/graphcreate.Plo"; else rm -f ".deps/graphcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphcreate.lo -MD -MP -MF .deps/graphcreate.Tpo -c graphcreate.c -o graphcreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphdimsget.lo -MD -MP -MF ".deps/graphdimsget.Tpo" -c -o graphdimsget.lo graphdimsget.c; \ then mv -f ".deps/graphdimsget.Tpo" ".deps/graphdimsget.Plo"; else rm -f ".deps/graphdimsget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphdimsget.lo -MD -MP -MF .deps/graphdimsget.Tpo -c graphdimsget.c -o graphdimsget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphget.lo -MD -MP -MF ".deps/graphget.Tpo" -c -o graphget.lo graphget.c; \ then mv -f ".deps/graphget.Tpo" ".deps/graphget.Plo"; else rm -f ".deps/graphget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphget.lo -MD -MP -MF .deps/graphget.Tpo -c graphget.c -o graphget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphmap.lo -MD -MP -MF ".deps/graphmap.Tpo" -c -o graphmap.lo graphmap.c; \ then mv -f ".deps/graphmap.Tpo" ".deps/graphmap.Plo"; else rm -f ".deps/graphmap.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphmap.lo -MD -MP -MF .deps/graphmap.Tpo -c graphmap.c -o graphmap.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphnbr.lo -MD -MP -MF ".deps/graphnbr.Tpo" -c -o graphnbr.lo graphnbr.c; \ then mv -f ".deps/graphnbr.Tpo" ".deps/graphnbr.Plo"; else rm -f ".deps/graphnbr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphnbr.lo -MD -MP -MF .deps/graphnbr.Tpo -c graphnbr.c -o graphnbr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphnbrcount.lo -MD -MP -MF ".deps/graphnbrcount.Tpo" -c -o graphnbrcount.lo graphnbrcount.c; \ then mv -f ".deps/graphnbrcount.Tpo" ".deps/graphnbrcount.Plo"; else rm -f ".deps/graphnbrcount.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT graphnbrcount.lo -MD -MP -MF .deps/graphnbrcount.Tpo -c graphnbrcount.c -o graphnbrcount.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grexcl.lo -MD -MP -MF ".deps/grexcl.Tpo" -c -o grexcl.lo grexcl.c; \ then mv -f ".deps/grexcl.Tpo" ".deps/grexcl.Plo"; else rm -f ".deps/grexcl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grexcl.lo -MD -MP -MF .deps/grexcl.Tpo -c grexcl.c -o grexcl.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grincl.lo -MD -MP -MF ".deps/grincl.Tpo" -c -o grincl.lo grincl.c; \ then mv -f ".deps/grincl.Tpo" ".deps/grincl.Plo"; else rm -f ".deps/grincl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT grincl.lo -MD -MP -MF .deps/grincl.Tpo -c grincl.c -o grincl.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gsize.lo -MD -MP -MF ".deps/gsize.Tpo" -c -o gsize.lo gsize.c; \ then mv -f ".deps/gsize.Tpo" ".deps/gsize.Plo"; else rm -f ".deps/gsize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gsize.lo -MD -MP -MF .deps/gsize.Tpo -c gsize.c -o gsize.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gtranks.lo -MD -MP -MF ".deps/gtranks.Tpo" -c -o gtranks.lo gtranks.c; \ then mv -f ".deps/gtranks.Tpo" ".deps/gtranks.Plo"; else rm -f ".deps/gtranks.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gtranks.lo -MD -MP -MF .deps/gtranks.Tpo -c gtranks.c -o gtranks.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gunion.lo -MD -MP -MF ".deps/gunion.Tpo" -c -o gunion.lo gunion.c; \ then mv -f ".deps/gunion.Tpo" ".deps/gunion.Plo"; else rm -f ".deps/gunion.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT gunion.lo -MD -MP -MF .deps/gunion.Tpo -c gunion.c -o gunion.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT handles.lo -MD -MP -MF ".deps/handles.Tpo" -c -o handles.lo handles.c; \ then mv -f ".deps/handles.Tpo" ".deps/handles.Plo"; else rm -f ".deps/handles.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT handles.lo -MD -MP -MF .deps/handles.Tpo -c handles.c -o handles.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ibsend.lo -MD -MP -MF ".deps/ibsend.Tpo" -c -o ibsend.lo ibsend.c; \ then mv -f ".deps/ibsend.Tpo" ".deps/ibsend.Plo"; else rm -f ".deps/ibsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ibsend.lo -MD -MP -MF .deps/ibsend.Tpo -c ibsend.c -o ibsend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iccreate.lo -MD -MP -MF ".deps/iccreate.Tpo" -c -o iccreate.lo iccreate.c; \ then mv -f ".deps/iccreate.Tpo" ".deps/iccreate.Plo"; else rm -f ".deps/iccreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iccreate.lo -MD -MP -MF .deps/iccreate.Tpo -c iccreate.c -o iccreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT icmerge.lo -MD -MP -MF ".deps/icmerge.Tpo" -c -o icmerge.lo icmerge.c; \ then mv -f ".deps/icmerge.Tpo" ".deps/icmerge.Plo"; else rm -f ".deps/icmerge.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT icmerge.lo -MD -MP -MF .deps/icmerge.Tpo -c icmerge.c -o icmerge.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infocreate.lo -MD -MP -MF ".deps/infocreate.Tpo" -c -o infocreate.lo infocreate.c; \ then mv -f ".deps/infocreate.Tpo" ".deps/infocreate.Plo"; else rm -f ".deps/infocreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infocreate.lo -MD -MP -MF .deps/infocreate.Tpo -c infocreate.c -o infocreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infodel.lo -MD -MP -MF ".deps/infodel.Tpo" -c -o infodel.lo infodel.c; \ then mv -f ".deps/infodel.Tpo" ".deps/infodel.Plo"; else rm -f ".deps/infodel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infodel.lo -MD -MP -MF .deps/infodel.Tpo -c infodel.c -o infodel.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infodup.lo -MD -MP -MF ".deps/infodup.Tpo" -c -o infodup.lo infodup.c; \ then mv -f ".deps/infodup.Tpo" ".deps/infodup.Plo"; else rm -f ".deps/infodup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infodup.lo -MD -MP -MF .deps/infodup.Tpo -c infodup.c -o infodup.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infofree.lo -MD -MP -MF ".deps/infofree.Tpo" -c -o infofree.lo infofree.c; \ then mv -f ".deps/infofree.Tpo" ".deps/infofree.Plo"; else rm -f ".deps/infofree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infofree.lo -MD -MP -MF .deps/infofree.Tpo -c infofree.c -o infofree.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infoget.lo -MD -MP -MF ".deps/infoget.Tpo" -c -o infoget.lo infoget.c; \ then mv -f ".deps/infoget.Tpo" ".deps/infoget.Plo"; else rm -f ".deps/infoget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infoget.lo -MD -MP -MF .deps/infoget.Tpo -c infoget.c -o infoget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetnkeys.lo -MD -MP -MF ".deps/infogetnkeys.Tpo" -c -o infogetnkeys.lo infogetnkeys.c; \ then mv -f ".deps/infogetnkeys.Tpo" ".deps/infogetnkeys.Plo"; else rm -f ".deps/infogetnkeys.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetnkeys.lo -MD -MP -MF .deps/infogetnkeys.Tpo -c infogetnkeys.c -o infogetnkeys.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetnth.lo -MD -MP -MF ".deps/infogetnth.Tpo" -c -o infogetnth.lo infogetnth.c; \ then mv -f ".deps/infogetnth.Tpo" ".deps/infogetnth.Plo"; else rm -f ".deps/infogetnth.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetnth.lo -MD -MP -MF .deps/infogetnth.Tpo -c infogetnth.c -o infogetnth.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetvlen.lo -MD -MP -MF ".deps/infogetvlen.Tpo" -c -o infogetvlen.lo infogetvlen.c; \ then mv -f ".deps/infogetvlen.Tpo" ".deps/infogetvlen.Plo"; else rm -f ".deps/infogetvlen.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infogetvlen.lo -MD -MP -MF .deps/infogetvlen.Tpo -c infogetvlen.c -o infogetvlen.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infoset.lo -MD -MP -MF ".deps/infoset.Tpo" -c -o infoset.lo infoset.c; \ then mv -f ".deps/infoset.Tpo" ".deps/infoset.Plo"; else rm -f ".deps/infoset.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT infoset.lo -MD -MP -MF .deps/infoset.Tpo -c infoset.c -o infoset.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT init.lo -MD -MP -MF ".deps/init.Tpo" -c -o init.lo init.c; \ then mv -f ".deps/init.Tpo" ".deps/init.Plo"; else rm -f ".deps/init.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT init.lo -MD -MP -MF .deps/init.Tpo -c init.c -o init.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT inited.lo -MD -MP -MF ".deps/inited.Tpo" -c -o inited.lo inited.c; \ then mv -f ".deps/inited.Tpo" ".deps/inited.Plo"; else rm -f ".deps/inited.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT inited.lo -MD -MP -MF .deps/inited.Tpo -c inited.c -o inited.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT initthr.lo -MD -MP -MF ".deps/initthr.Tpo" -c -o initthr.lo initthr.c; \ then mv -f ".deps/initthr.Tpo" ".deps/initthr.Plo"; else rm -f ".deps/initthr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT initthr.lo -MD -MP -MF .deps/initthr.Tpo -c initthr.c -o initthr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iprobe.lo -MD -MP -MF ".deps/iprobe.Tpo" -c -o iprobe.lo iprobe.c; \ then mv -f ".deps/iprobe.Tpo" ".deps/iprobe.Plo"; else rm -f ".deps/iprobe.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iprobe.lo -MD -MP -MF .deps/iprobe.Tpo -c iprobe.c -o iprobe.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT irecv.lo -MD -MP -MF ".deps/irecv.Tpo" -c -o irecv.lo irecv.c; \ then mv -f ".deps/irecv.Tpo" ".deps/irecv.Plo"; else rm -f ".deps/irecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT irecv.lo -MD -MP -MF .deps/irecv.Tpo -c irecv.c -o irecv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT irsend.lo -MD -MP -MF ".deps/irsend.Tpo" -c -o irsend.lo irsend.c; \ then mv -f ".deps/irsend.Tpo" ".deps/irsend.Plo"; else rm -f ".deps/irsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT irsend.lo -MD -MP -MF .deps/irsend.Tpo -c irsend.c -o irsend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT isend.lo -MD -MP -MF ".deps/isend.Tpo" -c -o isend.lo isend.c; \ then mv -f ".deps/isend.Tpo" ".deps/isend.Plo"; else rm -f ".deps/isend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT isend.lo -MD -MP -MF .deps/isend.Tpo -c isend.c -o isend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT issend.lo -MD -MP -MF ".deps/issend.Tpo" -c -o issend.lo issend.c; \ then mv -f ".deps/issend.Tpo" ".deps/issend.Plo"; else rm -f ".deps/issend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT issend.lo -MD -MP -MF .deps/issend.Tpo -c issend.c -o issend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT isthrmain.lo -MD -MP -MF ".deps/isthrmain.Tpo" -c -o isthrmain.lo isthrmain.c; \ then mv -f ".deps/isthrmain.Tpo" ".deps/isthrmain.Plo"; else rm -f ".deps/isthrmain.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT isthrmain.lo -MD -MP -MF .deps/isthrmain.Tpo -c isthrmain.c -o isthrmain.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT join.lo -MD -MP -MF ".deps/join.Tpo" -c -o join.lo join.c; \ then mv -f ".deps/join.Tpo" ".deps/join.Plo"; else rm -f ".deps/join.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT join.lo -MD -MP -MF .deps/join.Tpo -c join.c -o join.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT keycreate.lo -MD -MP -MF ".deps/keycreate.Tpo" -c -o keycreate.lo keycreate.c; \ then mv -f ".deps/keycreate.Tpo" ".deps/keycreate.Plo"; else rm -f ".deps/keycreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT keycreate.lo -MD -MP -MF .deps/keycreate.Tpo -c keycreate.c -o keycreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT keyfree.lo -MD -MP -MF ".deps/keyfree.Tpo" -c -o keyfree.lo keyfree.c; \ then mv -f ".deps/keyfree.Tpo" ".deps/keyfree.Plo"; else rm -f ".deps/keyfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT keyfree.lo -MD -MP -MF .deps/keyfree.Tpo -c keyfree.c -o keyfree.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamapps.lo -MD -MP -MF ".deps/lamapps.Tpo" -c -o lamapps.lo lamapps.c; \ then mv -f ".deps/lamapps.Tpo" ".deps/lamapps.Plo"; else rm -f ".deps/lamapps.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamapps.lo -MD -MP -MF .deps/lamapps.Tpo -c lamapps.c -o lamapps.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamattr.lo -MD -MP -MF ".deps/lamattr.Tpo" -c -o lamattr.lo lamattr.c; \ then mv -f ".deps/lamattr.Tpo" ".deps/lamattr.Plo"; else rm -f ".deps/lamattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamattr.lo -MD -MP -MF .deps/lamattr.Tpo -c lamattr.c -o lamattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lambuf.lo -MD -MP -MF ".deps/lambuf.Tpo" -c -o lambuf.lo lambuf.c; \ then mv -f ".deps/lambuf.Tpo" ".deps/lambuf.Plo"; else rm -f ".deps/lambuf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lambuf.lo -MD -MP -MF .deps/lambuf.Tpo -c lambuf.c -o lambuf.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamcid.lo -MD -MP -MF ".deps/lamcid.Tpo" -c -o lamcid.lo lamcid.c; \ then mv -f ".deps/lamcid.Tpo" ".deps/lamcid.Plo"; else rm -f ".deps/lamcid.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamcid.lo -MD -MP -MF .deps/lamcid.Tpo -c lamcid.c -o lamcid.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamclocks.lo -MD -MP -MF ".deps/lamclocks.Tpo" -c -o lamclocks.lo lamclocks.c; \ then mv -f ".deps/lamclocks.Tpo" ".deps/lamclocks.Plo"; else rm -f ".deps/lamclocks.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamclocks.lo -MD -MP -MF .deps/lamclocks.Tpo -c lamclocks.c -o lamclocks.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamcomm.lo -MD -MP -MF ".deps/lamcomm.Tpo" -c -o lamcomm.lo lamcomm.c; \ then mv -f ".deps/lamcomm.Tpo" ".deps/lamcomm.Plo"; else rm -f ".deps/lamcomm.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamcomm.lo -MD -MP -MF .deps/lamcomm.Tpo -c lamcomm.c -o lamcomm.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamdeferr.lo -MD -MP -MF ".deps/lamdeferr.Tpo" -c -o lamdeferr.lo lamdeferr.c; \ then mv -f ".deps/lamdeferr.Tpo" ".deps/lamdeferr.Plo"; else rm -f ".deps/lamdeferr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamdeferr.lo -MD -MP -MF .deps/lamdeferr.Tpo -c lamdeferr.c -o lamdeferr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamdtype.lo -MD -MP -MF ".deps/lamdtype.Tpo" -c -o lamdtype.lo lamdtype.c; \ then mv -f ".deps/lamdtype.Tpo" ".deps/lamdtype.Plo"; else rm -f ".deps/lamdtype.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamdtype.lo -MD -MP -MF .deps/lamdtype.Tpo -c lamdtype.c -o lamdtype.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT laminit.lo -MD -MP -MF ".deps/laminit.Tpo" -c -o laminit.lo laminit.c; \ then mv -f ".deps/laminit.Tpo" ".deps/laminit.Plo"; else rm -f ".deps/laminit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT laminit.lo -MD -MP -MF .deps/laminit.Tpo -c laminit.c -o laminit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT laminited.lo -MD -MP -MF ".deps/laminited.Tpo" -c -o laminited.lo laminited.c; \ then mv -f ".deps/laminited.Tpo" ".deps/laminited.Plo"; else rm -f ".deps/laminited.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT laminited.lo -MD -MP -MF .deps/laminited.Tpo -c laminited.c -o laminited.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lammisc.lo -MD -MP -MF ".deps/lammisc.Tpo" -c -o lammisc.lo lammisc.c; \ then mv -f ".deps/lammisc.Tpo" ".deps/lammisc.Plo"; else rm -f ".deps/lammisc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lammisc.lo -MD -MP -MF .deps/lammisc.Tpo -c lammisc.c -o lammisc.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lammpiinit.lo -MD -MP -MF ".deps/lammpiinit.Tpo" -c -o lammpiinit.lo lammpiinit.c; \ then mv -f ".deps/lammpiinit.Tpo" ".deps/lammpiinit.Plo"; else rm -f ".deps/lammpiinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lammpiinit.lo -MD -MP -MF .deps/lammpiinit.Tpo -c lammpiinit.c -o lammpiinit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamnbarrier.lo -MD -MP -MF ".deps/lamnbarrier.Tpo" -c -o lamnbarrier.lo lamnbarrier.c; \ then mv -f ".deps/lamnbarrier.Tpo" ".deps/lamnbarrier.Plo"; else rm -f ".deps/lamnbarrier.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamnbarrier.lo -MD -MP -MF .deps/lamnbarrier.Tpo -c lamnbarrier.c -o lamnbarrier.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamonesided.lo -MD -MP -MF ".deps/lamonesided.Tpo" -c -o lamonesided.lo lamonesided.c; \ then mv -f ".deps/lamonesided.Tpo" ".deps/lamonesided.Plo"; else rm -f ".deps/lamonesided.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamonesided.lo -MD -MP -MF .deps/lamonesided.Tpo -c lamonesided.c -o lamonesided.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lampack.lo -MD -MP -MF ".deps/lampack.Tpo" -c -o lampack.lo lampack.c; \ then mv -f ".deps/lampack.Tpo" ".deps/lampack.Plo"; else rm -f ".deps/lampack.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lampack.lo -MD -MP -MF .deps/lampack.Tpo -c lampack.c -o lampack.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamports.lo -MD -MP -MF ".deps/lamports.Tpo" -c -o lamports.lo lamports.c; \ then mv -f ".deps/lamports.Tpo" ".deps/lamports.Plo"; else rm -f ".deps/lamports.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamports.lo -MD -MP -MF .deps/lamports.Tpo -c lamports.c -o lamports.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamprocs.lo -MD -MP -MF ".deps/lamprocs.Tpo" -c -o lamprocs.lo lamprocs.c; \ then mv -f ".deps/lamprocs.Tpo" ".deps/lamprocs.Plo"; else rm -f ".deps/lamprocs.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamprocs.lo -MD -MP -MF .deps/lamprocs.Tpo -c lamprocs.c -o lamprocs.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lampublish.lo -MD -MP -MF ".deps/lampublish.Tpo" -c -o lampublish.lo lampublish.c; \ then mv -f ".deps/lampublish.Tpo" ".deps/lampublish.Plo"; else rm -f ".deps/lampublish.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lampublish.lo -MD -MP -MF .deps/lampublish.Tpo -c lampublish.c -o lampublish.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamreceive.lo -MD -MP -MF ".deps/lamreceive.Tpo" -c -o lamreceive.lo lamreceive.c; \ then mv -f ".deps/lamreceive.Tpo" ".deps/lamreceive.Plo"; else rm -f ".deps/lamreceive.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamreceive.lo -MD -MP -MF .deps/lamreceive.Tpo -c lamreceive.c -o lamreceive.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamreduce.lo -MD -MP -MF ".deps/lamreduce.Tpo" -c -o lamreduce.lo lamreduce.c; \ then mv -f ".deps/lamreduce.Tpo" ".deps/lamreduce.Plo"; else rm -f ".deps/lamreduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamreduce.lo -MD -MP -MF .deps/lamreduce.Tpo -c lamreduce.c -o lamreduce.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamreqs.lo -MD -MP -MF ".deps/lamreqs.Tpo" -c -o lamreqs.lo lamreqs.c; \ then mv -f ".deps/lamreqs.Tpo" ".deps/lamreqs.Plo"; else rm -f ".deps/lamreqs.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamreqs.lo -MD -MP -MF .deps/lamreqs.Tpo -c lamreqs.c -o lamreqs.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamsend.lo -MD -MP -MF ".deps/lamsend.Tpo" -c -o lamsend.lo lamsend.c; \ then mv -f ".deps/lamsend.Tpo" ".deps/lamsend.Plo"; else rm -f ".deps/lamsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamsend.lo -MD -MP -MF .deps/lamsend.Tpo -c lamsend.c -o lamsend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamsig.lo -MD -MP -MF ".deps/lamsig.Tpo" -c -o lamsig.lo lamsig.c; \ then mv -f ".deps/lamsig.Tpo" ".deps/lamsig.Plo"; else rm -f ".deps/lamsig.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamsig.lo -MD -MP -MF .deps/lamsig.Tpo -c lamsig.c -o lamsig.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamspawn.lo -MD -MP -MF ".deps/lamspawn.Tpo" -c -o lamspawn.lo lamspawn.c; \ then mv -f ".deps/lamspawn.Tpo" ".deps/lamspawn.Plo"; else rm -f ".deps/lamspawn.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamspawn.lo -MD -MP -MF .deps/lamspawn.Tpo -c lamspawn.c -o lamspawn.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamtest.lo -MD -MP -MF ".deps/lamtest.Tpo" -c -o lamtest.lo lamtest.c; \ then mv -f ".deps/lamtest.Tpo" ".deps/lamtest.Plo"; else rm -f ".deps/lamtest.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamtest.lo -MD -MP -MF .deps/lamtest.Tpo -c lamtest.c -o lamtest.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamthreads.lo -MD -MP -MF ".deps/lamthreads.Tpo" -c -o lamthreads.lo lamthreads.c; \ then mv -f ".deps/lamthreads.Tpo" ".deps/lamthreads.Plo"; else rm -f ".deps/lamthreads.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamthreads.lo -MD -MP -MF .deps/lamthreads.Tpo -c lamthreads.c -o lamthreads.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamtrace.lo -MD -MP -MF ".deps/lamtrace.Tpo" -c -o lamtrace.lo lamtrace.c; \ then mv -f ".deps/lamtrace.Tpo" ".deps/lamtrace.Plo"; else rm -f ".deps/lamtrace.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamtrace.lo -MD -MP -MF .deps/lamtrace.Tpo -c lamtrace.c -o lamtrace.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamunpack.lo -MD -MP -MF ".deps/lamunpack.Tpo" -c -o lamunpack.lo lamunpack.c; \ then mv -f ".deps/lamunpack.Tpo" ".deps/lamunpack.Plo"; else rm -f ".deps/lamunpack.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamunpack.lo -MD -MP -MF .deps/lamunpack.Tpo -c lamunpack.c -o lamunpack.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamupdown.lo -MD -MP -MF ".deps/lamupdown.Tpo" -c -o lamupdown.lo lamupdown.c; \ then mv -f ".deps/lamupdown.Tpo" ".deps/lamupdown.Plo"; else rm -f ".deps/lamupdown.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamupdown.lo -MD -MP -MF .deps/lamupdown.Tpo -c lamupdown.c -o lamupdown.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT m2l.lo -MD -MP -MF ".deps/m2l.Tpo" -c -o m2l.lo m2l.c; \ then mv -f ".deps/m2l.Tpo" ".deps/m2l.Plo"; else rm -f ".deps/m2l.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT m2l.lo -MD -MP -MF .deps/m2l.Tpo -c m2l.c -o m2l.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_id.lo -MD -MP -MF ".deps/mpil_id.Tpo" -c -o mpil_id.lo mpil_id.c; \ then mv -f ".deps/mpil_id.Tpo" ".deps/mpil_id.Plo"; else rm -f ".deps/mpil_id.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_id.lo -MD -MP -MF .deps/mpil_id.Tpo -c mpil_id.c -o mpil_id.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_rgetname.lo -MD -MP -MF ".deps/mpil_rgetname.Tpo" -c -o mpil_rgetname.lo mpil_rgetname.c; \ then mv -f ".deps/mpil_rgetname.Tpo" ".deps/mpil_rgetname.Plo"; else rm -f ".deps/mpil_rgetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_rgetname.lo -MD -MP -MF .deps/mpil_rgetname.Tpo -c mpil_rgetname.c -o mpil_rgetname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_rsetname.lo -MD -MP -MF ".deps/mpil_rsetname.Tpo" -c -o mpil_rsetname.lo mpil_rsetname.c; \ then mv -f ".deps/mpil_rsetname.Tpo" ".deps/mpil_rsetname.Plo"; else rm -f ".deps/mpil_rsetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_rsetname.lo -MD -MP -MF .deps/mpil_rsetname.Tpo -c mpil_rsetname.c -o mpil_rsetname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_signal.lo -MD -MP -MF ".deps/mpil_signal.Tpo" -c -o mpil_signal.lo mpil_signal.c; \ then mv -f ".deps/mpil_signal.Tpo" ".deps/mpil_signal.Plo"; else rm -f ".deps/mpil_signal.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_signal.lo -MD -MP -MF .deps/mpil_signal.Tpo -c mpil_signal.c -o mpil_signal.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_trace.lo -MD -MP -MF ".deps/mpil_trace.Tpo" -c -o mpil_trace.lo mpil_trace.c; \ then mv -f ".deps/mpil_trace.Tpo" ".deps/mpil_trace.Plo"; else rm -f ".deps/mpil_trace.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpil_trace.lo -MD -MP -MF .deps/mpil_trace.Tpo -c mpil_trace.c -o mpil_trace.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT namelook.lo -MD -MP -MF ".deps/namelook.Tpo" -c -o namelook.lo namelook.c; \ then mv -f ".deps/namelook.Tpo" ".deps/namelook.Plo"; else rm -f ".deps/namelook.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT namelook.lo -MD -MP -MF .deps/namelook.Tpo -c namelook.c -o namelook.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT namepub.lo -MD -MP -MF ".deps/namepub.Tpo" -c -o namepub.lo namepub.c; \ then mv -f ".deps/namepub.Tpo" ".deps/namepub.Plo"; else rm -f ".deps/namepub.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT namepub.lo -MD -MP -MF .deps/namepub.Tpo -c namepub.c -o namepub.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nameunpub.lo -MD -MP -MF ".deps/nameunpub.Tpo" -c -o nameunpub.lo nameunpub.c; \ then mv -f ".deps/nameunpub.Tpo" ".deps/nameunpub.Plo"; else rm -f ".deps/nameunpub.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nameunpub.lo -MD -MP -MF .deps/nameunpub.Tpo -c nameunpub.c -o nameunpub.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT opcreate.lo -MD -MP -MF ".deps/opcreate.Tpo" -c -o opcreate.lo opcreate.c; \ then mv -f ".deps/opcreate.Tpo" ".deps/opcreate.Plo"; else rm -f ".deps/opcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT opcreate.lo -MD -MP -MF .deps/opcreate.Tpo -c opcreate.c -o opcreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT opfree.lo -MD -MP -MF ".deps/opfree.Tpo" -c -o opfree.lo opfree.c; \ then mv -f ".deps/opfree.Tpo" ".deps/opfree.Plo"; else rm -f ".deps/opfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT opfree.lo -MD -MP -MF .deps/opfree.Tpo -c opfree.c -o opfree.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pack.lo -MD -MP -MF ".deps/pack.Tpo" -c -o pack.lo pack.c; \ then mv -f ".deps/pack.Tpo" ".deps/pack.Plo"; else rm -f ".deps/pack.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pack.lo -MD -MP -MF .deps/pack.Tpo -c pack.c -o pack.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT packsize.lo -MD -MP -MF ".deps/packsize.Tpo" -c -o packsize.lo packsize.c; \ then mv -f ".deps/packsize.Tpo" ".deps/packsize.Plo"; else rm -f ".deps/packsize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT packsize.lo -MD -MP -MF .deps/packsize.Tpo -c packsize.c -o packsize.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcontrol.lo -MD -MP -MF ".deps/pcontrol.Tpo" -c -o pcontrol.lo pcontrol.c; \ then mv -f ".deps/pcontrol.Tpo" ".deps/pcontrol.Plo"; else rm -f ".deps/pcontrol.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcontrol.lo -MD -MP -MF .deps/pcontrol.Tpo -c pcontrol.c -o pcontrol.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT portclose.lo -MD -MP -MF ".deps/portclose.Tpo" -c -o portclose.lo portclose.c; \ then mv -f ".deps/portclose.Tpo" ".deps/portclose.Plo"; else rm -f ".deps/portclose.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT portclose.lo -MD -MP -MF .deps/portclose.Tpo -c portclose.c -o portclose.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT portopen.lo -MD -MP -MF ".deps/portopen.Tpo" -c -o portopen.lo portopen.c; \ then mv -f ".deps/portopen.Tpo" ".deps/portopen.Plo"; else rm -f ".deps/portopen.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT portopen.lo -MD -MP -MF .deps/portopen.Tpo -c portopen.c -o portopen.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT probe.lo -MD -MP -MF ".deps/probe.Tpo" -c -o probe.lo probe.c; \ then mv -f ".deps/probe.Tpo" ".deps/probe.Plo"; else rm -f ".deps/probe.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT probe.lo -MD -MP -MF .deps/probe.Tpo -c probe.c -o probe.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT put.lo -MD -MP -MF ".deps/put.Tpo" -c -o put.lo put.c; \ then mv -f ".deps/put.Tpo" ".deps/put.Plo"; else rm -f ".deps/put.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT put.lo -MD -MP -MF .deps/put.Tpo -c put.c -o put.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT querythr.lo -MD -MP -MF ".deps/querythr.Tpo" -c -o querythr.lo querythr.c; \ then mv -f ".deps/querythr.Tpo" ".deps/querythr.Plo"; else rm -f ".deps/querythr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT querythr.lo -MD -MP -MF .deps/querythr.Tpo -c querythr.c -o querythr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recv.lo -MD -MP -MF ".deps/recv.Tpo" -c -o recv.lo recv.c; \ then mv -f ".deps/recv.Tpo" ".deps/recv.Plo"; else rm -f ".deps/recv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recv.lo -MD -MP -MF .deps/recv.Tpo -c recv.c -o recv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recvinit.lo -MD -MP -MF ".deps/recvinit.Tpo" -c -o recvinit.lo recvinit.c; \ then mv -f ".deps/recvinit.Tpo" ".deps/recvinit.Plo"; else rm -f ".deps/recvinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recvinit.lo -MD -MP -MF .deps/recvinit.Tpo -c recvinit.c -o recvinit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reduce.lo -MD -MP -MF ".deps/reduce.Tpo" -c -o reduce.lo reduce.c; \ then mv -f ".deps/reduce.Tpo" ".deps/reduce.Plo"; else rm -f ".deps/reduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reduce.lo -MD -MP -MF .deps/reduce.Tpo -c reduce.c -o reduce.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reducescatter.lo -MD -MP -MF ".deps/reducescatter.Tpo" -c -o reducescatter.lo reducescatter.c; \ then mv -f ".deps/reducescatter.Tpo" ".deps/reducescatter.Plo"; else rm -f ".deps/reducescatter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reducescatter.lo -MD -MP -MF .deps/reducescatter.Tpo -c reducescatter.c -o reducescatter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reqfree.lo -MD -MP -MF ".deps/reqfree.Tpo" -c -o reqfree.lo reqfree.c; \ then mv -f ".deps/reqfree.Tpo" ".deps/reqfree.Plo"; else rm -f ".deps/reqfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT reqfree.lo -MD -MP -MF .deps/reqfree.Tpo -c reqfree.c -o reqfree.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rsend.lo -MD -MP -MF ".deps/rsend.Tpo" -c -o rsend.lo rsend.c; \ then mv -f ".deps/rsend.Tpo" ".deps/rsend.Plo"; else rm -f ".deps/rsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rsend.lo -MD -MP -MF .deps/rsend.Tpo -c rsend.c -o rsend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rsendinit.lo -MD -MP -MF ".deps/rsendinit.Tpo" -c -o rsendinit.lo rsendinit.c; \ then mv -f ".deps/rsendinit.Tpo" ".deps/rsendinit.Plo"; else rm -f ".deps/rsendinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rsendinit.lo -MD -MP -MF .deps/rsendinit.Tpo -c rsendinit.c -o rsendinit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scan.lo -MD -MP -MF ".deps/scan.Tpo" -c -o scan.lo scan.c; \ then mv -f ".deps/scan.Tpo" ".deps/scan.Plo"; else rm -f ".deps/scan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scan.lo -MD -MP -MF .deps/scan.Tpo -c scan.c -o scan.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scatter.lo -MD -MP -MF ".deps/scatter.Tpo" -c -o scatter.lo scatter.c; \ then mv -f ".deps/scatter.Tpo" ".deps/scatter.Plo"; else rm -f ".deps/scatter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scatter.lo -MD -MP -MF .deps/scatter.Tpo -c scatter.c -o scatter.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scatterv.lo -MD -MP -MF ".deps/scatterv.Tpo" -c -o scatterv.lo scatterv.c; \ then mv -f ".deps/scatterv.Tpo" ".deps/scatterv.Plo"; else rm -f ".deps/scatterv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT scatterv.lo -MD -MP -MF .deps/scatterv.Tpo -c scatterv.c -o scatterv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT send.lo -MD -MP -MF ".deps/send.Tpo" -c -o send.lo send.c; \ then mv -f ".deps/send.Tpo" ".deps/send.Plo"; else rm -f ".deps/send.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT send.lo -MD -MP -MF .deps/send.Tpo -c send.c -o send.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendinit.lo -MD -MP -MF ".deps/sendinit.Tpo" -c -o sendinit.lo sendinit.c; \ then mv -f ".deps/sendinit.Tpo" ".deps/sendinit.Plo"; else rm -f ".deps/sendinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendinit.lo -MD -MP -MF .deps/sendinit.Tpo -c sendinit.c -o sendinit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendrecv.lo -MD -MP -MF ".deps/sendrecv.Tpo" -c -o sendrecv.lo sendrecv.c; \ then mv -f ".deps/sendrecv.Tpo" ".deps/sendrecv.Plo"; else rm -f ".deps/sendrecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendrecv.lo -MD -MP -MF .deps/sendrecv.Tpo -c sendrecv.c -o sendrecv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendrecvrep.lo -MD -MP -MF ".deps/sendrecvrep.Tpo" -c -o sendrecvrep.lo sendrecvrep.c; \ then mv -f ".deps/sendrecvrep.Tpo" ".deps/sendrecvrep.Plo"; else rm -f ".deps/sendrecvrep.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT sendrecvrep.lo -MD -MP -MF .deps/sendrecvrep.Tpo -c sendrecvrep.c -o sendrecvrep.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT spawn.lo -MD -MP -MF ".deps/spawn.Tpo" -c -o spawn.lo spawn.c; \ then mv -f ".deps/spawn.Tpo" ".deps/spawn.Plo"; else rm -f ".deps/spawn.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT spawn.lo -MD -MP -MF .deps/spawn.Tpo -c spawn.c -o spawn.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT spawnmult.lo -MD -MP -MF ".deps/spawnmult.Tpo" -c -o spawnmult.lo spawnmult.c; \ then mv -f ".deps/spawnmult.Tpo" ".deps/spawnmult.Plo"; else rm -f ".deps/spawnmult.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT spawnmult.lo -MD -MP -MF .deps/spawnmult.Tpo -c spawnmult.c -o spawnmult.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssend.lo -MD -MP -MF ".deps/ssend.Tpo" -c -o ssend.lo ssend.c; \ then mv -f ".deps/ssend.Tpo" ".deps/ssend.Plo"; else rm -f ".deps/ssend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssend.lo -MD -MP -MF .deps/ssend.Tpo -c ssend.c -o ssend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssendinit.lo -MD -MP -MF ".deps/ssendinit.Tpo" -c -o ssendinit.lo ssendinit.c; \ then mv -f ".deps/ssendinit.Tpo" ".deps/ssendinit.Plo"; else rm -f ".deps/ssendinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssendinit.lo -MD -MP -MF .deps/ssendinit.Tpo -c ssendinit.c -o ssendinit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT startall.lo -MD -MP -MF ".deps/startall.Tpo" -c -o startall.lo startall.c; \ then mv -f ".deps/startall.Tpo" ".deps/startall.Plo"; else rm -f ".deps/startall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT startall.lo -MD -MP -MF .deps/startall.Tpo -c startall.c -o startall.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT start.lo -MD -MP -MF ".deps/start.Tpo" -c -o start.lo start.c; \ then mv -f ".deps/start.Tpo" ".deps/start.Plo"; else rm -f ".deps/start.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT start.lo -MD -MP -MF .deps/start.Tpo -c start.c -o start.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcommit.lo -MD -MP -MF ".deps/tcommit.Tpo" -c -o tcommit.lo tcommit.c; \ then mv -f ".deps/tcommit.Tpo" ".deps/tcommit.Plo"; else rm -f ".deps/tcommit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcommit.lo -MD -MP -MF .deps/tcommit.Tpo -c tcommit.c -o tcommit.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcontig.lo -MD -MP -MF ".deps/tcontig.Tpo" -c -o tcontig.lo tcontig.c; \ then mv -f ".deps/tcontig.Tpo" ".deps/tcontig.Plo"; else rm -f ".deps/tcontig.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcontig.lo -MD -MP -MF .deps/tcontig.Tpo -c tcontig.c -o tcontig.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatehindex.lo -MD -MP -MF ".deps/tcreatehindex.Tpo" -c -o tcreatehindex.lo tcreatehindex.c; \ then mv -f ".deps/tcreatehindex.Tpo" ".deps/tcreatehindex.Plo"; else rm -f ".deps/tcreatehindex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatehindex.lo -MD -MP -MF .deps/tcreatehindex.Tpo -c tcreatehindex.c -o tcreatehindex.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatehvector.lo -MD -MP -MF ".deps/tcreatehvector.Tpo" -c -o tcreatehvector.lo tcreatehvector.c; \ then mv -f ".deps/tcreatehvector.Tpo" ".deps/tcreatehvector.Plo"; else rm -f ".deps/tcreatehvector.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatehvector.lo -MD -MP -MF .deps/tcreatehvector.Tpo -c tcreatehvector.c -o tcreatehvector.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatekey.lo -MD -MP -MF ".deps/tcreatekey.Tpo" -c -o tcreatekey.lo tcreatekey.c; \ then mv -f ".deps/tcreatekey.Tpo" ".deps/tcreatekey.Plo"; else rm -f ".deps/tcreatekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatekey.lo -MD -MP -MF .deps/tcreatekey.Tpo -c tcreatekey.c -o tcreatekey.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatestruct.lo -MD -MP -MF ".deps/tcreatestruct.Tpo" -c -o tcreatestruct.lo tcreatestruct.c; \ then mv -f ".deps/tcreatestruct.Tpo" ".deps/tcreatestruct.Plo"; else rm -f ".deps/tcreatestruct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tcreatestruct.lo -MD -MP -MF .deps/tcreatestruct.Tpo -c tcreatestruct.c -o tcreatestruct.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdarray.lo -MD -MP -MF ".deps/tdarray.Tpo" -c -o tdarray.lo tdarray.c; \ then mv -f ".deps/tdarray.Tpo" ".deps/tdarray.Plo"; else rm -f ".deps/tdarray.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdarray.lo -MD -MP -MF .deps/tdarray.Tpo -c tdarray.c -o tdarray.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdelattr.lo -MD -MP -MF ".deps/tdelattr.Tpo" -c -o tdelattr.lo tdelattr.c; \ then mv -f ".deps/tdelattr.Tpo" ".deps/tdelattr.Plo"; else rm -f ".deps/tdelattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdelattr.lo -MD -MP -MF .deps/tdelattr.Tpo -c tdelattr.c -o tdelattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdup.lo -MD -MP -MF ".deps/tdup.Tpo" -c -o tdup.lo tdup.c; \ then mv -f ".deps/tdup.Tpo" ".deps/tdup.Plo"; else rm -f ".deps/tdup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tdup.lo -MD -MP -MF .deps/tdup.Tpo -c tdup.c -o tdup.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testall.lo -MD -MP -MF ".deps/testall.Tpo" -c -o testall.lo testall.c; \ then mv -f ".deps/testall.Tpo" ".deps/testall.Plo"; else rm -f ".deps/testall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testall.lo -MD -MP -MF .deps/testall.Tpo -c testall.c -o testall.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testany.lo -MD -MP -MF ".deps/testany.Tpo" -c -o testany.lo testany.c; \ then mv -f ".deps/testany.Tpo" ".deps/testany.Plo"; else rm -f ".deps/testany.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testany.lo -MD -MP -MF .deps/testany.Tpo -c testany.c -o testany.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT test.lo -MD -MP -MF ".deps/test.Tpo" -c -o test.lo test.c; \ then mv -f ".deps/test.Tpo" ".deps/test.Plo"; else rm -f ".deps/test.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT test.lo -MD -MP -MF .deps/test.Tpo -c test.c -o test.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testcancel.lo -MD -MP -MF ".deps/testcancel.Tpo" -c -o testcancel.lo testcancel.c; \ then mv -f ".deps/testcancel.Tpo" ".deps/testcancel.Plo"; else rm -f ".deps/testcancel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testcancel.lo -MD -MP -MF .deps/testcancel.Tpo -c testcancel.c -o testcancel.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testsome.lo -MD -MP -MF ".deps/testsome.Tpo" -c -o testsome.lo testsome.c; \ then mv -f ".deps/testsome.Tpo" ".deps/testsome.Plo"; else rm -f ".deps/testsome.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT testsome.lo -MD -MP -MF .deps/testsome.Tpo -c testsome.c -o testsome.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT textent.lo -MD -MP -MF ".deps/textent.Tpo" -c -o textent.lo textent.c; \ then mv -f ".deps/textent.Tpo" ".deps/textent.Plo"; else rm -f ".deps/textent.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT textent.lo -MD -MP -MF .deps/textent.Tpo -c textent.c -o textent.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfree.lo -MD -MP -MF ".deps/tfree.Tpo" -c -o tfree.lo tfree.c; \ then mv -f ".deps/tfree.Tpo" ".deps/tfree.Plo"; else rm -f ".deps/tfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfree.lo -MD -MP -MF .deps/tfree.Tpo -c tfree.c -o tfree.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfreekey.lo -MD -MP -MF ".deps/tfreekey.Tpo" -c -o tfreekey.lo tfreekey.c; \ then mv -f ".deps/tfreekey.Tpo" ".deps/tfreekey.Plo"; else rm -f ".deps/tfreekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfreekey.lo -MD -MP -MF .deps/tfreekey.Tpo -c tfreekey.c -o tfreekey.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetattr.lo -MD -MP -MF ".deps/tgetattr.Tpo" -c -o tgetattr.lo tgetattr.c; \ then mv -f ".deps/tgetattr.Tpo" ".deps/tgetattr.Plo"; else rm -f ".deps/tgetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetattr.lo -MD -MP -MF .deps/tgetattr.Tpo -c tgetattr.c -o tgetattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetconts.lo -MD -MP -MF ".deps/tgetconts.Tpo" -c -o tgetconts.lo tgetconts.c; \ then mv -f ".deps/tgetconts.Tpo" ".deps/tgetconts.Plo"; else rm -f ".deps/tgetconts.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetconts.lo -MD -MP -MF .deps/tgetconts.Tpo -c tgetconts.c -o tgetconts.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetenvl.lo -MD -MP -MF ".deps/tgetenvl.Tpo" -c -o tgetenvl.lo tgetenvl.c; \ then mv -f ".deps/tgetenvl.Tpo" ".deps/tgetenvl.Plo"; else rm -f ".deps/tgetenvl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetenvl.lo -MD -MP -MF .deps/tgetenvl.Tpo -c tgetenvl.c -o tgetenvl.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetextent.lo -MD -MP -MF ".deps/tgetextent.Tpo" -c -o tgetextent.lo tgetextent.c; \ then mv -f ".deps/tgetextent.Tpo" ".deps/tgetextent.Plo"; else rm -f ".deps/tgetextent.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetextent.lo -MD -MP -MF .deps/tgetextent.Tpo -c tgetextent.c -o tgetextent.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetname.lo -MD -MP -MF ".deps/tgetname.Tpo" -c -o tgetname.lo tgetname.c; \ then mv -f ".deps/tgetname.Tpo" ".deps/tgetname.Plo"; else rm -f ".deps/tgetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgetname.lo -MD -MP -MF .deps/tgetname.Tpo -c tgetname.c -o tgetname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgettrue.lo -MD -MP -MF ".deps/tgettrue.Tpo" -c -o tgettrue.lo tgettrue.c; \ then mv -f ".deps/tgettrue.Tpo" ".deps/tgettrue.Plo"; else rm -f ".deps/tgettrue.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tgettrue.lo -MD -MP -MF .deps/tgettrue.Tpo -c tgettrue.c -o tgettrue.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT thindex.lo -MD -MP -MF ".deps/thindex.Tpo" -c -o thindex.lo thindex.c; \ then mv -f ".deps/thindex.Tpo" ".deps/thindex.Plo"; else rm -f ".deps/thindex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT thindex.lo -MD -MP -MF .deps/thindex.Tpo -c thindex.c -o thindex.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT thvector.lo -MD -MP -MF ".deps/thvector.Tpo" -c -o thvector.lo thvector.c; \ then mv -f ".deps/thvector.Tpo" ".deps/thvector.Plo"; else rm -f ".deps/thvector.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT thvector.lo -MD -MP -MF .deps/thvector.Tpo -c thvector.c -o thvector.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tindex.lo -MD -MP -MF ".deps/tindex.Tpo" -c -o tindex.lo tindex.c; \ then mv -f ".deps/tindex.Tpo" ".deps/tindex.Plo"; else rm -f ".deps/tindex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tindex.lo -MD -MP -MF .deps/tindex.Tpo -c tindex.c -o tindex.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tlb.lo -MD -MP -MF ".deps/tlb.Tpo" -c -o tlb.lo tlb.c; \ then mv -f ".deps/tlb.Tpo" ".deps/tlb.Plo"; else rm -f ".deps/tlb.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tlb.lo -MD -MP -MF .deps/tlb.Tpo -c tlb.c -o tlb.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT topotest.lo -MD -MP -MF ".deps/topotest.Tpo" -c -o topotest.lo topotest.c; \ then mv -f ".deps/topotest.Tpo" ".deps/topotest.Plo"; else rm -f ".deps/topotest.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT topotest.lo -MD -MP -MF .deps/topotest.Tpo -c topotest.c -o topotest.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tresize.lo -MD -MP -MF ".deps/tresize.Tpo" -c -o tresize.lo tresize.c; \ then mv -f ".deps/tresize.Tpo" ".deps/tresize.Plo"; else rm -f ".deps/tresize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tresize.lo -MD -MP -MF .deps/tresize.Tpo -c tresize.c -o tresize.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetattr.lo -MD -MP -MF ".deps/tsetattr.Tpo" -c -o tsetattr.lo tsetattr.c; \ then mv -f ".deps/tsetattr.Tpo" ".deps/tsetattr.Plo"; else rm -f ".deps/tsetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetattr.lo -MD -MP -MF .deps/tsetattr.Tpo -c tsetattr.c -o tsetattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetname.lo -MD -MP -MF ".deps/tsetname.Tpo" -c -o tsetname.lo tsetname.c; \ then mv -f ".deps/tsetname.Tpo" ".deps/tsetname.Plo"; else rm -f ".deps/tsetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetname.lo -MD -MP -MF .deps/tsetname.Tpo -c tsetname.c -o tsetname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsize.lo -MD -MP -MF ".deps/tsize.Tpo" -c -o tsize.lo tsize.c; \ then mv -f ".deps/tsize.Tpo" ".deps/tsize.Plo"; else rm -f ".deps/tsize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsize.lo -MD -MP -MF .deps/tsize.Tpo -c tsize.c -o tsize.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tstruct.lo -MD -MP -MF ".deps/tstruct.Tpo" -c -o tstruct.lo tstruct.c; \ then mv -f ".deps/tstruct.Tpo" ".deps/tstruct.Plo"; else rm -f ".deps/tstruct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tstruct.lo -MD -MP -MF .deps/tstruct.Tpo -c tstruct.c -o tstruct.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsubarray.lo -MD -MP -MF ".deps/tsubarray.Tpo" -c -o tsubarray.lo tsubarray.c; \ then mv -f ".deps/tsubarray.Tpo" ".deps/tsubarray.Plo"; else rm -f ".deps/tsubarray.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsubarray.lo -MD -MP -MF .deps/tsubarray.Tpo -c tsubarray.c -o tsubarray.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tub.lo -MD -MP -MF ".deps/tub.Tpo" -c -o tub.lo tub.c; \ then mv -f ".deps/tub.Tpo" ".deps/tub.Plo"; else rm -f ".deps/tub.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tub.lo -MD -MP -MF .deps/tub.Tpo -c tub.c -o tub.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tvector.lo -MD -MP -MF ".deps/tvector.Tpo" -c -o tvector.lo tvector.c; \ then mv -f ".deps/tvector.Tpo" ".deps/tvector.Plo"; else rm -f ".deps/tvector.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tvector.lo -MD -MP -MF .deps/tvector.Tpo -c tvector.c -o tvector.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT unpack.lo -MD -MP -MF ".deps/unpack.Tpo" -c -o unpack.lo unpack.c; \ then mv -f ".deps/unpack.Tpo" ".deps/unpack.Plo"; else rm -f ".deps/unpack.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT unpack.lo -MD -MP -MF .deps/unpack.Tpo -c unpack.c -o unpack.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitall.lo -MD -MP -MF ".deps/waitall.Tpo" -c -o waitall.lo waitall.c; \ then mv -f ".deps/waitall.Tpo" ".deps/waitall.Plo"; else rm -f ".deps/waitall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitall.lo -MD -MP -MF .deps/waitall.Tpo -c waitall.c -o waitall.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitany.lo -MD -MP -MF ".deps/waitany.Tpo" -c -o waitany.lo waitany.c; \ then mv -f ".deps/waitany.Tpo" ".deps/waitany.Plo"; else rm -f ".deps/waitany.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitany.lo -MD -MP -MF .deps/waitany.Tpo -c waitany.c -o waitany.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wait.lo -MD -MP -MF ".deps/wait.Tpo" -c -o wait.lo wait.c; \ then mv -f ".deps/wait.Tpo" ".deps/wait.Plo"; else rm -f ".deps/wait.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wait.lo -MD -MP -MF .deps/wait.Tpo -c wait.c -o wait.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitsome.lo -MD -MP -MF ".deps/waitsome.Tpo" -c -o waitsome.lo waitsome.c; \ then mv -f ".deps/waitsome.Tpo" ".deps/waitsome.Plo"; else rm -f ".deps/waitsome.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT waitsome.lo -MD -MP -MF .deps/waitsome.Tpo -c waitsome.c -o waitsome.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcomplete.lo -MD -MP -MF ".deps/wcomplete.Tpo" -c -o wcomplete.lo wcomplete.c; \ then mv -f ".deps/wcomplete.Tpo" ".deps/wcomplete.Plo"; else rm -f ".deps/wcomplete.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcomplete.lo -MD -MP -MF .deps/wcomplete.Tpo -c wcomplete.c -o wcomplete.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreate.lo -MD -MP -MF ".deps/wcreate.Tpo" -c -o wcreate.lo wcreate.c; \ then mv -f ".deps/wcreate.Tpo" ".deps/wcreate.Plo"; else rm -f ".deps/wcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreate.lo -MD -MP -MF .deps/wcreate.Tpo -c wcreate.c -o wcreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreateerr.lo -MD -MP -MF ".deps/wcreateerr.Tpo" -c -o wcreateerr.lo wcreateerr.c; \ then mv -f ".deps/wcreateerr.Tpo" ".deps/wcreateerr.Plo"; else rm -f ".deps/wcreateerr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreateerr.lo -MD -MP -MF .deps/wcreateerr.Tpo -c wcreateerr.c -o wcreateerr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreatekey.lo -MD -MP -MF ".deps/wcreatekey.Tpo" -c -o wcreatekey.lo wcreatekey.c; \ then mv -f ".deps/wcreatekey.Tpo" ".deps/wcreatekey.Plo"; else rm -f ".deps/wcreatekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wcreatekey.lo -MD -MP -MF .deps/wcreatekey.Tpo -c wcreatekey.c -o wcreatekey.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wdelattr.lo -MD -MP -MF ".deps/wdelattr.Tpo" -c -o wdelattr.lo wdelattr.c; \ then mv -f ".deps/wdelattr.Tpo" ".deps/wdelattr.Plo"; else rm -f ".deps/wdelattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wdelattr.lo -MD -MP -MF .deps/wdelattr.Tpo -c wdelattr.c -o wdelattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfence.lo -MD -MP -MF ".deps/wfence.Tpo" -c -o wfence.lo wfence.c; \ then mv -f ".deps/wfence.Tpo" ".deps/wfence.Plo"; else rm -f ".deps/wfence.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfence.lo -MD -MP -MF .deps/wfence.Tpo -c wfence.c -o wfence.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfree.lo -MD -MP -MF ".deps/wfree.Tpo" -c -o wfree.lo wfree.c; \ then mv -f ".deps/wfree.Tpo" ".deps/wfree.Plo"; else rm -f ".deps/wfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfree.lo -MD -MP -MF .deps/wfree.Tpo -c wfree.c -o wfree.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfreekey.lo -MD -MP -MF ".deps/wfreekey.Tpo" -c -o wfreekey.lo wfreekey.c; \ then mv -f ".deps/wfreekey.Tpo" ".deps/wfreekey.Plo"; else rm -f ".deps/wfreekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wfreekey.lo -MD -MP -MF .deps/wfreekey.Tpo -c wfreekey.c -o wfreekey.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgetattr.lo -MD -MP -MF ".deps/wgetattr.Tpo" -c -o wgetattr.lo wgetattr.c; \ then mv -f ".deps/wgetattr.Tpo" ".deps/wgetattr.Plo"; else rm -f ".deps/wgetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgetattr.lo -MD -MP -MF .deps/wgetattr.Tpo -c wgetattr.c -o wgetattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgeterr.lo -MD -MP -MF ".deps/wgeterr.Tpo" -c -o wgeterr.lo wgeterr.c; \ then mv -f ".deps/wgeterr.Tpo" ".deps/wgeterr.Plo"; else rm -f ".deps/wgeterr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgeterr.lo -MD -MP -MF .deps/wgeterr.Tpo -c wgeterr.c -o wgeterr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgetname.lo -MD -MP -MF ".deps/wgetname.Tpo" -c -o wgetname.lo wgetname.c; \ then mv -f ".deps/wgetname.Tpo" ".deps/wgetname.Plo"; else rm -f ".deps/wgetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgetname.lo -MD -MP -MF .deps/wgetname.Tpo -c wgetname.c -o wgetname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgroup.lo -MD -MP -MF ".deps/wgroup.Tpo" -c -o wgroup.lo wgroup.c; \ then mv -f ".deps/wgroup.Tpo" ".deps/wgroup.Plo"; else rm -f ".deps/wgroup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wgroup.lo -MD -MP -MF .deps/wgroup.Tpo -c wgroup.c -o wgroup.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wpost.lo -MD -MP -MF ".deps/wpost.Tpo" -c -o wpost.lo wpost.c; \ then mv -f ".deps/wpost.Tpo" ".deps/wpost.Plo"; else rm -f ".deps/wpost.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wpost.lo -MD -MP -MF .deps/wpost.Tpo -c wpost.c -o wpost.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wsetattr.lo -MD -MP -MF ".deps/wsetattr.Tpo" -c -o wsetattr.lo wsetattr.c; \ then mv -f ".deps/wsetattr.Tpo" ".deps/wsetattr.Plo"; else rm -f ".deps/wsetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wsetattr.lo -MD -MP -MF .deps/wsetattr.Tpo -c wsetattr.c -o wsetattr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wseterr.lo -MD -MP -MF ".deps/wseterr.Tpo" -c -o wseterr.lo wseterr.c; \ then mv -f ".deps/wseterr.Tpo" ".deps/wseterr.Plo"; else rm -f ".deps/wseterr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wseterr.lo -MD -MP -MF .deps/wseterr.Tpo -c wseterr.c -o wseterr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wsetname.lo -MD -MP -MF ".deps/wsetname.Tpo" -c -o wsetname.lo wsetname.c; \ then mv -f ".deps/wsetname.Tpo" ".deps/wsetname.Plo"; else rm -f ".deps/wsetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wsetname.lo -MD -MP -MF .deps/wsetname.Tpo -c wsetname.c -o wsetname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wstart.lo -MD -MP -MF ".deps/wstart.Tpo" -c -o wstart.lo wstart.c; \ then mv -f ".deps/wstart.Tpo" ".deps/wstart.Plo"; else rm -f ".deps/wstart.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wstart.lo -MD -MP -MF .deps/wstart.Tpo -c wstart.c -o wstart.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wtick.lo -MD -MP -MF ".deps/wtick.Tpo" -c -o wtick.lo wtick.c; \ then mv -f ".deps/wtick.Tpo" ".deps/wtick.Plo"; else rm -f ".deps/wtick.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wtick.lo -MD -MP -MF .deps/wtick.Tpo -c wtick.c -o wtick.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wtime.lo -MD -MP -MF ".deps/wtime.Tpo" -c -o wtime.lo wtime.c; \ then mv -f ".deps/wtime.Tpo" ".deps/wtime.Plo"; else rm -f ".deps/wtime.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wtime.lo -MD -MP -MF .deps/wtime.Tpo -c wtime.c -o wtime.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wwait.lo -MD -MP -MF ".deps/wwait.Tpo" -c -o wwait.lo wwait.c; \ then mv -f ".deps/wwait.Tpo" ".deps/wwait.Plo"; else rm -f ".deps/wwait.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wwait.lo -MD -MP -MF .deps/wwait.Tpo -c wwait.c -o wwait.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xbuoy.lo -MD -MP -MF ".deps/xbuoy.Tpo" -c -o xbuoy.lo xbuoy.c; \ then mv -f ".deps/xbuoy.Tpo" ".deps/xbuoy.Plo"; else rm -f ".deps/xbuoy.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xbuoy.lo -MD -MP -MF .deps/xbuoy.Tpo -c xbuoy.c -o xbuoy.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xcoloron.lo -MD -MP -MF ".deps/xcoloron.Tpo" -c -o xcoloron.lo xcoloron.c; \ then mv -f ".deps/xcoloron.Tpo" ".deps/xcoloron.Plo"; else rm -f ".deps/xcoloron.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xcoloron.lo -MD -MP -MF .deps/xcoloron.Tpo -c xcoloron.c -o xcoloron.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xcoloroff.lo -MD -MP -MF ".deps/xcoloroff.Tpo" -c -o xcoloroff.lo xcoloroff.c; \ then mv -f ".deps/xcoloroff.Tpo" ".deps/xcoloroff.Plo"; else rm -f ".deps/xcoloroff.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT xcoloroff.lo -MD -MP -MF .deps/xcoloroff.Tpo -c xcoloroff.c -o xcoloroff.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libmpi.la lammemcpy.lo MPI.lo abort.lo accept.lo accumulate.lo address.lo allgather.lo allgatherv.lo allocmem.lo allreduce.lo alltoall.lo alltoallv.lo alltoallw.lo attrdel.lo attrget.lo attrput.lo barrier.lo bcast.lo bsend.lo bsendinit.lo bufattach.lo bufdetach.lo cancel.lo cartcoords.lo cartcreate.lo cartdimget.lo cartget.lo cartmap.lo cartrank.lo cartshift.lo cartsub.lo ccmp.lo ccreate.lo ccreateerr.lo ccreatekey.lo cdelattr.lo cdisconnect.lo cdup.lo cfree.lo cfreekey.lo cgetattr.lo cgeterr.lo cgetname.lo cgetparent.lo cgroup.lo connect.lo crank.lo crgroup.lo crsize.lo csetattr.lo cseterr.lo csetname.lo csize.lo csplit.lo ctestinter.lo dimscreate.lo dupfn.lo errclass.lo errcreate.lo errfree.lo errget.lo errset.lo errstring.lo exscan.lo finalize.lo finalized.lo freemem.lo gather.lo gatherv.lo gcmp.lo gdiff.lo getaddress.lo get.lo getcount.lo getelem.lo getprocname.lo getversion.lo gexcl.lo gfree.lo gincl.lo ginter.lo grank.lo graphcreate.lo graphdimsget.lo graphget.lo graphmap.lo graphnbr.lo graphnbrcount.lo grexcl.lo grincl.lo gsize.lo gtranks.lo gunion.lo handles.lo ibsend.lo iccreate.lo icmerge.lo infocreate.lo infodel.lo infodup.lo infofree.lo infoget.lo infogetnkeys.lo infogetnth.lo infogetvlen.lo infoset.lo init.lo inited.lo initthr.lo iprobe.lo irecv.lo irsend.lo isend.lo issend.lo isthrmain.lo join.lo keycreate.lo keyfree.lo lamapps.lo lamattr.lo lambuf.lo lamcid.lo lamclocks.lo lamcomm.lo lamdeferr.lo lamdtype.lo laminit.lo laminited.lo lammisc.lo lammpiinit.lo lamnbarrier.lo lamonesided.lo lampack.lo lamports.lo lamprocs.lo lampublish.lo lamreceive.lo lamreduce.lo lamreqs.lo lamsend.lo lamsig.lo lamspawn.lo lamtest.lo lamthreads.lo lamtrace.lo lamunpack.lo lamupdown.lo m2l.lo mpil_id.lo mpil_rgetname.lo mpil_rsetname.lo mpil_signal.lo mpil_trace.lo namelook.lo namepub.lo nameunpub.lo opcreate.lo opfree.lo pack.lo packsize.lo pcontrol.lo portclose.lo portopen.lo probe.lo put.lo querythr.lo recv.lo recvinit.lo reduce.lo reducescatter.lo reqfree.lo rsend.lo rsendinit.lo scan.lo scatter.lo scatterv.lo send.lo sendinit.lo sendrecv.lo sendrecvrep.lo spawn.lo spawnmult.lo ssend.lo ssendinit.lo startall.lo start.lo tcommit.lo tcontig.lo tcreatehindex.lo tcreatehvector.lo tcreatekey.lo tcreatestruct.lo tdarray.lo tdelattr.lo tdup.lo testall.lo testany.lo test.lo testcancel.lo testsome.lo textent.lo tfree.lo tfreekey.lo tgetattr.lo tgetconts.lo tgetenvl.lo tgetextent.lo tgetname.lo tgettrue.lo thindex.lo thvector.lo tindex.lo tlb.lo topotest.lo tresize.lo tsetattr.lo tsetname.lo tsize.lo tstruct.lo tsubarray.lo tub.lo tvector.lo unpack.lo waitall.lo waitany.lo wait.lo waitsome.lo wcomplete.lo wcreate.lo wcreateerr.lo wcreatekey.lo wdelattr.lo wfence.lo wfree.lo wfreekey.lo wgetattr.lo wgeterr.lo wgetname.lo wgroup.lo wpost.lo wsetattr.lo wseterr.lo wsetname.lo wstart.lo wtick.lo wtime.lo wwait.lo xbuoy.lo xcoloron.lo xcoloroff.lo totalview/libmpi_totalview.la mkdir .libs rm -fr .libs/libmpi.lax mkdir .libs/libmpi.lax rm -fr .libs/libmpi.lax/libmpi_totalview.a mkdir .libs/libmpi.lax/libmpi_totalview.a (cd .libs/libmpi.lax/libmpi_totalview.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/totalview/.libs/libmpi_totalview.a) ar cru .libs/libmpi.a lammemcpy.o MPI.o abort.o accept.o accumulate.o address.o allgather.o allgatherv.o allocmem.o allreduce.o alltoall.o alltoallv.o alltoallw.o attrdel.o attrget.o attrput.o barrier.o bcast.o bsend.o bsendinit.o bufattach.o bufdetach.o cancel.o cartcoords.o cartcreate.o cartdimget.o cartget.o cartmap.o cartrank.o cartshift.o cartsub.o ccmp.o ccreate.o ccreateerr.o ccreatekey.o cdelattr.o cdisconnect.o cdup.o cfree.o cfreekey.o cgetattr.o cgeterr.o cgetname.o cgetparent.o cgroup.o connect.o crank.o crgroup.o crsize.o csetattr.o cseterr.o csetname.o csize.o csplit.o ctestinter.o dimscreate.o dupfn.o errclass.o errcreate.o errfree.o errget.o errset.o errstring.o exscan.o finalize.o finalized.o freemem.o gather.o gatherv.o gcmp.o gdiff.o getaddress.o get.o getcount.o getelem.o getprocname.o getversion.o gexcl.o gfree.o gincl.o ginter.o grank.o graphcreate.o graphdimsget.o graphget.o graphmap.o graphnbr.o graphnbrcount.o grexcl.o grincl.o gsize.o gtranks.o gunion.o handles.o ibsend.o iccreate.o icmerge.o infocreate.o infodel.o infodup.o infofree.o infoget.o infogetnkeys.o infogetnth.o infogetvlen.o infoset.o init.o inited.o initthr.o iprobe.o irecv.o irsend.o isend.o issend.o isthrmain.o join.o keycreate.o keyfree.o lamapps.o lamattr.o lambuf.o lamcid.o lamclocks.o lamcomm.o lamdeferr.o lamdtype.o laminit.o laminited.o lammisc.o lammpiinit.o lamnbarrier.o lamonesided.o lampack.o lamports.o lamprocs.o lampublish.o lamreceive.o lamreduce.o lamreqs.o lamsend.o lamsig.o lamspawn.o lamtest.o lamthreads.o lamtrace.o lamunpack.o lamupdown.o m2l.o mpil_id.o mpil_rgetname.o mpil_rsetname.o mpil_signal.o mpil_trace.o namelook.o namepub.o nameunpub.o opcreate.o opfree.o pack.o packsize.o pcontrol.o portclose.o portopen.o probe.o put.o querythr.o recv.o recvinit.o reduce.o reducescatter.o reqfree.o rsend.o rsendinit.o scan.o scatter.o scatterv.o send.o sendinit.o sendrecv.o sendrecvrep.o spawn.o spawnmult.o ssend.o ssendinit.o startall.o start.o tcommit.o tcontig.o tcreatehindex.o tcreatehvector.o tcreatekey.o tcreatestruct.o tdarray.o tdelattr.o tdup.o testall.o testany.o test.o testcancel.o testsome.o textent.o tfree.o tfreekey.o tgetattr.o tgetconts.o tgetenvl.o tgetextent.o tgetname.o tgettrue.o thindex.o thvector.o tindex.o tlb.o topotest.o tresize.o tsetattr.o tsetname.o tsize.o tstruct.o tsubarray.o tub.o tvector.o unpack.o waitall.o waitany.o wait.o waitsome.o wcomplete.o wcreate.o wcreateerr.o wcreatekey.o wdelattr.o wfence.o wfree.o wfreekey.o wgetattr.o wgeterr.o wgetname.o wgroup.o wpost.o wsetattr.o wseterr.o wsetname.o wstart.o wtick.o wtime.o wwait.o xbuoy.o xcoloron.o xcoloroff.o .libs/libmpi.lax/libmpi_totalview.a/types.o ranlib .libs/libmpi.a rm -fr .libs/libmpi.lax creating libmpi.la (cd .libs && rm -f libmpi.la && ln -s ../libmpi.la libmpi.la) if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT liblam-mpietc.lo -MD -MP -MF ".deps/liblam-mpietc.Tpo" -c -o liblam-mpietc.lo liblam-mpietc.c; \ then mv -f ".deps/liblam-mpietc.Tpo" ".deps/liblam-mpietc.Plo"; else rm -f ".deps/liblam-mpietc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT liblam-mpietc.lo -MD -MP -MF .deps/liblam-mpietc.Tpo -c liblam-mpietc.c -o liblam-mpietc.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamextra.la liblam-mpietc.lo ar cru .libs/liblamextra.a liblam-mpietc.o ranlib .libs/liblamextra.a creating liblamextra.la (cd .libs && rm -f liblamextra.la && ln -s ../liblamextra.la liblamextra.la) if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL="\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT libmpi-mpietc.lo -MD -MP -MF ".deps/libmpi-mpietc.Tpo" -c -o libmpi-mpietc.lo libmpi-mpietc.c; \ then mv -f ".deps/libmpi-mpietc.Tpo" ".deps/libmpi-mpietc.Plo"; else rm -f ".deps/libmpi-mpietc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_TOTALVIEW_DLL=\"/home/astromake/opt/gadget/lib/lam/liblam_totalview.so\" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT libmpi-mpietc.lo -MD -MP -MF .deps/libmpi-mpietc.Tpo -c libmpi-mpietc.c -o libmpi-mpietc.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libmpiextra.la libmpi-mpietc.lo ar cru .libs/libmpiextra.a libmpi-mpietc.o ranlib .libs/libmpiextra.a creating libmpiextra.la (cd .libs && rm -f libmpiextra.la && ln -s ../libmpiextra.la libmpiextra.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' Making all in libltdl make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libltdl' make all-am make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libltdl' /bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I./share/include -DLAM_BUILDING=1 -pthread -c -o ltdl.lo ltdl.c gcc -DHAVE_CONFIG_H -I. -I. -I. -I./share/include -DLAM_BUILDING=1 -pthread -c ltdl.c -o ltdl.o /bin/sh ./libtool --tag=CC --mode=link gcc -pthread -o libltdlc.la ltdl.lo -ldl mkdir .libs ar cru .libs/libltdlc.a 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 `/home/teuben/PITP/codes/lam-7.1.5b1/share/libltdl' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libltdl' Making all in nreq make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/nreq' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bfiprobe.lo -MD -MP -MF ".deps/bfiprobe.Tpo" -c -o bfiprobe.lo bfiprobe.c; \ then mv -f ".deps/bfiprobe.Tpo" ".deps/bfiprobe.Plo"; else rm -f ".deps/bfiprobe.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bfiprobe.lo -MD -MP -MF .deps/bfiprobe.Tpo -c bfiprobe.c -o bfiprobe.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bfiselect.lo -MD -MP -MF ".deps/bfiselect.Tpo" -c -o bfiselect.lo bfiselect.c; \ then mv -f ".deps/bfiselect.Tpo" ".deps/bfiselect.Plo"; else rm -f ".deps/bfiselect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bfiselect.lo -MD -MP -MF .deps/bfiselect.Tpo -c bfiselect.c -o bfiselect.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bfrecv.lo -MD -MP -MF ".deps/bfrecv.Tpo" -c -o bfrecv.lo bfrecv.c; \ then mv -f ".deps/bfrecv.Tpo" ".deps/bfrecv.Plo"; else rm -f ".deps/bfrecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bfrecv.lo -MD -MP -MF .deps/bfrecv.Tpo -c bfrecv.c -o bfrecv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bfselect.lo -MD -MP -MF ".deps/bfselect.Tpo" -c -o bfselect.lo bfselect.c; \ then mv -f ".deps/bfselect.Tpo" ".deps/bfselect.Plo"; else rm -f ".deps/bfselect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bfselect.lo -MD -MP -MF .deps/bfselect.Tpo -c bfselect.c -o bfselect.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT drecv.lo -MD -MP -MF ".deps/drecv.Tpo" -c -o drecv.lo drecv.c; \ then mv -f ".deps/drecv.Tpo" ".deps/drecv.Plo"; else rm -f ".deps/drecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT drecv.lo -MD -MP -MF .deps/drecv.Tpo -c drecv.c -o drecv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dsend.lo -MD -MP -MF ".deps/dsend.Tpo" -c -o dsend.lo dsend.c; \ then mv -f ".deps/dsend.Tpo" ".deps/dsend.Plo"; else rm -f ".deps/dsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dsend.lo -MD -MP -MF .deps/dsend.Tpo -c dsend.c -o dsend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dsfr.lo -MD -MP -MF ".deps/dsfr.Tpo" -c -o dsfr.lo dsfr.c; \ then mv -f ".deps/dsfr.Tpo" ".deps/dsfr.Plo"; else rm -f ".deps/dsfr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dsfr.lo -MD -MP -MF .deps/dsfr.Tpo -c dsfr.c -o dsfr.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT frecv.lo -MD -MP -MF ".deps/frecv.Tpo" -c -o frecv.lo frecv.c; \ then mv -f ".deps/frecv.Tpo" ".deps/frecv.Plo"; else rm -f ".deps/frecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT frecv.lo -MD -MP -MF .deps/frecv.Tpo -c frecv.c -o frecv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nprobe.lo -MD -MP -MF ".deps/nprobe.Tpo" -c -o nprobe.lo nprobe.c; \ then mv -f ".deps/nprobe.Tpo" ".deps/nprobe.Plo"; else rm -f ".deps/nprobe.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nprobe.lo -MD -MP -MF .deps/nprobe.Tpo -c nprobe.c -o nprobe.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nrecv.lo -MD -MP -MF ".deps/nrecv.Tpo" -c -o nrecv.lo nrecv.c; \ then mv -f ".deps/nrecv.Tpo" ".deps/nrecv.Plo"; else rm -f ".deps/nrecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nrecv.lo -MD -MP -MF .deps/nrecv.Tpo -c nrecv.c -o nrecv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nsend.lo -MD -MP -MF ".deps/nsend.Tpo" -c -o nsend.lo nsend.c; \ then mv -f ".deps/nsend.Tpo" ".deps/nsend.Plo"; else rm -f ".deps/nsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nsend.lo -MD -MP -MF .deps/nsend.Tpo -c nsend.c -o nsend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precv.lo -MD -MP -MF ".deps/precv.Tpo" -c -o precv.lo precv.c; \ then mv -f ".deps/precv.Tpo" ".deps/precv.Plo"; else rm -f ".deps/precv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precv.lo -MD -MP -MF .deps/precv.Tpo -c precv.c -o precv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psend.lo -MD -MP -MF ".deps/psend.Tpo" -c -o psend.lo psend.c; \ then mv -f ".deps/psend.Tpo" ".deps/psend.Plo"; else rm -f ".deps/psend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psend.lo -MD -MP -MF .deps/psend.Tpo -c psend.c -o psend.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT trecv.lo -MD -MP -MF ".deps/trecv.Tpo" -c -o trecv.lo trecv.c; \ then mv -f ".deps/trecv.Tpo" ".deps/trecv.Plo"; else rm -f ".deps/trecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT trecv.lo -MD -MP -MF .deps/trecv.Tpo -c trecv.c -o trecv.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsend.lo -MD -MP -MF ".deps/tsend.Tpo" -c -o tsend.lo tsend.c; \ then mv -f ".deps/tsend.Tpo" ".deps/tsend.Plo"; else rm -f ".deps/tsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsend.lo -MD -MP -MF .deps/tsend.Tpo -c tsend.c -o tsend.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamnreq.la bfiprobe.lo bfiselect.lo bfrecv.lo bfselect.lo drecv.lo dsend.lo dsfr.lo frecv.lo nprobe.lo nrecv.lo nsend.lo precv.lo psend.lo trecv.lo tsend.lo mkdir .libs ar cru .libs/liblamnreq.a bfiprobe.o bfiselect.o bfrecv.o bfselect.o drecv.o dsend.o dsfr.o frecv.o nprobe.o nrecv.o nsend.o precv.o psend.o trecv.o tsend.o ranlib .libs/liblamnreq.a creating liblamnreq.la (cd .libs && rm -f liblamnreq.la && ln -s ../liblamnreq.la liblamnreq.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/nreq' Making all in pmpi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' Making all in f77 make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi/f77' if test ! -r pabort_f.c ; then \ pname=`echo pabort_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pabort_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pabort_f.lo -MD -MP -MF ".deps/pabort_f.Tpo" -c -o pabort_f.lo pabort_f.c; \ then mv -f ".deps/pabort_f.Tpo" ".deps/pabort_f.Plo"; else rm -f ".deps/pabort_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pabort_f.lo -MD -MP -MF .deps/pabort_f.Tpo -c pabort_f.c -o pabort_f.o if test ! -r paccept_f.c ; then \ pname=`echo paccept_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname paccept_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paccept_f.lo -MD -MP -MF ".deps/paccept_f.Tpo" -c -o paccept_f.lo paccept_f.c; \ then mv -f ".deps/paccept_f.Tpo" ".deps/paccept_f.Plo"; else rm -f ".deps/paccept_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paccept_f.lo -MD -MP -MF .deps/paccept_f.Tpo -c paccept_f.c -o paccept_f.o if test ! -r paccumulate_f.c ; then \ pname=`echo paccumulate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname paccumulate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paccumulate_f.lo -MD -MP -MF ".deps/paccumulate_f.Tpo" -c -o paccumulate_f.lo paccumulate_f.c; \ then mv -f ".deps/paccumulate_f.Tpo" ".deps/paccumulate_f.Plo"; else rm -f ".deps/paccumulate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paccumulate_f.lo -MD -MP -MF .deps/paccumulate_f.Tpo -c paccumulate_f.c -o paccumulate_f.o if test ! -r paddress_f.c ; then \ pname=`echo paddress_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname paddress_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paddress_f.lo -MD -MP -MF ".deps/paddress_f.Tpo" -c -o paddress_f.lo paddress_f.c; \ then mv -f ".deps/paddress_f.Tpo" ".deps/paddress_f.Plo"; else rm -f ".deps/paddress_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paddress_f.lo -MD -MP -MF .deps/paddress_f.Tpo -c paddress_f.c -o paddress_f.o if test ! -r pallgather_f.c ; then \ pname=`echo pallgather_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pallgather_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallgather_f.lo -MD -MP -MF ".deps/pallgather_f.Tpo" -c -o pallgather_f.lo pallgather_f.c; \ then mv -f ".deps/pallgather_f.Tpo" ".deps/pallgather_f.Plo"; else rm -f ".deps/pallgather_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallgather_f.lo -MD -MP -MF .deps/pallgather_f.Tpo -c pallgather_f.c -o pallgather_f.o if test ! -r pallgatherv_f.c ; then \ pname=`echo pallgatherv_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pallgatherv_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallgatherv_f.lo -MD -MP -MF ".deps/pallgatherv_f.Tpo" -c -o pallgatherv_f.lo pallgatherv_f.c; \ then mv -f ".deps/pallgatherv_f.Tpo" ".deps/pallgatherv_f.Plo"; else rm -f ".deps/pallgatherv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallgatherv_f.lo -MD -MP -MF .deps/pallgatherv_f.Tpo -c pallgatherv_f.c -o pallgatherv_f.o if test ! -r pallocmem_f.c ; then \ pname=`echo pallocmem_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pallocmem_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallocmem_f.lo -MD -MP -MF ".deps/pallocmem_f.Tpo" -c -o pallocmem_f.lo pallocmem_f.c; \ then mv -f ".deps/pallocmem_f.Tpo" ".deps/pallocmem_f.Plo"; else rm -f ".deps/pallocmem_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallocmem_f.lo -MD -MP -MF .deps/pallocmem_f.Tpo -c pallocmem_f.c -o pallocmem_f.o if test ! -r pallreduce_f.c ; then \ pname=`echo pallreduce_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pallreduce_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallreduce_f.lo -MD -MP -MF ".deps/pallreduce_f.Tpo" -c -o pallreduce_f.lo pallreduce_f.c; \ then mv -f ".deps/pallreduce_f.Tpo" ".deps/pallreduce_f.Plo"; else rm -f ".deps/pallreduce_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallreduce_f.lo -MD -MP -MF .deps/pallreduce_f.Tpo -c pallreduce_f.c -o pallreduce_f.o if test ! -r palltoall_f.c ; then \ pname=`echo palltoall_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname palltoall_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoall_f.lo -MD -MP -MF ".deps/palltoall_f.Tpo" -c -o palltoall_f.lo palltoall_f.c; \ then mv -f ".deps/palltoall_f.Tpo" ".deps/palltoall_f.Plo"; else rm -f ".deps/palltoall_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoall_f.lo -MD -MP -MF .deps/palltoall_f.Tpo -c palltoall_f.c -o palltoall_f.o if test ! -r palltoallv_f.c ; then \ pname=`echo palltoallv_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname palltoallv_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoallv_f.lo -MD -MP -MF ".deps/palltoallv_f.Tpo" -c -o palltoallv_f.lo palltoallv_f.c; \ then mv -f ".deps/palltoallv_f.Tpo" ".deps/palltoallv_f.Plo"; else rm -f ".deps/palltoallv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoallv_f.lo -MD -MP -MF .deps/palltoallv_f.Tpo -c palltoallv_f.c -o palltoallv_f.o if test ! -r palltoallw_f.c ; then \ pname=`echo palltoallw_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname palltoallw_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoallw_f.lo -MD -MP -MF ".deps/palltoallw_f.Tpo" -c -o palltoallw_f.lo palltoallw_f.c; \ then mv -f ".deps/palltoallw_f.Tpo" ".deps/palltoallw_f.Plo"; else rm -f ".deps/palltoallw_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoallw_f.lo -MD -MP -MF .deps/palltoallw_f.Tpo -c palltoallw_f.c -o palltoallw_f.o if test ! -r pattrdel_f.c ; then \ pname=`echo pattrdel_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pattrdel_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrdel_f.lo -MD -MP -MF ".deps/pattrdel_f.Tpo" -c -o pattrdel_f.lo pattrdel_f.c; \ then mv -f ".deps/pattrdel_f.Tpo" ".deps/pattrdel_f.Plo"; else rm -f ".deps/pattrdel_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrdel_f.lo -MD -MP -MF .deps/pattrdel_f.Tpo -c pattrdel_f.c -o pattrdel_f.o if test ! -r pattrget_f.c ; then \ pname=`echo pattrget_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pattrget_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrget_f.lo -MD -MP -MF ".deps/pattrget_f.Tpo" -c -o pattrget_f.lo pattrget_f.c; \ then mv -f ".deps/pattrget_f.Tpo" ".deps/pattrget_f.Plo"; else rm -f ".deps/pattrget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrget_f.lo -MD -MP -MF .deps/pattrget_f.Tpo -c pattrget_f.c -o pattrget_f.o if test ! -r pattrput_f.c ; then \ pname=`echo pattrput_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pattrput_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrput_f.lo -MD -MP -MF ".deps/pattrput_f.Tpo" -c -o pattrput_f.lo pattrput_f.c; \ then mv -f ".deps/pattrput_f.Tpo" ".deps/pattrput_f.Plo"; else rm -f ".deps/pattrput_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrput_f.lo -MD -MP -MF .deps/pattrput_f.Tpo -c pattrput_f.c -o pattrput_f.o if test ! -r pbarrier_f.c ; then \ pname=`echo pbarrier_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pbarrier_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbarrier_f.lo -MD -MP -MF ".deps/pbarrier_f.Tpo" -c -o pbarrier_f.lo pbarrier_f.c; \ then mv -f ".deps/pbarrier_f.Tpo" ".deps/pbarrier_f.Plo"; else rm -f ".deps/pbarrier_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbarrier_f.lo -MD -MP -MF .deps/pbarrier_f.Tpo -c pbarrier_f.c -o pbarrier_f.o if test ! -r pbcast_f.c ; then \ pname=`echo pbcast_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pbcast_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbcast_f.lo -MD -MP -MF ".deps/pbcast_f.Tpo" -c -o pbcast_f.lo pbcast_f.c; \ then mv -f ".deps/pbcast_f.Tpo" ".deps/pbcast_f.Plo"; else rm -f ".deps/pbcast_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbcast_f.lo -MD -MP -MF .deps/pbcast_f.Tpo -c pbcast_f.c -o pbcast_f.o if test ! -r pbsend_f.c ; then \ pname=`echo pbsend_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pbsend_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbsend_f.lo -MD -MP -MF ".deps/pbsend_f.Tpo" -c -o pbsend_f.lo pbsend_f.c; \ then mv -f ".deps/pbsend_f.Tpo" ".deps/pbsend_f.Plo"; else rm -f ".deps/pbsend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbsend_f.lo -MD -MP -MF .deps/pbsend_f.Tpo -c pbsend_f.c -o pbsend_f.o if test ! -r pbsendinit_f.c ; then \ pname=`echo pbsendinit_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pbsendinit_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbsendinit_f.lo -MD -MP -MF ".deps/pbsendinit_f.Tpo" -c -o pbsendinit_f.lo pbsendinit_f.c; \ then mv -f ".deps/pbsendinit_f.Tpo" ".deps/pbsendinit_f.Plo"; else rm -f ".deps/pbsendinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbsendinit_f.lo -MD -MP -MF .deps/pbsendinit_f.Tpo -c pbsendinit_f.c -o pbsendinit_f.o if test ! -r pbufattach_f.c ; then \ pname=`echo pbufattach_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pbufattach_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbufattach_f.lo -MD -MP -MF ".deps/pbufattach_f.Tpo" -c -o pbufattach_f.lo pbufattach_f.c; \ then mv -f ".deps/pbufattach_f.Tpo" ".deps/pbufattach_f.Plo"; else rm -f ".deps/pbufattach_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbufattach_f.lo -MD -MP -MF .deps/pbufattach_f.Tpo -c pbufattach_f.c -o pbufattach_f.o if test ! -r pbufdetach_f.c ; then \ pname=`echo pbufdetach_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pbufdetach_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbufdetach_f.lo -MD -MP -MF ".deps/pbufdetach_f.Tpo" -c -o pbufdetach_f.lo pbufdetach_f.c; \ then mv -f ".deps/pbufdetach_f.Tpo" ".deps/pbufdetach_f.Plo"; else rm -f ".deps/pbufdetach_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbufdetach_f.lo -MD -MP -MF .deps/pbufdetach_f.Tpo -c pbufdetach_f.c -o pbufdetach_f.o if test ! -r pcancel_f.c ; then \ pname=`echo pcancel_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcancel_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcancel_f.lo -MD -MP -MF ".deps/pcancel_f.Tpo" -c -o pcancel_f.lo pcancel_f.c; \ then mv -f ".deps/pcancel_f.Tpo" ".deps/pcancel_f.Plo"; else rm -f ".deps/pcancel_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcancel_f.lo -MD -MP -MF .deps/pcancel_f.Tpo -c pcancel_f.c -o pcancel_f.o if test ! -r pcartcoords_f.c ; then \ pname=`echo pcartcoords_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcartcoords_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartcoords_f.lo -MD -MP -MF ".deps/pcartcoords_f.Tpo" -c -o pcartcoords_f.lo pcartcoords_f.c; \ then mv -f ".deps/pcartcoords_f.Tpo" ".deps/pcartcoords_f.Plo"; else rm -f ".deps/pcartcoords_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartcoords_f.lo -MD -MP -MF .deps/pcartcoords_f.Tpo -c pcartcoords_f.c -o pcartcoords_f.o if test ! -r pcartcreate_f.c ; then \ pname=`echo pcartcreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcartcreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartcreate_f.lo -MD -MP -MF ".deps/pcartcreate_f.Tpo" -c -o pcartcreate_f.lo pcartcreate_f.c; \ then mv -f ".deps/pcartcreate_f.Tpo" ".deps/pcartcreate_f.Plo"; else rm -f ".deps/pcartcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartcreate_f.lo -MD -MP -MF .deps/pcartcreate_f.Tpo -c pcartcreate_f.c -o pcartcreate_f.o if test ! -r pcartdimget_f.c ; then \ pname=`echo pcartdimget_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcartdimget_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartdimget_f.lo -MD -MP -MF ".deps/pcartdimget_f.Tpo" -c -o pcartdimget_f.lo pcartdimget_f.c; \ then mv -f ".deps/pcartdimget_f.Tpo" ".deps/pcartdimget_f.Plo"; else rm -f ".deps/pcartdimget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartdimget_f.lo -MD -MP -MF .deps/pcartdimget_f.Tpo -c pcartdimget_f.c -o pcartdimget_f.o if test ! -r pcartget_f.c ; then \ pname=`echo pcartget_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcartget_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartget_f.lo -MD -MP -MF ".deps/pcartget_f.Tpo" -c -o pcartget_f.lo pcartget_f.c; \ then mv -f ".deps/pcartget_f.Tpo" ".deps/pcartget_f.Plo"; else rm -f ".deps/pcartget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartget_f.lo -MD -MP -MF .deps/pcartget_f.Tpo -c pcartget_f.c -o pcartget_f.o if test ! -r pcartmap_f.c ; then \ pname=`echo pcartmap_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcartmap_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartmap_f.lo -MD -MP -MF ".deps/pcartmap_f.Tpo" -c -o pcartmap_f.lo pcartmap_f.c; \ then mv -f ".deps/pcartmap_f.Tpo" ".deps/pcartmap_f.Plo"; else rm -f ".deps/pcartmap_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartmap_f.lo -MD -MP -MF .deps/pcartmap_f.Tpo -c pcartmap_f.c -o pcartmap_f.o if test ! -r pcartrank_f.c ; then \ pname=`echo pcartrank_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcartrank_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartrank_f.lo -MD -MP -MF ".deps/pcartrank_f.Tpo" -c -o pcartrank_f.lo pcartrank_f.c; \ then mv -f ".deps/pcartrank_f.Tpo" ".deps/pcartrank_f.Plo"; else rm -f ".deps/pcartrank_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartrank_f.lo -MD -MP -MF .deps/pcartrank_f.Tpo -c pcartrank_f.c -o pcartrank_f.o if test ! -r pcartshift_f.c ; then \ pname=`echo pcartshift_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcartshift_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartshift_f.lo -MD -MP -MF ".deps/pcartshift_f.Tpo" -c -o pcartshift_f.lo pcartshift_f.c; \ then mv -f ".deps/pcartshift_f.Tpo" ".deps/pcartshift_f.Plo"; else rm -f ".deps/pcartshift_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartshift_f.lo -MD -MP -MF .deps/pcartshift_f.Tpo -c pcartshift_f.c -o pcartshift_f.o if test ! -r pcartsub_f.c ; then \ pname=`echo pcartsub_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcartsub_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartsub_f.lo -MD -MP -MF ".deps/pcartsub_f.Tpo" -c -o pcartsub_f.lo pcartsub_f.c; \ then mv -f ".deps/pcartsub_f.Tpo" ".deps/pcartsub_f.Plo"; else rm -f ".deps/pcartsub_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartsub_f.lo -MD -MP -MF .deps/pcartsub_f.Tpo -c pcartsub_f.c -o pcartsub_f.o if test ! -r pccmp_f.c ; then \ pname=`echo pccmp_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pccmp_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccmp_f.lo -MD -MP -MF ".deps/pccmp_f.Tpo" -c -o pccmp_f.lo pccmp_f.c; \ then mv -f ".deps/pccmp_f.Tpo" ".deps/pccmp_f.Plo"; else rm -f ".deps/pccmp_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccmp_f.lo -MD -MP -MF .deps/pccmp_f.Tpo -c pccmp_f.c -o pccmp_f.o if test ! -r pccreateerr_f.c ; then \ pname=`echo pccreateerr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pccreateerr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreateerr_f.lo -MD -MP -MF ".deps/pccreateerr_f.Tpo" -c -o pccreateerr_f.lo pccreateerr_f.c; \ then mv -f ".deps/pccreateerr_f.Tpo" ".deps/pccreateerr_f.Plo"; else rm -f ".deps/pccreateerr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreateerr_f.lo -MD -MP -MF .deps/pccreateerr_f.Tpo -c pccreateerr_f.c -o pccreateerr_f.o if test ! -r pccreate_f.c ; then \ pname=`echo pccreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pccreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreate_f.lo -MD -MP -MF ".deps/pccreate_f.Tpo" -c -o pccreate_f.lo pccreate_f.c; \ then mv -f ".deps/pccreate_f.Tpo" ".deps/pccreate_f.Plo"; else rm -f ".deps/pccreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreate_f.lo -MD -MP -MF .deps/pccreate_f.Tpo -c pccreate_f.c -o pccreate_f.o if test ! -r pccreatekey_f.c ; then \ pname=`echo pccreatekey_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pccreatekey_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreatekey_f.lo -MD -MP -MF ".deps/pccreatekey_f.Tpo" -c -o pccreatekey_f.lo pccreatekey_f.c; \ then mv -f ".deps/pccreatekey_f.Tpo" ".deps/pccreatekey_f.Plo"; else rm -f ".deps/pccreatekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreatekey_f.lo -MD -MP -MF .deps/pccreatekey_f.Tpo -c pccreatekey_f.c -o pccreatekey_f.o if test ! -r pcdelattr_f.c ; then \ pname=`echo pcdelattr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcdelattr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdelattr_f.lo -MD -MP -MF ".deps/pcdelattr_f.Tpo" -c -o pcdelattr_f.lo pcdelattr_f.c; \ then mv -f ".deps/pcdelattr_f.Tpo" ".deps/pcdelattr_f.Plo"; else rm -f ".deps/pcdelattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdelattr_f.lo -MD -MP -MF .deps/pcdelattr_f.Tpo -c pcdelattr_f.c -o pcdelattr_f.o if test ! -r pcdisconnect_f.c ; then \ pname=`echo pcdisconnect_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcdisconnect_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdisconnect_f.lo -MD -MP -MF ".deps/pcdisconnect_f.Tpo" -c -o pcdisconnect_f.lo pcdisconnect_f.c; \ then mv -f ".deps/pcdisconnect_f.Tpo" ".deps/pcdisconnect_f.Plo"; else rm -f ".deps/pcdisconnect_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdisconnect_f.lo -MD -MP -MF .deps/pcdisconnect_f.Tpo -c pcdisconnect_f.c -o pcdisconnect_f.o if test ! -r pcdup_f.c ; then \ pname=`echo pcdup_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcdup_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdup_f.lo -MD -MP -MF ".deps/pcdup_f.Tpo" -c -o pcdup_f.lo pcdup_f.c; \ then mv -f ".deps/pcdup_f.Tpo" ".deps/pcdup_f.Plo"; else rm -f ".deps/pcdup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdup_f.lo -MD -MP -MF .deps/pcdup_f.Tpo -c pcdup_f.c -o pcdup_f.o if test ! -r pcfree_f.c ; then \ pname=`echo pcfree_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcfree_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcfree_f.lo -MD -MP -MF ".deps/pcfree_f.Tpo" -c -o pcfree_f.lo pcfree_f.c; \ then mv -f ".deps/pcfree_f.Tpo" ".deps/pcfree_f.Plo"; else rm -f ".deps/pcfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcfree_f.lo -MD -MP -MF .deps/pcfree_f.Tpo -c pcfree_f.c -o pcfree_f.o if test ! -r pcfreekey_f.c ; then \ pname=`echo pcfreekey_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcfreekey_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcfreekey_f.lo -MD -MP -MF ".deps/pcfreekey_f.Tpo" -c -o pcfreekey_f.lo pcfreekey_f.c; \ then mv -f ".deps/pcfreekey_f.Tpo" ".deps/pcfreekey_f.Plo"; else rm -f ".deps/pcfreekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcfreekey_f.lo -MD -MP -MF .deps/pcfreekey_f.Tpo -c pcfreekey_f.c -o pcfreekey_f.o if test ! -r pcgetattr_f.c ; then \ pname=`echo pcgetattr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcgetattr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetattr_f.lo -MD -MP -MF ".deps/pcgetattr_f.Tpo" -c -o pcgetattr_f.lo pcgetattr_f.c; \ then mv -f ".deps/pcgetattr_f.Tpo" ".deps/pcgetattr_f.Plo"; else rm -f ".deps/pcgetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetattr_f.lo -MD -MP -MF .deps/pcgetattr_f.Tpo -c pcgetattr_f.c -o pcgetattr_f.o if test ! -r pcgeterr_f.c ; then \ pname=`echo pcgeterr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcgeterr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgeterr_f.lo -MD -MP -MF ".deps/pcgeterr_f.Tpo" -c -o pcgeterr_f.lo pcgeterr_f.c; \ then mv -f ".deps/pcgeterr_f.Tpo" ".deps/pcgeterr_f.Plo"; else rm -f ".deps/pcgeterr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgeterr_f.lo -MD -MP -MF .deps/pcgeterr_f.Tpo -c pcgeterr_f.c -o pcgeterr_f.o if test ! -r pcgetname_f.c ; then \ pname=`echo pcgetname_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcgetname_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetname_f.lo -MD -MP -MF ".deps/pcgetname_f.Tpo" -c -o pcgetname_f.lo pcgetname_f.c; \ then mv -f ".deps/pcgetname_f.Tpo" ".deps/pcgetname_f.Plo"; else rm -f ".deps/pcgetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetname_f.lo -MD -MP -MF .deps/pcgetname_f.Tpo -c pcgetname_f.c -o pcgetname_f.o if test ! -r pcgetparent_f.c ; then \ pname=`echo pcgetparent_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcgetparent_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetparent_f.lo -MD -MP -MF ".deps/pcgetparent_f.Tpo" -c -o pcgetparent_f.lo pcgetparent_f.c; \ then mv -f ".deps/pcgetparent_f.Tpo" ".deps/pcgetparent_f.Plo"; else rm -f ".deps/pcgetparent_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetparent_f.lo -MD -MP -MF .deps/pcgetparent_f.Tpo -c pcgetparent_f.c -o pcgetparent_f.o if test ! -r pcgroup_f.c ; then \ pname=`echo pcgroup_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcgroup_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgroup_f.lo -MD -MP -MF ".deps/pcgroup_f.Tpo" -c -o pcgroup_f.lo pcgroup_f.c; \ then mv -f ".deps/pcgroup_f.Tpo" ".deps/pcgroup_f.Plo"; else rm -f ".deps/pcgroup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgroup_f.lo -MD -MP -MF .deps/pcgroup_f.Tpo -c pcgroup_f.c -o pcgroup_f.o if test ! -r pconnect_f.c ; then \ pname=`echo pconnect_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pconnect_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pconnect_f.lo -MD -MP -MF ".deps/pconnect_f.Tpo" -c -o pconnect_f.lo pconnect_f.c; \ then mv -f ".deps/pconnect_f.Tpo" ".deps/pconnect_f.Plo"; else rm -f ".deps/pconnect_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pconnect_f.lo -MD -MP -MF .deps/pconnect_f.Tpo -c pconnect_f.c -o pconnect_f.o if test ! -r pcrank_f.c ; then \ pname=`echo pcrank_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcrank_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrank_f.lo -MD -MP -MF ".deps/pcrank_f.Tpo" -c -o pcrank_f.lo pcrank_f.c; \ then mv -f ".deps/pcrank_f.Tpo" ".deps/pcrank_f.Plo"; else rm -f ".deps/pcrank_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrank_f.lo -MD -MP -MF .deps/pcrank_f.Tpo -c pcrank_f.c -o pcrank_f.o if test ! -r pcrgroup_f.c ; then \ pname=`echo pcrgroup_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcrgroup_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrgroup_f.lo -MD -MP -MF ".deps/pcrgroup_f.Tpo" -c -o pcrgroup_f.lo pcrgroup_f.c; \ then mv -f ".deps/pcrgroup_f.Tpo" ".deps/pcrgroup_f.Plo"; else rm -f ".deps/pcrgroup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrgroup_f.lo -MD -MP -MF .deps/pcrgroup_f.Tpo -c pcrgroup_f.c -o pcrgroup_f.o if test ! -r pcrsize_f.c ; then \ pname=`echo pcrsize_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcrsize_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrsize_f.lo -MD -MP -MF ".deps/pcrsize_f.Tpo" -c -o pcrsize_f.lo pcrsize_f.c; \ then mv -f ".deps/pcrsize_f.Tpo" ".deps/pcrsize_f.Plo"; else rm -f ".deps/pcrsize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrsize_f.lo -MD -MP -MF .deps/pcrsize_f.Tpo -c pcrsize_f.c -o pcrsize_f.o if test ! -r pcsetattr_f.c ; then \ pname=`echo pcsetattr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcsetattr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsetattr_f.lo -MD -MP -MF ".deps/pcsetattr_f.Tpo" -c -o pcsetattr_f.lo pcsetattr_f.c; \ then mv -f ".deps/pcsetattr_f.Tpo" ".deps/pcsetattr_f.Plo"; else rm -f ".deps/pcsetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsetattr_f.lo -MD -MP -MF .deps/pcsetattr_f.Tpo -c pcsetattr_f.c -o pcsetattr_f.o if test ! -r pcseterr_f.c ; then \ pname=`echo pcseterr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcseterr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcseterr_f.lo -MD -MP -MF ".deps/pcseterr_f.Tpo" -c -o pcseterr_f.lo pcseterr_f.c; \ then mv -f ".deps/pcseterr_f.Tpo" ".deps/pcseterr_f.Plo"; else rm -f ".deps/pcseterr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcseterr_f.lo -MD -MP -MF .deps/pcseterr_f.Tpo -c pcseterr_f.c -o pcseterr_f.o if test ! -r pcsetname_f.c ; then \ pname=`echo pcsetname_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcsetname_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsetname_f.lo -MD -MP -MF ".deps/pcsetname_f.Tpo" -c -o pcsetname_f.lo pcsetname_f.c; \ then mv -f ".deps/pcsetname_f.Tpo" ".deps/pcsetname_f.Plo"; else rm -f ".deps/pcsetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsetname_f.lo -MD -MP -MF .deps/pcsetname_f.Tpo -c pcsetname_f.c -o pcsetname_f.o if test ! -r pcsize_f.c ; then \ pname=`echo pcsize_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcsize_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsize_f.lo -MD -MP -MF ".deps/pcsize_f.Tpo" -c -o pcsize_f.lo pcsize_f.c; \ then mv -f ".deps/pcsize_f.Tpo" ".deps/pcsize_f.Plo"; else rm -f ".deps/pcsize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsize_f.lo -MD -MP -MF .deps/pcsize_f.Tpo -c pcsize_f.c -o pcsize_f.o if test ! -r pcsplit_f.c ; then \ pname=`echo pcsplit_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pcsplit_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsplit_f.lo -MD -MP -MF ".deps/pcsplit_f.Tpo" -c -o pcsplit_f.lo pcsplit_f.c; \ then mv -f ".deps/pcsplit_f.Tpo" ".deps/pcsplit_f.Plo"; else rm -f ".deps/pcsplit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsplit_f.lo -MD -MP -MF .deps/pcsplit_f.Tpo -c pcsplit_f.c -o pcsplit_f.o if test ! -r pctestinter_f.c ; then \ pname=`echo pctestinter_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pctestinter_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pctestinter_f.lo -MD -MP -MF ".deps/pctestinter_f.Tpo" -c -o pctestinter_f.lo pctestinter_f.c; \ then mv -f ".deps/pctestinter_f.Tpo" ".deps/pctestinter_f.Plo"; else rm -f ".deps/pctestinter_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pctestinter_f.lo -MD -MP -MF .deps/pctestinter_f.Tpo -c pctestinter_f.c -o pctestinter_f.o if test ! -r pdimscreate_f.c ; then \ pname=`echo pdimscreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pdimscreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pdimscreate_f.lo -MD -MP -MF ".deps/pdimscreate_f.Tpo" -c -o pdimscreate_f.lo pdimscreate_f.c; \ then mv -f ".deps/pdimscreate_f.Tpo" ".deps/pdimscreate_f.Plo"; else rm -f ".deps/pdimscreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pdimscreate_f.lo -MD -MP -MF .deps/pdimscreate_f.Tpo -c pdimscreate_f.c -o pdimscreate_f.o if test ! -r perrclass_f.c ; then \ pname=`echo perrclass_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname perrclass_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrclass_f.lo -MD -MP -MF ".deps/perrclass_f.Tpo" -c -o perrclass_f.lo perrclass_f.c; \ then mv -f ".deps/perrclass_f.Tpo" ".deps/perrclass_f.Plo"; else rm -f ".deps/perrclass_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrclass_f.lo -MD -MP -MF .deps/perrclass_f.Tpo -c perrclass_f.c -o perrclass_f.o if test ! -r perrcreate_f.c ; then \ pname=`echo perrcreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname perrcreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrcreate_f.lo -MD -MP -MF ".deps/perrcreate_f.Tpo" -c -o perrcreate_f.lo perrcreate_f.c; \ then mv -f ".deps/perrcreate_f.Tpo" ".deps/perrcreate_f.Plo"; else rm -f ".deps/perrcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrcreate_f.lo -MD -MP -MF .deps/perrcreate_f.Tpo -c perrcreate_f.c -o perrcreate_f.o if test ! -r perrfree_f.c ; then \ pname=`echo perrfree_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname perrfree_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrfree_f.lo -MD -MP -MF ".deps/perrfree_f.Tpo" -c -o perrfree_f.lo perrfree_f.c; \ then mv -f ".deps/perrfree_f.Tpo" ".deps/perrfree_f.Plo"; else rm -f ".deps/perrfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrfree_f.lo -MD -MP -MF .deps/perrfree_f.Tpo -c perrfree_f.c -o perrfree_f.o if test ! -r perrget_f.c ; then \ pname=`echo perrget_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname perrget_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrget_f.lo -MD -MP -MF ".deps/perrget_f.Tpo" -c -o perrget_f.lo perrget_f.c; \ then mv -f ".deps/perrget_f.Tpo" ".deps/perrget_f.Plo"; else rm -f ".deps/perrget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrget_f.lo -MD -MP -MF .deps/perrget_f.Tpo -c perrget_f.c -o perrget_f.o if test ! -r perrset_f.c ; then \ pname=`echo perrset_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname perrset_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrset_f.lo -MD -MP -MF ".deps/perrset_f.Tpo" -c -o perrset_f.lo perrset_f.c; \ then mv -f ".deps/perrset_f.Tpo" ".deps/perrset_f.Plo"; else rm -f ".deps/perrset_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrset_f.lo -MD -MP -MF .deps/perrset_f.Tpo -c perrset_f.c -o perrset_f.o if test ! -r perrstring_f.c ; then \ pname=`echo perrstring_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname perrstring_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrstring_f.lo -MD -MP -MF ".deps/perrstring_f.Tpo" -c -o perrstring_f.lo perrstring_f.c; \ then mv -f ".deps/perrstring_f.Tpo" ".deps/perrstring_f.Plo"; else rm -f ".deps/perrstring_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrstring_f.lo -MD -MP -MF .deps/perrstring_f.Tpo -c perrstring_f.c -o perrstring_f.o if test ! -r pexscan_f.c ; then \ pname=`echo pexscan_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pexscan_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pexscan_f.lo -MD -MP -MF ".deps/pexscan_f.Tpo" -c -o pexscan_f.lo pexscan_f.c; \ then mv -f ".deps/pexscan_f.Tpo" ".deps/pexscan_f.Plo"; else rm -f ".deps/pexscan_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pexscan_f.lo -MD -MP -MF .deps/pexscan_f.Tpo -c pexscan_f.c -o pexscan_f.o if test ! -r pfinalize_f.c ; then \ pname=`echo pfinalize_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pfinalize_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfinalize_f.lo -MD -MP -MF ".deps/pfinalize_f.Tpo" -c -o pfinalize_f.lo pfinalize_f.c; \ then mv -f ".deps/pfinalize_f.Tpo" ".deps/pfinalize_f.Plo"; else rm -f ".deps/pfinalize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfinalize_f.lo -MD -MP -MF .deps/pfinalize_f.Tpo -c pfinalize_f.c -o pfinalize_f.o if test ! -r pfinalized_f.c ; then \ pname=`echo pfinalized_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pfinalized_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfinalized_f.lo -MD -MP -MF ".deps/pfinalized_f.Tpo" -c -o pfinalized_f.lo pfinalized_f.c; \ then mv -f ".deps/pfinalized_f.Tpo" ".deps/pfinalized_f.Plo"; else rm -f ".deps/pfinalized_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfinalized_f.lo -MD -MP -MF .deps/pfinalized_f.Tpo -c pfinalized_f.c -o pfinalized_f.o if test ! -r pfreemem_f.c ; then \ pname=`echo pfreemem_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pfreemem_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfreemem_f.lo -MD -MP -MF ".deps/pfreemem_f.Tpo" -c -o pfreemem_f.lo pfreemem_f.c; \ then mv -f ".deps/pfreemem_f.Tpo" ".deps/pfreemem_f.Plo"; else rm -f ".deps/pfreemem_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfreemem_f.lo -MD -MP -MF .deps/pfreemem_f.Tpo -c pfreemem_f.c -o pfreemem_f.o if test ! -r pgather_f.c ; then \ pname=`echo pgather_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgather_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgather_f.lo -MD -MP -MF ".deps/pgather_f.Tpo" -c -o pgather_f.lo pgather_f.c; \ then mv -f ".deps/pgather_f.Tpo" ".deps/pgather_f.Plo"; else rm -f ".deps/pgather_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgather_f.lo -MD -MP -MF .deps/pgather_f.Tpo -c pgather_f.c -o pgather_f.o if test ! -r pgatherv_f.c ; then \ pname=`echo pgatherv_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgatherv_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgatherv_f.lo -MD -MP -MF ".deps/pgatherv_f.Tpo" -c -o pgatherv_f.lo pgatherv_f.c; \ then mv -f ".deps/pgatherv_f.Tpo" ".deps/pgatherv_f.Plo"; else rm -f ".deps/pgatherv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgatherv_f.lo -MD -MP -MF .deps/pgatherv_f.Tpo -c pgatherv_f.c -o pgatherv_f.o if test ! -r pgcmp_f.c ; then \ pname=`echo pgcmp_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgcmp_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgcmp_f.lo -MD -MP -MF ".deps/pgcmp_f.Tpo" -c -o pgcmp_f.lo pgcmp_f.c; \ then mv -f ".deps/pgcmp_f.Tpo" ".deps/pgcmp_f.Plo"; else rm -f ".deps/pgcmp_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgcmp_f.lo -MD -MP -MF .deps/pgcmp_f.Tpo -c pgcmp_f.c -o pgcmp_f.o if test ! -r pgdiff_f.c ; then \ pname=`echo pgdiff_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgdiff_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgdiff_f.lo -MD -MP -MF ".deps/pgdiff_f.Tpo" -c -o pgdiff_f.lo pgdiff_f.c; \ then mv -f ".deps/pgdiff_f.Tpo" ".deps/pgdiff_f.Plo"; else rm -f ".deps/pgdiff_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgdiff_f.lo -MD -MP -MF .deps/pgdiff_f.Tpo -c pgdiff_f.c -o pgdiff_f.o if test ! -r pgetaddress_f.c ; then \ pname=`echo pgetaddress_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgetaddress_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetaddress_f.lo -MD -MP -MF ".deps/pgetaddress_f.Tpo" -c -o pgetaddress_f.lo pgetaddress_f.c; \ then mv -f ".deps/pgetaddress_f.Tpo" ".deps/pgetaddress_f.Plo"; else rm -f ".deps/pgetaddress_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetaddress_f.lo -MD -MP -MF .deps/pgetaddress_f.Tpo -c pgetaddress_f.c -o pgetaddress_f.o if test ! -r pgetcount_f.c ; then \ pname=`echo pgetcount_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgetcount_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetcount_f.lo -MD -MP -MF ".deps/pgetcount_f.Tpo" -c -o pgetcount_f.lo pgetcount_f.c; \ then mv -f ".deps/pgetcount_f.Tpo" ".deps/pgetcount_f.Plo"; else rm -f ".deps/pgetcount_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetcount_f.lo -MD -MP -MF .deps/pgetcount_f.Tpo -c pgetcount_f.c -o pgetcount_f.o if test ! -r pgetelem_f.c ; then \ pname=`echo pgetelem_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgetelem_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetelem_f.lo -MD -MP -MF ".deps/pgetelem_f.Tpo" -c -o pgetelem_f.lo pgetelem_f.c; \ then mv -f ".deps/pgetelem_f.Tpo" ".deps/pgetelem_f.Plo"; else rm -f ".deps/pgetelem_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetelem_f.lo -MD -MP -MF .deps/pgetelem_f.Tpo -c pgetelem_f.c -o pgetelem_f.o if test ! -r pget_f.c ; then \ pname=`echo pget_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pget_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pget_f.lo -MD -MP -MF ".deps/pget_f.Tpo" -c -o pget_f.lo pget_f.c; \ then mv -f ".deps/pget_f.Tpo" ".deps/pget_f.Plo"; else rm -f ".deps/pget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pget_f.lo -MD -MP -MF .deps/pget_f.Tpo -c pget_f.c -o pget_f.o if test ! -r pgetprocname_f.c ; then \ pname=`echo pgetprocname_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgetprocname_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetprocname_f.lo -MD -MP -MF ".deps/pgetprocname_f.Tpo" -c -o pgetprocname_f.lo pgetprocname_f.c; \ then mv -f ".deps/pgetprocname_f.Tpo" ".deps/pgetprocname_f.Plo"; else rm -f ".deps/pgetprocname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetprocname_f.lo -MD -MP -MF .deps/pgetprocname_f.Tpo -c pgetprocname_f.c -o pgetprocname_f.o if test ! -r pgetversion_f.c ; then \ pname=`echo pgetversion_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgetversion_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetversion_f.lo -MD -MP -MF ".deps/pgetversion_f.Tpo" -c -o pgetversion_f.lo pgetversion_f.c; \ then mv -f ".deps/pgetversion_f.Tpo" ".deps/pgetversion_f.Plo"; else rm -f ".deps/pgetversion_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetversion_f.lo -MD -MP -MF .deps/pgetversion_f.Tpo -c pgetversion_f.c -o pgetversion_f.o if test ! -r pgexcl_f.c ; then \ pname=`echo pgexcl_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgexcl_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgexcl_f.lo -MD -MP -MF ".deps/pgexcl_f.Tpo" -c -o pgexcl_f.lo pgexcl_f.c; \ then mv -f ".deps/pgexcl_f.Tpo" ".deps/pgexcl_f.Plo"; else rm -f ".deps/pgexcl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgexcl_f.lo -MD -MP -MF .deps/pgexcl_f.Tpo -c pgexcl_f.c -o pgexcl_f.o if test ! -r pgfree_f.c ; then \ pname=`echo pgfree_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgfree_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgfree_f.lo -MD -MP -MF ".deps/pgfree_f.Tpo" -c -o pgfree_f.lo pgfree_f.c; \ then mv -f ".deps/pgfree_f.Tpo" ".deps/pgfree_f.Plo"; else rm -f ".deps/pgfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgfree_f.lo -MD -MP -MF .deps/pgfree_f.Tpo -c pgfree_f.c -o pgfree_f.o if test ! -r pgincl_f.c ; then \ pname=`echo pgincl_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgincl_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgincl_f.lo -MD -MP -MF ".deps/pgincl_f.Tpo" -c -o pgincl_f.lo pgincl_f.c; \ then mv -f ".deps/pgincl_f.Tpo" ".deps/pgincl_f.Plo"; else rm -f ".deps/pgincl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgincl_f.lo -MD -MP -MF .deps/pgincl_f.Tpo -c pgincl_f.c -o pgincl_f.o if test ! -r pginter_f.c ; then \ pname=`echo pginter_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pginter_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pginter_f.lo -MD -MP -MF ".deps/pginter_f.Tpo" -c -o pginter_f.lo pginter_f.c; \ then mv -f ".deps/pginter_f.Tpo" ".deps/pginter_f.Plo"; else rm -f ".deps/pginter_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pginter_f.lo -MD -MP -MF .deps/pginter_f.Tpo -c pginter_f.c -o pginter_f.o if test ! -r pgrank_f.c ; then \ pname=`echo pgrank_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgrank_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrank_f.lo -MD -MP -MF ".deps/pgrank_f.Tpo" -c -o pgrank_f.lo pgrank_f.c; \ then mv -f ".deps/pgrank_f.Tpo" ".deps/pgrank_f.Plo"; else rm -f ".deps/pgrank_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrank_f.lo -MD -MP -MF .deps/pgrank_f.Tpo -c pgrank_f.c -o pgrank_f.o if test ! -r pgraphcreate_f.c ; then \ pname=`echo pgraphcreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgraphcreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphcreate_f.lo -MD -MP -MF ".deps/pgraphcreate_f.Tpo" -c -o pgraphcreate_f.lo pgraphcreate_f.c; \ then mv -f ".deps/pgraphcreate_f.Tpo" ".deps/pgraphcreate_f.Plo"; else rm -f ".deps/pgraphcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphcreate_f.lo -MD -MP -MF .deps/pgraphcreate_f.Tpo -c pgraphcreate_f.c -o pgraphcreate_f.o if test ! -r pgraphdimsget_f.c ; then \ pname=`echo pgraphdimsget_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgraphdimsget_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphdimsget_f.lo -MD -MP -MF ".deps/pgraphdimsget_f.Tpo" -c -o pgraphdimsget_f.lo pgraphdimsget_f.c; \ then mv -f ".deps/pgraphdimsget_f.Tpo" ".deps/pgraphdimsget_f.Plo"; else rm -f ".deps/pgraphdimsget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphdimsget_f.lo -MD -MP -MF .deps/pgraphdimsget_f.Tpo -c pgraphdimsget_f.c -o pgraphdimsget_f.o if test ! -r pgraphget_f.c ; then \ pname=`echo pgraphget_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgraphget_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphget_f.lo -MD -MP -MF ".deps/pgraphget_f.Tpo" -c -o pgraphget_f.lo pgraphget_f.c; \ then mv -f ".deps/pgraphget_f.Tpo" ".deps/pgraphget_f.Plo"; else rm -f ".deps/pgraphget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphget_f.lo -MD -MP -MF .deps/pgraphget_f.Tpo -c pgraphget_f.c -o pgraphget_f.o if test ! -r pgraphmap_f.c ; then \ pname=`echo pgraphmap_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgraphmap_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphmap_f.lo -MD -MP -MF ".deps/pgraphmap_f.Tpo" -c -o pgraphmap_f.lo pgraphmap_f.c; \ then mv -f ".deps/pgraphmap_f.Tpo" ".deps/pgraphmap_f.Plo"; else rm -f ".deps/pgraphmap_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphmap_f.lo -MD -MP -MF .deps/pgraphmap_f.Tpo -c pgraphmap_f.c -o pgraphmap_f.o if test ! -r pgraphnbrcount_f.c ; then \ pname=`echo pgraphnbrcount_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgraphnbrcount_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphnbrcount_f.lo -MD -MP -MF ".deps/pgraphnbrcount_f.Tpo" -c -o pgraphnbrcount_f.lo pgraphnbrcount_f.c; \ then mv -f ".deps/pgraphnbrcount_f.Tpo" ".deps/pgraphnbrcount_f.Plo"; else rm -f ".deps/pgraphnbrcount_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphnbrcount_f.lo -MD -MP -MF .deps/pgraphnbrcount_f.Tpo -c pgraphnbrcount_f.c -o pgraphnbrcount_f.o if test ! -r pgraphnbr_f.c ; then \ pname=`echo pgraphnbr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgraphnbr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphnbr_f.lo -MD -MP -MF ".deps/pgraphnbr_f.Tpo" -c -o pgraphnbr_f.lo pgraphnbr_f.c; \ then mv -f ".deps/pgraphnbr_f.Tpo" ".deps/pgraphnbr_f.Plo"; else rm -f ".deps/pgraphnbr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphnbr_f.lo -MD -MP -MF .deps/pgraphnbr_f.Tpo -c pgraphnbr_f.c -o pgraphnbr_f.o if test ! -r pgrexcl_f.c ; then \ pname=`echo pgrexcl_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgrexcl_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrexcl_f.lo -MD -MP -MF ".deps/pgrexcl_f.Tpo" -c -o pgrexcl_f.lo pgrexcl_f.c; \ then mv -f ".deps/pgrexcl_f.Tpo" ".deps/pgrexcl_f.Plo"; else rm -f ".deps/pgrexcl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrexcl_f.lo -MD -MP -MF .deps/pgrexcl_f.Tpo -c pgrexcl_f.c -o pgrexcl_f.o if test ! -r pgrincl_f.c ; then \ pname=`echo pgrincl_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgrincl_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrincl_f.lo -MD -MP -MF ".deps/pgrincl_f.Tpo" -c -o pgrincl_f.lo pgrincl_f.c; \ then mv -f ".deps/pgrincl_f.Tpo" ".deps/pgrincl_f.Plo"; else rm -f ".deps/pgrincl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrincl_f.lo -MD -MP -MF .deps/pgrincl_f.Tpo -c pgrincl_f.c -o pgrincl_f.o if test ! -r pgsize_f.c ; then \ pname=`echo pgsize_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgsize_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgsize_f.lo -MD -MP -MF ".deps/pgsize_f.Tpo" -c -o pgsize_f.lo pgsize_f.c; \ then mv -f ".deps/pgsize_f.Tpo" ".deps/pgsize_f.Plo"; else rm -f ".deps/pgsize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgsize_f.lo -MD -MP -MF .deps/pgsize_f.Tpo -c pgsize_f.c -o pgsize_f.o if test ! -r pgtranks_f.c ; then \ pname=`echo pgtranks_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgtranks_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgtranks_f.lo -MD -MP -MF ".deps/pgtranks_f.Tpo" -c -o pgtranks_f.lo pgtranks_f.c; \ then mv -f ".deps/pgtranks_f.Tpo" ".deps/pgtranks_f.Plo"; else rm -f ".deps/pgtranks_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgtranks_f.lo -MD -MP -MF .deps/pgtranks_f.Tpo -c pgtranks_f.c -o pgtranks_f.o if test ! -r pgunion_f.c ; then \ pname=`echo pgunion_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pgunion_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgunion_f.lo -MD -MP -MF ".deps/pgunion_f.Tpo" -c -o pgunion_f.lo pgunion_f.c; \ then mv -f ".deps/pgunion_f.Tpo" ".deps/pgunion_f.Plo"; else rm -f ".deps/pgunion_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgunion_f.lo -MD -MP -MF .deps/pgunion_f.Tpo -c pgunion_f.c -o pgunion_f.o if test ! -r pibsend_f.c ; then \ pname=`echo pibsend_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pibsend_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pibsend_f.lo -MD -MP -MF ".deps/pibsend_f.Tpo" -c -o pibsend_f.lo pibsend_f.c; \ then mv -f ".deps/pibsend_f.Tpo" ".deps/pibsend_f.Plo"; else rm -f ".deps/pibsend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pibsend_f.lo -MD -MP -MF .deps/pibsend_f.Tpo -c pibsend_f.c -o pibsend_f.o if test ! -r piccreate_f.c ; then \ pname=`echo piccreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname piccreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT piccreate_f.lo -MD -MP -MF ".deps/piccreate_f.Tpo" -c -o piccreate_f.lo piccreate_f.c; \ then mv -f ".deps/piccreate_f.Tpo" ".deps/piccreate_f.Plo"; else rm -f ".deps/piccreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT piccreate_f.lo -MD -MP -MF .deps/piccreate_f.Tpo -c piccreate_f.c -o piccreate_f.o if test ! -r picmerge_f.c ; then \ pname=`echo picmerge_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname picmerge_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT picmerge_f.lo -MD -MP -MF ".deps/picmerge_f.Tpo" -c -o picmerge_f.lo picmerge_f.c; \ then mv -f ".deps/picmerge_f.Tpo" ".deps/picmerge_f.Plo"; else rm -f ".deps/picmerge_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT picmerge_f.lo -MD -MP -MF .deps/picmerge_f.Tpo -c picmerge_f.c -o picmerge_f.o if test ! -r pinfocreate_f.c ; then \ pname=`echo pinfocreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinfocreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfocreate_f.lo -MD -MP -MF ".deps/pinfocreate_f.Tpo" -c -o pinfocreate_f.lo pinfocreate_f.c; \ then mv -f ".deps/pinfocreate_f.Tpo" ".deps/pinfocreate_f.Plo"; else rm -f ".deps/pinfocreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfocreate_f.lo -MD -MP -MF .deps/pinfocreate_f.Tpo -c pinfocreate_f.c -o pinfocreate_f.o if test ! -r pinfodel_f.c ; then \ pname=`echo pinfodel_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinfodel_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfodel_f.lo -MD -MP -MF ".deps/pinfodel_f.Tpo" -c -o pinfodel_f.lo pinfodel_f.c; \ then mv -f ".deps/pinfodel_f.Tpo" ".deps/pinfodel_f.Plo"; else rm -f ".deps/pinfodel_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfodel_f.lo -MD -MP -MF .deps/pinfodel_f.Tpo -c pinfodel_f.c -o pinfodel_f.o if test ! -r pinfodup_f.c ; then \ pname=`echo pinfodup_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinfodup_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfodup_f.lo -MD -MP -MF ".deps/pinfodup_f.Tpo" -c -o pinfodup_f.lo pinfodup_f.c; \ then mv -f ".deps/pinfodup_f.Tpo" ".deps/pinfodup_f.Plo"; else rm -f ".deps/pinfodup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfodup_f.lo -MD -MP -MF .deps/pinfodup_f.Tpo -c pinfodup_f.c -o pinfodup_f.o if test ! -r pinfofree_f.c ; then \ pname=`echo pinfofree_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinfofree_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfofree_f.lo -MD -MP -MF ".deps/pinfofree_f.Tpo" -c -o pinfofree_f.lo pinfofree_f.c; \ then mv -f ".deps/pinfofree_f.Tpo" ".deps/pinfofree_f.Plo"; else rm -f ".deps/pinfofree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfofree_f.lo -MD -MP -MF .deps/pinfofree_f.Tpo -c pinfofree_f.c -o pinfofree_f.o if test ! -r pinfoget_f.c ; then \ pname=`echo pinfoget_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinfoget_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfoget_f.lo -MD -MP -MF ".deps/pinfoget_f.Tpo" -c -o pinfoget_f.lo pinfoget_f.c; \ then mv -f ".deps/pinfoget_f.Tpo" ".deps/pinfoget_f.Plo"; else rm -f ".deps/pinfoget_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfoget_f.lo -MD -MP -MF .deps/pinfoget_f.Tpo -c pinfoget_f.c -o pinfoget_f.o if test ! -r pinfogetnkeys_f.c ; then \ pname=`echo pinfogetnkeys_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinfogetnkeys_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetnkeys_f.lo -MD -MP -MF ".deps/pinfogetnkeys_f.Tpo" -c -o pinfogetnkeys_f.lo pinfogetnkeys_f.c; \ then mv -f ".deps/pinfogetnkeys_f.Tpo" ".deps/pinfogetnkeys_f.Plo"; else rm -f ".deps/pinfogetnkeys_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetnkeys_f.lo -MD -MP -MF .deps/pinfogetnkeys_f.Tpo -c pinfogetnkeys_f.c -o pinfogetnkeys_f.o if test ! -r pinfogetnth_f.c ; then \ pname=`echo pinfogetnth_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinfogetnth_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetnth_f.lo -MD -MP -MF ".deps/pinfogetnth_f.Tpo" -c -o pinfogetnth_f.lo pinfogetnth_f.c; \ then mv -f ".deps/pinfogetnth_f.Tpo" ".deps/pinfogetnth_f.Plo"; else rm -f ".deps/pinfogetnth_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetnth_f.lo -MD -MP -MF .deps/pinfogetnth_f.Tpo -c pinfogetnth_f.c -o pinfogetnth_f.o if test ! -r pinfogetvlen_f.c ; then \ pname=`echo pinfogetvlen_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinfogetvlen_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetvlen_f.lo -MD -MP -MF ".deps/pinfogetvlen_f.Tpo" -c -o pinfogetvlen_f.lo pinfogetvlen_f.c; \ then mv -f ".deps/pinfogetvlen_f.Tpo" ".deps/pinfogetvlen_f.Plo"; else rm -f ".deps/pinfogetvlen_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetvlen_f.lo -MD -MP -MF .deps/pinfogetvlen_f.Tpo -c pinfogetvlen_f.c -o pinfogetvlen_f.o if test ! -r pinfoset_f.c ; then \ pname=`echo pinfoset_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinfoset_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfoset_f.lo -MD -MP -MF ".deps/pinfoset_f.Tpo" -c -o pinfoset_f.lo pinfoset_f.c; \ then mv -f ".deps/pinfoset_f.Tpo" ".deps/pinfoset_f.Plo"; else rm -f ".deps/pinfoset_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfoset_f.lo -MD -MP -MF .deps/pinfoset_f.Tpo -c pinfoset_f.c -o pinfoset_f.o if test ! -r pinited_f.c ; then \ pname=`echo pinited_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinited_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinited_f.lo -MD -MP -MF ".deps/pinited_f.Tpo" -c -o pinited_f.lo pinited_f.c; \ then mv -f ".deps/pinited_f.Tpo" ".deps/pinited_f.Plo"; else rm -f ".deps/pinited_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinited_f.lo -MD -MP -MF .deps/pinited_f.Tpo -c pinited_f.c -o pinited_f.o if test ! -r pinit_f.c ; then \ pname=`echo pinit_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinit_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinit_f.lo -MD -MP -MF ".deps/pinit_f.Tpo" -c -o pinit_f.lo pinit_f.c; \ then mv -f ".deps/pinit_f.Tpo" ".deps/pinit_f.Plo"; else rm -f ".deps/pinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinit_f.lo -MD -MP -MF .deps/pinit_f.Tpo -c pinit_f.c -o pinit_f.o if test ! -r pinitthr_f.c ; then \ pname=`echo pinitthr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pinitthr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinitthr_f.lo -MD -MP -MF ".deps/pinitthr_f.Tpo" -c -o pinitthr_f.lo pinitthr_f.c; \ then mv -f ".deps/pinitthr_f.Tpo" ".deps/pinitthr_f.Plo"; else rm -f ".deps/pinitthr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinitthr_f.lo -MD -MP -MF .deps/pinitthr_f.Tpo -c pinitthr_f.c -o pinitthr_f.o if test ! -r piprobe_f.c ; then \ pname=`echo piprobe_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname piprobe_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT piprobe_f.lo -MD -MP -MF ".deps/piprobe_f.Tpo" -c -o piprobe_f.lo piprobe_f.c; \ then mv -f ".deps/piprobe_f.Tpo" ".deps/piprobe_f.Plo"; else rm -f ".deps/piprobe_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT piprobe_f.lo -MD -MP -MF .deps/piprobe_f.Tpo -c piprobe_f.c -o piprobe_f.o if test ! -r pirecv_f.c ; then \ pname=`echo pirecv_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pirecv_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pirecv_f.lo -MD -MP -MF ".deps/pirecv_f.Tpo" -c -o pirecv_f.lo pirecv_f.c; \ then mv -f ".deps/pirecv_f.Tpo" ".deps/pirecv_f.Plo"; else rm -f ".deps/pirecv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pirecv_f.lo -MD -MP -MF .deps/pirecv_f.Tpo -c pirecv_f.c -o pirecv_f.o if test ! -r pirsend_f.c ; then \ pname=`echo pirsend_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pirsend_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pirsend_f.lo -MD -MP -MF ".deps/pirsend_f.Tpo" -c -o pirsend_f.lo pirsend_f.c; \ then mv -f ".deps/pirsend_f.Tpo" ".deps/pirsend_f.Plo"; else rm -f ".deps/pirsend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pirsend_f.lo -MD -MP -MF .deps/pirsend_f.Tpo -c pirsend_f.c -o pirsend_f.o if test ! -r pisend_f.c ; then \ pname=`echo pisend_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pisend_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pisend_f.lo -MD -MP -MF ".deps/pisend_f.Tpo" -c -o pisend_f.lo pisend_f.c; \ then mv -f ".deps/pisend_f.Tpo" ".deps/pisend_f.Plo"; else rm -f ".deps/pisend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pisend_f.lo -MD -MP -MF .deps/pisend_f.Tpo -c pisend_f.c -o pisend_f.o if test ! -r pissend_f.c ; then \ pname=`echo pissend_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pissend_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pissend_f.lo -MD -MP -MF ".deps/pissend_f.Tpo" -c -o pissend_f.lo pissend_f.c; \ then mv -f ".deps/pissend_f.Tpo" ".deps/pissend_f.Plo"; else rm -f ".deps/pissend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pissend_f.lo -MD -MP -MF .deps/pissend_f.Tpo -c pissend_f.c -o pissend_f.o if test ! -r pisthrmain_f.c ; then \ pname=`echo pisthrmain_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pisthrmain_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pisthrmain_f.lo -MD -MP -MF ".deps/pisthrmain_f.Tpo" -c -o pisthrmain_f.lo pisthrmain_f.c; \ then mv -f ".deps/pisthrmain_f.Tpo" ".deps/pisthrmain_f.Plo"; else rm -f ".deps/pisthrmain_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pisthrmain_f.lo -MD -MP -MF .deps/pisthrmain_f.Tpo -c pisthrmain_f.c -o pisthrmain_f.o if test ! -r pjoin_f.c ; then \ pname=`echo pjoin_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pjoin_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pjoin_f.lo -MD -MP -MF ".deps/pjoin_f.Tpo" -c -o pjoin_f.lo pjoin_f.c; \ then mv -f ".deps/pjoin_f.Tpo" ".deps/pjoin_f.Plo"; else rm -f ".deps/pjoin_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pjoin_f.lo -MD -MP -MF .deps/pjoin_f.Tpo -c pjoin_f.c -o pjoin_f.o if test ! -r pkeycreate_f.c ; then \ pname=`echo pkeycreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pkeycreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pkeycreate_f.lo -MD -MP -MF ".deps/pkeycreate_f.Tpo" -c -o pkeycreate_f.lo pkeycreate_f.c; \ then mv -f ".deps/pkeycreate_f.Tpo" ".deps/pkeycreate_f.Plo"; else rm -f ".deps/pkeycreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pkeycreate_f.lo -MD -MP -MF .deps/pkeycreate_f.Tpo -c pkeycreate_f.c -o pkeycreate_f.o if test ! -r pkeyfree_f.c ; then \ pname=`echo pkeyfree_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pkeyfree_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pkeyfree_f.lo -MD -MP -MF ".deps/pkeyfree_f.Tpo" -c -o pkeyfree_f.lo pkeyfree_f.c; \ then mv -f ".deps/pkeyfree_f.Tpo" ".deps/pkeyfree_f.Plo"; else rm -f ".deps/pkeyfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pkeyfree_f.lo -MD -MP -MF .deps/pkeyfree_f.Tpo -c pkeyfree_f.c -o pkeyfree_f.o if test ! -r pmpil_id_f.c ; then \ pname=`echo pmpil_id_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pmpil_id_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_id_f.lo -MD -MP -MF ".deps/pmpil_id_f.Tpo" -c -o pmpil_id_f.lo pmpil_id_f.c; \ then mv -f ".deps/pmpil_id_f.Tpo" ".deps/pmpil_id_f.Plo"; else rm -f ".deps/pmpil_id_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_id_f.lo -MD -MP -MF .deps/pmpil_id_f.Tpo -c pmpil_id_f.c -o pmpil_id_f.o if test ! -r pmpil_signal_f.c ; then \ pname=`echo pmpil_signal_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pmpil_signal_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_signal_f.lo -MD -MP -MF ".deps/pmpil_signal_f.Tpo" -c -o pmpil_signal_f.lo pmpil_signal_f.c; \ then mv -f ".deps/pmpil_signal_f.Tpo" ".deps/pmpil_signal_f.Plo"; else rm -f ".deps/pmpil_signal_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_signal_f.lo -MD -MP -MF .deps/pmpil_signal_f.Tpo -c pmpil_signal_f.c -o pmpil_signal_f.o if test ! -r pmpil_trace_f.c ; then \ pname=`echo pmpil_trace_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pmpil_trace_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_trace_f.lo -MD -MP -MF ".deps/pmpil_trace_f.Tpo" -c -o pmpil_trace_f.lo pmpil_trace_f.c; \ then mv -f ".deps/pmpil_trace_f.Tpo" ".deps/pmpil_trace_f.Plo"; else rm -f ".deps/pmpil_trace_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_trace_f.lo -MD -MP -MF .deps/pmpil_trace_f.Tpo -c pmpil_trace_f.c -o pmpil_trace_f.o if test ! -r pnamelook_f.c ; then \ pname=`echo pnamelook_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pnamelook_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnamelook_f.lo -MD -MP -MF ".deps/pnamelook_f.Tpo" -c -o pnamelook_f.lo pnamelook_f.c; \ then mv -f ".deps/pnamelook_f.Tpo" ".deps/pnamelook_f.Plo"; else rm -f ".deps/pnamelook_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnamelook_f.lo -MD -MP -MF .deps/pnamelook_f.Tpo -c pnamelook_f.c -o pnamelook_f.o if test ! -r pnamepub_f.c ; then \ pname=`echo pnamepub_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pnamepub_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnamepub_f.lo -MD -MP -MF ".deps/pnamepub_f.Tpo" -c -o pnamepub_f.lo pnamepub_f.c; \ then mv -f ".deps/pnamepub_f.Tpo" ".deps/pnamepub_f.Plo"; else rm -f ".deps/pnamepub_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnamepub_f.lo -MD -MP -MF .deps/pnamepub_f.Tpo -c pnamepub_f.c -o pnamepub_f.o if test ! -r pnameunpub_f.c ; then \ pname=`echo pnameunpub_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pnameunpub_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnameunpub_f.lo -MD -MP -MF ".deps/pnameunpub_f.Tpo" -c -o pnameunpub_f.lo pnameunpub_f.c; \ then mv -f ".deps/pnameunpub_f.Tpo" ".deps/pnameunpub_f.Plo"; else rm -f ".deps/pnameunpub_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnameunpub_f.lo -MD -MP -MF .deps/pnameunpub_f.Tpo -c pnameunpub_f.c -o pnameunpub_f.o if test ! -r popcreate_f.c ; then \ pname=`echo popcreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname popcreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT popcreate_f.lo -MD -MP -MF ".deps/popcreate_f.Tpo" -c -o popcreate_f.lo popcreate_f.c; \ then mv -f ".deps/popcreate_f.Tpo" ".deps/popcreate_f.Plo"; else rm -f ".deps/popcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT popcreate_f.lo -MD -MP -MF .deps/popcreate_f.Tpo -c popcreate_f.c -o popcreate_f.o if test ! -r popfree_f.c ; then \ pname=`echo popfree_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname popfree_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT popfree_f.lo -MD -MP -MF ".deps/popfree_f.Tpo" -c -o popfree_f.lo popfree_f.c; \ then mv -f ".deps/popfree_f.Tpo" ".deps/popfree_f.Plo"; else rm -f ".deps/popfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT popfree_f.lo -MD -MP -MF .deps/popfree_f.Tpo -c popfree_f.c -o popfree_f.o if test ! -r ppack_f.c ; then \ pname=`echo ppack_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ppack_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppack_f.lo -MD -MP -MF ".deps/ppack_f.Tpo" -c -o ppack_f.lo ppack_f.c; \ then mv -f ".deps/ppack_f.Tpo" ".deps/ppack_f.Plo"; else rm -f ".deps/ppack_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppack_f.lo -MD -MP -MF .deps/ppack_f.Tpo -c ppack_f.c -o ppack_f.o if test ! -r ppacksize_f.c ; then \ pname=`echo ppacksize_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ppacksize_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppacksize_f.lo -MD -MP -MF ".deps/ppacksize_f.Tpo" -c -o ppacksize_f.lo ppacksize_f.c; \ then mv -f ".deps/ppacksize_f.Tpo" ".deps/ppacksize_f.Plo"; else rm -f ".deps/ppacksize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppacksize_f.lo -MD -MP -MF .deps/ppacksize_f.Tpo -c ppacksize_f.c -o ppacksize_f.o if test ! -r ppcontrol_f.c ; then \ pname=`echo ppcontrol_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ppcontrol_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppcontrol_f.lo -MD -MP -MF ".deps/ppcontrol_f.Tpo" -c -o ppcontrol_f.lo ppcontrol_f.c; \ then mv -f ".deps/ppcontrol_f.Tpo" ".deps/ppcontrol_f.Plo"; else rm -f ".deps/ppcontrol_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppcontrol_f.lo -MD -MP -MF .deps/ppcontrol_f.Tpo -c ppcontrol_f.c -o ppcontrol_f.o if test ! -r pportclose_f.c ; then \ pname=`echo pportclose_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pportclose_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pportclose_f.lo -MD -MP -MF ".deps/pportclose_f.Tpo" -c -o pportclose_f.lo pportclose_f.c; \ then mv -f ".deps/pportclose_f.Tpo" ".deps/pportclose_f.Plo"; else rm -f ".deps/pportclose_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pportclose_f.lo -MD -MP -MF .deps/pportclose_f.Tpo -c pportclose_f.c -o pportclose_f.o if test ! -r pportopen_f.c ; then \ pname=`echo pportopen_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pportopen_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pportopen_f.lo -MD -MP -MF ".deps/pportopen_f.Tpo" -c -o pportopen_f.lo pportopen_f.c; \ then mv -f ".deps/pportopen_f.Tpo" ".deps/pportopen_f.Plo"; else rm -f ".deps/pportopen_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pportopen_f.lo -MD -MP -MF .deps/pportopen_f.Tpo -c pportopen_f.c -o pportopen_f.o if test ! -r pprobe_f.c ; then \ pname=`echo pprobe_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pprobe_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pprobe_f.lo -MD -MP -MF ".deps/pprobe_f.Tpo" -c -o pprobe_f.lo pprobe_f.c; \ then mv -f ".deps/pprobe_f.Tpo" ".deps/pprobe_f.Plo"; else rm -f ".deps/pprobe_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pprobe_f.lo -MD -MP -MF .deps/pprobe_f.Tpo -c pprobe_f.c -o pprobe_f.o if test ! -r pput_f.c ; then \ pname=`echo pput_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pput_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pput_f.lo -MD -MP -MF ".deps/pput_f.Tpo" -c -o pput_f.lo pput_f.c; \ then mv -f ".deps/pput_f.Tpo" ".deps/pput_f.Plo"; else rm -f ".deps/pput_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pput_f.lo -MD -MP -MF .deps/pput_f.Tpo -c pput_f.c -o pput_f.o if test ! -r pquerythr_f.c ; then \ pname=`echo pquerythr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pquerythr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pquerythr_f.lo -MD -MP -MF ".deps/pquerythr_f.Tpo" -c -o pquerythr_f.lo pquerythr_f.c; \ then mv -f ".deps/pquerythr_f.Tpo" ".deps/pquerythr_f.Plo"; else rm -f ".deps/pquerythr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pquerythr_f.lo -MD -MP -MF .deps/pquerythr_f.Tpo -c pquerythr_f.c -o pquerythr_f.o if test ! -r precv_f.c ; then \ pname=`echo precv_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname precv_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precv_f.lo -MD -MP -MF ".deps/precv_f.Tpo" -c -o precv_f.lo precv_f.c; \ then mv -f ".deps/precv_f.Tpo" ".deps/precv_f.Plo"; else rm -f ".deps/precv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precv_f.lo -MD -MP -MF .deps/precv_f.Tpo -c precv_f.c -o precv_f.o if test ! -r precvinit_f.c ; then \ pname=`echo precvinit_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname precvinit_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precvinit_f.lo -MD -MP -MF ".deps/precvinit_f.Tpo" -c -o precvinit_f.lo precvinit_f.c; \ then mv -f ".deps/precvinit_f.Tpo" ".deps/precvinit_f.Plo"; else rm -f ".deps/precvinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precvinit_f.lo -MD -MP -MF .deps/precvinit_f.Tpo -c precvinit_f.c -o precvinit_f.o if test ! -r preduce_f.c ; then \ pname=`echo preduce_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname preduce_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preduce_f.lo -MD -MP -MF ".deps/preduce_f.Tpo" -c -o preduce_f.lo preduce_f.c; \ then mv -f ".deps/preduce_f.Tpo" ".deps/preduce_f.Plo"; else rm -f ".deps/preduce_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preduce_f.lo -MD -MP -MF .deps/preduce_f.Tpo -c preduce_f.c -o preduce_f.o if test ! -r preducescatter_f.c ; then \ pname=`echo preducescatter_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname preducescatter_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preducescatter_f.lo -MD -MP -MF ".deps/preducescatter_f.Tpo" -c -o preducescatter_f.lo preducescatter_f.c; \ then mv -f ".deps/preducescatter_f.Tpo" ".deps/preducescatter_f.Plo"; else rm -f ".deps/preducescatter_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preducescatter_f.lo -MD -MP -MF .deps/preducescatter_f.Tpo -c preducescatter_f.c -o preducescatter_f.o if test ! -r preqfree_f.c ; then \ pname=`echo preqfree_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname preqfree_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preqfree_f.lo -MD -MP -MF ".deps/preqfree_f.Tpo" -c -o preqfree_f.lo preqfree_f.c; \ then mv -f ".deps/preqfree_f.Tpo" ".deps/preqfree_f.Plo"; else rm -f ".deps/preqfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preqfree_f.lo -MD -MP -MF .deps/preqfree_f.Tpo -c preqfree_f.c -o preqfree_f.o if test ! -r prsend_f.c ; then \ pname=`echo prsend_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname prsend_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prsend_f.lo -MD -MP -MF ".deps/prsend_f.Tpo" -c -o prsend_f.lo prsend_f.c; \ then mv -f ".deps/prsend_f.Tpo" ".deps/prsend_f.Plo"; else rm -f ".deps/prsend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prsend_f.lo -MD -MP -MF .deps/prsend_f.Tpo -c prsend_f.c -o prsend_f.o if test ! -r prsendinit_f.c ; then \ pname=`echo prsendinit_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname prsendinit_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prsendinit_f.lo -MD -MP -MF ".deps/prsendinit_f.Tpo" -c -o prsendinit_f.lo prsendinit_f.c; \ then mv -f ".deps/prsendinit_f.Tpo" ".deps/prsendinit_f.Plo"; else rm -f ".deps/prsendinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prsendinit_f.lo -MD -MP -MF .deps/prsendinit_f.Tpo -c prsendinit_f.c -o prsendinit_f.o if test ! -r pscan_f.c ; then \ pname=`echo pscan_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pscan_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscan_f.lo -MD -MP -MF ".deps/pscan_f.Tpo" -c -o pscan_f.lo pscan_f.c; \ then mv -f ".deps/pscan_f.Tpo" ".deps/pscan_f.Plo"; else rm -f ".deps/pscan_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscan_f.lo -MD -MP -MF .deps/pscan_f.Tpo -c pscan_f.c -o pscan_f.o if test ! -r pscatter_f.c ; then \ pname=`echo pscatter_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pscatter_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscatter_f.lo -MD -MP -MF ".deps/pscatter_f.Tpo" -c -o pscatter_f.lo pscatter_f.c; \ then mv -f ".deps/pscatter_f.Tpo" ".deps/pscatter_f.Plo"; else rm -f ".deps/pscatter_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscatter_f.lo -MD -MP -MF .deps/pscatter_f.Tpo -c pscatter_f.c -o pscatter_f.o if test ! -r pscatterv_f.c ; then \ pname=`echo pscatterv_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pscatterv_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscatterv_f.lo -MD -MP -MF ".deps/pscatterv_f.Tpo" -c -o pscatterv_f.lo pscatterv_f.c; \ then mv -f ".deps/pscatterv_f.Tpo" ".deps/pscatterv_f.Plo"; else rm -f ".deps/pscatterv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscatterv_f.lo -MD -MP -MF .deps/pscatterv_f.Tpo -c pscatterv_f.c -o pscatterv_f.o if test ! -r psend_f.c ; then \ pname=`echo psend_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname psend_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psend_f.lo -MD -MP -MF ".deps/psend_f.Tpo" -c -o psend_f.lo psend_f.c; \ then mv -f ".deps/psend_f.Tpo" ".deps/psend_f.Plo"; else rm -f ".deps/psend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psend_f.lo -MD -MP -MF .deps/psend_f.Tpo -c psend_f.c -o psend_f.o if test ! -r psendinit_f.c ; then \ pname=`echo psendinit_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname psendinit_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendinit_f.lo -MD -MP -MF ".deps/psendinit_f.Tpo" -c -o psendinit_f.lo psendinit_f.c; \ then mv -f ".deps/psendinit_f.Tpo" ".deps/psendinit_f.Plo"; else rm -f ".deps/psendinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendinit_f.lo -MD -MP -MF .deps/psendinit_f.Tpo -c psendinit_f.c -o psendinit_f.o if test ! -r psendrecv_f.c ; then \ pname=`echo psendrecv_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname psendrecv_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendrecv_f.lo -MD -MP -MF ".deps/psendrecv_f.Tpo" -c -o psendrecv_f.lo psendrecv_f.c; \ then mv -f ".deps/psendrecv_f.Tpo" ".deps/psendrecv_f.Plo"; else rm -f ".deps/psendrecv_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendrecv_f.lo -MD -MP -MF .deps/psendrecv_f.Tpo -c psendrecv_f.c -o psendrecv_f.o if test ! -r psendrecvrep_f.c ; then \ pname=`echo psendrecvrep_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname psendrecvrep_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendrecvrep_f.lo -MD -MP -MF ".deps/psendrecvrep_f.Tpo" -c -o psendrecvrep_f.lo psendrecvrep_f.c; \ then mv -f ".deps/psendrecvrep_f.Tpo" ".deps/psendrecvrep_f.Plo"; else rm -f ".deps/psendrecvrep_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendrecvrep_f.lo -MD -MP -MF .deps/psendrecvrep_f.Tpo -c psendrecvrep_f.c -o psendrecvrep_f.o if test ! -r pspawn_f.c ; then \ pname=`echo pspawn_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pspawn_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pspawn_f.lo -MD -MP -MF ".deps/pspawn_f.Tpo" -c -o pspawn_f.lo pspawn_f.c; \ then mv -f ".deps/pspawn_f.Tpo" ".deps/pspawn_f.Plo"; else rm -f ".deps/pspawn_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pspawn_f.lo -MD -MP -MF .deps/pspawn_f.Tpo -c pspawn_f.c -o pspawn_f.o if test ! -r pspawnmult_f.c ; then \ pname=`echo pspawnmult_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pspawnmult_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pspawnmult_f.lo -MD -MP -MF ".deps/pspawnmult_f.Tpo" -c -o pspawnmult_f.lo pspawnmult_f.c; \ then mv -f ".deps/pspawnmult_f.Tpo" ".deps/pspawnmult_f.Plo"; else rm -f ".deps/pspawnmult_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pspawnmult_f.lo -MD -MP -MF .deps/pspawnmult_f.Tpo -c pspawnmult_f.c -o pspawnmult_f.o if test ! -r pssend_f.c ; then \ pname=`echo pssend_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pssend_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pssend_f.lo -MD -MP -MF ".deps/pssend_f.Tpo" -c -o pssend_f.lo pssend_f.c; \ then mv -f ".deps/pssend_f.Tpo" ".deps/pssend_f.Plo"; else rm -f ".deps/pssend_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pssend_f.lo -MD -MP -MF .deps/pssend_f.Tpo -c pssend_f.c -o pssend_f.o if test ! -r pssendinit_f.c ; then \ pname=`echo pssendinit_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pssendinit_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pssendinit_f.lo -MD -MP -MF ".deps/pssendinit_f.Tpo" -c -o pssendinit_f.lo pssendinit_f.c; \ then mv -f ".deps/pssendinit_f.Tpo" ".deps/pssendinit_f.Plo"; else rm -f ".deps/pssendinit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pssendinit_f.lo -MD -MP -MF .deps/pssendinit_f.Tpo -c pssendinit_f.c -o pssendinit_f.o if test ! -r pstartall_f.c ; then \ pname=`echo pstartall_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pstartall_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pstartall_f.lo -MD -MP -MF ".deps/pstartall_f.Tpo" -c -o pstartall_f.lo pstartall_f.c; \ then mv -f ".deps/pstartall_f.Tpo" ".deps/pstartall_f.Plo"; else rm -f ".deps/pstartall_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pstartall_f.lo -MD -MP -MF .deps/pstartall_f.Tpo -c pstartall_f.c -o pstartall_f.o if test ! -r pstart_f.c ; then \ pname=`echo pstart_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pstart_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pstart_f.lo -MD -MP -MF ".deps/pstart_f.Tpo" -c -o pstart_f.lo pstart_f.c; \ then mv -f ".deps/pstart_f.Tpo" ".deps/pstart_f.Plo"; else rm -f ".deps/pstart_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pstart_f.lo -MD -MP -MF .deps/pstart_f.Tpo -c pstart_f.c -o pstart_f.o if test ! -r ptcommit_f.c ; then \ pname=`echo ptcommit_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptcommit_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcommit_f.lo -MD -MP -MF ".deps/ptcommit_f.Tpo" -c -o ptcommit_f.lo ptcommit_f.c; \ then mv -f ".deps/ptcommit_f.Tpo" ".deps/ptcommit_f.Plo"; else rm -f ".deps/ptcommit_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcommit_f.lo -MD -MP -MF .deps/ptcommit_f.Tpo -c ptcommit_f.c -o ptcommit_f.o if test ! -r ptcontig_f.c ; then \ pname=`echo ptcontig_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptcontig_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcontig_f.lo -MD -MP -MF ".deps/ptcontig_f.Tpo" -c -o ptcontig_f.lo ptcontig_f.c; \ then mv -f ".deps/ptcontig_f.Tpo" ".deps/ptcontig_f.Plo"; else rm -f ".deps/ptcontig_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcontig_f.lo -MD -MP -MF .deps/ptcontig_f.Tpo -c ptcontig_f.c -o ptcontig_f.o if test ! -r ptcreatehindex_f.c ; then \ pname=`echo ptcreatehindex_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptcreatehindex_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatehindex_f.lo -MD -MP -MF ".deps/ptcreatehindex_f.Tpo" -c -o ptcreatehindex_f.lo ptcreatehindex_f.c; \ then mv -f ".deps/ptcreatehindex_f.Tpo" ".deps/ptcreatehindex_f.Plo"; else rm -f ".deps/ptcreatehindex_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatehindex_f.lo -MD -MP -MF .deps/ptcreatehindex_f.Tpo -c ptcreatehindex_f.c -o ptcreatehindex_f.o if test ! -r ptcreatehvector_f.c ; then \ pname=`echo ptcreatehvector_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptcreatehvector_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatehvector_f.lo -MD -MP -MF ".deps/ptcreatehvector_f.Tpo" -c -o ptcreatehvector_f.lo ptcreatehvector_f.c; \ then mv -f ".deps/ptcreatehvector_f.Tpo" ".deps/ptcreatehvector_f.Plo"; else rm -f ".deps/ptcreatehvector_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatehvector_f.lo -MD -MP -MF .deps/ptcreatehvector_f.Tpo -c ptcreatehvector_f.c -o ptcreatehvector_f.o if test ! -r ptcreatekey_f.c ; then \ pname=`echo ptcreatekey_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptcreatekey_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatekey_f.lo -MD -MP -MF ".deps/ptcreatekey_f.Tpo" -c -o ptcreatekey_f.lo ptcreatekey_f.c; \ then mv -f ".deps/ptcreatekey_f.Tpo" ".deps/ptcreatekey_f.Plo"; else rm -f ".deps/ptcreatekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatekey_f.lo -MD -MP -MF .deps/ptcreatekey_f.Tpo -c ptcreatekey_f.c -o ptcreatekey_f.o if test ! -r ptcreatestruct_f.c ; then \ pname=`echo ptcreatestruct_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptcreatestruct_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatestruct_f.lo -MD -MP -MF ".deps/ptcreatestruct_f.Tpo" -c -o ptcreatestruct_f.lo ptcreatestruct_f.c; \ then mv -f ".deps/ptcreatestruct_f.Tpo" ".deps/ptcreatestruct_f.Plo"; else rm -f ".deps/ptcreatestruct_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatestruct_f.lo -MD -MP -MF .deps/ptcreatestruct_f.Tpo -c ptcreatestruct_f.c -o ptcreatestruct_f.o if test ! -r ptdarray_f.c ; then \ pname=`echo ptdarray_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptdarray_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdarray_f.lo -MD -MP -MF ".deps/ptdarray_f.Tpo" -c -o ptdarray_f.lo ptdarray_f.c; \ then mv -f ".deps/ptdarray_f.Tpo" ".deps/ptdarray_f.Plo"; else rm -f ".deps/ptdarray_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdarray_f.lo -MD -MP -MF .deps/ptdarray_f.Tpo -c ptdarray_f.c -o ptdarray_f.o if test ! -r ptdelattr_f.c ; then \ pname=`echo ptdelattr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptdelattr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdelattr_f.lo -MD -MP -MF ".deps/ptdelattr_f.Tpo" -c -o ptdelattr_f.lo ptdelattr_f.c; \ then mv -f ".deps/ptdelattr_f.Tpo" ".deps/ptdelattr_f.Plo"; else rm -f ".deps/ptdelattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdelattr_f.lo -MD -MP -MF .deps/ptdelattr_f.Tpo -c ptdelattr_f.c -o ptdelattr_f.o if test ! -r ptdup_f.c ; then \ pname=`echo ptdup_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptdup_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdup_f.lo -MD -MP -MF ".deps/ptdup_f.Tpo" -c -o ptdup_f.lo ptdup_f.c; \ then mv -f ".deps/ptdup_f.Tpo" ".deps/ptdup_f.Plo"; else rm -f ".deps/ptdup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdup_f.lo -MD -MP -MF .deps/ptdup_f.Tpo -c ptdup_f.c -o ptdup_f.o if test ! -r ptestall_f.c ; then \ pname=`echo ptestall_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptestall_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestall_f.lo -MD -MP -MF ".deps/ptestall_f.Tpo" -c -o ptestall_f.lo ptestall_f.c; \ then mv -f ".deps/ptestall_f.Tpo" ".deps/ptestall_f.Plo"; else rm -f ".deps/ptestall_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestall_f.lo -MD -MP -MF .deps/ptestall_f.Tpo -c ptestall_f.c -o ptestall_f.o if test ! -r ptestany_f.c ; then \ pname=`echo ptestany_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptestany_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestany_f.lo -MD -MP -MF ".deps/ptestany_f.Tpo" -c -o ptestany_f.lo ptestany_f.c; \ then mv -f ".deps/ptestany_f.Tpo" ".deps/ptestany_f.Plo"; else rm -f ".deps/ptestany_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestany_f.lo -MD -MP -MF .deps/ptestany_f.Tpo -c ptestany_f.c -o ptestany_f.o if test ! -r ptestcancel_f.c ; then \ pname=`echo ptestcancel_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptestcancel_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestcancel_f.lo -MD -MP -MF ".deps/ptestcancel_f.Tpo" -c -o ptestcancel_f.lo ptestcancel_f.c; \ then mv -f ".deps/ptestcancel_f.Tpo" ".deps/ptestcancel_f.Plo"; else rm -f ".deps/ptestcancel_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestcancel_f.lo -MD -MP -MF .deps/ptestcancel_f.Tpo -c ptestcancel_f.c -o ptestcancel_f.o if test ! -r ptest_f.c ; then \ pname=`echo ptest_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptest_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptest_f.lo -MD -MP -MF ".deps/ptest_f.Tpo" -c -o ptest_f.lo ptest_f.c; \ then mv -f ".deps/ptest_f.Tpo" ".deps/ptest_f.Plo"; else rm -f ".deps/ptest_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptest_f.lo -MD -MP -MF .deps/ptest_f.Tpo -c ptest_f.c -o ptest_f.o if test ! -r ptestsome_f.c ; then \ pname=`echo ptestsome_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptestsome_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestsome_f.lo -MD -MP -MF ".deps/ptestsome_f.Tpo" -c -o ptestsome_f.lo ptestsome_f.c; \ then mv -f ".deps/ptestsome_f.Tpo" ".deps/ptestsome_f.Plo"; else rm -f ".deps/ptestsome_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestsome_f.lo -MD -MP -MF .deps/ptestsome_f.Tpo -c ptestsome_f.c -o ptestsome_f.o if test ! -r ptextent_f.c ; then \ pname=`echo ptextent_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptextent_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptextent_f.lo -MD -MP -MF ".deps/ptextent_f.Tpo" -c -o ptextent_f.lo ptextent_f.c; \ then mv -f ".deps/ptextent_f.Tpo" ".deps/ptextent_f.Plo"; else rm -f ".deps/ptextent_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptextent_f.lo -MD -MP -MF .deps/ptextent_f.Tpo -c ptextent_f.c -o ptextent_f.o if test ! -r ptfree_f.c ; then \ pname=`echo ptfree_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptfree_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptfree_f.lo -MD -MP -MF ".deps/ptfree_f.Tpo" -c -o ptfree_f.lo ptfree_f.c; \ then mv -f ".deps/ptfree_f.Tpo" ".deps/ptfree_f.Plo"; else rm -f ".deps/ptfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptfree_f.lo -MD -MP -MF .deps/ptfree_f.Tpo -c ptfree_f.c -o ptfree_f.o if test ! -r ptfreekey_f.c ; then \ pname=`echo ptfreekey_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptfreekey_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptfreekey_f.lo -MD -MP -MF ".deps/ptfreekey_f.Tpo" -c -o ptfreekey_f.lo ptfreekey_f.c; \ then mv -f ".deps/ptfreekey_f.Tpo" ".deps/ptfreekey_f.Plo"; else rm -f ".deps/ptfreekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptfreekey_f.lo -MD -MP -MF .deps/ptfreekey_f.Tpo -c ptfreekey_f.c -o ptfreekey_f.o if test ! -r ptgetattr_f.c ; then \ pname=`echo ptgetattr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptgetattr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetattr_f.lo -MD -MP -MF ".deps/ptgetattr_f.Tpo" -c -o ptgetattr_f.lo ptgetattr_f.c; \ then mv -f ".deps/ptgetattr_f.Tpo" ".deps/ptgetattr_f.Plo"; else rm -f ".deps/ptgetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetattr_f.lo -MD -MP -MF .deps/ptgetattr_f.Tpo -c ptgetattr_f.c -o ptgetattr_f.o if test ! -r ptgetconts_f.c ; then \ pname=`echo ptgetconts_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptgetconts_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetconts_f.lo -MD -MP -MF ".deps/ptgetconts_f.Tpo" -c -o ptgetconts_f.lo ptgetconts_f.c; \ then mv -f ".deps/ptgetconts_f.Tpo" ".deps/ptgetconts_f.Plo"; else rm -f ".deps/ptgetconts_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetconts_f.lo -MD -MP -MF .deps/ptgetconts_f.Tpo -c ptgetconts_f.c -o ptgetconts_f.o if test ! -r ptgetenvl_f.c ; then \ pname=`echo ptgetenvl_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptgetenvl_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetenvl_f.lo -MD -MP -MF ".deps/ptgetenvl_f.Tpo" -c -o ptgetenvl_f.lo ptgetenvl_f.c; \ then mv -f ".deps/ptgetenvl_f.Tpo" ".deps/ptgetenvl_f.Plo"; else rm -f ".deps/ptgetenvl_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetenvl_f.lo -MD -MP -MF .deps/ptgetenvl_f.Tpo -c ptgetenvl_f.c -o ptgetenvl_f.o if test ! -r ptgetextent_f.c ; then \ pname=`echo ptgetextent_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptgetextent_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetextent_f.lo -MD -MP -MF ".deps/ptgetextent_f.Tpo" -c -o ptgetextent_f.lo ptgetextent_f.c; \ then mv -f ".deps/ptgetextent_f.Tpo" ".deps/ptgetextent_f.Plo"; else rm -f ".deps/ptgetextent_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetextent_f.lo -MD -MP -MF .deps/ptgetextent_f.Tpo -c ptgetextent_f.c -o ptgetextent_f.o if test ! -r ptgetname_f.c ; then \ pname=`echo ptgetname_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptgetname_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetname_f.lo -MD -MP -MF ".deps/ptgetname_f.Tpo" -c -o ptgetname_f.lo ptgetname_f.c; \ then mv -f ".deps/ptgetname_f.Tpo" ".deps/ptgetname_f.Plo"; else rm -f ".deps/ptgetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetname_f.lo -MD -MP -MF .deps/ptgetname_f.Tpo -c ptgetname_f.c -o ptgetname_f.o if test ! -r ptgettrue_f.c ; then \ pname=`echo ptgettrue_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptgettrue_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgettrue_f.lo -MD -MP -MF ".deps/ptgettrue_f.Tpo" -c -o ptgettrue_f.lo ptgettrue_f.c; \ then mv -f ".deps/ptgettrue_f.Tpo" ".deps/ptgettrue_f.Plo"; else rm -f ".deps/ptgettrue_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgettrue_f.lo -MD -MP -MF .deps/ptgettrue_f.Tpo -c ptgettrue_f.c -o ptgettrue_f.o if test ! -r pthindex_f.c ; then \ pname=`echo pthindex_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pthindex_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pthindex_f.lo -MD -MP -MF ".deps/pthindex_f.Tpo" -c -o pthindex_f.lo pthindex_f.c; \ then mv -f ".deps/pthindex_f.Tpo" ".deps/pthindex_f.Plo"; else rm -f ".deps/pthindex_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pthindex_f.lo -MD -MP -MF .deps/pthindex_f.Tpo -c pthindex_f.c -o pthindex_f.o if test ! -r pthvector_f.c ; then \ pname=`echo pthvector_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pthvector_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pthvector_f.lo -MD -MP -MF ".deps/pthvector_f.Tpo" -c -o pthvector_f.lo pthvector_f.c; \ then mv -f ".deps/pthvector_f.Tpo" ".deps/pthvector_f.Plo"; else rm -f ".deps/pthvector_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pthvector_f.lo -MD -MP -MF .deps/pthvector_f.Tpo -c pthvector_f.c -o pthvector_f.o if test ! -r ptindex_f.c ; then \ pname=`echo ptindex_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptindex_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptindex_f.lo -MD -MP -MF ".deps/ptindex_f.Tpo" -c -o ptindex_f.lo ptindex_f.c; \ then mv -f ".deps/ptindex_f.Tpo" ".deps/ptindex_f.Plo"; else rm -f ".deps/ptindex_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptindex_f.lo -MD -MP -MF .deps/ptindex_f.Tpo -c ptindex_f.c -o ptindex_f.o if test ! -r ptlb_f.c ; then \ pname=`echo ptlb_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptlb_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptlb_f.lo -MD -MP -MF ".deps/ptlb_f.Tpo" -c -o ptlb_f.lo ptlb_f.c; \ then mv -f ".deps/ptlb_f.Tpo" ".deps/ptlb_f.Plo"; else rm -f ".deps/ptlb_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptlb_f.lo -MD -MP -MF .deps/ptlb_f.Tpo -c ptlb_f.c -o ptlb_f.o if test ! -r ptopotest_f.c ; then \ pname=`echo ptopotest_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptopotest_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptopotest_f.lo -MD -MP -MF ".deps/ptopotest_f.Tpo" -c -o ptopotest_f.lo ptopotest_f.c; \ then mv -f ".deps/ptopotest_f.Tpo" ".deps/ptopotest_f.Plo"; else rm -f ".deps/ptopotest_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptopotest_f.lo -MD -MP -MF .deps/ptopotest_f.Tpo -c ptopotest_f.c -o ptopotest_f.o if test ! -r ptresize_f.c ; then \ pname=`echo ptresize_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptresize_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptresize_f.lo -MD -MP -MF ".deps/ptresize_f.Tpo" -c -o ptresize_f.lo ptresize_f.c; \ then mv -f ".deps/ptresize_f.Tpo" ".deps/ptresize_f.Plo"; else rm -f ".deps/ptresize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptresize_f.lo -MD -MP -MF .deps/ptresize_f.Tpo -c ptresize_f.c -o ptresize_f.o if test ! -r ptsetattr_f.c ; then \ pname=`echo ptsetattr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptsetattr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsetattr_f.lo -MD -MP -MF ".deps/ptsetattr_f.Tpo" -c -o ptsetattr_f.lo ptsetattr_f.c; \ then mv -f ".deps/ptsetattr_f.Tpo" ".deps/ptsetattr_f.Plo"; else rm -f ".deps/ptsetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsetattr_f.lo -MD -MP -MF .deps/ptsetattr_f.Tpo -c ptsetattr_f.c -o ptsetattr_f.o if test ! -r ptsetname_f.c ; then \ pname=`echo ptsetname_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptsetname_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsetname_f.lo -MD -MP -MF ".deps/ptsetname_f.Tpo" -c -o ptsetname_f.lo ptsetname_f.c; \ then mv -f ".deps/ptsetname_f.Tpo" ".deps/ptsetname_f.Plo"; else rm -f ".deps/ptsetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsetname_f.lo -MD -MP -MF .deps/ptsetname_f.Tpo -c ptsetname_f.c -o ptsetname_f.o if test ! -r ptsize_f.c ; then \ pname=`echo ptsize_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptsize_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsize_f.lo -MD -MP -MF ".deps/ptsize_f.Tpo" -c -o ptsize_f.lo ptsize_f.c; \ then mv -f ".deps/ptsize_f.Tpo" ".deps/ptsize_f.Plo"; else rm -f ".deps/ptsize_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsize_f.lo -MD -MP -MF .deps/ptsize_f.Tpo -c ptsize_f.c -o ptsize_f.o if test ! -r ptstruct_f.c ; then \ pname=`echo ptstruct_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptstruct_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptstruct_f.lo -MD -MP -MF ".deps/ptstruct_f.Tpo" -c -o ptstruct_f.lo ptstruct_f.c; \ then mv -f ".deps/ptstruct_f.Tpo" ".deps/ptstruct_f.Plo"; else rm -f ".deps/ptstruct_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptstruct_f.lo -MD -MP -MF .deps/ptstruct_f.Tpo -c ptstruct_f.c -o ptstruct_f.o if test ! -r ptsubarray_f.c ; then \ pname=`echo ptsubarray_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptsubarray_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsubarray_f.lo -MD -MP -MF ".deps/ptsubarray_f.Tpo" -c -o ptsubarray_f.lo ptsubarray_f.c; \ then mv -f ".deps/ptsubarray_f.Tpo" ".deps/ptsubarray_f.Plo"; else rm -f ".deps/ptsubarray_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsubarray_f.lo -MD -MP -MF .deps/ptsubarray_f.Tpo -c ptsubarray_f.c -o ptsubarray_f.o if test ! -r ptub_f.c ; then \ pname=`echo ptub_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptub_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptub_f.lo -MD -MP -MF ".deps/ptub_f.Tpo" -c -o ptub_f.lo ptub_f.c; \ then mv -f ".deps/ptub_f.Tpo" ".deps/ptub_f.Plo"; else rm -f ".deps/ptub_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptub_f.lo -MD -MP -MF .deps/ptub_f.Tpo -c ptub_f.c -o ptub_f.o if test ! -r ptvector_f.c ; then \ pname=`echo ptvector_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname ptvector_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptvector_f.lo -MD -MP -MF ".deps/ptvector_f.Tpo" -c -o ptvector_f.lo ptvector_f.c; \ then mv -f ".deps/ptvector_f.Tpo" ".deps/ptvector_f.Plo"; else rm -f ".deps/ptvector_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptvector_f.lo -MD -MP -MF .deps/ptvector_f.Tpo -c ptvector_f.c -o ptvector_f.o if test ! -r punpack_f.c ; then \ pname=`echo punpack_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname punpack_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT punpack_f.lo -MD -MP -MF ".deps/punpack_f.Tpo" -c -o punpack_f.lo punpack_f.c; \ then mv -f ".deps/punpack_f.Tpo" ".deps/punpack_f.Plo"; else rm -f ".deps/punpack_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT punpack_f.lo -MD -MP -MF .deps/punpack_f.Tpo -c punpack_f.c -o punpack_f.o if test ! -r pwaitall_f.c ; then \ pname=`echo pwaitall_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwaitall_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitall_f.lo -MD -MP -MF ".deps/pwaitall_f.Tpo" -c -o pwaitall_f.lo pwaitall_f.c; \ then mv -f ".deps/pwaitall_f.Tpo" ".deps/pwaitall_f.Plo"; else rm -f ".deps/pwaitall_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitall_f.lo -MD -MP -MF .deps/pwaitall_f.Tpo -c pwaitall_f.c -o pwaitall_f.o if test ! -r pwaitany_f.c ; then \ pname=`echo pwaitany_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwaitany_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitany_f.lo -MD -MP -MF ".deps/pwaitany_f.Tpo" -c -o pwaitany_f.lo pwaitany_f.c; \ then mv -f ".deps/pwaitany_f.Tpo" ".deps/pwaitany_f.Plo"; else rm -f ".deps/pwaitany_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitany_f.lo -MD -MP -MF .deps/pwaitany_f.Tpo -c pwaitany_f.c -o pwaitany_f.o if test ! -r pwait_f.c ; then \ pname=`echo pwait_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwait_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwait_f.lo -MD -MP -MF ".deps/pwait_f.Tpo" -c -o pwait_f.lo pwait_f.c; \ then mv -f ".deps/pwait_f.Tpo" ".deps/pwait_f.Plo"; else rm -f ".deps/pwait_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwait_f.lo -MD -MP -MF .deps/pwait_f.Tpo -c pwait_f.c -o pwait_f.o if test ! -r pwaitsome_f.c ; then \ pname=`echo pwaitsome_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwaitsome_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitsome_f.lo -MD -MP -MF ".deps/pwaitsome_f.Tpo" -c -o pwaitsome_f.lo pwaitsome_f.c; \ then mv -f ".deps/pwaitsome_f.Tpo" ".deps/pwaitsome_f.Plo"; else rm -f ".deps/pwaitsome_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitsome_f.lo -MD -MP -MF .deps/pwaitsome_f.Tpo -c pwaitsome_f.c -o pwaitsome_f.o if test ! -r pwcomplete_f.c ; then \ pname=`echo pwcomplete_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwcomplete_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcomplete_f.lo -MD -MP -MF ".deps/pwcomplete_f.Tpo" -c -o pwcomplete_f.lo pwcomplete_f.c; \ then mv -f ".deps/pwcomplete_f.Tpo" ".deps/pwcomplete_f.Plo"; else rm -f ".deps/pwcomplete_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcomplete_f.lo -MD -MP -MF .deps/pwcomplete_f.Tpo -c pwcomplete_f.c -o pwcomplete_f.o if test ! -r pwcreateerr_f.c ; then \ pname=`echo pwcreateerr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwcreateerr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreateerr_f.lo -MD -MP -MF ".deps/pwcreateerr_f.Tpo" -c -o pwcreateerr_f.lo pwcreateerr_f.c; \ then mv -f ".deps/pwcreateerr_f.Tpo" ".deps/pwcreateerr_f.Plo"; else rm -f ".deps/pwcreateerr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreateerr_f.lo -MD -MP -MF .deps/pwcreateerr_f.Tpo -c pwcreateerr_f.c -o pwcreateerr_f.o if test ! -r pwcreate_f.c ; then \ pname=`echo pwcreate_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwcreate_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreate_f.lo -MD -MP -MF ".deps/pwcreate_f.Tpo" -c -o pwcreate_f.lo pwcreate_f.c; \ then mv -f ".deps/pwcreate_f.Tpo" ".deps/pwcreate_f.Plo"; else rm -f ".deps/pwcreate_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreate_f.lo -MD -MP -MF .deps/pwcreate_f.Tpo -c pwcreate_f.c -o pwcreate_f.o if test ! -r pwcreatekey_f.c ; then \ pname=`echo pwcreatekey_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwcreatekey_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreatekey_f.lo -MD -MP -MF ".deps/pwcreatekey_f.Tpo" -c -o pwcreatekey_f.lo pwcreatekey_f.c; \ then mv -f ".deps/pwcreatekey_f.Tpo" ".deps/pwcreatekey_f.Plo"; else rm -f ".deps/pwcreatekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreatekey_f.lo -MD -MP -MF .deps/pwcreatekey_f.Tpo -c pwcreatekey_f.c -o pwcreatekey_f.o if test ! -r pwdelattr_f.c ; then \ pname=`echo pwdelattr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwdelattr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwdelattr_f.lo -MD -MP -MF ".deps/pwdelattr_f.Tpo" -c -o pwdelattr_f.lo pwdelattr_f.c; \ then mv -f ".deps/pwdelattr_f.Tpo" ".deps/pwdelattr_f.Plo"; else rm -f ".deps/pwdelattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwdelattr_f.lo -MD -MP -MF .deps/pwdelattr_f.Tpo -c pwdelattr_f.c -o pwdelattr_f.o if test ! -r pwfence_f.c ; then \ pname=`echo pwfence_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwfence_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfence_f.lo -MD -MP -MF ".deps/pwfence_f.Tpo" -c -o pwfence_f.lo pwfence_f.c; \ then mv -f ".deps/pwfence_f.Tpo" ".deps/pwfence_f.Plo"; else rm -f ".deps/pwfence_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfence_f.lo -MD -MP -MF .deps/pwfence_f.Tpo -c pwfence_f.c -o pwfence_f.o if test ! -r pwfree_f.c ; then \ pname=`echo pwfree_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwfree_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfree_f.lo -MD -MP -MF ".deps/pwfree_f.Tpo" -c -o pwfree_f.lo pwfree_f.c; \ then mv -f ".deps/pwfree_f.Tpo" ".deps/pwfree_f.Plo"; else rm -f ".deps/pwfree_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfree_f.lo -MD -MP -MF .deps/pwfree_f.Tpo -c pwfree_f.c -o pwfree_f.o if test ! -r pwfreekey_f.c ; then \ pname=`echo pwfreekey_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwfreekey_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfreekey_f.lo -MD -MP -MF ".deps/pwfreekey_f.Tpo" -c -o pwfreekey_f.lo pwfreekey_f.c; \ then mv -f ".deps/pwfreekey_f.Tpo" ".deps/pwfreekey_f.Plo"; else rm -f ".deps/pwfreekey_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfreekey_f.lo -MD -MP -MF .deps/pwfreekey_f.Tpo -c pwfreekey_f.c -o pwfreekey_f.o if test ! -r pwgetattr_f.c ; then \ pname=`echo pwgetattr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwgetattr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgetattr_f.lo -MD -MP -MF ".deps/pwgetattr_f.Tpo" -c -o pwgetattr_f.lo pwgetattr_f.c; \ then mv -f ".deps/pwgetattr_f.Tpo" ".deps/pwgetattr_f.Plo"; else rm -f ".deps/pwgetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgetattr_f.lo -MD -MP -MF .deps/pwgetattr_f.Tpo -c pwgetattr_f.c -o pwgetattr_f.o if test ! -r pwgeterr_f.c ; then \ pname=`echo pwgeterr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwgeterr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgeterr_f.lo -MD -MP -MF ".deps/pwgeterr_f.Tpo" -c -o pwgeterr_f.lo pwgeterr_f.c; \ then mv -f ".deps/pwgeterr_f.Tpo" ".deps/pwgeterr_f.Plo"; else rm -f ".deps/pwgeterr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgeterr_f.lo -MD -MP -MF .deps/pwgeterr_f.Tpo -c pwgeterr_f.c -o pwgeterr_f.o if test ! -r pwgetname_f.c ; then \ pname=`echo pwgetname_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwgetname_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgetname_f.lo -MD -MP -MF ".deps/pwgetname_f.Tpo" -c -o pwgetname_f.lo pwgetname_f.c; \ then mv -f ".deps/pwgetname_f.Tpo" ".deps/pwgetname_f.Plo"; else rm -f ".deps/pwgetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgetname_f.lo -MD -MP -MF .deps/pwgetname_f.Tpo -c pwgetname_f.c -o pwgetname_f.o if test ! -r pwgroup_f.c ; then \ pname=`echo pwgroup_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwgroup_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgroup_f.lo -MD -MP -MF ".deps/pwgroup_f.Tpo" -c -o pwgroup_f.lo pwgroup_f.c; \ then mv -f ".deps/pwgroup_f.Tpo" ".deps/pwgroup_f.Plo"; else rm -f ".deps/pwgroup_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgroup_f.lo -MD -MP -MF .deps/pwgroup_f.Tpo -c pwgroup_f.c -o pwgroup_f.o if test ! -r pwpost_f.c ; then \ pname=`echo pwpost_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwpost_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwpost_f.lo -MD -MP -MF ".deps/pwpost_f.Tpo" -c -o pwpost_f.lo pwpost_f.c; \ then mv -f ".deps/pwpost_f.Tpo" ".deps/pwpost_f.Plo"; else rm -f ".deps/pwpost_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwpost_f.lo -MD -MP -MF .deps/pwpost_f.Tpo -c pwpost_f.c -o pwpost_f.o if test ! -r pwsetattr_f.c ; then \ pname=`echo pwsetattr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwsetattr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwsetattr_f.lo -MD -MP -MF ".deps/pwsetattr_f.Tpo" -c -o pwsetattr_f.lo pwsetattr_f.c; \ then mv -f ".deps/pwsetattr_f.Tpo" ".deps/pwsetattr_f.Plo"; else rm -f ".deps/pwsetattr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwsetattr_f.lo -MD -MP -MF .deps/pwsetattr_f.Tpo -c pwsetattr_f.c -o pwsetattr_f.o if test ! -r pwseterr_f.c ; then \ pname=`echo pwseterr_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwseterr_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwseterr_f.lo -MD -MP -MF ".deps/pwseterr_f.Tpo" -c -o pwseterr_f.lo pwseterr_f.c; \ then mv -f ".deps/pwseterr_f.Tpo" ".deps/pwseterr_f.Plo"; else rm -f ".deps/pwseterr_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwseterr_f.lo -MD -MP -MF .deps/pwseterr_f.Tpo -c pwseterr_f.c -o pwseterr_f.o if test ! -r pwsetname_f.c ; then \ pname=`echo pwsetname_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwsetname_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwsetname_f.lo -MD -MP -MF ".deps/pwsetname_f.Tpo" -c -o pwsetname_f.lo pwsetname_f.c; \ then mv -f ".deps/pwsetname_f.Tpo" ".deps/pwsetname_f.Plo"; else rm -f ".deps/pwsetname_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwsetname_f.lo -MD -MP -MF .deps/pwsetname_f.Tpo -c pwsetname_f.c -o pwsetname_f.o if test ! -r pwstart_f.c ; then \ pname=`echo pwstart_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwstart_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwstart_f.lo -MD -MP -MF ".deps/pwstart_f.Tpo" -c -o pwstart_f.lo pwstart_f.c; \ then mv -f ".deps/pwstart_f.Tpo" ".deps/pwstart_f.Plo"; else rm -f ".deps/pwstart_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwstart_f.lo -MD -MP -MF .deps/pwstart_f.Tpo -c pwstart_f.c -o pwstart_f.o if test ! -r pwtick_f.c ; then \ pname=`echo pwtick_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwtick_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwtick_f.lo -MD -MP -MF ".deps/pwtick_f.Tpo" -c -o pwtick_f.lo pwtick_f.c; \ then mv -f ".deps/pwtick_f.Tpo" ".deps/pwtick_f.Plo"; else rm -f ".deps/pwtick_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwtick_f.lo -MD -MP -MF .deps/pwtick_f.Tpo -c pwtick_f.c -o pwtick_f.o if test ! -r pwtime_f.c ; then \ pname=`echo pwtime_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwtime_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwtime_f.lo -MD -MP -MF ".deps/pwtime_f.Tpo" -c -o pwtime_f.lo pwtime_f.c; \ then mv -f ".deps/pwtime_f.Tpo" ".deps/pwtime_f.Plo"; else rm -f ".deps/pwtime_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwtime_f.lo -MD -MP -MF .deps/pwtime_f.Tpo -c pwtime_f.c -o pwtime_f.o if test ! -r pwwait_f.c ; then \ pname=`echo pwwait_f.c | cut -b '2-'` ; \ ln -s ../../../share/mpi/f77/$pname pwwait_f.c ; \ fi if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwwait_f.lo -MD -MP -MF ".deps/pwwait_f.Tpo" -c -o pwwait_f.lo pwwait_f.c; \ then mv -f ".deps/pwwait_f.Tpo" ".deps/pwwait_f.Plo"; else rm -f ".deps/pwwait_f.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_PROFILELIB=1 -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwwait_f.lo -MD -MP -MF .deps/pwwait_f.Tpo -c pwwait_f.c -o pwwait_f.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamf77pmpi.la pabort_f.lo paccept_f.lo paccumulate_f.lo paddress_f.lo pallgather_f.lo pallgatherv_f.lo pallocmem_f.lo pallreduce_f.lo palltoall_f.lo palltoallv_f.lo palltoallw_f.lo pattrdel_f.lo pattrget_f.lo pattrput_f.lo pbarrier_f.lo pbcast_f.lo pbsend_f.lo pbsendinit_f.lo pbufattach_f.lo pbufdetach_f.lo pcancel_f.lo pcartcoords_f.lo pcartcreate_f.lo pcartdimget_f.lo pcartget_f.lo pcartmap_f.lo pcartrank_f.lo pcartshift_f.lo pcartsub_f.lo pccmp_f.lo pccreateerr_f.lo pccreate_f.lo pccreatekey_f.lo pcdelattr_f.lo pcdisconnect_f.lo pcdup_f.lo pcfree_f.lo pcfreekey_f.lo pcgetattr_f.lo pcgeterr_f.lo pcgetname_f.lo pcgetparent_f.lo pcgroup_f.lo pconnect_f.lo pcrank_f.lo pcrgroup_f.lo pcrsize_f.lo pcsetattr_f.lo pcseterr_f.lo pcsetname_f.lo pcsize_f.lo pcsplit_f.lo pctestinter_f.lo pdimscreate_f.lo perrclass_f.lo perrcreate_f.lo perrfree_f.lo perrget_f.lo perrset_f.lo perrstring_f.lo pexscan_f.lo pfinalize_f.lo pfinalized_f.lo pfreemem_f.lo pgather_f.lo pgatherv_f.lo pgcmp_f.lo pgdiff_f.lo pgetaddress_f.lo pgetcount_f.lo pgetelem_f.lo pget_f.lo pgetprocname_f.lo pgetversion_f.lo pgexcl_f.lo pgfree_f.lo pgincl_f.lo pginter_f.lo pgrank_f.lo pgraphcreate_f.lo pgraphdimsget_f.lo pgraphget_f.lo pgraphmap_f.lo pgraphnbrcount_f.lo pgraphnbr_f.lo pgrexcl_f.lo pgrincl_f.lo pgsize_f.lo pgtranks_f.lo pgunion_f.lo pibsend_f.lo piccreate_f.lo picmerge_f.lo pinfocreate_f.lo pinfodel_f.lo pinfodup_f.lo pinfofree_f.lo pinfoget_f.lo pinfogetnkeys_f.lo pinfogetnth_f.lo pinfogetvlen_f.lo pinfoset_f.lo pinited_f.lo pinit_f.lo pinitthr_f.lo piprobe_f.lo pirecv_f.lo pirsend_f.lo pisend_f.lo pissend_f.lo pisthrmain_f.lo pjoin_f.lo pkeycreate_f.lo pkeyfree_f.lo pmpil_id_f.lo pmpil_signal_f.lo pmpil_trace_f.lo pnamelook_f.lo pnamepub_f.lo pnameunpub_f.lo popcreate_f.lo popfree_f.lo ppack_f.lo ppacksize_f.lo ppcontrol_f.lo pportclose_f.lo pportopen_f.lo pprobe_f.lo pput_f.lo pquerythr_f.lo precv_f.lo precvinit_f.lo preduce_f.lo preducescatter_f.lo preqfree_f.lo prsend_f.lo prsendinit_f.lo pscan_f.lo pscatter_f.lo pscatterv_f.lo psend_f.lo psendinit_f.lo psendrecv_f.lo psendrecvrep_f.lo pspawn_f.lo pspawnmult_f.lo pssend_f.lo pssendinit_f.lo pstartall_f.lo pstart_f.lo ptcommit_f.lo ptcontig_f.lo ptcreatehindex_f.lo ptcreatehvector_f.lo ptcreatekey_f.lo ptcreatestruct_f.lo ptdarray_f.lo ptdelattr_f.lo ptdup_f.lo ptestall_f.lo ptestany_f.lo ptestcancel_f.lo ptest_f.lo ptestsome_f.lo ptextent_f.lo ptfree_f.lo ptfreekey_f.lo ptgetattr_f.lo ptgetconts_f.lo ptgetenvl_f.lo ptgetextent_f.lo ptgetname_f.lo ptgettrue_f.lo pthindex_f.lo pthvector_f.lo ptindex_f.lo ptlb_f.lo ptopotest_f.lo ptresize_f.lo ptsetattr_f.lo ptsetname_f.lo ptsize_f.lo ptstruct_f.lo ptsubarray_f.lo ptub_f.lo ptvector_f.lo punpack_f.lo pwaitall_f.lo pwaitany_f.lo pwait_f.lo pwaitsome_f.lo pwcomplete_f.lo pwcreateerr_f.lo pwcreate_f.lo pwcreatekey_f.lo pwdelattr_f.lo pwfence_f.lo pwfree_f.lo pwfreekey_f.lo pwgetattr_f.lo pwgeterr_f.lo pwgetname_f.lo pwgroup_f.lo pwpost_f.lo pwsetattr_f.lo pwseterr_f.lo pwsetname_f.lo pwstart_f.lo pwtick_f.lo pwtime_f.lo pwwait_f.lo mkdir .libs ar cru .libs/liblamf77pmpi.a pabort_f.o paccept_f.o paccumulate_f.o paddress_f.o pallgather_f.o pallgatherv_f.o pallocmem_f.o pallreduce_f.o palltoall_f.o palltoallv_f.o palltoallw_f.o pattrdel_f.o pattrget_f.o pattrput_f.o pbarrier_f.o pbcast_f.o pbsend_f.o pbsendinit_f.o pbufattach_f.o pbufdetach_f.o pcancel_f.o pcartcoords_f.o pcartcreate_f.o pcartdimget_f.o pcartget_f.o pcartmap_f.o pcartrank_f.o pcartshift_f.o pcartsub_f.o pccmp_f.o pccreateerr_f.o pccreate_f.o pccreatekey_f.o pcdelattr_f.o pcdisconnect_f.o pcdup_f.o pcfree_f.o pcfreekey_f.o pcgetattr_f.o pcgeterr_f.o pcgetname_f.o pcgetparent_f.o pcgroup_f.o pconnect_f.o pcrank_f.o pcrgroup_f.o pcrsize_f.o pcsetattr_f.o pcseterr_f.o pcsetname_f.o pcsize_f.o pcsplit_f.o pctestinter_f.o pdimscreate_f.o perrclass_f.o perrcreate_f.o perrfree_f.o perrget_f.o perrset_f.o perrstring_f.o pexscan_f.o pfinalize_f.o pfinalized_f.o pfreemem_f.o pgather_f.o pgatherv_f.o pgcmp_f.o pgdiff_f.o pgetaddress_f.o pgetcount_f.o pgetelem_f.o pget_f.o pgetprocname_f.o pgetversion_f.o pgexcl_f.o pgfree_f.o pgincl_f.o pginter_f.o pgrank_f.o pgraphcreate_f.o pgraphdimsget_f.o pgraphget_f.o pgraphmap_f.o pgraphnbrcount_f.o pgraphnbr_f.o pgrexcl_f.o pgrincl_f.o pgsize_f.o pgtranks_f.o pgunion_f.o pibsend_f.o piccreate_f.o picmerge_f.o pinfocreate_f.o pinfodel_f.o pinfodup_f.o pinfofree_f.o pinfoget_f.o pinfogetnkeys_f.o pinfogetnth_f.o pinfogetvlen_f.o pinfoset_f.o pinited_f.o pinit_f.o pinitthr_f.o piprobe_f.o pirecv_f.o pirsend_f.o pisend_f.o pissend_f.o pisthrmain_f.o pjoin_f.o pkeycreate_f.o pkeyfree_f.o pmpil_id_f.o pmpil_signal_f.o pmpil_trace_f.o pnamelook_f.o pnamepub_f.o pnameunpub_f.o popcreate_f.o popfree_f.o ppack_f.o ppacksize_f.o ppcontrol_f.o pportclose_f.o pportopen_f.o pprobe_f.o pput_f.o pquerythr_f.o precv_f.o precvinit_f.o preduce_f.o preducescatter_f.o preqfree_f.o prsend_f.o prsendinit_f.o pscan_f.o pscatter_f.o pscatterv_f.o psend_f.o psendinit_f.o psendrecv_f.o psendrecvrep_f.o pspawn_f.o pspawnmult_f.o pssend_f.o pssendinit_f.o pstartall_f.o pstart_f.o ptcommit_f.o ptcontig_f.o ptcreatehindex_f.o ptcreatehvector_f.o ptcreatekey_f.o ptcreatestruct_f.o ptdarray_f.o ptdelattr_f.o ptdup_f.o ptestall_f.o ptestany_f.o ptestcancel_f.o ptest_f.o ptestsome_f.o ptextent_f.o ptfree_f.o ptfreekey_f.o ptgetattr_f.o ptgetconts_f.o ptgetenvl_f.o ptgetextent_f.o ptgetname_f.o ptgettrue_f.o pthindex_f.o pthvector_f.o ptindex_f.o ptlb_f.o ptopotest_f.o ptresize_f.o ptsetattr_f.o ptsetname_f.o ptsize_f.o ptstruct_f.o ptsubarray_f.o ptub_f.o ptvector_f.o punpack_f.o pwaitall_f.o pwaitany_f.o pwait_f.o pwaitsome_f.o pwcomplete_f.o pwcreateerr_f.o pwcreate_f.o pwcreatekey_f.o pwdelattr_f.o pwfence_f.o pwfree_f.o pwfreekey_f.o pwgetattr_f.o pwgeterr_f.o pwgetname_f.o pwgroup_f.o pwpost_f.o pwsetattr_f.o pwseterr_f.o pwsetname_f.o pwstart_f.o pwtick_f.o pwtime_f.o pwwait_f.o ranlib .libs/liblamf77pmpi.a creating liblamf77pmpi.la (cd .libs && rm -f liblamf77pmpi.la && ln -s ../liblamf77pmpi.la liblamf77pmpi.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi/f77' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' if test ! -r pabort.c ; then \ pname=`echo pabort.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pabort.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pabort.lo -MD -MP -MF ".deps/pabort.Tpo" -c -o pabort.lo pabort.c; \ then mv -f ".deps/pabort.Tpo" ".deps/pabort.Plo"; else rm -f ".deps/pabort.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pabort.lo -MD -MP -MF .deps/pabort.Tpo -c pabort.c -o pabort.o if test ! -r paccept.c ; then \ pname=`echo paccept.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname paccept.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paccept.lo -MD -MP -MF ".deps/paccept.Tpo" -c -o paccept.lo paccept.c; \ then mv -f ".deps/paccept.Tpo" ".deps/paccept.Plo"; else rm -f ".deps/paccept.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paccept.lo -MD -MP -MF .deps/paccept.Tpo -c paccept.c -o paccept.o if test ! -r paccumulate.c ; then \ pname=`echo paccumulate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname paccumulate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paccumulate.lo -MD -MP -MF ".deps/paccumulate.Tpo" -c -o paccumulate.lo paccumulate.c; \ then mv -f ".deps/paccumulate.Tpo" ".deps/paccumulate.Plo"; else rm -f ".deps/paccumulate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paccumulate.lo -MD -MP -MF .deps/paccumulate.Tpo -c paccumulate.c -o paccumulate.o if test ! -r paddress.c ; then \ pname=`echo paddress.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname paddress.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paddress.lo -MD -MP -MF ".deps/paddress.Tpo" -c -o paddress.lo paddress.c; \ then mv -f ".deps/paddress.Tpo" ".deps/paddress.Plo"; else rm -f ".deps/paddress.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT paddress.lo -MD -MP -MF .deps/paddress.Tpo -c paddress.c -o paddress.o if test ! -r pallgather.c ; then \ pname=`echo pallgather.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pallgather.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallgather.lo -MD -MP -MF ".deps/pallgather.Tpo" -c -o pallgather.lo pallgather.c; \ then mv -f ".deps/pallgather.Tpo" ".deps/pallgather.Plo"; else rm -f ".deps/pallgather.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallgather.lo -MD -MP -MF .deps/pallgather.Tpo -c pallgather.c -o pallgather.o if test ! -r pallgatherv.c ; then \ pname=`echo pallgatherv.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pallgatherv.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallgatherv.lo -MD -MP -MF ".deps/pallgatherv.Tpo" -c -o pallgatherv.lo pallgatherv.c; \ then mv -f ".deps/pallgatherv.Tpo" ".deps/pallgatherv.Plo"; else rm -f ".deps/pallgatherv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallgatherv.lo -MD -MP -MF .deps/pallgatherv.Tpo -c pallgatherv.c -o pallgatherv.o if test ! -r pallreduce.c ; then \ pname=`echo pallreduce.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pallreduce.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallreduce.lo -MD -MP -MF ".deps/pallreduce.Tpo" -c -o pallreduce.lo pallreduce.c; \ then mv -f ".deps/pallreduce.Tpo" ".deps/pallreduce.Plo"; else rm -f ".deps/pallreduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallreduce.lo -MD -MP -MF .deps/pallreduce.Tpo -c pallreduce.c -o pallreduce.o if test ! -r pallocmem.c ; then \ pname=`echo pallocmem.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pallocmem.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallocmem.lo -MD -MP -MF ".deps/pallocmem.Tpo" -c -o pallocmem.lo pallocmem.c; \ then mv -f ".deps/pallocmem.Tpo" ".deps/pallocmem.Plo"; else rm -f ".deps/pallocmem.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pallocmem.lo -MD -MP -MF .deps/pallocmem.Tpo -c pallocmem.c -o pallocmem.o if test ! -r palltoall.c ; then \ pname=`echo palltoall.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname palltoall.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoall.lo -MD -MP -MF ".deps/palltoall.Tpo" -c -o palltoall.lo palltoall.c; \ then mv -f ".deps/palltoall.Tpo" ".deps/palltoall.Plo"; else rm -f ".deps/palltoall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoall.lo -MD -MP -MF .deps/palltoall.Tpo -c palltoall.c -o palltoall.o if test ! -r palltoallv.c ; then \ pname=`echo palltoallv.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname palltoallv.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoallv.lo -MD -MP -MF ".deps/palltoallv.Tpo" -c -o palltoallv.lo palltoallv.c; \ then mv -f ".deps/palltoallv.Tpo" ".deps/palltoallv.Plo"; else rm -f ".deps/palltoallv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoallv.lo -MD -MP -MF .deps/palltoallv.Tpo -c palltoallv.c -o palltoallv.o if test ! -r palltoallw.c ; then \ pname=`echo palltoallw.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname palltoallw.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoallw.lo -MD -MP -MF ".deps/palltoallw.Tpo" -c -o palltoallw.lo palltoallw.c; \ then mv -f ".deps/palltoallw.Tpo" ".deps/palltoallw.Plo"; else rm -f ".deps/palltoallw.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT palltoallw.lo -MD -MP -MF .deps/palltoallw.Tpo -c palltoallw.c -o palltoallw.o if test ! -r pattrdel.c ; then \ pname=`echo pattrdel.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pattrdel.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrdel.lo -MD -MP -MF ".deps/pattrdel.Tpo" -c -o pattrdel.lo pattrdel.c; \ then mv -f ".deps/pattrdel.Tpo" ".deps/pattrdel.Plo"; else rm -f ".deps/pattrdel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrdel.lo -MD -MP -MF .deps/pattrdel.Tpo -c pattrdel.c -o pattrdel.o if test ! -r pattrget.c ; then \ pname=`echo pattrget.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pattrget.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrget.lo -MD -MP -MF ".deps/pattrget.Tpo" -c -o pattrget.lo pattrget.c; \ then mv -f ".deps/pattrget.Tpo" ".deps/pattrget.Plo"; else rm -f ".deps/pattrget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrget.lo -MD -MP -MF .deps/pattrget.Tpo -c pattrget.c -o pattrget.o if test ! -r pattrput.c ; then \ pname=`echo pattrput.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pattrput.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrput.lo -MD -MP -MF ".deps/pattrput.Tpo" -c -o pattrput.lo pattrput.c; \ then mv -f ".deps/pattrput.Tpo" ".deps/pattrput.Plo"; else rm -f ".deps/pattrput.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pattrput.lo -MD -MP -MF .deps/pattrput.Tpo -c pattrput.c -o pattrput.o if test ! -r pbarrier.c ; then \ pname=`echo pbarrier.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pbarrier.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbarrier.lo -MD -MP -MF ".deps/pbarrier.Tpo" -c -o pbarrier.lo pbarrier.c; \ then mv -f ".deps/pbarrier.Tpo" ".deps/pbarrier.Plo"; else rm -f ".deps/pbarrier.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbarrier.lo -MD -MP -MF .deps/pbarrier.Tpo -c pbarrier.c -o pbarrier.o if test ! -r pbcast.c ; then \ pname=`echo pbcast.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pbcast.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbcast.lo -MD -MP -MF ".deps/pbcast.Tpo" -c -o pbcast.lo pbcast.c; \ then mv -f ".deps/pbcast.Tpo" ".deps/pbcast.Plo"; else rm -f ".deps/pbcast.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbcast.lo -MD -MP -MF .deps/pbcast.Tpo -c pbcast.c -o pbcast.o if test ! -r pbsend.c ; then \ pname=`echo pbsend.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pbsend.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbsend.lo -MD -MP -MF ".deps/pbsend.Tpo" -c -o pbsend.lo pbsend.c; \ then mv -f ".deps/pbsend.Tpo" ".deps/pbsend.Plo"; else rm -f ".deps/pbsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbsend.lo -MD -MP -MF .deps/pbsend.Tpo -c pbsend.c -o pbsend.o if test ! -r pbsendinit.c ; then \ pname=`echo pbsendinit.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pbsendinit.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbsendinit.lo -MD -MP -MF ".deps/pbsendinit.Tpo" -c -o pbsendinit.lo pbsendinit.c; \ then mv -f ".deps/pbsendinit.Tpo" ".deps/pbsendinit.Plo"; else rm -f ".deps/pbsendinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbsendinit.lo -MD -MP -MF .deps/pbsendinit.Tpo -c pbsendinit.c -o pbsendinit.o if test ! -r pbufattach.c ; then \ pname=`echo pbufattach.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pbufattach.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbufattach.lo -MD -MP -MF ".deps/pbufattach.Tpo" -c -o pbufattach.lo pbufattach.c; \ then mv -f ".deps/pbufattach.Tpo" ".deps/pbufattach.Plo"; else rm -f ".deps/pbufattach.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbufattach.lo -MD -MP -MF .deps/pbufattach.Tpo -c pbufattach.c -o pbufattach.o if test ! -r pbufdetach.c ; then \ pname=`echo pbufdetach.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pbufdetach.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbufdetach.lo -MD -MP -MF ".deps/pbufdetach.Tpo" -c -o pbufdetach.lo pbufdetach.c; \ then mv -f ".deps/pbufdetach.Tpo" ".deps/pbufdetach.Plo"; else rm -f ".deps/pbufdetach.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pbufdetach.lo -MD -MP -MF .deps/pbufdetach.Tpo -c pbufdetach.c -o pbufdetach.o if test ! -r pcancel.c ; then \ pname=`echo pcancel.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcancel.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcancel.lo -MD -MP -MF ".deps/pcancel.Tpo" -c -o pcancel.lo pcancel.c; \ then mv -f ".deps/pcancel.Tpo" ".deps/pcancel.Plo"; else rm -f ".deps/pcancel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcancel.lo -MD -MP -MF .deps/pcancel.Tpo -c pcancel.c -o pcancel.o if test ! -r pcartcoords.c ; then \ pname=`echo pcartcoords.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcartcoords.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartcoords.lo -MD -MP -MF ".deps/pcartcoords.Tpo" -c -o pcartcoords.lo pcartcoords.c; \ then mv -f ".deps/pcartcoords.Tpo" ".deps/pcartcoords.Plo"; else rm -f ".deps/pcartcoords.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartcoords.lo -MD -MP -MF .deps/pcartcoords.Tpo -c pcartcoords.c -o pcartcoords.o if test ! -r pcartcreate.c ; then \ pname=`echo pcartcreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcartcreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartcreate.lo -MD -MP -MF ".deps/pcartcreate.Tpo" -c -o pcartcreate.lo pcartcreate.c; \ then mv -f ".deps/pcartcreate.Tpo" ".deps/pcartcreate.Plo"; else rm -f ".deps/pcartcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartcreate.lo -MD -MP -MF .deps/pcartcreate.Tpo -c pcartcreate.c -o pcartcreate.o if test ! -r pcartdimget.c ; then \ pname=`echo pcartdimget.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcartdimget.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartdimget.lo -MD -MP -MF ".deps/pcartdimget.Tpo" -c -o pcartdimget.lo pcartdimget.c; \ then mv -f ".deps/pcartdimget.Tpo" ".deps/pcartdimget.Plo"; else rm -f ".deps/pcartdimget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartdimget.lo -MD -MP -MF .deps/pcartdimget.Tpo -c pcartdimget.c -o pcartdimget.o if test ! -r pcartget.c ; then \ pname=`echo pcartget.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcartget.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartget.lo -MD -MP -MF ".deps/pcartget.Tpo" -c -o pcartget.lo pcartget.c; \ then mv -f ".deps/pcartget.Tpo" ".deps/pcartget.Plo"; else rm -f ".deps/pcartget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartget.lo -MD -MP -MF .deps/pcartget.Tpo -c pcartget.c -o pcartget.o if test ! -r pcartmap.c ; then \ pname=`echo pcartmap.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcartmap.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartmap.lo -MD -MP -MF ".deps/pcartmap.Tpo" -c -o pcartmap.lo pcartmap.c; \ then mv -f ".deps/pcartmap.Tpo" ".deps/pcartmap.Plo"; else rm -f ".deps/pcartmap.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartmap.lo -MD -MP -MF .deps/pcartmap.Tpo -c pcartmap.c -o pcartmap.o if test ! -r pcartrank.c ; then \ pname=`echo pcartrank.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcartrank.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartrank.lo -MD -MP -MF ".deps/pcartrank.Tpo" -c -o pcartrank.lo pcartrank.c; \ then mv -f ".deps/pcartrank.Tpo" ".deps/pcartrank.Plo"; else rm -f ".deps/pcartrank.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartrank.lo -MD -MP -MF .deps/pcartrank.Tpo -c pcartrank.c -o pcartrank.o if test ! -r pcartshift.c ; then \ pname=`echo pcartshift.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcartshift.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartshift.lo -MD -MP -MF ".deps/pcartshift.Tpo" -c -o pcartshift.lo pcartshift.c; \ then mv -f ".deps/pcartshift.Tpo" ".deps/pcartshift.Plo"; else rm -f ".deps/pcartshift.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartshift.lo -MD -MP -MF .deps/pcartshift.Tpo -c pcartshift.c -o pcartshift.o if test ! -r pcartsub.c ; then \ pname=`echo pcartsub.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcartsub.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartsub.lo -MD -MP -MF ".deps/pcartsub.Tpo" -c -o pcartsub.lo pcartsub.c; \ then mv -f ".deps/pcartsub.Tpo" ".deps/pcartsub.Plo"; else rm -f ".deps/pcartsub.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcartsub.lo -MD -MP -MF .deps/pcartsub.Tpo -c pcartsub.c -o pcartsub.o if test ! -r pccmp.c ; then \ pname=`echo pccmp.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pccmp.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccmp.lo -MD -MP -MF ".deps/pccmp.Tpo" -c -o pccmp.lo pccmp.c; \ then mv -f ".deps/pccmp.Tpo" ".deps/pccmp.Plo"; else rm -f ".deps/pccmp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccmp.lo -MD -MP -MF .deps/pccmp.Tpo -c pccmp.c -o pccmp.o if test ! -r pccreate.c ; then \ pname=`echo pccreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pccreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreate.lo -MD -MP -MF ".deps/pccreate.Tpo" -c -o pccreate.lo pccreate.c; \ then mv -f ".deps/pccreate.Tpo" ".deps/pccreate.Plo"; else rm -f ".deps/pccreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreate.lo -MD -MP -MF .deps/pccreate.Tpo -c pccreate.c -o pccreate.o if test ! -r pccreateerr.c ; then \ pname=`echo pccreateerr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pccreateerr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreateerr.lo -MD -MP -MF ".deps/pccreateerr.Tpo" -c -o pccreateerr.lo pccreateerr.c; \ then mv -f ".deps/pccreateerr.Tpo" ".deps/pccreateerr.Plo"; else rm -f ".deps/pccreateerr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreateerr.lo -MD -MP -MF .deps/pccreateerr.Tpo -c pccreateerr.c -o pccreateerr.o if test ! -r pccreatekey.c ; then \ pname=`echo pccreatekey.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pccreatekey.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreatekey.lo -MD -MP -MF ".deps/pccreatekey.Tpo" -c -o pccreatekey.lo pccreatekey.c; \ then mv -f ".deps/pccreatekey.Tpo" ".deps/pccreatekey.Plo"; else rm -f ".deps/pccreatekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pccreatekey.lo -MD -MP -MF .deps/pccreatekey.Tpo -c pccreatekey.c -o pccreatekey.o if test ! -r pcdelattr.c ; then \ pname=`echo pcdelattr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcdelattr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdelattr.lo -MD -MP -MF ".deps/pcdelattr.Tpo" -c -o pcdelattr.lo pcdelattr.c; \ then mv -f ".deps/pcdelattr.Tpo" ".deps/pcdelattr.Plo"; else rm -f ".deps/pcdelattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdelattr.lo -MD -MP -MF .deps/pcdelattr.Tpo -c pcdelattr.c -o pcdelattr.o if test ! -r pcdisconnect.c ; then \ pname=`echo pcdisconnect.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcdisconnect.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdisconnect.lo -MD -MP -MF ".deps/pcdisconnect.Tpo" -c -o pcdisconnect.lo pcdisconnect.c; \ then mv -f ".deps/pcdisconnect.Tpo" ".deps/pcdisconnect.Plo"; else rm -f ".deps/pcdisconnect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdisconnect.lo -MD -MP -MF .deps/pcdisconnect.Tpo -c pcdisconnect.c -o pcdisconnect.o if test ! -r pcdup.c ; then \ pname=`echo pcdup.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcdup.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdup.lo -MD -MP -MF ".deps/pcdup.Tpo" -c -o pcdup.lo pcdup.c; \ then mv -f ".deps/pcdup.Tpo" ".deps/pcdup.Plo"; else rm -f ".deps/pcdup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcdup.lo -MD -MP -MF .deps/pcdup.Tpo -c pcdup.c -o pcdup.o if test ! -r pcfree.c ; then \ pname=`echo pcfree.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcfree.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcfree.lo -MD -MP -MF ".deps/pcfree.Tpo" -c -o pcfree.lo pcfree.c; \ then mv -f ".deps/pcfree.Tpo" ".deps/pcfree.Plo"; else rm -f ".deps/pcfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcfree.lo -MD -MP -MF .deps/pcfree.Tpo -c pcfree.c -o pcfree.o if test ! -r pcfreekey.c ; then \ pname=`echo pcfreekey.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcfreekey.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcfreekey.lo -MD -MP -MF ".deps/pcfreekey.Tpo" -c -o pcfreekey.lo pcfreekey.c; \ then mv -f ".deps/pcfreekey.Tpo" ".deps/pcfreekey.Plo"; else rm -f ".deps/pcfreekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcfreekey.lo -MD -MP -MF .deps/pcfreekey.Tpo -c pcfreekey.c -o pcfreekey.o if test ! -r pcgetattr.c ; then \ pname=`echo pcgetattr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcgetattr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetattr.lo -MD -MP -MF ".deps/pcgetattr.Tpo" -c -o pcgetattr.lo pcgetattr.c; \ then mv -f ".deps/pcgetattr.Tpo" ".deps/pcgetattr.Plo"; else rm -f ".deps/pcgetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetattr.lo -MD -MP -MF .deps/pcgetattr.Tpo -c pcgetattr.c -o pcgetattr.o if test ! -r pcgeterr.c ; then \ pname=`echo pcgeterr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcgeterr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgeterr.lo -MD -MP -MF ".deps/pcgeterr.Tpo" -c -o pcgeterr.lo pcgeterr.c; \ then mv -f ".deps/pcgeterr.Tpo" ".deps/pcgeterr.Plo"; else rm -f ".deps/pcgeterr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgeterr.lo -MD -MP -MF .deps/pcgeterr.Tpo -c pcgeterr.c -o pcgeterr.o if test ! -r pcgetname.c ; then \ pname=`echo pcgetname.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcgetname.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetname.lo -MD -MP -MF ".deps/pcgetname.Tpo" -c -o pcgetname.lo pcgetname.c; \ then mv -f ".deps/pcgetname.Tpo" ".deps/pcgetname.Plo"; else rm -f ".deps/pcgetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetname.lo -MD -MP -MF .deps/pcgetname.Tpo -c pcgetname.c -o pcgetname.o if test ! -r pcgetparent.c ; then \ pname=`echo pcgetparent.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcgetparent.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetparent.lo -MD -MP -MF ".deps/pcgetparent.Tpo" -c -o pcgetparent.lo pcgetparent.c; \ then mv -f ".deps/pcgetparent.Tpo" ".deps/pcgetparent.Plo"; else rm -f ".deps/pcgetparent.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgetparent.lo -MD -MP -MF .deps/pcgetparent.Tpo -c pcgetparent.c -o pcgetparent.o if test ! -r pcgroup.c ; then \ pname=`echo pcgroup.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcgroup.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgroup.lo -MD -MP -MF ".deps/pcgroup.Tpo" -c -o pcgroup.lo pcgroup.c; \ then mv -f ".deps/pcgroup.Tpo" ".deps/pcgroup.Plo"; else rm -f ".deps/pcgroup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcgroup.lo -MD -MP -MF .deps/pcgroup.Tpo -c pcgroup.c -o pcgroup.o if test ! -r pconnect.c ; then \ pname=`echo pconnect.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pconnect.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pconnect.lo -MD -MP -MF ".deps/pconnect.Tpo" -c -o pconnect.lo pconnect.c; \ then mv -f ".deps/pconnect.Tpo" ".deps/pconnect.Plo"; else rm -f ".deps/pconnect.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pconnect.lo -MD -MP -MF .deps/pconnect.Tpo -c pconnect.c -o pconnect.o if test ! -r pcrank.c ; then \ pname=`echo pcrank.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcrank.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrank.lo -MD -MP -MF ".deps/pcrank.Tpo" -c -o pcrank.lo pcrank.c; \ then mv -f ".deps/pcrank.Tpo" ".deps/pcrank.Plo"; else rm -f ".deps/pcrank.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrank.lo -MD -MP -MF .deps/pcrank.Tpo -c pcrank.c -o pcrank.o if test ! -r pcrgroup.c ; then \ pname=`echo pcrgroup.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcrgroup.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrgroup.lo -MD -MP -MF ".deps/pcrgroup.Tpo" -c -o pcrgroup.lo pcrgroup.c; \ then mv -f ".deps/pcrgroup.Tpo" ".deps/pcrgroup.Plo"; else rm -f ".deps/pcrgroup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrgroup.lo -MD -MP -MF .deps/pcrgroup.Tpo -c pcrgroup.c -o pcrgroup.o if test ! -r pcrsize.c ; then \ pname=`echo pcrsize.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcrsize.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrsize.lo -MD -MP -MF ".deps/pcrsize.Tpo" -c -o pcrsize.lo pcrsize.c; \ then mv -f ".deps/pcrsize.Tpo" ".deps/pcrsize.Plo"; else rm -f ".deps/pcrsize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcrsize.lo -MD -MP -MF .deps/pcrsize.Tpo -c pcrsize.c -o pcrsize.o if test ! -r pcsetattr.c ; then \ pname=`echo pcsetattr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcsetattr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsetattr.lo -MD -MP -MF ".deps/pcsetattr.Tpo" -c -o pcsetattr.lo pcsetattr.c; \ then mv -f ".deps/pcsetattr.Tpo" ".deps/pcsetattr.Plo"; else rm -f ".deps/pcsetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsetattr.lo -MD -MP -MF .deps/pcsetattr.Tpo -c pcsetattr.c -o pcsetattr.o if test ! -r pcseterr.c ; then \ pname=`echo pcseterr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcseterr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcseterr.lo -MD -MP -MF ".deps/pcseterr.Tpo" -c -o pcseterr.lo pcseterr.c; \ then mv -f ".deps/pcseterr.Tpo" ".deps/pcseterr.Plo"; else rm -f ".deps/pcseterr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcseterr.lo -MD -MP -MF .deps/pcseterr.Tpo -c pcseterr.c -o pcseterr.o if test ! -r pcsetname.c ; then \ pname=`echo pcsetname.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcsetname.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsetname.lo -MD -MP -MF ".deps/pcsetname.Tpo" -c -o pcsetname.lo pcsetname.c; \ then mv -f ".deps/pcsetname.Tpo" ".deps/pcsetname.Plo"; else rm -f ".deps/pcsetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsetname.lo -MD -MP -MF .deps/pcsetname.Tpo -c pcsetname.c -o pcsetname.o if test ! -r pcsize.c ; then \ pname=`echo pcsize.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcsize.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsize.lo -MD -MP -MF ".deps/pcsize.Tpo" -c -o pcsize.lo pcsize.c; \ then mv -f ".deps/pcsize.Tpo" ".deps/pcsize.Plo"; else rm -f ".deps/pcsize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsize.lo -MD -MP -MF .deps/pcsize.Tpo -c pcsize.c -o pcsize.o if test ! -r pcsplit.c ; then \ pname=`echo pcsplit.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pcsplit.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsplit.lo -MD -MP -MF ".deps/pcsplit.Tpo" -c -o pcsplit.lo pcsplit.c; \ then mv -f ".deps/pcsplit.Tpo" ".deps/pcsplit.Plo"; else rm -f ".deps/pcsplit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pcsplit.lo -MD -MP -MF .deps/pcsplit.Tpo -c pcsplit.c -o pcsplit.o if test ! -r pctestinter.c ; then \ pname=`echo pctestinter.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pctestinter.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pctestinter.lo -MD -MP -MF ".deps/pctestinter.Tpo" -c -o pctestinter.lo pctestinter.c; \ then mv -f ".deps/pctestinter.Tpo" ".deps/pctestinter.Plo"; else rm -f ".deps/pctestinter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pctestinter.lo -MD -MP -MF .deps/pctestinter.Tpo -c pctestinter.c -o pctestinter.o if test ! -r pdimscreate.c ; then \ pname=`echo pdimscreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pdimscreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pdimscreate.lo -MD -MP -MF ".deps/pdimscreate.Tpo" -c -o pdimscreate.lo pdimscreate.c; \ then mv -f ".deps/pdimscreate.Tpo" ".deps/pdimscreate.Plo"; else rm -f ".deps/pdimscreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pdimscreate.lo -MD -MP -MF .deps/pdimscreate.Tpo -c pdimscreate.c -o pdimscreate.o if test ! -r perrclass.c ; then \ pname=`echo perrclass.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname perrclass.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrclass.lo -MD -MP -MF ".deps/perrclass.Tpo" -c -o perrclass.lo perrclass.c; \ then mv -f ".deps/perrclass.Tpo" ".deps/perrclass.Plo"; else rm -f ".deps/perrclass.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrclass.lo -MD -MP -MF .deps/perrclass.Tpo -c perrclass.c -o perrclass.o if test ! -r perrcreate.c ; then \ pname=`echo perrcreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname perrcreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrcreate.lo -MD -MP -MF ".deps/perrcreate.Tpo" -c -o perrcreate.lo perrcreate.c; \ then mv -f ".deps/perrcreate.Tpo" ".deps/perrcreate.Plo"; else rm -f ".deps/perrcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrcreate.lo -MD -MP -MF .deps/perrcreate.Tpo -c perrcreate.c -o perrcreate.o if test ! -r perrfree.c ; then \ pname=`echo perrfree.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname perrfree.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrfree.lo -MD -MP -MF ".deps/perrfree.Tpo" -c -o perrfree.lo perrfree.c; \ then mv -f ".deps/perrfree.Tpo" ".deps/perrfree.Plo"; else rm -f ".deps/perrfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrfree.lo -MD -MP -MF .deps/perrfree.Tpo -c perrfree.c -o perrfree.o if test ! -r perrget.c ; then \ pname=`echo perrget.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname perrget.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrget.lo -MD -MP -MF ".deps/perrget.Tpo" -c -o perrget.lo perrget.c; \ then mv -f ".deps/perrget.Tpo" ".deps/perrget.Plo"; else rm -f ".deps/perrget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrget.lo -MD -MP -MF .deps/perrget.Tpo -c perrget.c -o perrget.o if test ! -r perrset.c ; then \ pname=`echo perrset.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname perrset.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrset.lo -MD -MP -MF ".deps/perrset.Tpo" -c -o perrset.lo perrset.c; \ then mv -f ".deps/perrset.Tpo" ".deps/perrset.Plo"; else rm -f ".deps/perrset.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrset.lo -MD -MP -MF .deps/perrset.Tpo -c perrset.c -o perrset.o if test ! -r perrstring.c ; then \ pname=`echo perrstring.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname perrstring.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrstring.lo -MD -MP -MF ".deps/perrstring.Tpo" -c -o perrstring.lo perrstring.c; \ then mv -f ".deps/perrstring.Tpo" ".deps/perrstring.Plo"; else rm -f ".deps/perrstring.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT perrstring.lo -MD -MP -MF .deps/perrstring.Tpo -c perrstring.c -o perrstring.o if test ! -r pexscan.c ; then \ pname=`echo pexscan.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pexscan.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pexscan.lo -MD -MP -MF ".deps/pexscan.Tpo" -c -o pexscan.lo pexscan.c; \ then mv -f ".deps/pexscan.Tpo" ".deps/pexscan.Plo"; else rm -f ".deps/pexscan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pexscan.lo -MD -MP -MF .deps/pexscan.Tpo -c pexscan.c -o pexscan.o if test ! -r pfinalize.c ; then \ pname=`echo pfinalize.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pfinalize.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfinalize.lo -MD -MP -MF ".deps/pfinalize.Tpo" -c -o pfinalize.lo pfinalize.c; \ then mv -f ".deps/pfinalize.Tpo" ".deps/pfinalize.Plo"; else rm -f ".deps/pfinalize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfinalize.lo -MD -MP -MF .deps/pfinalize.Tpo -c pfinalize.c -o pfinalize.o if test ! -r pfinalized.c ; then \ pname=`echo pfinalized.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pfinalized.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfinalized.lo -MD -MP -MF ".deps/pfinalized.Tpo" -c -o pfinalized.lo pfinalized.c; \ then mv -f ".deps/pfinalized.Tpo" ".deps/pfinalized.Plo"; else rm -f ".deps/pfinalized.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfinalized.lo -MD -MP -MF .deps/pfinalized.Tpo -c pfinalized.c -o pfinalized.o if test ! -r pfreemem.c ; then \ pname=`echo pfreemem.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pfreemem.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfreemem.lo -MD -MP -MF ".deps/pfreemem.Tpo" -c -o pfreemem.lo pfreemem.c; \ then mv -f ".deps/pfreemem.Tpo" ".deps/pfreemem.Plo"; else rm -f ".deps/pfreemem.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pfreemem.lo -MD -MP -MF .deps/pfreemem.Tpo -c pfreemem.c -o pfreemem.o if test ! -r pgather.c ; then \ pname=`echo pgather.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgather.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgather.lo -MD -MP -MF ".deps/pgather.Tpo" -c -o pgather.lo pgather.c; \ then mv -f ".deps/pgather.Tpo" ".deps/pgather.Plo"; else rm -f ".deps/pgather.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgather.lo -MD -MP -MF .deps/pgather.Tpo -c pgather.c -o pgather.o if test ! -r pgatherv.c ; then \ pname=`echo pgatherv.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgatherv.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgatherv.lo -MD -MP -MF ".deps/pgatherv.Tpo" -c -o pgatherv.lo pgatherv.c; \ then mv -f ".deps/pgatherv.Tpo" ".deps/pgatherv.Plo"; else rm -f ".deps/pgatherv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgatherv.lo -MD -MP -MF .deps/pgatherv.Tpo -c pgatherv.c -o pgatherv.o if test ! -r pgcmp.c ; then \ pname=`echo pgcmp.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgcmp.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgcmp.lo -MD -MP -MF ".deps/pgcmp.Tpo" -c -o pgcmp.lo pgcmp.c; \ then mv -f ".deps/pgcmp.Tpo" ".deps/pgcmp.Plo"; else rm -f ".deps/pgcmp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgcmp.lo -MD -MP -MF .deps/pgcmp.Tpo -c pgcmp.c -o pgcmp.o if test ! -r pgdiff.c ; then \ pname=`echo pgdiff.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgdiff.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgdiff.lo -MD -MP -MF ".deps/pgdiff.Tpo" -c -o pgdiff.lo pgdiff.c; \ then mv -f ".deps/pgdiff.Tpo" ".deps/pgdiff.Plo"; else rm -f ".deps/pgdiff.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgdiff.lo -MD -MP -MF .deps/pgdiff.Tpo -c pgdiff.c -o pgdiff.o if test ! -r pgetaddress.c ; then \ pname=`echo pgetaddress.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgetaddress.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetaddress.lo -MD -MP -MF ".deps/pgetaddress.Tpo" -c -o pgetaddress.lo pgetaddress.c; \ then mv -f ".deps/pgetaddress.Tpo" ".deps/pgetaddress.Plo"; else rm -f ".deps/pgetaddress.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetaddress.lo -MD -MP -MF .deps/pgetaddress.Tpo -c pgetaddress.c -o pgetaddress.o if test ! -r pget.c ; then \ pname=`echo pget.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pget.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pget.lo -MD -MP -MF ".deps/pget.Tpo" -c -o pget.lo pget.c; \ then mv -f ".deps/pget.Tpo" ".deps/pget.Plo"; else rm -f ".deps/pget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pget.lo -MD -MP -MF .deps/pget.Tpo -c pget.c -o pget.o if test ! -r pgetcount.c ; then \ pname=`echo pgetcount.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgetcount.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetcount.lo -MD -MP -MF ".deps/pgetcount.Tpo" -c -o pgetcount.lo pgetcount.c; \ then mv -f ".deps/pgetcount.Tpo" ".deps/pgetcount.Plo"; else rm -f ".deps/pgetcount.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetcount.lo -MD -MP -MF .deps/pgetcount.Tpo -c pgetcount.c -o pgetcount.o if test ! -r pgetelem.c ; then \ pname=`echo pgetelem.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgetelem.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetelem.lo -MD -MP -MF ".deps/pgetelem.Tpo" -c -o pgetelem.lo pgetelem.c; \ then mv -f ".deps/pgetelem.Tpo" ".deps/pgetelem.Plo"; else rm -f ".deps/pgetelem.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetelem.lo -MD -MP -MF .deps/pgetelem.Tpo -c pgetelem.c -o pgetelem.o if test ! -r pgetprocname.c ; then \ pname=`echo pgetprocname.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgetprocname.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetprocname.lo -MD -MP -MF ".deps/pgetprocname.Tpo" -c -o pgetprocname.lo pgetprocname.c; \ then mv -f ".deps/pgetprocname.Tpo" ".deps/pgetprocname.Plo"; else rm -f ".deps/pgetprocname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetprocname.lo -MD -MP -MF .deps/pgetprocname.Tpo -c pgetprocname.c -o pgetprocname.o if test ! -r pgetversion.c ; then \ pname=`echo pgetversion.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgetversion.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetversion.lo -MD -MP -MF ".deps/pgetversion.Tpo" -c -o pgetversion.lo pgetversion.c; \ then mv -f ".deps/pgetversion.Tpo" ".deps/pgetversion.Plo"; else rm -f ".deps/pgetversion.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgetversion.lo -MD -MP -MF .deps/pgetversion.Tpo -c pgetversion.c -o pgetversion.o if test ! -r pgexcl.c ; then \ pname=`echo pgexcl.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgexcl.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgexcl.lo -MD -MP -MF ".deps/pgexcl.Tpo" -c -o pgexcl.lo pgexcl.c; \ then mv -f ".deps/pgexcl.Tpo" ".deps/pgexcl.Plo"; else rm -f ".deps/pgexcl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgexcl.lo -MD -MP -MF .deps/pgexcl.Tpo -c pgexcl.c -o pgexcl.o if test ! -r pgfree.c ; then \ pname=`echo pgfree.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgfree.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgfree.lo -MD -MP -MF ".deps/pgfree.Tpo" -c -o pgfree.lo pgfree.c; \ then mv -f ".deps/pgfree.Tpo" ".deps/pgfree.Plo"; else rm -f ".deps/pgfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgfree.lo -MD -MP -MF .deps/pgfree.Tpo -c pgfree.c -o pgfree.o if test ! -r pgincl.c ; then \ pname=`echo pgincl.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgincl.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgincl.lo -MD -MP -MF ".deps/pgincl.Tpo" -c -o pgincl.lo pgincl.c; \ then mv -f ".deps/pgincl.Tpo" ".deps/pgincl.Plo"; else rm -f ".deps/pgincl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgincl.lo -MD -MP -MF .deps/pgincl.Tpo -c pgincl.c -o pgincl.o if test ! -r pginter.c ; then \ pname=`echo pginter.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pginter.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pginter.lo -MD -MP -MF ".deps/pginter.Tpo" -c -o pginter.lo pginter.c; \ then mv -f ".deps/pginter.Tpo" ".deps/pginter.Plo"; else rm -f ".deps/pginter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pginter.lo -MD -MP -MF .deps/pginter.Tpo -c pginter.c -o pginter.o if test ! -r pgrank.c ; then \ pname=`echo pgrank.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgrank.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrank.lo -MD -MP -MF ".deps/pgrank.Tpo" -c -o pgrank.lo pgrank.c; \ then mv -f ".deps/pgrank.Tpo" ".deps/pgrank.Plo"; else rm -f ".deps/pgrank.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrank.lo -MD -MP -MF .deps/pgrank.Tpo -c pgrank.c -o pgrank.o if test ! -r pgraphcreate.c ; then \ pname=`echo pgraphcreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgraphcreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphcreate.lo -MD -MP -MF ".deps/pgraphcreate.Tpo" -c -o pgraphcreate.lo pgraphcreate.c; \ then mv -f ".deps/pgraphcreate.Tpo" ".deps/pgraphcreate.Plo"; else rm -f ".deps/pgraphcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphcreate.lo -MD -MP -MF .deps/pgraphcreate.Tpo -c pgraphcreate.c -o pgraphcreate.o if test ! -r pgraphdimsget.c ; then \ pname=`echo pgraphdimsget.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgraphdimsget.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphdimsget.lo -MD -MP -MF ".deps/pgraphdimsget.Tpo" -c -o pgraphdimsget.lo pgraphdimsget.c; \ then mv -f ".deps/pgraphdimsget.Tpo" ".deps/pgraphdimsget.Plo"; else rm -f ".deps/pgraphdimsget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphdimsget.lo -MD -MP -MF .deps/pgraphdimsget.Tpo -c pgraphdimsget.c -o pgraphdimsget.o if test ! -r pgraphget.c ; then \ pname=`echo pgraphget.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgraphget.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphget.lo -MD -MP -MF ".deps/pgraphget.Tpo" -c -o pgraphget.lo pgraphget.c; \ then mv -f ".deps/pgraphget.Tpo" ".deps/pgraphget.Plo"; else rm -f ".deps/pgraphget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphget.lo -MD -MP -MF .deps/pgraphget.Tpo -c pgraphget.c -o pgraphget.o if test ! -r pgraphmap.c ; then \ pname=`echo pgraphmap.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgraphmap.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphmap.lo -MD -MP -MF ".deps/pgraphmap.Tpo" -c -o pgraphmap.lo pgraphmap.c; \ then mv -f ".deps/pgraphmap.Tpo" ".deps/pgraphmap.Plo"; else rm -f ".deps/pgraphmap.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphmap.lo -MD -MP -MF .deps/pgraphmap.Tpo -c pgraphmap.c -o pgraphmap.o if test ! -r pgraphnbr.c ; then \ pname=`echo pgraphnbr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgraphnbr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphnbr.lo -MD -MP -MF ".deps/pgraphnbr.Tpo" -c -o pgraphnbr.lo pgraphnbr.c; \ then mv -f ".deps/pgraphnbr.Tpo" ".deps/pgraphnbr.Plo"; else rm -f ".deps/pgraphnbr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphnbr.lo -MD -MP -MF .deps/pgraphnbr.Tpo -c pgraphnbr.c -o pgraphnbr.o if test ! -r pgraphnbrcount.c ; then \ pname=`echo pgraphnbrcount.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgraphnbrcount.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphnbrcount.lo -MD -MP -MF ".deps/pgraphnbrcount.Tpo" -c -o pgraphnbrcount.lo pgraphnbrcount.c; \ then mv -f ".deps/pgraphnbrcount.Tpo" ".deps/pgraphnbrcount.Plo"; else rm -f ".deps/pgraphnbrcount.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgraphnbrcount.lo -MD -MP -MF .deps/pgraphnbrcount.Tpo -c pgraphnbrcount.c -o pgraphnbrcount.o if test ! -r pgrexcl.c ; then \ pname=`echo pgrexcl.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgrexcl.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrexcl.lo -MD -MP -MF ".deps/pgrexcl.Tpo" -c -o pgrexcl.lo pgrexcl.c; \ then mv -f ".deps/pgrexcl.Tpo" ".deps/pgrexcl.Plo"; else rm -f ".deps/pgrexcl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrexcl.lo -MD -MP -MF .deps/pgrexcl.Tpo -c pgrexcl.c -o pgrexcl.o if test ! -r pgrincl.c ; then \ pname=`echo pgrincl.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgrincl.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrincl.lo -MD -MP -MF ".deps/pgrincl.Tpo" -c -o pgrincl.lo pgrincl.c; \ then mv -f ".deps/pgrincl.Tpo" ".deps/pgrincl.Plo"; else rm -f ".deps/pgrincl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgrincl.lo -MD -MP -MF .deps/pgrincl.Tpo -c pgrincl.c -o pgrincl.o if test ! -r pgsize.c ; then \ pname=`echo pgsize.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgsize.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgsize.lo -MD -MP -MF ".deps/pgsize.Tpo" -c -o pgsize.lo pgsize.c; \ then mv -f ".deps/pgsize.Tpo" ".deps/pgsize.Plo"; else rm -f ".deps/pgsize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgsize.lo -MD -MP -MF .deps/pgsize.Tpo -c pgsize.c -o pgsize.o if test ! -r pgtranks.c ; then \ pname=`echo pgtranks.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgtranks.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgtranks.lo -MD -MP -MF ".deps/pgtranks.Tpo" -c -o pgtranks.lo pgtranks.c; \ then mv -f ".deps/pgtranks.Tpo" ".deps/pgtranks.Plo"; else rm -f ".deps/pgtranks.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgtranks.lo -MD -MP -MF .deps/pgtranks.Tpo -c pgtranks.c -o pgtranks.o if test ! -r pgunion.c ; then \ pname=`echo pgunion.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pgunion.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgunion.lo -MD -MP -MF ".deps/pgunion.Tpo" -c -o pgunion.lo pgunion.c; \ then mv -f ".deps/pgunion.Tpo" ".deps/pgunion.Plo"; else rm -f ".deps/pgunion.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pgunion.lo -MD -MP -MF .deps/pgunion.Tpo -c pgunion.c -o pgunion.o if test ! -r phandles.c ; then \ pname=`echo phandles.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname phandles.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT phandles.lo -MD -MP -MF ".deps/phandles.Tpo" -c -o phandles.lo phandles.c; \ then mv -f ".deps/phandles.Tpo" ".deps/phandles.Plo"; else rm -f ".deps/phandles.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT phandles.lo -MD -MP -MF .deps/phandles.Tpo -c phandles.c -o phandles.o if test ! -r pibsend.c ; then \ pname=`echo pibsend.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pibsend.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pibsend.lo -MD -MP -MF ".deps/pibsend.Tpo" -c -o pibsend.lo pibsend.c; \ then mv -f ".deps/pibsend.Tpo" ".deps/pibsend.Plo"; else rm -f ".deps/pibsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pibsend.lo -MD -MP -MF .deps/pibsend.Tpo -c pibsend.c -o pibsend.o if test ! -r piccreate.c ; then \ pname=`echo piccreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname piccreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT piccreate.lo -MD -MP -MF ".deps/piccreate.Tpo" -c -o piccreate.lo piccreate.c; \ then mv -f ".deps/piccreate.Tpo" ".deps/piccreate.Plo"; else rm -f ".deps/piccreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT piccreate.lo -MD -MP -MF .deps/piccreate.Tpo -c piccreate.c -o piccreate.o if test ! -r picmerge.c ; then \ pname=`echo picmerge.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname picmerge.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT picmerge.lo -MD -MP -MF ".deps/picmerge.Tpo" -c -o picmerge.lo picmerge.c; \ then mv -f ".deps/picmerge.Tpo" ".deps/picmerge.Plo"; else rm -f ".deps/picmerge.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT picmerge.lo -MD -MP -MF .deps/picmerge.Tpo -c picmerge.c -o picmerge.o if test ! -r pinfocreate.c ; then \ pname=`echo pinfocreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinfocreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfocreate.lo -MD -MP -MF ".deps/pinfocreate.Tpo" -c -o pinfocreate.lo pinfocreate.c; \ then mv -f ".deps/pinfocreate.Tpo" ".deps/pinfocreate.Plo"; else rm -f ".deps/pinfocreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfocreate.lo -MD -MP -MF .deps/pinfocreate.Tpo -c pinfocreate.c -o pinfocreate.o if test ! -r pinfodel.c ; then \ pname=`echo pinfodel.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinfodel.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfodel.lo -MD -MP -MF ".deps/pinfodel.Tpo" -c -o pinfodel.lo pinfodel.c; \ then mv -f ".deps/pinfodel.Tpo" ".deps/pinfodel.Plo"; else rm -f ".deps/pinfodel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfodel.lo -MD -MP -MF .deps/pinfodel.Tpo -c pinfodel.c -o pinfodel.o if test ! -r pinfodup.c ; then \ pname=`echo pinfodup.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinfodup.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfodup.lo -MD -MP -MF ".deps/pinfodup.Tpo" -c -o pinfodup.lo pinfodup.c; \ then mv -f ".deps/pinfodup.Tpo" ".deps/pinfodup.Plo"; else rm -f ".deps/pinfodup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfodup.lo -MD -MP -MF .deps/pinfodup.Tpo -c pinfodup.c -o pinfodup.o if test ! -r pinfofree.c ; then \ pname=`echo pinfofree.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinfofree.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfofree.lo -MD -MP -MF ".deps/pinfofree.Tpo" -c -o pinfofree.lo pinfofree.c; \ then mv -f ".deps/pinfofree.Tpo" ".deps/pinfofree.Plo"; else rm -f ".deps/pinfofree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfofree.lo -MD -MP -MF .deps/pinfofree.Tpo -c pinfofree.c -o pinfofree.o if test ! -r pinfoget.c ; then \ pname=`echo pinfoget.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinfoget.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfoget.lo -MD -MP -MF ".deps/pinfoget.Tpo" -c -o pinfoget.lo pinfoget.c; \ then mv -f ".deps/pinfoget.Tpo" ".deps/pinfoget.Plo"; else rm -f ".deps/pinfoget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfoget.lo -MD -MP -MF .deps/pinfoget.Tpo -c pinfoget.c -o pinfoget.o if test ! -r pinfogetnkeys.c ; then \ pname=`echo pinfogetnkeys.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinfogetnkeys.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetnkeys.lo -MD -MP -MF ".deps/pinfogetnkeys.Tpo" -c -o pinfogetnkeys.lo pinfogetnkeys.c; \ then mv -f ".deps/pinfogetnkeys.Tpo" ".deps/pinfogetnkeys.Plo"; else rm -f ".deps/pinfogetnkeys.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetnkeys.lo -MD -MP -MF .deps/pinfogetnkeys.Tpo -c pinfogetnkeys.c -o pinfogetnkeys.o if test ! -r pinfogetnth.c ; then \ pname=`echo pinfogetnth.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinfogetnth.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetnth.lo -MD -MP -MF ".deps/pinfogetnth.Tpo" -c -o pinfogetnth.lo pinfogetnth.c; \ then mv -f ".deps/pinfogetnth.Tpo" ".deps/pinfogetnth.Plo"; else rm -f ".deps/pinfogetnth.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetnth.lo -MD -MP -MF .deps/pinfogetnth.Tpo -c pinfogetnth.c -o pinfogetnth.o if test ! -r pinfogetvlen.c ; then \ pname=`echo pinfogetvlen.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinfogetvlen.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetvlen.lo -MD -MP -MF ".deps/pinfogetvlen.Tpo" -c -o pinfogetvlen.lo pinfogetvlen.c; \ then mv -f ".deps/pinfogetvlen.Tpo" ".deps/pinfogetvlen.Plo"; else rm -f ".deps/pinfogetvlen.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfogetvlen.lo -MD -MP -MF .deps/pinfogetvlen.Tpo -c pinfogetvlen.c -o pinfogetvlen.o if test ! -r pinfoset.c ; then \ pname=`echo pinfoset.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinfoset.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfoset.lo -MD -MP -MF ".deps/pinfoset.Tpo" -c -o pinfoset.lo pinfoset.c; \ then mv -f ".deps/pinfoset.Tpo" ".deps/pinfoset.Plo"; else rm -f ".deps/pinfoset.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinfoset.lo -MD -MP -MF .deps/pinfoset.Tpo -c pinfoset.c -o pinfoset.o if test ! -r pinit.c ; then \ pname=`echo pinit.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinit.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinit.lo -MD -MP -MF ".deps/pinit.Tpo" -c -o pinit.lo pinit.c; \ then mv -f ".deps/pinit.Tpo" ".deps/pinit.Plo"; else rm -f ".deps/pinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinit.lo -MD -MP -MF .deps/pinit.Tpo -c pinit.c -o pinit.o if test ! -r pinited.c ; then \ pname=`echo pinited.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinited.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinited.lo -MD -MP -MF ".deps/pinited.Tpo" -c -o pinited.lo pinited.c; \ then mv -f ".deps/pinited.Tpo" ".deps/pinited.Plo"; else rm -f ".deps/pinited.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinited.lo -MD -MP -MF .deps/pinited.Tpo -c pinited.c -o pinited.o if test ! -r pinitthr.c ; then \ pname=`echo pinitthr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pinitthr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinitthr.lo -MD -MP -MF ".deps/pinitthr.Tpo" -c -o pinitthr.lo pinitthr.c; \ then mv -f ".deps/pinitthr.Tpo" ".deps/pinitthr.Plo"; else rm -f ".deps/pinitthr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pinitthr.lo -MD -MP -MF .deps/pinitthr.Tpo -c pinitthr.c -o pinitthr.o if test ! -r piprobe.c ; then \ pname=`echo piprobe.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname piprobe.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT piprobe.lo -MD -MP -MF ".deps/piprobe.Tpo" -c -o piprobe.lo piprobe.c; \ then mv -f ".deps/piprobe.Tpo" ".deps/piprobe.Plo"; else rm -f ".deps/piprobe.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT piprobe.lo -MD -MP -MF .deps/piprobe.Tpo -c piprobe.c -o piprobe.o if test ! -r pirecv.c ; then \ pname=`echo pirecv.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pirecv.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pirecv.lo -MD -MP -MF ".deps/pirecv.Tpo" -c -o pirecv.lo pirecv.c; \ then mv -f ".deps/pirecv.Tpo" ".deps/pirecv.Plo"; else rm -f ".deps/pirecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pirecv.lo -MD -MP -MF .deps/pirecv.Tpo -c pirecv.c -o pirecv.o if test ! -r pirsend.c ; then \ pname=`echo pirsend.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pirsend.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pirsend.lo -MD -MP -MF ".deps/pirsend.Tpo" -c -o pirsend.lo pirsend.c; \ then mv -f ".deps/pirsend.Tpo" ".deps/pirsend.Plo"; else rm -f ".deps/pirsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pirsend.lo -MD -MP -MF .deps/pirsend.Tpo -c pirsend.c -o pirsend.o if test ! -r pisend.c ; then \ pname=`echo pisend.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pisend.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pisend.lo -MD -MP -MF ".deps/pisend.Tpo" -c -o pisend.lo pisend.c; \ then mv -f ".deps/pisend.Tpo" ".deps/pisend.Plo"; else rm -f ".deps/pisend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pisend.lo -MD -MP -MF .deps/pisend.Tpo -c pisend.c -o pisend.o if test ! -r pissend.c ; then \ pname=`echo pissend.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pissend.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pissend.lo -MD -MP -MF ".deps/pissend.Tpo" -c -o pissend.lo pissend.c; \ then mv -f ".deps/pissend.Tpo" ".deps/pissend.Plo"; else rm -f ".deps/pissend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pissend.lo -MD -MP -MF .deps/pissend.Tpo -c pissend.c -o pissend.o if test ! -r pisthrmain.c ; then \ pname=`echo pisthrmain.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pisthrmain.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pisthrmain.lo -MD -MP -MF ".deps/pisthrmain.Tpo" -c -o pisthrmain.lo pisthrmain.c; \ then mv -f ".deps/pisthrmain.Tpo" ".deps/pisthrmain.Plo"; else rm -f ".deps/pisthrmain.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pisthrmain.lo -MD -MP -MF .deps/pisthrmain.Tpo -c pisthrmain.c -o pisthrmain.o if test ! -r pjoin.c ; then \ pname=`echo pjoin.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pjoin.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pjoin.lo -MD -MP -MF ".deps/pjoin.Tpo" -c -o pjoin.lo pjoin.c; \ then mv -f ".deps/pjoin.Tpo" ".deps/pjoin.Plo"; else rm -f ".deps/pjoin.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pjoin.lo -MD -MP -MF .deps/pjoin.Tpo -c pjoin.c -o pjoin.o if test ! -r pkeycreate.c ; then \ pname=`echo pkeycreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pkeycreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pkeycreate.lo -MD -MP -MF ".deps/pkeycreate.Tpo" -c -o pkeycreate.lo pkeycreate.c; \ then mv -f ".deps/pkeycreate.Tpo" ".deps/pkeycreate.Plo"; else rm -f ".deps/pkeycreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pkeycreate.lo -MD -MP -MF .deps/pkeycreate.Tpo -c pkeycreate.c -o pkeycreate.o if test ! -r pkeyfree.c ; then \ pname=`echo pkeyfree.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pkeyfree.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pkeyfree.lo -MD -MP -MF ".deps/pkeyfree.Tpo" -c -o pkeyfree.lo pkeyfree.c; \ then mv -f ".deps/pkeyfree.Tpo" ".deps/pkeyfree.Plo"; else rm -f ".deps/pkeyfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pkeyfree.lo -MD -MP -MF .deps/pkeyfree.Tpo -c pkeyfree.c -o pkeyfree.o if test ! -r pmpil_id.c ; then \ pname=`echo pmpil_id.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pmpil_id.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_id.lo -MD -MP -MF ".deps/pmpil_id.Tpo" -c -o pmpil_id.lo pmpil_id.c; \ then mv -f ".deps/pmpil_id.Tpo" ".deps/pmpil_id.Plo"; else rm -f ".deps/pmpil_id.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_id.lo -MD -MP -MF .deps/pmpil_id.Tpo -c pmpil_id.c -o pmpil_id.o if test ! -r pmpil_signal.c ; then \ pname=`echo pmpil_signal.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pmpil_signal.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_signal.lo -MD -MP -MF ".deps/pmpil_signal.Tpo" -c -o pmpil_signal.lo pmpil_signal.c; \ then mv -f ".deps/pmpil_signal.Tpo" ".deps/pmpil_signal.Plo"; else rm -f ".deps/pmpil_signal.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_signal.lo -MD -MP -MF .deps/pmpil_signal.Tpo -c pmpil_signal.c -o pmpil_signal.o if test ! -r pmpil_trace.c ; then \ pname=`echo pmpil_trace.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pmpil_trace.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_trace.lo -MD -MP -MF ".deps/pmpil_trace.Tpo" -c -o pmpil_trace.lo pmpil_trace.c; \ then mv -f ".deps/pmpil_trace.Tpo" ".deps/pmpil_trace.Plo"; else rm -f ".deps/pmpil_trace.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pmpil_trace.lo -MD -MP -MF .deps/pmpil_trace.Tpo -c pmpil_trace.c -o pmpil_trace.o if test ! -r pnamelook.c ; then \ pname=`echo pnamelook.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pnamelook.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnamelook.lo -MD -MP -MF ".deps/pnamelook.Tpo" -c -o pnamelook.lo pnamelook.c; \ then mv -f ".deps/pnamelook.Tpo" ".deps/pnamelook.Plo"; else rm -f ".deps/pnamelook.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnamelook.lo -MD -MP -MF .deps/pnamelook.Tpo -c pnamelook.c -o pnamelook.o if test ! -r pnamepub.c ; then \ pname=`echo pnamepub.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pnamepub.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnamepub.lo -MD -MP -MF ".deps/pnamepub.Tpo" -c -o pnamepub.lo pnamepub.c; \ then mv -f ".deps/pnamepub.Tpo" ".deps/pnamepub.Plo"; else rm -f ".deps/pnamepub.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnamepub.lo -MD -MP -MF .deps/pnamepub.Tpo -c pnamepub.c -o pnamepub.o if test ! -r pnameunpub.c ; then \ pname=`echo pnameunpub.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pnameunpub.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnameunpub.lo -MD -MP -MF ".deps/pnameunpub.Tpo" -c -o pnameunpub.lo pnameunpub.c; \ then mv -f ".deps/pnameunpub.Tpo" ".deps/pnameunpub.Plo"; else rm -f ".deps/pnameunpub.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pnameunpub.lo -MD -MP -MF .deps/pnameunpub.Tpo -c pnameunpub.c -o pnameunpub.o if test ! -r popcreate.c ; then \ pname=`echo popcreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname popcreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT popcreate.lo -MD -MP -MF ".deps/popcreate.Tpo" -c -o popcreate.lo popcreate.c; \ then mv -f ".deps/popcreate.Tpo" ".deps/popcreate.Plo"; else rm -f ".deps/popcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT popcreate.lo -MD -MP -MF .deps/popcreate.Tpo -c popcreate.c -o popcreate.o if test ! -r popfree.c ; then \ pname=`echo popfree.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname popfree.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT popfree.lo -MD -MP -MF ".deps/popfree.Tpo" -c -o popfree.lo popfree.c; \ then mv -f ".deps/popfree.Tpo" ".deps/popfree.Plo"; else rm -f ".deps/popfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT popfree.lo -MD -MP -MF .deps/popfree.Tpo -c popfree.c -o popfree.o if test ! -r ppack.c ; then \ pname=`echo ppack.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ppack.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppack.lo -MD -MP -MF ".deps/ppack.Tpo" -c -o ppack.lo ppack.c; \ then mv -f ".deps/ppack.Tpo" ".deps/ppack.Plo"; else rm -f ".deps/ppack.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppack.lo -MD -MP -MF .deps/ppack.Tpo -c ppack.c -o ppack.o if test ! -r ppacksize.c ; then \ pname=`echo ppacksize.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ppacksize.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppacksize.lo -MD -MP -MF ".deps/ppacksize.Tpo" -c -o ppacksize.lo ppacksize.c; \ then mv -f ".deps/ppacksize.Tpo" ".deps/ppacksize.Plo"; else rm -f ".deps/ppacksize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppacksize.lo -MD -MP -MF .deps/ppacksize.Tpo -c ppacksize.c -o ppacksize.o if test ! -r ppcontrol.c ; then \ pname=`echo ppcontrol.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ppcontrol.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppcontrol.lo -MD -MP -MF ".deps/ppcontrol.Tpo" -c -o ppcontrol.lo ppcontrol.c; \ then mv -f ".deps/ppcontrol.Tpo" ".deps/ppcontrol.Plo"; else rm -f ".deps/ppcontrol.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ppcontrol.lo -MD -MP -MF .deps/ppcontrol.Tpo -c ppcontrol.c -o ppcontrol.o if test ! -r pportclose.c ; then \ pname=`echo pportclose.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pportclose.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pportclose.lo -MD -MP -MF ".deps/pportclose.Tpo" -c -o pportclose.lo pportclose.c; \ then mv -f ".deps/pportclose.Tpo" ".deps/pportclose.Plo"; else rm -f ".deps/pportclose.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pportclose.lo -MD -MP -MF .deps/pportclose.Tpo -c pportclose.c -o pportclose.o if test ! -r pportopen.c ; then \ pname=`echo pportopen.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pportopen.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pportopen.lo -MD -MP -MF ".deps/pportopen.Tpo" -c -o pportopen.lo pportopen.c; \ then mv -f ".deps/pportopen.Tpo" ".deps/pportopen.Plo"; else rm -f ".deps/pportopen.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pportopen.lo -MD -MP -MF .deps/pportopen.Tpo -c pportopen.c -o pportopen.o if test ! -r pprobe.c ; then \ pname=`echo pprobe.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pprobe.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pprobe.lo -MD -MP -MF ".deps/pprobe.Tpo" -c -o pprobe.lo pprobe.c; \ then mv -f ".deps/pprobe.Tpo" ".deps/pprobe.Plo"; else rm -f ".deps/pprobe.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pprobe.lo -MD -MP -MF .deps/pprobe.Tpo -c pprobe.c -o pprobe.o if test ! -r pput.c ; then \ pname=`echo pput.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pput.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pput.lo -MD -MP -MF ".deps/pput.Tpo" -c -o pput.lo pput.c; \ then mv -f ".deps/pput.Tpo" ".deps/pput.Plo"; else rm -f ".deps/pput.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pput.lo -MD -MP -MF .deps/pput.Tpo -c pput.c -o pput.o if test ! -r pquerythr.c ; then \ pname=`echo pquerythr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pquerythr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pquerythr.lo -MD -MP -MF ".deps/pquerythr.Tpo" -c -o pquerythr.lo pquerythr.c; \ then mv -f ".deps/pquerythr.Tpo" ".deps/pquerythr.Plo"; else rm -f ".deps/pquerythr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pquerythr.lo -MD -MP -MF .deps/pquerythr.Tpo -c pquerythr.c -o pquerythr.o if test ! -r precv.c ; then \ pname=`echo precv.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname precv.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precv.lo -MD -MP -MF ".deps/precv.Tpo" -c -o precv.lo precv.c; \ then mv -f ".deps/precv.Tpo" ".deps/precv.Plo"; else rm -f ".deps/precv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precv.lo -MD -MP -MF .deps/precv.Tpo -c precv.c -o precv.o if test ! -r precvinit.c ; then \ pname=`echo precvinit.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname precvinit.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precvinit.lo -MD -MP -MF ".deps/precvinit.Tpo" -c -o precvinit.lo precvinit.c; \ then mv -f ".deps/precvinit.Tpo" ".deps/precvinit.Plo"; else rm -f ".deps/precvinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT precvinit.lo -MD -MP -MF .deps/precvinit.Tpo -c precvinit.c -o precvinit.o if test ! -r preduce.c ; then \ pname=`echo preduce.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname preduce.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preduce.lo -MD -MP -MF ".deps/preduce.Tpo" -c -o preduce.lo preduce.c; \ then mv -f ".deps/preduce.Tpo" ".deps/preduce.Plo"; else rm -f ".deps/preduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preduce.lo -MD -MP -MF .deps/preduce.Tpo -c preduce.c -o preduce.o if test ! -r preducescatter.c ; then \ pname=`echo preducescatter.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname preducescatter.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preducescatter.lo -MD -MP -MF ".deps/preducescatter.Tpo" -c -o preducescatter.lo preducescatter.c; \ then mv -f ".deps/preducescatter.Tpo" ".deps/preducescatter.Plo"; else rm -f ".deps/preducescatter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preducescatter.lo -MD -MP -MF .deps/preducescatter.Tpo -c preducescatter.c -o preducescatter.o if test ! -r preqfree.c ; then \ pname=`echo preqfree.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname preqfree.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preqfree.lo -MD -MP -MF ".deps/preqfree.Tpo" -c -o preqfree.lo preqfree.c; \ then mv -f ".deps/preqfree.Tpo" ".deps/preqfree.Plo"; else rm -f ".deps/preqfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT preqfree.lo -MD -MP -MF .deps/preqfree.Tpo -c preqfree.c -o preqfree.o if test ! -r prsend.c ; then \ pname=`echo prsend.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname prsend.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prsend.lo -MD -MP -MF ".deps/prsend.Tpo" -c -o prsend.lo prsend.c; \ then mv -f ".deps/prsend.Tpo" ".deps/prsend.Plo"; else rm -f ".deps/prsend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prsend.lo -MD -MP -MF .deps/prsend.Tpo -c prsend.c -o prsend.o if test ! -r prsendinit.c ; then \ pname=`echo prsendinit.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname prsendinit.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prsendinit.lo -MD -MP -MF ".deps/prsendinit.Tpo" -c -o prsendinit.lo prsendinit.c; \ then mv -f ".deps/prsendinit.Tpo" ".deps/prsendinit.Plo"; else rm -f ".deps/prsendinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT prsendinit.lo -MD -MP -MF .deps/prsendinit.Tpo -c prsendinit.c -o prsendinit.o if test ! -r pscan.c ; then \ pname=`echo pscan.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pscan.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscan.lo -MD -MP -MF ".deps/pscan.Tpo" -c -o pscan.lo pscan.c; \ then mv -f ".deps/pscan.Tpo" ".deps/pscan.Plo"; else rm -f ".deps/pscan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscan.lo -MD -MP -MF .deps/pscan.Tpo -c pscan.c -o pscan.o if test ! -r pscatter.c ; then \ pname=`echo pscatter.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pscatter.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscatter.lo -MD -MP -MF ".deps/pscatter.Tpo" -c -o pscatter.lo pscatter.c; \ then mv -f ".deps/pscatter.Tpo" ".deps/pscatter.Plo"; else rm -f ".deps/pscatter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscatter.lo -MD -MP -MF .deps/pscatter.Tpo -c pscatter.c -o pscatter.o if test ! -r pscatterv.c ; then \ pname=`echo pscatterv.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pscatterv.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscatterv.lo -MD -MP -MF ".deps/pscatterv.Tpo" -c -o pscatterv.lo pscatterv.c; \ then mv -f ".deps/pscatterv.Tpo" ".deps/pscatterv.Plo"; else rm -f ".deps/pscatterv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pscatterv.lo -MD -MP -MF .deps/pscatterv.Tpo -c pscatterv.c -o pscatterv.o if test ! -r psend.c ; then \ pname=`echo psend.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname psend.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psend.lo -MD -MP -MF ".deps/psend.Tpo" -c -o psend.lo psend.c; \ then mv -f ".deps/psend.Tpo" ".deps/psend.Plo"; else rm -f ".deps/psend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psend.lo -MD -MP -MF .deps/psend.Tpo -c psend.c -o psend.o if test ! -r psendinit.c ; then \ pname=`echo psendinit.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname psendinit.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendinit.lo -MD -MP -MF ".deps/psendinit.Tpo" -c -o psendinit.lo psendinit.c; \ then mv -f ".deps/psendinit.Tpo" ".deps/psendinit.Plo"; else rm -f ".deps/psendinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendinit.lo -MD -MP -MF .deps/psendinit.Tpo -c psendinit.c -o psendinit.o if test ! -r psendrecv.c ; then \ pname=`echo psendrecv.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname psendrecv.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendrecv.lo -MD -MP -MF ".deps/psendrecv.Tpo" -c -o psendrecv.lo psendrecv.c; \ then mv -f ".deps/psendrecv.Tpo" ".deps/psendrecv.Plo"; else rm -f ".deps/psendrecv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendrecv.lo -MD -MP -MF .deps/psendrecv.Tpo -c psendrecv.c -o psendrecv.o if test ! -r psendrecvrep.c ; then \ pname=`echo psendrecvrep.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname psendrecvrep.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendrecvrep.lo -MD -MP -MF ".deps/psendrecvrep.Tpo" -c -o psendrecvrep.lo psendrecvrep.c; \ then mv -f ".deps/psendrecvrep.Tpo" ".deps/psendrecvrep.Plo"; else rm -f ".deps/psendrecvrep.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT psendrecvrep.lo -MD -MP -MF .deps/psendrecvrep.Tpo -c psendrecvrep.c -o psendrecvrep.o if test ! -r pspawn.c ; then \ pname=`echo pspawn.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pspawn.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pspawn.lo -MD -MP -MF ".deps/pspawn.Tpo" -c -o pspawn.lo pspawn.c; \ then mv -f ".deps/pspawn.Tpo" ".deps/pspawn.Plo"; else rm -f ".deps/pspawn.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pspawn.lo -MD -MP -MF .deps/pspawn.Tpo -c pspawn.c -o pspawn.o if test ! -r pspawnmult.c ; then \ pname=`echo pspawnmult.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pspawnmult.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pspawnmult.lo -MD -MP -MF ".deps/pspawnmult.Tpo" -c -o pspawnmult.lo pspawnmult.c; \ then mv -f ".deps/pspawnmult.Tpo" ".deps/pspawnmult.Plo"; else rm -f ".deps/pspawnmult.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pspawnmult.lo -MD -MP -MF .deps/pspawnmult.Tpo -c pspawnmult.c -o pspawnmult.o if test ! -r pssend.c ; then \ pname=`echo pssend.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pssend.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pssend.lo -MD -MP -MF ".deps/pssend.Tpo" -c -o pssend.lo pssend.c; \ then mv -f ".deps/pssend.Tpo" ".deps/pssend.Plo"; else rm -f ".deps/pssend.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pssend.lo -MD -MP -MF .deps/pssend.Tpo -c pssend.c -o pssend.o if test ! -r pssendinit.c ; then \ pname=`echo pssendinit.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pssendinit.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pssendinit.lo -MD -MP -MF ".deps/pssendinit.Tpo" -c -o pssendinit.lo pssendinit.c; \ then mv -f ".deps/pssendinit.Tpo" ".deps/pssendinit.Plo"; else rm -f ".deps/pssendinit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pssendinit.lo -MD -MP -MF .deps/pssendinit.Tpo -c pssendinit.c -o pssendinit.o if test ! -r pstartall.c ; then \ pname=`echo pstartall.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pstartall.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pstartall.lo -MD -MP -MF ".deps/pstartall.Tpo" -c -o pstartall.lo pstartall.c; \ then mv -f ".deps/pstartall.Tpo" ".deps/pstartall.Plo"; else rm -f ".deps/pstartall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pstartall.lo -MD -MP -MF .deps/pstartall.Tpo -c pstartall.c -o pstartall.o if test ! -r pstart.c ; then \ pname=`echo pstart.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pstart.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pstart.lo -MD -MP -MF ".deps/pstart.Tpo" -c -o pstart.lo pstart.c; \ then mv -f ".deps/pstart.Tpo" ".deps/pstart.Plo"; else rm -f ".deps/pstart.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pstart.lo -MD -MP -MF .deps/pstart.Tpo -c pstart.c -o pstart.o if test ! -r ptcommit.c ; then \ pname=`echo ptcommit.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptcommit.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcommit.lo -MD -MP -MF ".deps/ptcommit.Tpo" -c -o ptcommit.lo ptcommit.c; \ then mv -f ".deps/ptcommit.Tpo" ".deps/ptcommit.Plo"; else rm -f ".deps/ptcommit.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcommit.lo -MD -MP -MF .deps/ptcommit.Tpo -c ptcommit.c -o ptcommit.o if test ! -r ptcontig.c ; then \ pname=`echo ptcontig.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptcontig.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcontig.lo -MD -MP -MF ".deps/ptcontig.Tpo" -c -o ptcontig.lo ptcontig.c; \ then mv -f ".deps/ptcontig.Tpo" ".deps/ptcontig.Plo"; else rm -f ".deps/ptcontig.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcontig.lo -MD -MP -MF .deps/ptcontig.Tpo -c ptcontig.c -o ptcontig.o if test ! -r ptcreatehindex.c ; then \ pname=`echo ptcreatehindex.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptcreatehindex.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatehindex.lo -MD -MP -MF ".deps/ptcreatehindex.Tpo" -c -o ptcreatehindex.lo ptcreatehindex.c; \ then mv -f ".deps/ptcreatehindex.Tpo" ".deps/ptcreatehindex.Plo"; else rm -f ".deps/ptcreatehindex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatehindex.lo -MD -MP -MF .deps/ptcreatehindex.Tpo -c ptcreatehindex.c -o ptcreatehindex.o if test ! -r ptcreatehvector.c ; then \ pname=`echo ptcreatehvector.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptcreatehvector.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatehvector.lo -MD -MP -MF ".deps/ptcreatehvector.Tpo" -c -o ptcreatehvector.lo ptcreatehvector.c; \ then mv -f ".deps/ptcreatehvector.Tpo" ".deps/ptcreatehvector.Plo"; else rm -f ".deps/ptcreatehvector.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatehvector.lo -MD -MP -MF .deps/ptcreatehvector.Tpo -c ptcreatehvector.c -o ptcreatehvector.o if test ! -r ptcreatekey.c ; then \ pname=`echo ptcreatekey.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptcreatekey.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatekey.lo -MD -MP -MF ".deps/ptcreatekey.Tpo" -c -o ptcreatekey.lo ptcreatekey.c; \ then mv -f ".deps/ptcreatekey.Tpo" ".deps/ptcreatekey.Plo"; else rm -f ".deps/ptcreatekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatekey.lo -MD -MP -MF .deps/ptcreatekey.Tpo -c ptcreatekey.c -o ptcreatekey.o if test ! -r ptcreatestruct.c ; then \ pname=`echo ptcreatestruct.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptcreatestruct.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatestruct.lo -MD -MP -MF ".deps/ptcreatestruct.Tpo" -c -o ptcreatestruct.lo ptcreatestruct.c; \ then mv -f ".deps/ptcreatestruct.Tpo" ".deps/ptcreatestruct.Plo"; else rm -f ".deps/ptcreatestruct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptcreatestruct.lo -MD -MP -MF .deps/ptcreatestruct.Tpo -c ptcreatestruct.c -o ptcreatestruct.o if test ! -r ptdarray.c ; then \ pname=`echo ptdarray.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptdarray.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdarray.lo -MD -MP -MF ".deps/ptdarray.Tpo" -c -o ptdarray.lo ptdarray.c; \ then mv -f ".deps/ptdarray.Tpo" ".deps/ptdarray.Plo"; else rm -f ".deps/ptdarray.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdarray.lo -MD -MP -MF .deps/ptdarray.Tpo -c ptdarray.c -o ptdarray.o if test ! -r ptdelattr.c ; then \ pname=`echo ptdelattr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptdelattr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdelattr.lo -MD -MP -MF ".deps/ptdelattr.Tpo" -c -o ptdelattr.lo ptdelattr.c; \ then mv -f ".deps/ptdelattr.Tpo" ".deps/ptdelattr.Plo"; else rm -f ".deps/ptdelattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdelattr.lo -MD -MP -MF .deps/ptdelattr.Tpo -c ptdelattr.c -o ptdelattr.o if test ! -r ptdup.c ; then \ pname=`echo ptdup.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptdup.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdup.lo -MD -MP -MF ".deps/ptdup.Tpo" -c -o ptdup.lo ptdup.c; \ then mv -f ".deps/ptdup.Tpo" ".deps/ptdup.Plo"; else rm -f ".deps/ptdup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptdup.lo -MD -MP -MF .deps/ptdup.Tpo -c ptdup.c -o ptdup.o if test ! -r ptestall.c ; then \ pname=`echo ptestall.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptestall.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestall.lo -MD -MP -MF ".deps/ptestall.Tpo" -c -o ptestall.lo ptestall.c; \ then mv -f ".deps/ptestall.Tpo" ".deps/ptestall.Plo"; else rm -f ".deps/ptestall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestall.lo -MD -MP -MF .deps/ptestall.Tpo -c ptestall.c -o ptestall.o if test ! -r ptestany.c ; then \ pname=`echo ptestany.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptestany.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestany.lo -MD -MP -MF ".deps/ptestany.Tpo" -c -o ptestany.lo ptestany.c; \ then mv -f ".deps/ptestany.Tpo" ".deps/ptestany.Plo"; else rm -f ".deps/ptestany.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestany.lo -MD -MP -MF .deps/ptestany.Tpo -c ptestany.c -o ptestany.o if test ! -r ptest.c ; then \ pname=`echo ptest.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptest.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptest.lo -MD -MP -MF ".deps/ptest.Tpo" -c -o ptest.lo ptest.c; \ then mv -f ".deps/ptest.Tpo" ".deps/ptest.Plo"; else rm -f ".deps/ptest.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptest.lo -MD -MP -MF .deps/ptest.Tpo -c ptest.c -o ptest.o if test ! -r ptestcancel.c ; then \ pname=`echo ptestcancel.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptestcancel.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestcancel.lo -MD -MP -MF ".deps/ptestcancel.Tpo" -c -o ptestcancel.lo ptestcancel.c; \ then mv -f ".deps/ptestcancel.Tpo" ".deps/ptestcancel.Plo"; else rm -f ".deps/ptestcancel.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestcancel.lo -MD -MP -MF .deps/ptestcancel.Tpo -c ptestcancel.c -o ptestcancel.o if test ! -r ptestsome.c ; then \ pname=`echo ptestsome.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptestsome.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestsome.lo -MD -MP -MF ".deps/ptestsome.Tpo" -c -o ptestsome.lo ptestsome.c; \ then mv -f ".deps/ptestsome.Tpo" ".deps/ptestsome.Plo"; else rm -f ".deps/ptestsome.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptestsome.lo -MD -MP -MF .deps/ptestsome.Tpo -c ptestsome.c -o ptestsome.o if test ! -r ptextent.c ; then \ pname=`echo ptextent.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptextent.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptextent.lo -MD -MP -MF ".deps/ptextent.Tpo" -c -o ptextent.lo ptextent.c; \ then mv -f ".deps/ptextent.Tpo" ".deps/ptextent.Plo"; else rm -f ".deps/ptextent.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptextent.lo -MD -MP -MF .deps/ptextent.Tpo -c ptextent.c -o ptextent.o if test ! -r ptfree.c ; then \ pname=`echo ptfree.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptfree.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptfree.lo -MD -MP -MF ".deps/ptfree.Tpo" -c -o ptfree.lo ptfree.c; \ then mv -f ".deps/ptfree.Tpo" ".deps/ptfree.Plo"; else rm -f ".deps/ptfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptfree.lo -MD -MP -MF .deps/ptfree.Tpo -c ptfree.c -o ptfree.o if test ! -r ptfreekey.c ; then \ pname=`echo ptfreekey.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptfreekey.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptfreekey.lo -MD -MP -MF ".deps/ptfreekey.Tpo" -c -o ptfreekey.lo ptfreekey.c; \ then mv -f ".deps/ptfreekey.Tpo" ".deps/ptfreekey.Plo"; else rm -f ".deps/ptfreekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptfreekey.lo -MD -MP -MF .deps/ptfreekey.Tpo -c ptfreekey.c -o ptfreekey.o if test ! -r ptgetattr.c ; then \ pname=`echo ptgetattr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptgetattr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetattr.lo -MD -MP -MF ".deps/ptgetattr.Tpo" -c -o ptgetattr.lo ptgetattr.c; \ then mv -f ".deps/ptgetattr.Tpo" ".deps/ptgetattr.Plo"; else rm -f ".deps/ptgetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetattr.lo -MD -MP -MF .deps/ptgetattr.Tpo -c ptgetattr.c -o ptgetattr.o if test ! -r ptgetconts.c ; then \ pname=`echo ptgetconts.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptgetconts.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetconts.lo -MD -MP -MF ".deps/ptgetconts.Tpo" -c -o ptgetconts.lo ptgetconts.c; \ then mv -f ".deps/ptgetconts.Tpo" ".deps/ptgetconts.Plo"; else rm -f ".deps/ptgetconts.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetconts.lo -MD -MP -MF .deps/ptgetconts.Tpo -c ptgetconts.c -o ptgetconts.o if test ! -r ptgetenvl.c ; then \ pname=`echo ptgetenvl.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptgetenvl.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetenvl.lo -MD -MP -MF ".deps/ptgetenvl.Tpo" -c -o ptgetenvl.lo ptgetenvl.c; \ then mv -f ".deps/ptgetenvl.Tpo" ".deps/ptgetenvl.Plo"; else rm -f ".deps/ptgetenvl.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetenvl.lo -MD -MP -MF .deps/ptgetenvl.Tpo -c ptgetenvl.c -o ptgetenvl.o if test ! -r ptgetextent.c ; then \ pname=`echo ptgetextent.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptgetextent.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetextent.lo -MD -MP -MF ".deps/ptgetextent.Tpo" -c -o ptgetextent.lo ptgetextent.c; \ then mv -f ".deps/ptgetextent.Tpo" ".deps/ptgetextent.Plo"; else rm -f ".deps/ptgetextent.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetextent.lo -MD -MP -MF .deps/ptgetextent.Tpo -c ptgetextent.c -o ptgetextent.o if test ! -r ptgetname.c ; then \ pname=`echo ptgetname.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptgetname.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetname.lo -MD -MP -MF ".deps/ptgetname.Tpo" -c -o ptgetname.lo ptgetname.c; \ then mv -f ".deps/ptgetname.Tpo" ".deps/ptgetname.Plo"; else rm -f ".deps/ptgetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgetname.lo -MD -MP -MF .deps/ptgetname.Tpo -c ptgetname.c -o ptgetname.o if test ! -r ptgettrue.c ; then \ pname=`echo ptgettrue.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptgettrue.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgettrue.lo -MD -MP -MF ".deps/ptgettrue.Tpo" -c -o ptgettrue.lo ptgettrue.c; \ then mv -f ".deps/ptgettrue.Tpo" ".deps/ptgettrue.Plo"; else rm -f ".deps/ptgettrue.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptgettrue.lo -MD -MP -MF .deps/ptgettrue.Tpo -c ptgettrue.c -o ptgettrue.o if test ! -r pthindex.c ; then \ pname=`echo pthindex.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pthindex.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pthindex.lo -MD -MP -MF ".deps/pthindex.Tpo" -c -o pthindex.lo pthindex.c; \ then mv -f ".deps/pthindex.Tpo" ".deps/pthindex.Plo"; else rm -f ".deps/pthindex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pthindex.lo -MD -MP -MF .deps/pthindex.Tpo -c pthindex.c -o pthindex.o if test ! -r pthvector.c ; then \ pname=`echo pthvector.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pthvector.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pthvector.lo -MD -MP -MF ".deps/pthvector.Tpo" -c -o pthvector.lo pthvector.c; \ then mv -f ".deps/pthvector.Tpo" ".deps/pthvector.Plo"; else rm -f ".deps/pthvector.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pthvector.lo -MD -MP -MF .deps/pthvector.Tpo -c pthvector.c -o pthvector.o if test ! -r ptindex.c ; then \ pname=`echo ptindex.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptindex.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptindex.lo -MD -MP -MF ".deps/ptindex.Tpo" -c -o ptindex.lo ptindex.c; \ then mv -f ".deps/ptindex.Tpo" ".deps/ptindex.Plo"; else rm -f ".deps/ptindex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptindex.lo -MD -MP -MF .deps/ptindex.Tpo -c ptindex.c -o ptindex.o if test ! -r ptlb.c ; then \ pname=`echo ptlb.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptlb.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptlb.lo -MD -MP -MF ".deps/ptlb.Tpo" -c -o ptlb.lo ptlb.c; \ then mv -f ".deps/ptlb.Tpo" ".deps/ptlb.Plo"; else rm -f ".deps/ptlb.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptlb.lo -MD -MP -MF .deps/ptlb.Tpo -c ptlb.c -o ptlb.o if test ! -r ptopotest.c ; then \ pname=`echo ptopotest.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptopotest.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptopotest.lo -MD -MP -MF ".deps/ptopotest.Tpo" -c -o ptopotest.lo ptopotest.c; \ then mv -f ".deps/ptopotest.Tpo" ".deps/ptopotest.Plo"; else rm -f ".deps/ptopotest.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptopotest.lo -MD -MP -MF .deps/ptopotest.Tpo -c ptopotest.c -o ptopotest.o if test ! -r ptresize.c ; then \ pname=`echo ptresize.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptresize.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptresize.lo -MD -MP -MF ".deps/ptresize.Tpo" -c -o ptresize.lo ptresize.c; \ then mv -f ".deps/ptresize.Tpo" ".deps/ptresize.Plo"; else rm -f ".deps/ptresize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptresize.lo -MD -MP -MF .deps/ptresize.Tpo -c ptresize.c -o ptresize.o if test ! -r ptsetattr.c ; then \ pname=`echo ptsetattr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptsetattr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsetattr.lo -MD -MP -MF ".deps/ptsetattr.Tpo" -c -o ptsetattr.lo ptsetattr.c; \ then mv -f ".deps/ptsetattr.Tpo" ".deps/ptsetattr.Plo"; else rm -f ".deps/ptsetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsetattr.lo -MD -MP -MF .deps/ptsetattr.Tpo -c ptsetattr.c -o ptsetattr.o if test ! -r ptsetname.c ; then \ pname=`echo ptsetname.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptsetname.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsetname.lo -MD -MP -MF ".deps/ptsetname.Tpo" -c -o ptsetname.lo ptsetname.c; \ then mv -f ".deps/ptsetname.Tpo" ".deps/ptsetname.Plo"; else rm -f ".deps/ptsetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsetname.lo -MD -MP -MF .deps/ptsetname.Tpo -c ptsetname.c -o ptsetname.o if test ! -r ptsize.c ; then \ pname=`echo ptsize.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptsize.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsize.lo -MD -MP -MF ".deps/ptsize.Tpo" -c -o ptsize.lo ptsize.c; \ then mv -f ".deps/ptsize.Tpo" ".deps/ptsize.Plo"; else rm -f ".deps/ptsize.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsize.lo -MD -MP -MF .deps/ptsize.Tpo -c ptsize.c -o ptsize.o if test ! -r ptstruct.c ; then \ pname=`echo ptstruct.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptstruct.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptstruct.lo -MD -MP -MF ".deps/ptstruct.Tpo" -c -o ptstruct.lo ptstruct.c; \ then mv -f ".deps/ptstruct.Tpo" ".deps/ptstruct.Plo"; else rm -f ".deps/ptstruct.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptstruct.lo -MD -MP -MF .deps/ptstruct.Tpo -c ptstruct.c -o ptstruct.o if test ! -r ptsubarray.c ; then \ pname=`echo ptsubarray.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptsubarray.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsubarray.lo -MD -MP -MF ".deps/ptsubarray.Tpo" -c -o ptsubarray.lo ptsubarray.c; \ then mv -f ".deps/ptsubarray.Tpo" ".deps/ptsubarray.Plo"; else rm -f ".deps/ptsubarray.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptsubarray.lo -MD -MP -MF .deps/ptsubarray.Tpo -c ptsubarray.c -o ptsubarray.o if test ! -r ptub.c ; then \ pname=`echo ptub.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptub.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptub.lo -MD -MP -MF ".deps/ptub.Tpo" -c -o ptub.lo ptub.c; \ then mv -f ".deps/ptub.Tpo" ".deps/ptub.Plo"; else rm -f ".deps/ptub.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptub.lo -MD -MP -MF .deps/ptub.Tpo -c ptub.c -o ptub.o if test ! -r ptvector.c ; then \ pname=`echo ptvector.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname ptvector.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptvector.lo -MD -MP -MF ".deps/ptvector.Tpo" -c -o ptvector.lo ptvector.c; \ then mv -f ".deps/ptvector.Tpo" ".deps/ptvector.Plo"; else rm -f ".deps/ptvector.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ptvector.lo -MD -MP -MF .deps/ptvector.Tpo -c ptvector.c -o ptvector.o if test ! -r punpack.c ; then \ pname=`echo punpack.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname punpack.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT punpack.lo -MD -MP -MF ".deps/punpack.Tpo" -c -o punpack.lo punpack.c; \ then mv -f ".deps/punpack.Tpo" ".deps/punpack.Plo"; else rm -f ".deps/punpack.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT punpack.lo -MD -MP -MF .deps/punpack.Tpo -c punpack.c -o punpack.o if test ! -r pwaitall.c ; then \ pname=`echo pwaitall.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwaitall.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitall.lo -MD -MP -MF ".deps/pwaitall.Tpo" -c -o pwaitall.lo pwaitall.c; \ then mv -f ".deps/pwaitall.Tpo" ".deps/pwaitall.Plo"; else rm -f ".deps/pwaitall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitall.lo -MD -MP -MF .deps/pwaitall.Tpo -c pwaitall.c -o pwaitall.o if test ! -r pwaitany.c ; then \ pname=`echo pwaitany.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwaitany.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitany.lo -MD -MP -MF ".deps/pwaitany.Tpo" -c -o pwaitany.lo pwaitany.c; \ then mv -f ".deps/pwaitany.Tpo" ".deps/pwaitany.Plo"; else rm -f ".deps/pwaitany.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitany.lo -MD -MP -MF .deps/pwaitany.Tpo -c pwaitany.c -o pwaitany.o if test ! -r pwait.c ; then \ pname=`echo pwait.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwait.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwait.lo -MD -MP -MF ".deps/pwait.Tpo" -c -o pwait.lo pwait.c; \ then mv -f ".deps/pwait.Tpo" ".deps/pwait.Plo"; else rm -f ".deps/pwait.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwait.lo -MD -MP -MF .deps/pwait.Tpo -c pwait.c -o pwait.o if test ! -r pwaitsome.c ; then \ pname=`echo pwaitsome.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwaitsome.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitsome.lo -MD -MP -MF ".deps/pwaitsome.Tpo" -c -o pwaitsome.lo pwaitsome.c; \ then mv -f ".deps/pwaitsome.Tpo" ".deps/pwaitsome.Plo"; else rm -f ".deps/pwaitsome.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwaitsome.lo -MD -MP -MF .deps/pwaitsome.Tpo -c pwaitsome.c -o pwaitsome.o if test ! -r pwcomplete.c ; then \ pname=`echo pwcomplete.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwcomplete.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcomplete.lo -MD -MP -MF ".deps/pwcomplete.Tpo" -c -o pwcomplete.lo pwcomplete.c; \ then mv -f ".deps/pwcomplete.Tpo" ".deps/pwcomplete.Plo"; else rm -f ".deps/pwcomplete.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcomplete.lo -MD -MP -MF .deps/pwcomplete.Tpo -c pwcomplete.c -o pwcomplete.o if test ! -r pwcreate.c ; then \ pname=`echo pwcreate.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwcreate.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreate.lo -MD -MP -MF ".deps/pwcreate.Tpo" -c -o pwcreate.lo pwcreate.c; \ then mv -f ".deps/pwcreate.Tpo" ".deps/pwcreate.Plo"; else rm -f ".deps/pwcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreate.lo -MD -MP -MF .deps/pwcreate.Tpo -c pwcreate.c -o pwcreate.o if test ! -r pwcreateerr.c ; then \ pname=`echo pwcreateerr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwcreateerr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreateerr.lo -MD -MP -MF ".deps/pwcreateerr.Tpo" -c -o pwcreateerr.lo pwcreateerr.c; \ then mv -f ".deps/pwcreateerr.Tpo" ".deps/pwcreateerr.Plo"; else rm -f ".deps/pwcreateerr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreateerr.lo -MD -MP -MF .deps/pwcreateerr.Tpo -c pwcreateerr.c -o pwcreateerr.o if test ! -r pwcreatekey.c ; then \ pname=`echo pwcreatekey.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwcreatekey.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreatekey.lo -MD -MP -MF ".deps/pwcreatekey.Tpo" -c -o pwcreatekey.lo pwcreatekey.c; \ then mv -f ".deps/pwcreatekey.Tpo" ".deps/pwcreatekey.Plo"; else rm -f ".deps/pwcreatekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwcreatekey.lo -MD -MP -MF .deps/pwcreatekey.Tpo -c pwcreatekey.c -o pwcreatekey.o if test ! -r pwdelattr.c ; then \ pname=`echo pwdelattr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwdelattr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwdelattr.lo -MD -MP -MF ".deps/pwdelattr.Tpo" -c -o pwdelattr.lo pwdelattr.c; \ then mv -f ".deps/pwdelattr.Tpo" ".deps/pwdelattr.Plo"; else rm -f ".deps/pwdelattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwdelattr.lo -MD -MP -MF .deps/pwdelattr.Tpo -c pwdelattr.c -o pwdelattr.o if test ! -r pwfence.c ; then \ pname=`echo pwfence.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwfence.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfence.lo -MD -MP -MF ".deps/pwfence.Tpo" -c -o pwfence.lo pwfence.c; \ then mv -f ".deps/pwfence.Tpo" ".deps/pwfence.Plo"; else rm -f ".deps/pwfence.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfence.lo -MD -MP -MF .deps/pwfence.Tpo -c pwfence.c -o pwfence.o if test ! -r pwfree.c ; then \ pname=`echo pwfree.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwfree.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfree.lo -MD -MP -MF ".deps/pwfree.Tpo" -c -o pwfree.lo pwfree.c; \ then mv -f ".deps/pwfree.Tpo" ".deps/pwfree.Plo"; else rm -f ".deps/pwfree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfree.lo -MD -MP -MF .deps/pwfree.Tpo -c pwfree.c -o pwfree.o if test ! -r pwfreekey.c ; then \ pname=`echo pwfreekey.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwfreekey.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfreekey.lo -MD -MP -MF ".deps/pwfreekey.Tpo" -c -o pwfreekey.lo pwfreekey.c; \ then mv -f ".deps/pwfreekey.Tpo" ".deps/pwfreekey.Plo"; else rm -f ".deps/pwfreekey.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwfreekey.lo -MD -MP -MF .deps/pwfreekey.Tpo -c pwfreekey.c -o pwfreekey.o if test ! -r pwgetattr.c ; then \ pname=`echo pwgetattr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwgetattr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgetattr.lo -MD -MP -MF ".deps/pwgetattr.Tpo" -c -o pwgetattr.lo pwgetattr.c; \ then mv -f ".deps/pwgetattr.Tpo" ".deps/pwgetattr.Plo"; else rm -f ".deps/pwgetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgetattr.lo -MD -MP -MF .deps/pwgetattr.Tpo -c pwgetattr.c -o pwgetattr.o if test ! -r pwgeterr.c ; then \ pname=`echo pwgeterr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwgeterr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgeterr.lo -MD -MP -MF ".deps/pwgeterr.Tpo" -c -o pwgeterr.lo pwgeterr.c; \ then mv -f ".deps/pwgeterr.Tpo" ".deps/pwgeterr.Plo"; else rm -f ".deps/pwgeterr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgeterr.lo -MD -MP -MF .deps/pwgeterr.Tpo -c pwgeterr.c -o pwgeterr.o if test ! -r pwgetname.c ; then \ pname=`echo pwgetname.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwgetname.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgetname.lo -MD -MP -MF ".deps/pwgetname.Tpo" -c -o pwgetname.lo pwgetname.c; \ then mv -f ".deps/pwgetname.Tpo" ".deps/pwgetname.Plo"; else rm -f ".deps/pwgetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgetname.lo -MD -MP -MF .deps/pwgetname.Tpo -c pwgetname.c -o pwgetname.o if test ! -r pwgroup.c ; then \ pname=`echo pwgroup.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwgroup.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgroup.lo -MD -MP -MF ".deps/pwgroup.Tpo" -c -o pwgroup.lo pwgroup.c; \ then mv -f ".deps/pwgroup.Tpo" ".deps/pwgroup.Plo"; else rm -f ".deps/pwgroup.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwgroup.lo -MD -MP -MF .deps/pwgroup.Tpo -c pwgroup.c -o pwgroup.o if test ! -r pwpost.c ; then \ pname=`echo pwpost.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwpost.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwpost.lo -MD -MP -MF ".deps/pwpost.Tpo" -c -o pwpost.lo pwpost.c; \ then mv -f ".deps/pwpost.Tpo" ".deps/pwpost.Plo"; else rm -f ".deps/pwpost.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwpost.lo -MD -MP -MF .deps/pwpost.Tpo -c pwpost.c -o pwpost.o if test ! -r pwsetattr.c ; then \ pname=`echo pwsetattr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwsetattr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwsetattr.lo -MD -MP -MF ".deps/pwsetattr.Tpo" -c -o pwsetattr.lo pwsetattr.c; \ then mv -f ".deps/pwsetattr.Tpo" ".deps/pwsetattr.Plo"; else rm -f ".deps/pwsetattr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwsetattr.lo -MD -MP -MF .deps/pwsetattr.Tpo -c pwsetattr.c -o pwsetattr.o if test ! -r pwseterr.c ; then \ pname=`echo pwseterr.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwseterr.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwseterr.lo -MD -MP -MF ".deps/pwseterr.Tpo" -c -o pwseterr.lo pwseterr.c; \ then mv -f ".deps/pwseterr.Tpo" ".deps/pwseterr.Plo"; else rm -f ".deps/pwseterr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwseterr.lo -MD -MP -MF .deps/pwseterr.Tpo -c pwseterr.c -o pwseterr.o if test ! -r pwsetname.c ; then \ pname=`echo pwsetname.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwsetname.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwsetname.lo -MD -MP -MF ".deps/pwsetname.Tpo" -c -o pwsetname.lo pwsetname.c; \ then mv -f ".deps/pwsetname.Tpo" ".deps/pwsetname.Plo"; else rm -f ".deps/pwsetname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwsetname.lo -MD -MP -MF .deps/pwsetname.Tpo -c pwsetname.c -o pwsetname.o if test ! -r pwstart.c ; then \ pname=`echo pwstart.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwstart.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwstart.lo -MD -MP -MF ".deps/pwstart.Tpo" -c -o pwstart.lo pwstart.c; \ then mv -f ".deps/pwstart.Tpo" ".deps/pwstart.Plo"; else rm -f ".deps/pwstart.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwstart.lo -MD -MP -MF .deps/pwstart.Tpo -c pwstart.c -o pwstart.o if test ! -r pwtick.c ; then \ pname=`echo pwtick.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwtick.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwtick.lo -MD -MP -MF ".deps/pwtick.Tpo" -c -o pwtick.lo pwtick.c; \ then mv -f ".deps/pwtick.Tpo" ".deps/pwtick.Plo"; else rm -f ".deps/pwtick.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwtick.lo -MD -MP -MF .deps/pwtick.Tpo -c pwtick.c -o pwtick.o if test ! -r pwtime.c ; then \ pname=`echo pwtime.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwtime.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwtime.lo -MD -MP -MF ".deps/pwtime.Tpo" -c -o pwtime.lo pwtime.c; \ then mv -f ".deps/pwtime.Tpo" ".deps/pwtime.Plo"; else rm -f ".deps/pwtime.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwtime.lo -MD -MP -MF .deps/pwtime.Tpo -c pwtime.c -o pwtime.o if test ! -r pwwait.c ; then \ pname=`echo pwwait.c | cut -b '2-'` ; \ ln -s ../../share/mpi/$pname pwwait.c ; \ fi if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwwait.lo -MD -MP -MF ".deps/pwwait.Tpo" -c -o pwwait.lo pwwait.c; \ then mv -f ".deps/pwwait.Tpo" ".deps/pwwait.Plo"; else rm -f ".deps/pwwait.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PROFILELIB=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pwwait.lo -MD -MP -MF .deps/pwwait.Tpo -c pwwait.c -o pwwait.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libpmpi.la pabort.lo paccept.lo paccumulate.lo paddress.lo pallgather.lo pallgatherv.lo pallreduce.lo pallocmem.lo palltoall.lo palltoallv.lo palltoallw.lo pattrdel.lo pattrget.lo pattrput.lo pbarrier.lo pbcast.lo pbsend.lo pbsendinit.lo pbufattach.lo pbufdetach.lo pcancel.lo pcartcoords.lo pcartcreate.lo pcartdimget.lo pcartget.lo pcartmap.lo pcartrank.lo pcartshift.lo pcartsub.lo pccmp.lo pccreate.lo pccreateerr.lo pccreatekey.lo pcdelattr.lo pcdisconnect.lo pcdup.lo pcfree.lo pcfreekey.lo pcgetattr.lo pcgeterr.lo pcgetname.lo pcgetparent.lo pcgroup.lo pconnect.lo pcrank.lo pcrgroup.lo pcrsize.lo pcsetattr.lo pcseterr.lo pcsetname.lo pcsize.lo pcsplit.lo pctestinter.lo pdimscreate.lo perrclass.lo perrcreate.lo perrfree.lo perrget.lo perrset.lo perrstring.lo pexscan.lo pfinalize.lo pfinalized.lo pfreemem.lo pgather.lo pgatherv.lo pgcmp.lo pgdiff.lo pgetaddress.lo pget.lo pgetcount.lo pgetelem.lo pgetprocname.lo pgetversion.lo pgexcl.lo pgfree.lo pgincl.lo pginter.lo pgrank.lo pgraphcreate.lo pgraphdimsget.lo pgraphget.lo pgraphmap.lo pgraphnbr.lo pgraphnbrcount.lo pgrexcl.lo pgrincl.lo pgsize.lo pgtranks.lo pgunion.lo phandles.lo pibsend.lo piccreate.lo picmerge.lo pinfocreate.lo pinfodel.lo pinfodup.lo pinfofree.lo pinfoget.lo pinfogetnkeys.lo pinfogetnth.lo pinfogetvlen.lo pinfoset.lo pinit.lo pinited.lo pinitthr.lo piprobe.lo pirecv.lo pirsend.lo pisend.lo pissend.lo pisthrmain.lo pjoin.lo pkeycreate.lo pkeyfree.lo pmpil_id.lo pmpil_signal.lo pmpil_trace.lo pnamelook.lo pnamepub.lo pnameunpub.lo popcreate.lo popfree.lo ppack.lo ppacksize.lo ppcontrol.lo pportclose.lo pportopen.lo pprobe.lo pput.lo pquerythr.lo precv.lo precvinit.lo preduce.lo preducescatter.lo preqfree.lo prsend.lo prsendinit.lo pscan.lo pscatter.lo pscatterv.lo psend.lo psendinit.lo psendrecv.lo psendrecvrep.lo pspawn.lo pspawnmult.lo pssend.lo pssendinit.lo pstartall.lo pstart.lo ptcommit.lo ptcontig.lo ptcreatehindex.lo ptcreatehvector.lo ptcreatekey.lo ptcreatestruct.lo ptdarray.lo ptdelattr.lo ptdup.lo ptestall.lo ptestany.lo ptest.lo ptestcancel.lo ptestsome.lo ptextent.lo ptfree.lo ptfreekey.lo ptgetattr.lo ptgetconts.lo ptgetenvl.lo ptgetextent.lo ptgetname.lo ptgettrue.lo pthindex.lo pthvector.lo ptindex.lo ptlb.lo ptopotest.lo ptresize.lo ptsetattr.lo ptsetname.lo ptsize.lo ptstruct.lo ptsubarray.lo ptub.lo ptvector.lo punpack.lo pwaitall.lo pwaitany.lo pwait.lo pwaitsome.lo pwcomplete.lo pwcreate.lo pwcreateerr.lo pwcreatekey.lo pwdelattr.lo pwfence.lo pwfree.lo pwfreekey.lo pwgetattr.lo pwgeterr.lo pwgetname.lo pwgroup.lo pwpost.lo pwsetattr.lo pwseterr.lo pwsetname.lo pwstart.lo pwtick.lo pwtime.lo pwwait.lo f77/liblamf77pmpi.la mkdir .libs rm -fr .libs/libpmpi.lax mkdir .libs/libpmpi.lax rm -fr .libs/libpmpi.lax/liblamf77pmpi.a mkdir .libs/libpmpi.lax/liblamf77pmpi.a (cd .libs/libpmpi.lax/liblamf77pmpi.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi/f77/.libs/liblamf77pmpi.a) ar cru .libs/libpmpi.a pabort.o paccept.o paccumulate.o paddress.o pallgather.o pallgatherv.o pallreduce.o pallocmem.o palltoall.o palltoallv.o palltoallw.o pattrdel.o pattrget.o pattrput.o pbarrier.o pbcast.o pbsend.o pbsendinit.o pbufattach.o pbufdetach.o pcancel.o pcartcoords.o pcartcreate.o pcartdimget.o pcartget.o pcartmap.o pcartrank.o pcartshift.o pcartsub.o pccmp.o pccreate.o pccreateerr.o pccreatekey.o pcdelattr.o pcdisconnect.o pcdup.o pcfree.o pcfreekey.o pcgetattr.o pcgeterr.o pcgetname.o pcgetparent.o pcgroup.o pconnect.o pcrank.o pcrgroup.o pcrsize.o pcsetattr.o pcseterr.o pcsetname.o pcsize.o pcsplit.o pctestinter.o pdimscreate.o perrclass.o perrcreate.o perrfree.o perrget.o perrset.o perrstring.o pexscan.o pfinalize.o pfinalized.o pfreemem.o pgather.o pgatherv.o pgcmp.o pgdiff.o pgetaddress.o pget.o pgetcount.o pgetelem.o pgetprocname.o pgetversion.o pgexcl.o pgfree.o pgincl.o pginter.o pgrank.o pgraphcreate.o pgraphdimsget.o pgraphget.o pgraphmap.o pgraphnbr.o pgraphnbrcount.o pgrexcl.o pgrincl.o pgsize.o pgtranks.o pgunion.o phandles.o pibsend.o piccreate.o picmerge.o pinfocreate.o pinfodel.o pinfodup.o pinfofree.o pinfoget.o pinfogetnkeys.o pinfogetnth.o pinfogetvlen.o pinfoset.o pinit.o pinited.o pinitthr.o piprobe.o pirecv.o pirsend.o pisend.o pissend.o pisthrmain.o pjoin.o pkeycreate.o pkeyfree.o pmpil_id.o pmpil_signal.o pmpil_trace.o pnamelook.o pnamepub.o pnameunpub.o popcreate.o popfree.o ppack.o ppacksize.o ppcontrol.o pportclose.o pportopen.o pprobe.o pput.o pquerythr.o precv.o precvinit.o preduce.o preducescatter.o preqfree.o prsend.o prsendinit.o pscan.o pscatter.o pscatterv.o psend.o psendinit.o psendrecv.o psendrecvrep.o pspawn.o pspawnmult.o pssend.o pssendinit.o pstartall.o pstart.o ptcommit.o ptcontig.o ptcreatehindex.o ptcreatehvector.o ptcreatekey.o ptcreatestruct.o ptdarray.o ptdelattr.o ptdup.o ptestall.o ptestany.o ptest.o ptestcancel.o ptestsome.o ptextent.o ptfree.o ptfreekey.o ptgetattr.o ptgetconts.o ptgetenvl.o ptgetextent.o ptgetname.o ptgettrue.o pthindex.o pthvector.o ptindex.o ptlb.o ptopotest.o ptresize.o ptsetattr.o ptsetname.o ptsize.o ptstruct.o ptsubarray.o ptub.o ptvector.o punpack.o pwaitall.o pwaitany.o pwait.o pwaitsome.o pwcomplete.o pwcreate.o pwcreateerr.o pwcreatekey.o pwdelattr.o pwfence.o pwfree.o pwfreekey.o pwgetattr.o pwgeterr.o pwgetname.o pwgroup.o pwpost.o pwsetattr.o pwseterr.o pwsetname.o pwstart.o pwtick.o pwtime.o pwwait.o .libs/libpmpi.lax/liblamf77pmpi.a/pfreemem_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pallgather_f.o .libs/libpmpi.lax/liblamf77pmpi.a/psend_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pginter_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pstart_f.o .libs/libpmpi.lax/liblamf77pmpi.a/picmerge_f.o .libs/libpmpi.lax/liblamf77pmpi.a/punpack_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgincl_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwgroup_f.o .libs/libpmpi.lax/liblamf77pmpi.a/popfree_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcfreekey_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptgetname_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcancel_f.o .libs/libpmpi.lax/liblamf77pmpi.a/perrset_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pabort_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgcmp_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pkeycreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptopotest_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwgeterr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcfree_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcsetattr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pccreateerr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/prsendinit_f.o .libs/libpmpi.lax/liblamf77pmpi.a/psendrecv_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pisend_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pallreduce_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgather_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgraphnbr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwpost_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwgetname_f.o .libs/libpmpi.lax/liblamf77pmpi.a/preducescatter_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pissend_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgetelem_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcartmap_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pmpil_signal_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcseterr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptgettrue_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptcreatekey_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pscan_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinfocreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwsetname_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptcontig_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcsplit_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pfinalize_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pnamepub_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinfogetnth_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcsetname_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptlb_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcgetname_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgunion_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgrexcl_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pallgatherv_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcrank_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwcreateerr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgfree_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pirsend_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcartrank_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcrgroup_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgraphcreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcgetattr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgrincl_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pmpil_trace_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgsize_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcgroup_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgraphnbrcount_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwstart_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pattrget_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgetaddress_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pbsend_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pportclose_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ppcontrol_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinfodel_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwcreatekey_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pthvector_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgatherv_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptestany_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pccmp_f.o .libs/libpmpi.lax/liblamf77pmpi.a/paddress_f.o .libs/libpmpi.lax/liblamf77pmpi.a/palltoall_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcartcreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwgetattr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pfinalized_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pexscan_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptsubarray_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwaitsome_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptgetextent_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptvector_f.o .libs/libpmpi.lax/liblamf77pmpi.a/prsend_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwtime_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcartsub_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwdelattr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwsetattr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pput_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptstruct_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pbarrier_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcdelattr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pssend_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pccreatekey_f.o .libs/libpmpi.lax/liblamf77pmpi.a/preduce_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pibsend_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pscatter_f.o .libs/libpmpi.lax/liblamf77pmpi.a/palltoallv_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ppack_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pquerythr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pbufattach_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptfreekey_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptgetenvl_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptestsome_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptgetattr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwfree_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptestcancel_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcgetparent_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pconnect_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgetprocname_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pattrput_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinfofree_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinit_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pbcast_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pssendinit_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinfogetvlen_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptdelattr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/psendinit_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptextent_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pmpil_id_f.o .libs/libpmpi.lax/liblamf77pmpi.a/psendrecvrep_f.o .libs/libpmpi.lax/liblamf77pmpi.a/perrstring_f.o .libs/libpmpi.lax/liblamf77pmpi.a/piprobe_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pget_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinfogetnkeys_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgexcl_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwwait_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgetcount_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwcreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/perrcreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/paccept_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgdiff_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pthindex_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgraphmap_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcartcoords_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pkeyfree_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pprobe_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptsetname_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pdimscreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pportopen_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptindex_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgrank_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgraphget_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwfreekey_f.o .libs/libpmpi.lax/liblamf77pmpi.a/perrclass_f.o .libs/libpmpi.lax/liblamf77pmpi.a/precv_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptest_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcartdimget_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pjoin_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptdup_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgtranks_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcsize_f.o .libs/libpmpi.lax/liblamf77pmpi.a/popcreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgetversion_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ppacksize_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pgraphdimsget_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinfoset_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptcreatestruct_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pnamelook_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pnameunpub_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinfoget_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptgetconts_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinited_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pbufdetach_f.o .libs/libpmpi.lax/liblamf77pmpi.a/perrfree_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptsize_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinfodup_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptcreatehvector_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pctestinter_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptcommit_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwseterr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/perrget_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pinitthr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pallocmem_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcgeterr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptestall_f.o .libs/libpmpi.lax/liblamf77pmpi.a/precvinit_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwcomplete_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pstartall_f.o .libs/libpmpi.lax/liblamf77pmpi.a/piccreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pirecv_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptsetattr_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptresize_f.o .libs/libpmpi.lax/liblamf77pmpi.a/palltoallw_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pattrdel_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcrsize_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pisthrmain_f.o .libs/libpmpi.lax/liblamf77pmpi.a/paccumulate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptfree_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pbsendinit_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwait_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwfence_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcartget_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptcreatehindex_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptub_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pscatterv_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcdup_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwaitall_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwaitany_f.o .libs/libpmpi.lax/liblamf77pmpi.a/preqfree_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pspawnmult_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcartshift_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pwtick_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pcdisconnect_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pspawn_f.o .libs/libpmpi.lax/liblamf77pmpi.a/pccreate_f.o .libs/libpmpi.lax/liblamf77pmpi.a/ptdarray_f.o ranlib .libs/libpmpi.a rm -fr .libs/libpmpi.lax creating libpmpi.la (cd .libs && rm -f libpmpi.la && ln -s ../libpmpi.la libpmpi.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' Making all in rreq make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/rreq' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getnet.lo -MD -MP -MF ".deps/getnet.Tpo" -c -o getnet.lo getnet.c; \ then mv -f ".deps/getnet.Tpo" ".deps/getnet.Plo"; else rm -f ".deps/getnet.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getnet.lo -MD -MP -MF .deps/getnet.Tpo -c getnet.c -o getnet.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getnodes.lo -MD -MP -MF ".deps/getnodes.Tpo" -c -o getnodes.lo getnodes.c; \ then mv -f ".deps/getnodes.Tpo" ".deps/getnodes.Plo"; else rm -f ".deps/getnodes.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getnodes.lo -MD -MP -MF .deps/getnodes.Tpo -c getnodes.c -o getnodes.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getrent.lo -MD -MP -MF ".deps/getrent.Tpo" -c -o getrent.lo getrent.c; \ then mv -f ".deps/getrent.Tpo" ".deps/getrent.Plo"; else rm -f ".deps/getrent.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getrent.lo -MD -MP -MF .deps/getrent.Tpo -c getrent.c -o getrent.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getroute.lo -MD -MP -MF ".deps/getroute.Tpo" -c -o getroute.lo getroute.c; \ then mv -f ".deps/getroute.Tpo" ".deps/getroute.Plo"; else rm -f ".deps/getroute.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getroute.lo -MD -MP -MF .deps/getroute.Tpo -c getroute.c -o getroute.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getsmart.lo -MD -MP -MF ".deps/getsmart.Tpo" -c -o getsmart.lo getsmart.c; \ then mv -f ".deps/getsmart.Tpo" ".deps/getsmart.Plo"; else rm -f ".deps/getsmart.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getsmart.lo -MD -MP -MF .deps/getsmart.Tpo -c getsmart.c -o getsmart.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rrsetrents.lo -MD -MP -MF ".deps/rrsetrents.Tpo" -c -o rrsetrents.lo rrsetrents.c; \ then mv -f ".deps/rrsetrents.Tpo" ".deps/rrsetrents.Plo"; else rm -f ".deps/rrsetrents.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rrsetrents.lo -MD -MP -MF .deps/rrsetrents.Tpo -c rrsetrents.c -o rrsetrents.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rrsetsmart.lo -MD -MP -MF ".deps/rrsetsmart.Tpo" -c -o rrsetsmart.lo rrsetsmart.c; \ then mv -f ".deps/rrsetsmart.Tpo" ".deps/rrsetsmart.Plo"; else rm -f ".deps/rrsetsmart.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rrsetsmart.lo -MD -MP -MF .deps/rrsetsmart.Tpo -c rrsetsmart.c -o rrsetsmart.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamrreq.la getnet.lo getnodes.lo getrent.lo getroute.lo getsmart.lo rrsetrents.lo rrsetsmart.lo mkdir .libs ar cru .libs/liblamrreq.a getnet.o getnodes.o getrent.o getroute.o getsmart.o rrsetrents.o rrsetsmart.o ranlib .libs/liblamrreq.a creating liblamrreq.la (cd .libs && rm -f liblamrreq.la && ln -s ../liblamrreq.la liblamrreq.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/rreq' Making all in ssi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' Making all in base make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/base' if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_ao.lo -MD -MP -MF ".deps/ssi_ao.Tpo" -c -o ssi_ao.lo ssi_ao.c; \ then mv -f ".deps/ssi_ao.Tpo" ".deps/ssi_ao.Plo"; else rm -f ".deps/ssi_ao.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_ao.lo -MD -MP -MF .deps/ssi_ao.Tpo -c ssi_ao.c -o ssi_ao.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_close.lo -MD -MP -MF ".deps/ssi_close.Tpo" -c -o ssi_close.lo ssi_close.c; \ then mv -f ".deps/ssi_close.Tpo" ".deps/ssi_close.Plo"; else rm -f ".deps/ssi_close.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_close.lo -MD -MP -MF .deps/ssi_close.Tpo -c ssi_close.c -o ssi_close.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_set_verbose.lo -MD -MP -MF ".deps/ssi_set_verbose.Tpo" -c -o ssi_set_verbose.lo ssi_set_verbose.c; \ then mv -f ".deps/ssi_set_verbose.Tpo" ".deps/ssi_set_verbose.Plo"; else rm -f ".deps/ssi_set_verbose.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_set_verbose.lo -MD -MP -MF .deps/ssi_set_verbose.Tpo -c ssi_set_verbose.c -o ssi_set_verbose.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_module_check.lo -MD -MP -MF ".deps/ssi_module_check.Tpo" -c -o ssi_module_check.lo ssi_module_check.c; \ then mv -f ".deps/ssi_module_check.Tpo" ".deps/ssi_module_check.Plo"; else rm -f ".deps/ssi_module_check.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_module_check.lo -MD -MP -MF .deps/ssi_module_check.Tpo -c ssi_module_check.c -o ssi_module_check.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_module_compare.lo -MD -MP -MF ".deps/ssi_module_compare.Tpo" -c -o ssi_module_compare.lo ssi_module_compare.c; \ then mv -f ".deps/ssi_module_compare.Tpo" ".deps/ssi_module_compare.Plo"; else rm -f ".deps/ssi_module_compare.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_module_compare.lo -MD -MP -MF .deps/ssi_module_compare.Tpo -c ssi_module_compare.c -o ssi_module_compare.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_module_find.lo -MD -MP -MF ".deps/ssi_module_find.Tpo" -c -o ssi_module_find.lo ssi_module_find.c; \ then mv -f ".deps/ssi_module_find.Tpo" ".deps/ssi_module_find.Plo"; else rm -f ".deps/ssi_module_find.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_module_find.lo -MD -MP -MF .deps/ssi_module_find.Tpo -c ssi_module_find.c -o ssi_module_find.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_module_registry.lo -MD -MP -MF ".deps/ssi_module_registry.Tpo" -c -o ssi_module_registry.lo ssi_module_registry.c; \ then mv -f ".deps/ssi_module_registry.Tpo" ".deps/ssi_module_registry.Plo"; else rm -f ".deps/ssi_module_registry.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_module_registry.lo -MD -MP -MF .deps/ssi_module_registry.Tpo -c ssi_module_registry.c -o ssi_module_registry.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_open.lo -MD -MP -MF ".deps/ssi_open.Tpo" -c -o ssi_open.lo ssi_open.c; \ then mv -f ".deps/ssi_open.Tpo" ".deps/ssi_open.Plo"; else rm -f ".deps/ssi_open.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_open.lo -MD -MP -MF .deps/ssi_open.Tpo -c ssi_open.c -o ssi_open.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_hostmap.lo -MD -MP -MF ".deps/ssi_hostmap.Tpo" -c -o ssi_hostmap.lo ssi_hostmap.c; \ then mv -f ".deps/ssi_hostmap.Tpo" ".deps/ssi_hostmap.Plo"; else rm -f ".deps/ssi_hostmap.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_hostmap.lo -MD -MP -MF .deps/ssi_hostmap.Tpo -c ssi_hostmap.c -o ssi_hostmap.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_param.lo -MD -MP -MF ".deps/ssi_param.Tpo" -c -o ssi_param.lo ssi_param.c; \ then mv -f ".deps/ssi_param.Tpo" ".deps/ssi_param.Plo"; else rm -f ".deps/ssi_param.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_param.lo -MD -MP -MF .deps/ssi_param.Tpo -c ssi_param.c -o ssi_param.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_lam_base.la ssi_ao.lo ssi_close.lo ssi_set_verbose.lo ssi_module_check.lo ssi_module_compare.lo ssi_module_find.lo ssi_module_registry.lo ssi_open.lo ssi_hostmap.lo ssi_param.lo mkdir .libs ar cru .libs/libssi_lam_base.a ssi_ao.o ssi_close.o ssi_set_verbose.o ssi_module_check.o ssi_module_compare.o ssi_module_find.o ssi_module_registry.o ssi_open.o ssi_hostmap.o ssi_param.o ranlib .libs/libssi_lam_base.a creating libssi_lam_base.la (cd .libs && rm -f libssi_lam_base.la && ln -s ../libssi_lam_base.la libssi_lam_base.la) if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_mpi_init_callback.lo -MD -MP -MF ".deps/ssi_mpi_init_callback.Tpo" -c -o ssi_mpi_init_callback.lo ssi_mpi_init_callback.c; \ then mv -f ".deps/ssi_mpi_init_callback.Tpo" ".deps/ssi_mpi_init_callback.Plo"; else rm -f ".deps/ssi_mpi_init_callback.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_mpi_init_callback.lo -MD -MP -MF .deps/ssi_mpi_init_callback.Tpo -c ssi_mpi_init_callback.c -o ssi_mpi_init_callback.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_mpi_module_select.lo -MD -MP -MF ".deps/ssi_mpi_module_select.Tpo" -c -o ssi_mpi_module_select.lo ssi_mpi_module_select.c; \ then mv -f ".deps/ssi_mpi_module_select.Tpo" ".deps/ssi_mpi_module_select.Plo"; else rm -f ".deps/ssi_mpi_module_select.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_mpi_module_select.lo -MD -MP -MF .deps/ssi_mpi_module_select.Tpo -c ssi_mpi_module_select.c -o ssi_mpi_module_select.o if /bin/sh ../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_mpi_param.lo -MD -MP -MF ".deps/ssi_mpi_param.Tpo" -c -o ssi_mpi_param.lo ssi_mpi_param.c; \ then mv -f ".deps/ssi_mpi_param.Tpo" ".deps/ssi_mpi_param.Plo"; else rm -f ".deps/ssi_mpi_param.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -DLAM_LIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -DLAM_PKGLIBDIR=\"/home/astromake/opt/gadget/lib/lam\" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_mpi_param.lo -MD -MP -MF .deps/ssi_mpi_param.Tpo -c ssi_mpi_param.c -o ssi_mpi_param.o /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_mpi_base.la ssi_mpi_init_callback.lo ssi_mpi_module_select.lo ssi_mpi_param.lo ar cru .libs/libssi_mpi_base.a ssi_mpi_init_callback.o ssi_mpi_module_select.o ssi_mpi_param.o ranlib .libs/libssi_mpi_base.a creating libssi_mpi_base.la (cd .libs && rm -f libssi_mpi_base.la && ln -s ../libssi_mpi_base.la libssi_mpi_base.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/base' Making all in boot make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' Making all in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/base' if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_alg_linear.lo -MD -MP -MF ".deps/ssi_boot_alg_linear.Tpo" -c -o ssi_boot_alg_linear.lo ssi_boot_alg_linear.c; \ then mv -f ".deps/ssi_boot_alg_linear.Tpo" ".deps/ssi_boot_alg_linear.Plo"; else rm -f ".deps/ssi_boot_alg_linear.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_alg_linear.lo -MD -MP -MF .deps/ssi_boot_alg_linear.Tpo -c ssi_boot_alg_linear.c -o ssi_boot_alg_linear.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_alg_linear_windowed.lo -MD -MP -MF ".deps/ssi_boot_alg_linear_windowed.Tpo" -c -o ssi_boot_alg_linear_windowed.lo ssi_boot_alg_linear_windowed.c; \ then mv -f ".deps/ssi_boot_alg_linear_windowed.Tpo" ".deps/ssi_boot_alg_linear_windowed.Plo"; else rm -f ".deps/ssi_boot_alg_linear_windowed.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_alg_linear_windowed.lo -MD -MP -MF .deps/ssi_boot_alg_linear_windowed.Tpo -c ssi_boot_alg_linear_windowed.c -o ssi_boot_alg_linear_windowed.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_alg_thread.lo -MD -MP -MF ".deps/ssi_boot_alg_thread.Tpo" -c -o ssi_boot_alg_thread.lo ssi_boot_alg_thread.c; \ then mv -f ".deps/ssi_boot_alg_thread.Tpo" ".deps/ssi_boot_alg_thread.Plo"; else rm -f ".deps/ssi_boot_alg_thread.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_alg_thread.lo -MD -MP -MF .deps/ssi_boot_alg_thread.Tpo -c ssi_boot_alg_thread.c -o ssi_boot_alg_thread.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_alg_tree.lo -MD -MP -MF ".deps/ssi_boot_alg_tree.Tpo" -c -o ssi_boot_alg_tree.lo ssi_boot_alg_tree.c; \ then mv -f ".deps/ssi_boot_alg_tree.Tpo" ".deps/ssi_boot_alg_tree.Plo"; else rm -f ".deps/ssi_boot_alg_tree.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_alg_tree.lo -MD -MP -MF .deps/ssi_boot_alg_tree.Tpo -c ssi_boot_alg_tree.c -o ssi_boot_alg_tree.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_append_path.lo -MD -MP -MF ".deps/ssi_boot_append_path.Tpo" -c -o ssi_boot_append_path.lo ssi_boot_append_path.c; \ then mv -f ".deps/ssi_boot_append_path.Tpo" ".deps/ssi_boot_append_path.Plo"; else rm -f ".deps/ssi_boot_append_path.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_append_path.lo -MD -MP -MF .deps/ssi_boot_append_path.Tpo -c ssi_boot_append_path.c -o ssi_boot_append_path.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_client.lo -MD -MP -MF ".deps/ssi_boot_client.Tpo" -c -o ssi_boot_client.lo ssi_boot_client.c; \ then mv -f ".deps/ssi_boot_client.Tpo" ".deps/ssi_boot_client.Plo"; else rm -f ".deps/ssi_boot_client.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_client.lo -MD -MP -MF .deps/ssi_boot_client.Tpo -c ssi_boot_client.c -o ssi_boot_client.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_close.lo -MD -MP -MF ".deps/ssi_boot_close.Tpo" -c -o ssi_boot_close.lo ssi_boot_close.c; \ then mv -f ".deps/ssi_boot_close.Tpo" ".deps/ssi_boot_close.Plo"; else rm -f ".deps/ssi_boot_close.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_close.lo -MD -MP -MF .deps/ssi_boot_close.Tpo -c ssi_boot_close.c -o ssi_boot_close.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_cmd_line.lo -MD -MP -MF ".deps/ssi_boot_cmd_line.Tpo" -c -o ssi_boot_cmd_line.lo ssi_boot_cmd_line.c; \ then mv -f ".deps/ssi_boot_cmd_line.Tpo" ".deps/ssi_boot_cmd_line.Plo"; else rm -f ".deps/ssi_boot_cmd_line.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_cmd_line.lo -MD -MP -MF .deps/ssi_boot_cmd_line.Tpo -c ssi_boot_cmd_line.c -o ssi_boot_cmd_line.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_do_args.lo -MD -MP -MF ".deps/ssi_boot_do_args.Tpo" -c -o ssi_boot_do_args.lo ssi_boot_do_args.c; \ then mv -f ".deps/ssi_boot_do_args.Tpo" ".deps/ssi_boot_do_args.Plo"; else rm -f ".deps/ssi_boot_do_args.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_do_args.lo -MD -MP -MF .deps/ssi_boot_do_args.Tpo -c ssi_boot_do_args.c -o ssi_boot_do_args.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_find_boot_schema.lo -MD -MP -MF ".deps/ssi_boot_find_boot_schema.Tpo" -c -o ssi_boot_find_boot_schema.lo ssi_boot_find_boot_schema.c; \ then mv -f ".deps/ssi_boot_find_boot_schema.Tpo" ".deps/ssi_boot_find_boot_schema.Plo"; else rm -f ".deps/ssi_boot_find_boot_schema.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_find_boot_schema.lo -MD -MP -MF .deps/ssi_boot_find_boot_schema.Tpo -c ssi_boot_find_boot_schema.c -o ssi_boot_find_boot_schema.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_find_hostname.lo -MD -MP -MF ".deps/ssi_boot_find_hostname.Tpo" -c -o ssi_boot_find_hostname.lo ssi_boot_find_hostname.c; \ then mv -f ".deps/ssi_boot_find_hostname.Tpo" ".deps/ssi_boot_find_hostname.Plo"; else rm -f ".deps/ssi_boot_find_hostname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_find_hostname.lo -MD -MP -MF .deps/ssi_boot_find_hostname.Tpo -c ssi_boot_find_hostname.c -o ssi_boot_find_hostname.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_find_prefix.lo -MD -MP -MF ".deps/ssi_boot_find_prefix.Tpo" -c -o ssi_boot_find_prefix.lo ssi_boot_find_prefix.c; \ then mv -f ".deps/ssi_boot_find_prefix.Tpo" ".deps/ssi_boot_find_prefix.Plo"; else rm -f ".deps/ssi_boot_find_prefix.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_find_prefix.lo -MD -MP -MF .deps/ssi_boot_find_prefix.Tpo -c ssi_boot_find_prefix.c -o ssi_boot_find_prefix.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_ioexecvp.lo -MD -MP -MF ".deps/ssi_boot_ioexecvp.Tpo" -c -o ssi_boot_ioexecvp.lo ssi_boot_ioexecvp.c; \ then mv -f ".deps/ssi_boot_ioexecvp.Tpo" ".deps/ssi_boot_ioexecvp.Plo"; else rm -f ".deps/ssi_boot_ioexecvp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_ioexecvp.lo -MD -MP -MF .deps/ssi_boot_ioexecvp.Tpo -c ssi_boot_ioexecvp.c -o ssi_boot_ioexecvp.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_lamgrow.lo -MD -MP -MF ".deps/ssi_boot_lamgrow.Tpo" -c -o ssi_boot_lamgrow.lo ssi_boot_lamgrow.c; \ then mv -f ".deps/ssi_boot_lamgrow.Tpo" ".deps/ssi_boot_lamgrow.Plo"; else rm -f ".deps/ssi_boot_lamgrow.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_lamgrow.lo -MD -MP -MF .deps/ssi_boot_lamgrow.Tpo -c ssi_boot_lamgrow.c -o ssi_boot_lamgrow.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_open.lo -MD -MP -MF ".deps/ssi_boot_open.Tpo" -c -o ssi_boot_open.lo ssi_boot_open.c; \ then mv -f ".deps/ssi_boot_open.Tpo" ".deps/ssi_boot_open.Plo"; else rm -f ".deps/ssi_boot_open.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_open.lo -MD -MP -MF .deps/ssi_boot_open.Tpo -c ssi_boot_open.c -o ssi_boot_open.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_select.lo -MD -MP -MF ".deps/ssi_boot_select.Tpo" -c -o ssi_boot_select.lo ssi_boot_select.c; \ then mv -f ".deps/ssi_boot_select.Tpo" ".deps/ssi_boot_select.Plo"; else rm -f ".deps/ssi_boot_select.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_select.lo -MD -MP -MF .deps/ssi_boot_select.Tpo -c ssi_boot_select.c -o ssi_boot_select.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_server.lo -MD -MP -MF ".deps/ssi_boot_server.Tpo" -c -o ssi_boot_server.lo ssi_boot_server.c; \ then mv -f ".deps/ssi_boot_server.Tpo" ".deps/ssi_boot_server.Plo"; else rm -f ".deps/ssi_boot_server.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_server.lo -MD -MP -MF .deps/ssi_boot_server.Tpo -c ssi_boot_server.c -o ssi_boot_server.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_boot_base.la ssi_boot_alg_linear.lo ssi_boot_alg_linear_windowed.lo ssi_boot_alg_thread.lo ssi_boot_alg_tree.lo ssi_boot_append_path.lo ssi_boot_client.lo ssi_boot_close.lo ssi_boot_cmd_line.lo ssi_boot_do_args.lo ssi_boot_find_boot_schema.lo ssi_boot_find_hostname.lo ssi_boot_find_prefix.lo ssi_boot_ioexecvp.lo ssi_boot_lamgrow.lo ssi_boot_open.lo ssi_boot_select.lo ssi_boot_server.lo mkdir .libs ar cru .libs/libssi_boot_base.a ssi_boot_alg_linear.o ssi_boot_alg_linear_windowed.o ssi_boot_alg_thread.o ssi_boot_alg_tree.o ssi_boot_append_path.o ssi_boot_client.o ssi_boot_close.o ssi_boot_cmd_line.o ssi_boot_do_args.o ssi_boot_find_boot_schema.o ssi_boot_find_hostname.o ssi_boot_find_prefix.o ssi_boot_ioexecvp.o ssi_boot_lamgrow.o ssi_boot_open.o ssi_boot_select.o ssi_boot_server.o ranlib .libs/libssi_boot_base.a creating libssi_boot_base.la (cd .libs && rm -f libssi_boot_base.la && ln -s ../libssi_boot_base.la libssi_boot_base.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/base' Making all in globus make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_globus.lo -MD -MP -MF ".deps/ssi_boot_globus.Tpo" -c -o ssi_boot_globus.lo ssi_boot_globus.c; \ then mv -f ".deps/ssi_boot_globus.Tpo" ".deps/ssi_boot_globus.Plo"; else rm -f ".deps/ssi_boot_globus.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_globus.lo -MD -MP -MF .deps/ssi_boot_globus.Tpo -c ssi_boot_globus.c -o ssi_boot_globus.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_globus_inetexec.lo -MD -MP -MF ".deps/ssi_boot_globus_inetexec.Tpo" -c -o ssi_boot_globus_inetexec.lo ssi_boot_globus_inetexec.c; \ then mv -f ".deps/ssi_boot_globus_inetexec.Tpo" ".deps/ssi_boot_globus_inetexec.Plo"; else rm -f ".deps/ssi_boot_globus_inetexec.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_globus_inetexec.lo -MD -MP -MF .deps/ssi_boot_globus_inetexec.Tpo -c ssi_boot_globus_inetexec.c -o ssi_boot_globus_inetexec.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_globus_module.lo -MD -MP -MF ".deps/ssi_boot_globus_module.Tpo" -c -o ssi_boot_globus_module.lo ssi_boot_globus_module.c; \ then mv -f ".deps/ssi_boot_globus_module.Tpo" ".deps/ssi_boot_globus_module.Plo"; else rm -f ".deps/ssi_boot_globus_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_globus_module.lo -MD -MP -MF .deps/ssi_boot_globus_module.Tpo -c ssi_boot_globus_module.c -o ssi_boot_globus_module.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libglobus.la ssi_boot_globus.lo ssi_boot_globus_inetexec.lo ssi_boot_globus_module.lo mkdir .libs ar cru .libs/libglobus.a ssi_boot_globus.o ssi_boot_globus_inetexec.o ssi_boot_globus_module.o ranlib .libs/libglobus.a creating libglobus.la (cd .libs && rm -f libglobus.la && ln -s ../libglobus.la libglobus.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_boot_globus.la -module -avoid-version src/libglobus.la mkdir .libs rm -fr .libs/liblam_ssi_boot_globus.lax mkdir .libs/liblam_ssi_boot_globus.lax rm -fr .libs/liblam_ssi_boot_globus.lax/libglobus.a mkdir .libs/liblam_ssi_boot_globus.lax/libglobus.a (cd .libs/liblam_ssi_boot_globus.lax/libglobus.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/src/.libs/libglobus.a) ar cru .libs/liblam_ssi_boot_globus.a .libs/liblam_ssi_boot_globus.lax/libglobus.a/ssi_boot_globus_module.o .libs/liblam_ssi_boot_globus.lax/libglobus.a/ssi_boot_globus.o .libs/liblam_ssi_boot_globus.lax/libglobus.a/ssi_boot_globus_inetexec.o ranlib .libs/liblam_ssi_boot_globus.a rm -fr .libs/liblam_ssi_boot_globus.lax creating liblam_ssi_boot_globus.la (cd .libs && rm -f liblam_ssi_boot_globus.la && ln -s ../liblam_ssi_boot_globus.la liblam_ssi_boot_globus.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' Making all in rsh make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_rsh.lo -MD -MP -MF ".deps/ssi_boot_rsh.Tpo" -c -o ssi_boot_rsh.lo ssi_boot_rsh.c; \ then mv -f ".deps/ssi_boot_rsh.Tpo" ".deps/ssi_boot_rsh.Plo"; else rm -f ".deps/ssi_boot_rsh.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_rsh.lo -MD -MP -MF .deps/ssi_boot_rsh.Tpo -c ssi_boot_rsh.c -o ssi_boot_rsh.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_rsh_inetexec.lo -MD -MP -MF ".deps/ssi_boot_rsh_inetexec.Tpo" -c -o ssi_boot_rsh_inetexec.lo ssi_boot_rsh_inetexec.c; \ then mv -f ".deps/ssi_boot_rsh_inetexec.Tpo" ".deps/ssi_boot_rsh_inetexec.Plo"; else rm -f ".deps/ssi_boot_rsh_inetexec.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_rsh_inetexec.lo -MD -MP -MF .deps/ssi_boot_rsh_inetexec.Tpo -c ssi_boot_rsh_inetexec.c -o ssi_boot_rsh_inetexec.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_rsh_module.lo -MD -MP -MF ".deps/ssi_boot_rsh_module.Tpo" -c -o ssi_boot_rsh_module.lo ssi_boot_rsh_module.c; \ then mv -f ".deps/ssi_boot_rsh_module.Tpo" ".deps/ssi_boot_rsh_module.Plo"; else rm -f ".deps/ssi_boot_rsh_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_rsh_module.lo -MD -MP -MF .deps/ssi_boot_rsh_module.Tpo -c ssi_boot_rsh_module.c -o ssi_boot_rsh_module.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o librsh.la ssi_boot_rsh.lo ssi_boot_rsh_inetexec.lo ssi_boot_rsh_module.lo mkdir .libs ar cru .libs/librsh.a ssi_boot_rsh.o ssi_boot_rsh_inetexec.o ssi_boot_rsh_module.o ranlib .libs/librsh.a creating librsh.la (cd .libs && rm -f librsh.la && ln -s ../librsh.la librsh.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_boot_rsh.la -module -avoid-version src/librsh.la mkdir .libs rm -fr .libs/liblam_ssi_boot_rsh.lax mkdir .libs/liblam_ssi_boot_rsh.lax rm -fr .libs/liblam_ssi_boot_rsh.lax/librsh.a mkdir .libs/liblam_ssi_boot_rsh.lax/librsh.a (cd .libs/liblam_ssi_boot_rsh.lax/librsh.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/src/.libs/librsh.a) ar cru .libs/liblam_ssi_boot_rsh.a .libs/liblam_ssi_boot_rsh.lax/librsh.a/ssi_boot_rsh_inetexec.o .libs/liblam_ssi_boot_rsh.lax/librsh.a/ssi_boot_rsh_module.o .libs/liblam_ssi_boot_rsh.lax/librsh.a/ssi_boot_rsh.o ranlib .libs/liblam_ssi_boot_rsh.a rm -fr .libs/liblam_ssi_boot_rsh.lax creating liblam_ssi_boot_rsh.la (cd .libs && rm -f liblam_ssi_boot_rsh.la && ln -s ../liblam_ssi_boot_rsh.la liblam_ssi_boot_rsh.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' Making all in slurm make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_slurm.lo -MD -MP -MF ".deps/ssi_boot_slurm.Tpo" -c -o ssi_boot_slurm.lo ssi_boot_slurm.c; \ then mv -f ".deps/ssi_boot_slurm.Tpo" ".deps/ssi_boot_slurm.Plo"; else rm -f ".deps/ssi_boot_slurm.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_slurm.lo -MD -MP -MF .deps/ssi_boot_slurm.Tpo -c ssi_boot_slurm.c -o ssi_boot_slurm.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_slurm_hostlist.lo -MD -MP -MF ".deps/ssi_boot_slurm_hostlist.Tpo" -c -o ssi_boot_slurm_hostlist.lo ssi_boot_slurm_hostlist.c; \ then mv -f ".deps/ssi_boot_slurm_hostlist.Tpo" ".deps/ssi_boot_slurm_hostlist.Plo"; else rm -f ".deps/ssi_boot_slurm_hostlist.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_slurm_hostlist.lo -MD -MP -MF .deps/ssi_boot_slurm_hostlist.Tpo -c ssi_boot_slurm_hostlist.c -o ssi_boot_slurm_hostlist.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_slurm_module.lo -MD -MP -MF ".deps/ssi_boot_slurm_module.Tpo" -c -o ssi_boot_slurm_module.lo ssi_boot_slurm_module.c; \ then mv -f ".deps/ssi_boot_slurm_module.Tpo" ".deps/ssi_boot_slurm_module.Plo"; else rm -f ".deps/ssi_boot_slurm_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_boot_slurm_module.lo -MD -MP -MF .deps/ssi_boot_slurm_module.Tpo -c ssi_boot_slurm_module.c -o ssi_boot_slurm_module.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libslurm.la ssi_boot_slurm.lo ssi_boot_slurm_hostlist.lo ssi_boot_slurm_module.lo mkdir .libs ar cru .libs/libslurm.a ssi_boot_slurm.o ssi_boot_slurm_hostlist.o ssi_boot_slurm_module.o ranlib .libs/libslurm.a creating libslurm.la (cd .libs && rm -f libslurm.la && ln -s ../libslurm.la libslurm.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_boot_slurm.la -module -avoid-version src/libslurm.la mkdir .libs rm -fr .libs/liblam_ssi_boot_slurm.lax mkdir .libs/liblam_ssi_boot_slurm.lax rm -fr .libs/liblam_ssi_boot_slurm.lax/libslurm.a mkdir .libs/liblam_ssi_boot_slurm.lax/libslurm.a (cd .libs/liblam_ssi_boot_slurm.lax/libslurm.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/src/.libs/libslurm.a) ar cru .libs/liblam_ssi_boot_slurm.a .libs/liblam_ssi_boot_slurm.lax/libslurm.a/ssi_boot_slurm_module.o .libs/liblam_ssi_boot_slurm.lax/libslurm.a/ssi_boot_slurm.o .libs/liblam_ssi_boot_slurm.lax/libslurm.a/ssi_boot_slurm_hostlist.o ranlib .libs/liblam_ssi_boot_slurm.a rm -fr .libs/liblam_ssi_boot_slurm.lax creating liblam_ssi_boot_slurm.la (cd .libs && rm -f liblam_ssi_boot_slurm.la && ln -s ../liblam_ssi_boot_slurm.la liblam_ssi_boot_slurm.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_boot.la base/libssi_boot_base.la slurm/liblam_ssi_boot_slurm.la rsh/liblam_ssi_boot_rsh.la globus/liblam_ssi_boot_globus.la mkdir .libs rm -fr .libs/libssi_boot.lax mkdir .libs/libssi_boot.lax rm -fr .libs/libssi_boot.lax/libssi_boot_base.a mkdir .libs/libssi_boot.lax/libssi_boot_base.a (cd .libs/libssi_boot.lax/libssi_boot_base.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/base/.libs/libssi_boot_base.a) rm -fr .libs/libssi_boot.lax/liblam_ssi_boot_slurm.a mkdir .libs/libssi_boot.lax/liblam_ssi_boot_slurm.a (cd .libs/libssi_boot.lax/liblam_ssi_boot_slurm.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/.libs/liblam_ssi_boot_slurm.a) rm -fr .libs/libssi_boot.lax/liblam_ssi_boot_rsh.a mkdir .libs/libssi_boot.lax/liblam_ssi_boot_rsh.a (cd .libs/libssi_boot.lax/liblam_ssi_boot_rsh.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/.libs/liblam_ssi_boot_rsh.a) rm -fr .libs/libssi_boot.lax/liblam_ssi_boot_globus.a mkdir .libs/libssi_boot.lax/liblam_ssi_boot_globus.a (cd .libs/libssi_boot.lax/liblam_ssi_boot_globus.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/.libs/liblam_ssi_boot_globus.a) ar cru .libs/libssi_boot.a .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_append_path.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_server.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_select.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_cmd_line.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_client.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_find_prefix.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_alg_tree.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_open.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_find_hostname.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_find_boot_schema.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_alg_linear.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_alg_linear_windowed.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_alg_thread.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_do_args.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_lamgrow.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_ioexecvp.o .libs/libssi_boot.lax/libssi_boot_base.a/ssi_boot_close.o .libs/libssi_boot.lax/liblam_ssi_boot_slurm.a/ssi_boot_slurm_module.o .libs/libssi_boot.lax/liblam_ssi_boot_slurm.a/ssi_boot_slurm.o .libs/libssi_boot.lax/liblam_ssi_boot_slurm.a/ssi_boot_slurm_hostlist.o .libs/libssi_boot.lax/liblam_ssi_boot_rsh.a/ssi_boot_rsh_inetexec.o .libs/libssi_boot.lax/liblam_ssi_boot_rsh.a/ssi_boot_rsh_module.o .libs/libssi_boot.lax/liblam_ssi_boot_rsh.a/ssi_boot_rsh.o .libs/libssi_boot.lax/liblam_ssi_boot_globus.a/ssi_boot_globus_module.o .libs/libssi_boot.lax/liblam_ssi_boot_globus.a/ssi_boot_globus.o .libs/libssi_boot.lax/liblam_ssi_boot_globus.a/ssi_boot_globus_inetexec.o ranlib .libs/libssi_boot.a rm -fr .libs/libssi_boot.lax creating libssi_boot.la (cd .libs && rm -f libssi_boot.la && ln -s ../libssi_boot.la libssi_boot.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' Making all in coll make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' Making all in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/base' if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_checkpoint.lo -MD -MP -MF ".deps/ssi_coll_checkpoint.Tpo" -c -o ssi_coll_checkpoint.lo ssi_coll_checkpoint.c; \ then mv -f ".deps/ssi_coll_checkpoint.Tpo" ".deps/ssi_coll_checkpoint.Plo"; else rm -f ".deps/ssi_coll_checkpoint.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_checkpoint.lo -MD -MP -MF .deps/ssi_coll_checkpoint.Tpo -c ssi_coll_checkpoint.c -o ssi_coll_checkpoint.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_close.lo -MD -MP -MF ".deps/ssi_coll_close.Tpo" -c -o ssi_coll_close.lo ssi_coll_close.c; \ then mv -f ".deps/ssi_coll_close.Tpo" ".deps/ssi_coll_close.Plo"; else rm -f ".deps/ssi_coll_close.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_close.lo -MD -MP -MF .deps/ssi_coll_close.Tpo -c ssi_coll_close.c -o ssi_coll_close.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_init_comm.lo -MD -MP -MF ".deps/ssi_coll_init_comm.Tpo" -c -o ssi_coll_init_comm.lo ssi_coll_init_comm.c; \ then mv -f ".deps/ssi_coll_init_comm.Tpo" ".deps/ssi_coll_init_comm.Plo"; else rm -f ".deps/ssi_coll_init_comm.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_init_comm.lo -MD -MP -MF .deps/ssi_coll_init_comm.Tpo -c ssi_coll_init_comm.c -o ssi_coll_init_comm.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_finalize_comm.lo -MD -MP -MF ".deps/ssi_coll_finalize_comm.Tpo" -c -o ssi_coll_finalize_comm.lo ssi_coll_finalize_comm.c; \ then mv -f ".deps/ssi_coll_finalize_comm.Tpo" ".deps/ssi_coll_finalize_comm.Plo"; else rm -f ".deps/ssi_coll_finalize_comm.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_finalize_comm.lo -MD -MP -MF .deps/ssi_coll_finalize_comm.Tpo -c ssi_coll_finalize_comm.c -o ssi_coll_finalize_comm.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_get_param.lo -MD -MP -MF ".deps/ssi_coll_get_param.Tpo" -c -o ssi_coll_get_param.lo ssi_coll_get_param.c; \ then mv -f ".deps/ssi_coll_get_param.Tpo" ".deps/ssi_coll_get_param.Plo"; else rm -f ".deps/ssi_coll_get_param.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_get_param.lo -MD -MP -MF .deps/ssi_coll_get_param.Tpo -c ssi_coll_get_param.c -o ssi_coll_get_param.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_open.lo -MD -MP -MF ".deps/ssi_coll_open.Tpo" -c -o ssi_coll_open.lo ssi_coll_open.c; \ then mv -f ".deps/ssi_coll_open.Tpo" ".deps/ssi_coll_open.Plo"; else rm -f ".deps/ssi_coll_open.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_open.lo -MD -MP -MF .deps/ssi_coll_open.Tpo -c ssi_coll_open.c -o ssi_coll_open.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_query.lo -MD -MP -MF ".deps/ssi_coll_query.Tpo" -c -o ssi_coll_query.lo ssi_coll_query.c; \ then mv -f ".deps/ssi_coll_query.Tpo" ".deps/ssi_coll_query.Plo"; else rm -f ".deps/ssi_coll_query.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/ssi/coll/lam_basic/src -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_query.lo -MD -MP -MF .deps/ssi_coll_query.Tpo -c ssi_coll_query.c -o ssi_coll_query.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_coll_base.la ssi_coll_checkpoint.lo ssi_coll_close.lo ssi_coll_init_comm.lo ssi_coll_finalize_comm.lo ssi_coll_get_param.lo ssi_coll_open.lo ssi_coll_query.lo mkdir .libs ar cru .libs/libssi_coll_base.a ssi_coll_checkpoint.o ssi_coll_close.o ssi_coll_init_comm.o ssi_coll_finalize_comm.o ssi_coll_get_param.o ssi_coll_open.o ssi_coll_query.o ranlib .libs/libssi_coll_base.a creating libssi_coll_base.la (cd .libs && rm -f libssi_coll_base.la && ln -s ../libssi_coll_base.la libssi_coll_base.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/base' Making all in lam_basic make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic.lo -MD -MP -MF ".deps/ssi_coll_lam_basic.Tpo" -c -o ssi_coll_lam_basic.lo ssi_coll_lam_basic.c; \ then mv -f ".deps/ssi_coll_lam_basic.Tpo" ".deps/ssi_coll_lam_basic.Plo"; else rm -f ".deps/ssi_coll_lam_basic.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic.lo -MD -MP -MF .deps/ssi_coll_lam_basic.Tpo -c ssi_coll_lam_basic.c -o ssi_coll_lam_basic.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_util.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_util.Tpo" -c -o ssi_coll_lam_basic_util.lo ssi_coll_lam_basic_util.c; \ then mv -f ".deps/ssi_coll_lam_basic_util.Tpo" ".deps/ssi_coll_lam_basic_util.Plo"; else rm -f ".deps/ssi_coll_lam_basic_util.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_util.lo -MD -MP -MF .deps/ssi_coll_lam_basic_util.Tpo -c ssi_coll_lam_basic_util.c -o ssi_coll_lam_basic_util.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_allgather.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_allgather.Tpo" -c -o ssi_coll_lam_basic_allgather.lo ssi_coll_lam_basic_allgather.c; \ then mv -f ".deps/ssi_coll_lam_basic_allgather.Tpo" ".deps/ssi_coll_lam_basic_allgather.Plo"; else rm -f ".deps/ssi_coll_lam_basic_allgather.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_allgather.lo -MD -MP -MF .deps/ssi_coll_lam_basic_allgather.Tpo -c ssi_coll_lam_basic_allgather.c -o ssi_coll_lam_basic_allgather.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_allgatherv.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_allgatherv.Tpo" -c -o ssi_coll_lam_basic_allgatherv.lo ssi_coll_lam_basic_allgatherv.c; \ then mv -f ".deps/ssi_coll_lam_basic_allgatherv.Tpo" ".deps/ssi_coll_lam_basic_allgatherv.Plo"; else rm -f ".deps/ssi_coll_lam_basic_allgatherv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_allgatherv.lo -MD -MP -MF .deps/ssi_coll_lam_basic_allgatherv.Tpo -c ssi_coll_lam_basic_allgatherv.c -o ssi_coll_lam_basic_allgatherv.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_allreduce.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_allreduce.Tpo" -c -o ssi_coll_lam_basic_allreduce.lo ssi_coll_lam_basic_allreduce.c; \ then mv -f ".deps/ssi_coll_lam_basic_allreduce.Tpo" ".deps/ssi_coll_lam_basic_allreduce.Plo"; else rm -f ".deps/ssi_coll_lam_basic_allreduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_allreduce.lo -MD -MP -MF .deps/ssi_coll_lam_basic_allreduce.Tpo -c ssi_coll_lam_basic_allreduce.c -o ssi_coll_lam_basic_allreduce.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_alltoall.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_alltoall.Tpo" -c -o ssi_coll_lam_basic_alltoall.lo ssi_coll_lam_basic_alltoall.c; \ then mv -f ".deps/ssi_coll_lam_basic_alltoall.Tpo" ".deps/ssi_coll_lam_basic_alltoall.Plo"; else rm -f ".deps/ssi_coll_lam_basic_alltoall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_alltoall.lo -MD -MP -MF .deps/ssi_coll_lam_basic_alltoall.Tpo -c ssi_coll_lam_basic_alltoall.c -o ssi_coll_lam_basic_alltoall.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_alltoallv.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_alltoallv.Tpo" -c -o ssi_coll_lam_basic_alltoallv.lo ssi_coll_lam_basic_alltoallv.c; \ then mv -f ".deps/ssi_coll_lam_basic_alltoallv.Tpo" ".deps/ssi_coll_lam_basic_alltoallv.Plo"; else rm -f ".deps/ssi_coll_lam_basic_alltoallv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_alltoallv.lo -MD -MP -MF .deps/ssi_coll_lam_basic_alltoallv.Tpo -c ssi_coll_lam_basic_alltoallv.c -o ssi_coll_lam_basic_alltoallv.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_alltoallw.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_alltoallw.Tpo" -c -o ssi_coll_lam_basic_alltoallw.lo ssi_coll_lam_basic_alltoallw.c; \ then mv -f ".deps/ssi_coll_lam_basic_alltoallw.Tpo" ".deps/ssi_coll_lam_basic_alltoallw.Plo"; else rm -f ".deps/ssi_coll_lam_basic_alltoallw.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_alltoallw.lo -MD -MP -MF .deps/ssi_coll_lam_basic_alltoallw.Tpo -c ssi_coll_lam_basic_alltoallw.c -o ssi_coll_lam_basic_alltoallw.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_barrier.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_barrier.Tpo" -c -o ssi_coll_lam_basic_barrier.lo ssi_coll_lam_basic_barrier.c; \ then mv -f ".deps/ssi_coll_lam_basic_barrier.Tpo" ".deps/ssi_coll_lam_basic_barrier.Plo"; else rm -f ".deps/ssi_coll_lam_basic_barrier.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_barrier.lo -MD -MP -MF .deps/ssi_coll_lam_basic_barrier.Tpo -c ssi_coll_lam_basic_barrier.c -o ssi_coll_lam_basic_barrier.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_bcast.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_bcast.Tpo" -c -o ssi_coll_lam_basic_bcast.lo ssi_coll_lam_basic_bcast.c; \ then mv -f ".deps/ssi_coll_lam_basic_bcast.Tpo" ".deps/ssi_coll_lam_basic_bcast.Plo"; else rm -f ".deps/ssi_coll_lam_basic_bcast.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_bcast.lo -MD -MP -MF .deps/ssi_coll_lam_basic_bcast.Tpo -c ssi_coll_lam_basic_bcast.c -o ssi_coll_lam_basic_bcast.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_gather.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_gather.Tpo" -c -o ssi_coll_lam_basic_gather.lo ssi_coll_lam_basic_gather.c; \ then mv -f ".deps/ssi_coll_lam_basic_gather.Tpo" ".deps/ssi_coll_lam_basic_gather.Plo"; else rm -f ".deps/ssi_coll_lam_basic_gather.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_gather.lo -MD -MP -MF .deps/ssi_coll_lam_basic_gather.Tpo -c ssi_coll_lam_basic_gather.c -o ssi_coll_lam_basic_gather.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_gatherv.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_gatherv.Tpo" -c -o ssi_coll_lam_basic_gatherv.lo ssi_coll_lam_basic_gatherv.c; \ then mv -f ".deps/ssi_coll_lam_basic_gatherv.Tpo" ".deps/ssi_coll_lam_basic_gatherv.Plo"; else rm -f ".deps/ssi_coll_lam_basic_gatherv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_gatherv.lo -MD -MP -MF .deps/ssi_coll_lam_basic_gatherv.Tpo -c ssi_coll_lam_basic_gatherv.c -o ssi_coll_lam_basic_gatherv.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_module.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_module.Tpo" -c -o ssi_coll_lam_basic_module.lo ssi_coll_lam_basic_module.c; \ then mv -f ".deps/ssi_coll_lam_basic_module.Tpo" ".deps/ssi_coll_lam_basic_module.Plo"; else rm -f ".deps/ssi_coll_lam_basic_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_module.lo -MD -MP -MF .deps/ssi_coll_lam_basic_module.Tpo -c ssi_coll_lam_basic_module.c -o ssi_coll_lam_basic_module.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_reduce.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_reduce.Tpo" -c -o ssi_coll_lam_basic_reduce.lo ssi_coll_lam_basic_reduce.c; \ then mv -f ".deps/ssi_coll_lam_basic_reduce.Tpo" ".deps/ssi_coll_lam_basic_reduce.Plo"; else rm -f ".deps/ssi_coll_lam_basic_reduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_reduce.lo -MD -MP -MF .deps/ssi_coll_lam_basic_reduce.Tpo -c ssi_coll_lam_basic_reduce.c -o ssi_coll_lam_basic_reduce.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_reduce_scatter.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_reduce_scatter.Tpo" -c -o ssi_coll_lam_basic_reduce_scatter.lo ssi_coll_lam_basic_reduce_scatter.c; \ then mv -f ".deps/ssi_coll_lam_basic_reduce_scatter.Tpo" ".deps/ssi_coll_lam_basic_reduce_scatter.Plo"; else rm -f ".deps/ssi_coll_lam_basic_reduce_scatter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_reduce_scatter.lo -MD -MP -MF .deps/ssi_coll_lam_basic_reduce_scatter.Tpo -c ssi_coll_lam_basic_reduce_scatter.c -o ssi_coll_lam_basic_reduce_scatter.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_scan.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_scan.Tpo" -c -o ssi_coll_lam_basic_scan.lo ssi_coll_lam_basic_scan.c; \ then mv -f ".deps/ssi_coll_lam_basic_scan.Tpo" ".deps/ssi_coll_lam_basic_scan.Plo"; else rm -f ".deps/ssi_coll_lam_basic_scan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_scan.lo -MD -MP -MF .deps/ssi_coll_lam_basic_scan.Tpo -c ssi_coll_lam_basic_scan.c -o ssi_coll_lam_basic_scan.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_exscan.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_exscan.Tpo" -c -o ssi_coll_lam_basic_exscan.lo ssi_coll_lam_basic_exscan.c; \ then mv -f ".deps/ssi_coll_lam_basic_exscan.Tpo" ".deps/ssi_coll_lam_basic_exscan.Plo"; else rm -f ".deps/ssi_coll_lam_basic_exscan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_exscan.lo -MD -MP -MF .deps/ssi_coll_lam_basic_exscan.Tpo -c ssi_coll_lam_basic_exscan.c -o ssi_coll_lam_basic_exscan.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_scatter.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_scatter.Tpo" -c -o ssi_coll_lam_basic_scatter.lo ssi_coll_lam_basic_scatter.c; \ then mv -f ".deps/ssi_coll_lam_basic_scatter.Tpo" ".deps/ssi_coll_lam_basic_scatter.Plo"; else rm -f ".deps/ssi_coll_lam_basic_scatter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_scatter.lo -MD -MP -MF .deps/ssi_coll_lam_basic_scatter.Tpo -c ssi_coll_lam_basic_scatter.c -o ssi_coll_lam_basic_scatter.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_scatterv.lo -MD -MP -MF ".deps/ssi_coll_lam_basic_scatterv.Tpo" -c -o ssi_coll_lam_basic_scatterv.lo ssi_coll_lam_basic_scatterv.c; \ then mv -f ".deps/ssi_coll_lam_basic_scatterv.Tpo" ".deps/ssi_coll_lam_basic_scatterv.Plo"; else rm -f ".deps/ssi_coll_lam_basic_scatterv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_lam_basic_scatterv.lo -MD -MP -MF .deps/ssi_coll_lam_basic_scatterv.Tpo -c ssi_coll_lam_basic_scatterv.c -o ssi_coll_lam_basic_scatterv.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_basic.la ssi_coll_lam_basic.lo ssi_coll_lam_basic_util.lo ssi_coll_lam_basic_allgather.lo ssi_coll_lam_basic_allgatherv.lo ssi_coll_lam_basic_allreduce.lo ssi_coll_lam_basic_alltoall.lo ssi_coll_lam_basic_alltoallv.lo ssi_coll_lam_basic_alltoallw.lo ssi_coll_lam_basic_barrier.lo ssi_coll_lam_basic_bcast.lo ssi_coll_lam_basic_gather.lo ssi_coll_lam_basic_gatherv.lo ssi_coll_lam_basic_module.lo ssi_coll_lam_basic_reduce.lo ssi_coll_lam_basic_reduce_scatter.lo ssi_coll_lam_basic_scan.lo ssi_coll_lam_basic_exscan.lo ssi_coll_lam_basic_scatter.lo ssi_coll_lam_basic_scatterv.lo mkdir .libs ar cru .libs/liblam_basic.a ssi_coll_lam_basic.o ssi_coll_lam_basic_util.o ssi_coll_lam_basic_allgather.o ssi_coll_lam_basic_allgatherv.o ssi_coll_lam_basic_allreduce.o ssi_coll_lam_basic_alltoall.o ssi_coll_lam_basic_alltoallv.o ssi_coll_lam_basic_alltoallw.o ssi_coll_lam_basic_barrier.o ssi_coll_lam_basic_bcast.o ssi_coll_lam_basic_gather.o ssi_coll_lam_basic_gatherv.o ssi_coll_lam_basic_module.o ssi_coll_lam_basic_reduce.o ssi_coll_lam_basic_reduce_scatter.o ssi_coll_lam_basic_scan.o ssi_coll_lam_basic_exscan.o ssi_coll_lam_basic_scatter.o ssi_coll_lam_basic_scatterv.o ranlib .libs/liblam_basic.a creating liblam_basic.la (cd .libs && rm -f liblam_basic.la && ln -s ../liblam_basic.la liblam_basic.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_coll_lam_basic.la -module -avoid-version src/liblam_basic.la mkdir .libs rm -fr .libs/liblam_ssi_coll_lam_basic.lax mkdir .libs/liblam_ssi_coll_lam_basic.lax rm -fr .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a mkdir .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a (cd .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/src/.libs/liblam_basic.a) ar cru .libs/liblam_ssi_coll_lam_basic.a .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_barrier.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_scan.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_alltoall.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_allreduce.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_module.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_gatherv.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_allgatherv.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_scatterv.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_alltoallv.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_reduce_scatter.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_exscan.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_reduce.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_bcast.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_allgather.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_gather.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_scatter.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_alltoallw.o .libs/liblam_ssi_coll_lam_basic.lax/liblam_basic.a/ssi_coll_lam_basic_util.o ranlib .libs/liblam_ssi_coll_lam_basic.a rm -fr .libs/liblam_ssi_coll_lam_basic.lax creating liblam_ssi_coll_lam_basic.la (cd .libs && rm -f liblam_ssi_coll_lam_basic.la && ln -s ../liblam_ssi_coll_lam_basic.la liblam_ssi_coll_lam_basic.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' Making all in shmem make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem.lo -MD -MP -MF ".deps/ssi_coll_shmem.Tpo" -c -o ssi_coll_shmem.lo ssi_coll_shmem.c; \ then mv -f ".deps/ssi_coll_shmem.Tpo" ".deps/ssi_coll_shmem.Plo"; else rm -f ".deps/ssi_coll_shmem.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem.lo -MD -MP -MF .deps/ssi_coll_shmem.Tpo -c ssi_coll_shmem.c -o ssi_coll_shmem.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_allgather.lo -MD -MP -MF ".deps/ssi_coll_shmem_allgather.Tpo" -c -o ssi_coll_shmem_allgather.lo ssi_coll_shmem_allgather.c; \ then mv -f ".deps/ssi_coll_shmem_allgather.Tpo" ".deps/ssi_coll_shmem_allgather.Plo"; else rm -f ".deps/ssi_coll_shmem_allgather.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_allgather.lo -MD -MP -MF .deps/ssi_coll_shmem_allgather.Tpo -c ssi_coll_shmem_allgather.c -o ssi_coll_shmem_allgather.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_alltoall.lo -MD -MP -MF ".deps/ssi_coll_shmem_alltoall.Tpo" -c -o ssi_coll_shmem_alltoall.lo ssi_coll_shmem_alltoall.c; \ then mv -f ".deps/ssi_coll_shmem_alltoall.Tpo" ".deps/ssi_coll_shmem_alltoall.Plo"; else rm -f ".deps/ssi_coll_shmem_alltoall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_alltoall.lo -MD -MP -MF .deps/ssi_coll_shmem_alltoall.Tpo -c ssi_coll_shmem_alltoall.c -o ssi_coll_shmem_alltoall.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_barrier.lo -MD -MP -MF ".deps/ssi_coll_shmem_barrier.Tpo" -c -o ssi_coll_shmem_barrier.lo ssi_coll_shmem_barrier.c; \ then mv -f ".deps/ssi_coll_shmem_barrier.Tpo" ".deps/ssi_coll_shmem_barrier.Plo"; else rm -f ".deps/ssi_coll_shmem_barrier.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_barrier.lo -MD -MP -MF .deps/ssi_coll_shmem_barrier.Tpo -c ssi_coll_shmem_barrier.c -o ssi_coll_shmem_barrier.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_bcast.lo -MD -MP -MF ".deps/ssi_coll_shmem_bcast.Tpo" -c -o ssi_coll_shmem_bcast.lo ssi_coll_shmem_bcast.c; \ then mv -f ".deps/ssi_coll_shmem_bcast.Tpo" ".deps/ssi_coll_shmem_bcast.Plo"; else rm -f ".deps/ssi_coll_shmem_bcast.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_bcast.lo -MD -MP -MF .deps/ssi_coll_shmem_bcast.Tpo -c ssi_coll_shmem_bcast.c -o ssi_coll_shmem_bcast.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_gather.lo -MD -MP -MF ".deps/ssi_coll_shmem_gather.Tpo" -c -o ssi_coll_shmem_gather.lo ssi_coll_shmem_gather.c; \ then mv -f ".deps/ssi_coll_shmem_gather.Tpo" ".deps/ssi_coll_shmem_gather.Plo"; else rm -f ".deps/ssi_coll_shmem_gather.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_gather.lo -MD -MP -MF .deps/ssi_coll_shmem_gather.Tpo -c ssi_coll_shmem_gather.c -o ssi_coll_shmem_gather.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_module.lo -MD -MP -MF ".deps/ssi_coll_shmem_module.Tpo" -c -o ssi_coll_shmem_module.lo ssi_coll_shmem_module.c; \ then mv -f ".deps/ssi_coll_shmem_module.Tpo" ".deps/ssi_coll_shmem_module.Plo"; else rm -f ".deps/ssi_coll_shmem_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_module.lo -MD -MP -MF .deps/ssi_coll_shmem_module.Tpo -c ssi_coll_shmem_module.c -o ssi_coll_shmem_module.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_reduce.lo -MD -MP -MF ".deps/ssi_coll_shmem_reduce.Tpo" -c -o ssi_coll_shmem_reduce.lo ssi_coll_shmem_reduce.c; \ then mv -f ".deps/ssi_coll_shmem_reduce.Tpo" ".deps/ssi_coll_shmem_reduce.Plo"; else rm -f ".deps/ssi_coll_shmem_reduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_reduce.lo -MD -MP -MF .deps/ssi_coll_shmem_reduce.Tpo -c ssi_coll_shmem_reduce.c -o ssi_coll_shmem_reduce.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_scatter.lo -MD -MP -MF ".deps/ssi_coll_shmem_scatter.Tpo" -c -o ssi_coll_shmem_scatter.lo ssi_coll_shmem_scatter.c; \ then mv -f ".deps/ssi_coll_shmem_scatter.Tpo" ".deps/ssi_coll_shmem_scatter.Plo"; else rm -f ".deps/ssi_coll_shmem_scatter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_scatter.lo -MD -MP -MF .deps/ssi_coll_shmem_scatter.Tpo -c ssi_coll_shmem_scatter.c -o ssi_coll_shmem_scatter.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_util.lo -MD -MP -MF ".deps/ssi_coll_shmem_util.Tpo" -c -o ssi_coll_shmem_util.lo ssi_coll_shmem_util.c; \ then mv -f ".deps/ssi_coll_shmem_util.Tpo" ".deps/ssi_coll_shmem_util.Plo"; else rm -f ".deps/ssi_coll_shmem_util.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_shmem_util.lo -MD -MP -MF .deps/ssi_coll_shmem_util.Tpo -c ssi_coll_shmem_util.c -o ssi_coll_shmem_util.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libshmem.la ssi_coll_shmem.lo ssi_coll_shmem_allgather.lo ssi_coll_shmem_alltoall.lo ssi_coll_shmem_barrier.lo ssi_coll_shmem_bcast.lo ssi_coll_shmem_gather.lo ssi_coll_shmem_module.lo ssi_coll_shmem_reduce.lo ssi_coll_shmem_scatter.lo ssi_coll_shmem_util.lo mkdir .libs ar cru .libs/libshmem.a ssi_coll_shmem.o ssi_coll_shmem_allgather.o ssi_coll_shmem_alltoall.o ssi_coll_shmem_barrier.o ssi_coll_shmem_bcast.o ssi_coll_shmem_gather.o ssi_coll_shmem_module.o ssi_coll_shmem_reduce.o ssi_coll_shmem_scatter.o ssi_coll_shmem_util.o ranlib .libs/libshmem.a creating libshmem.la (cd .libs && rm -f libshmem.la && ln -s ../libshmem.la libshmem.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_coll_shmem.la -module -avoid-version src/libshmem.la mkdir .libs rm -fr .libs/liblam_ssi_coll_shmem.lax mkdir .libs/liblam_ssi_coll_shmem.lax rm -fr .libs/liblam_ssi_coll_shmem.lax/libshmem.a mkdir .libs/liblam_ssi_coll_shmem.lax/libshmem.a (cd .libs/liblam_ssi_coll_shmem.lax/libshmem.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/src/.libs/libshmem.a) ar cru .libs/liblam_ssi_coll_shmem.a .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem_alltoall.o .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem_barrier.o .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem_scatter.o .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem.o .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem_bcast.o .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem_reduce.o .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem_util.o .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem_gather.o .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem_module.o .libs/liblam_ssi_coll_shmem.lax/libshmem.a/ssi_coll_shmem_allgather.o ranlib .libs/liblam_ssi_coll_shmem.a rm -fr .libs/liblam_ssi_coll_shmem.lax creating liblam_ssi_coll_shmem.la (cd .libs && rm -f liblam_ssi_coll_shmem.la && ln -s ../liblam_ssi_coll_shmem.la liblam_ssi_coll_shmem.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' Making all in smp make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp.lo -MD -MP -MF ".deps/ssi_coll_smp.Tpo" -c -o ssi_coll_smp.lo ssi_coll_smp.c; \ then mv -f ".deps/ssi_coll_smp.Tpo" ".deps/ssi_coll_smp.Plo"; else rm -f ".deps/ssi_coll_smp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp.lo -MD -MP -MF .deps/ssi_coll_smp.Tpo -c ssi_coll_smp.c -o ssi_coll_smp.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_allreduce.lo -MD -MP -MF ".deps/ssi_coll_smp_allreduce.Tpo" -c -o ssi_coll_smp_allreduce.lo ssi_coll_smp_allreduce.c; \ then mv -f ".deps/ssi_coll_smp_allreduce.Tpo" ".deps/ssi_coll_smp_allreduce.Plo"; else rm -f ".deps/ssi_coll_smp_allreduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_allreduce.lo -MD -MP -MF .deps/ssi_coll_smp_allreduce.Tpo -c ssi_coll_smp_allreduce.c -o ssi_coll_smp_allreduce.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_allgather.lo -MD -MP -MF ".deps/ssi_coll_smp_allgather.Tpo" -c -o ssi_coll_smp_allgather.lo ssi_coll_smp_allgather.c; \ then mv -f ".deps/ssi_coll_smp_allgather.Tpo" ".deps/ssi_coll_smp_allgather.Plo"; else rm -f ".deps/ssi_coll_smp_allgather.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_allgather.lo -MD -MP -MF .deps/ssi_coll_smp_allgather.Tpo -c ssi_coll_smp_allgather.c -o ssi_coll_smp_allgather.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_allgatherv.lo -MD -MP -MF ".deps/ssi_coll_smp_allgatherv.Tpo" -c -o ssi_coll_smp_allgatherv.lo ssi_coll_smp_allgatherv.c; \ then mv -f ".deps/ssi_coll_smp_allgatherv.Tpo" ".deps/ssi_coll_smp_allgatherv.Plo"; else rm -f ".deps/ssi_coll_smp_allgatherv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_allgatherv.lo -MD -MP -MF .deps/ssi_coll_smp_allgatherv.Tpo -c ssi_coll_smp_allgatherv.c -o ssi_coll_smp_allgatherv.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_bcast.lo -MD -MP -MF ".deps/ssi_coll_smp_bcast.Tpo" -c -o ssi_coll_smp_bcast.lo ssi_coll_smp_bcast.c; \ then mv -f ".deps/ssi_coll_smp_bcast.Tpo" ".deps/ssi_coll_smp_bcast.Plo"; else rm -f ".deps/ssi_coll_smp_bcast.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_bcast.lo -MD -MP -MF .deps/ssi_coll_smp_bcast.Tpo -c ssi_coll_smp_bcast.c -o ssi_coll_smp_bcast.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_barrier.lo -MD -MP -MF ".deps/ssi_coll_smp_barrier.Tpo" -c -o ssi_coll_smp_barrier.lo ssi_coll_smp_barrier.c; \ then mv -f ".deps/ssi_coll_smp_barrier.Tpo" ".deps/ssi_coll_smp_barrier.Plo"; else rm -f ".deps/ssi_coll_smp_barrier.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_barrier.lo -MD -MP -MF .deps/ssi_coll_smp_barrier.Tpo -c ssi_coll_smp_barrier.c -o ssi_coll_smp_barrier.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_module.lo -MD -MP -MF ".deps/ssi_coll_smp_module.Tpo" -c -o ssi_coll_smp_module.lo ssi_coll_smp_module.c; \ then mv -f ".deps/ssi_coll_smp_module.Tpo" ".deps/ssi_coll_smp_module.Plo"; else rm -f ".deps/ssi_coll_smp_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_module.lo -MD -MP -MF .deps/ssi_coll_smp_module.Tpo -c ssi_coll_smp_module.c -o ssi_coll_smp_module.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_reduce.lo -MD -MP -MF ".deps/ssi_coll_smp_reduce.Tpo" -c -o ssi_coll_smp_reduce.lo ssi_coll_smp_reduce.c; \ then mv -f ".deps/ssi_coll_smp_reduce.Tpo" ".deps/ssi_coll_smp_reduce.Plo"; else rm -f ".deps/ssi_coll_smp_reduce.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_reduce.lo -MD -MP -MF .deps/ssi_coll_smp_reduce.Tpo -c ssi_coll_smp_reduce.c -o ssi_coll_smp_reduce.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_reduce_scatter.lo -MD -MP -MF ".deps/ssi_coll_smp_reduce_scatter.Tpo" -c -o ssi_coll_smp_reduce_scatter.lo ssi_coll_smp_reduce_scatter.c; \ then mv -f ".deps/ssi_coll_smp_reduce_scatter.Tpo" ".deps/ssi_coll_smp_reduce_scatter.Plo"; else rm -f ".deps/ssi_coll_smp_reduce_scatter.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_reduce_scatter.lo -MD -MP -MF .deps/ssi_coll_smp_reduce_scatter.Tpo -c ssi_coll_smp_reduce_scatter.c -o ssi_coll_smp_reduce_scatter.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_scan.lo -MD -MP -MF ".deps/ssi_coll_smp_scan.Tpo" -c -o ssi_coll_smp_scan.lo ssi_coll_smp_scan.c; \ then mv -f ".deps/ssi_coll_smp_scan.Tpo" ".deps/ssi_coll_smp_scan.Plo"; else rm -f ".deps/ssi_coll_smp_scan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_scan.lo -MD -MP -MF .deps/ssi_coll_smp_scan.Tpo -c ssi_coll_smp_scan.c -o ssi_coll_smp_scan.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_util.lo -MD -MP -MF ".deps/ssi_coll_smp_util.Tpo" -c -o ssi_coll_smp_util.lo ssi_coll_smp_util.c; \ then mv -f ".deps/ssi_coll_smp_util.Tpo" ".deps/ssi_coll_smp_util.Plo"; else rm -f ".deps/ssi_coll_smp_util.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/coll/lam_basic/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_coll_smp_util.lo -MD -MP -MF .deps/ssi_coll_smp_util.Tpo -c ssi_coll_smp_util.c -o ssi_coll_smp_util.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libsmp.la ssi_coll_smp.lo ssi_coll_smp_allreduce.lo ssi_coll_smp_allgather.lo ssi_coll_smp_allgatherv.lo ssi_coll_smp_bcast.lo ssi_coll_smp_barrier.lo ssi_coll_smp_module.lo ssi_coll_smp_reduce.lo ssi_coll_smp_reduce_scatter.lo ssi_coll_smp_scan.lo ssi_coll_smp_util.lo mkdir .libs ar cru .libs/libsmp.a ssi_coll_smp.o ssi_coll_smp_allreduce.o ssi_coll_smp_allgather.o ssi_coll_smp_allgatherv.o ssi_coll_smp_bcast.o ssi_coll_smp_barrier.o ssi_coll_smp_module.o ssi_coll_smp_reduce.o ssi_coll_smp_reduce_scatter.o ssi_coll_smp_scan.o ssi_coll_smp_util.o ranlib .libs/libsmp.a creating libsmp.la (cd .libs && rm -f libsmp.la && ln -s ../libsmp.la libsmp.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_coll_smp.la -module -avoid-version src/libsmp.la mkdir .libs rm -fr .libs/liblam_ssi_coll_smp.lax mkdir .libs/liblam_ssi_coll_smp.lax rm -fr .libs/liblam_ssi_coll_smp.lax/libsmp.a mkdir .libs/liblam_ssi_coll_smp.lax/libsmp.a (cd .libs/liblam_ssi_coll_smp.lax/libsmp.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/src/.libs/libsmp.a) ar cru .libs/liblam_ssi_coll_smp.a .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_scan.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_bcast.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_reduce.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_util.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_allgather.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_module.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_reduce_scatter.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_barrier.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_allgatherv.o .libs/liblam_ssi_coll_smp.lax/libsmp.a/ssi_coll_smp_allreduce.o ranlib .libs/liblam_ssi_coll_smp.a rm -fr .libs/liblam_ssi_coll_smp.lax creating liblam_ssi_coll_smp.la (cd .libs && rm -f liblam_ssi_coll_smp.la && ln -s ../liblam_ssi_coll_smp.la liblam_ssi_coll_smp.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_coll.la base/libssi_coll_base.la smp/liblam_ssi_coll_smp.la shmem/liblam_ssi_coll_shmem.la lam_basic/liblam_ssi_coll_lam_basic.la mkdir .libs rm -fr .libs/libssi_coll.lax mkdir .libs/libssi_coll.lax rm -fr .libs/libssi_coll.lax/libssi_coll_base.a mkdir .libs/libssi_coll.lax/libssi_coll_base.a (cd .libs/libssi_coll.lax/libssi_coll_base.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/base/.libs/libssi_coll_base.a) rm -fr .libs/libssi_coll.lax/liblam_ssi_coll_smp.a mkdir .libs/libssi_coll.lax/liblam_ssi_coll_smp.a (cd .libs/libssi_coll.lax/liblam_ssi_coll_smp.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/.libs/liblam_ssi_coll_smp.a) rm -fr .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a mkdir .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a (cd .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/.libs/liblam_ssi_coll_shmem.a) rm -fr .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a mkdir .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a (cd .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/.libs/liblam_ssi_coll_lam_basic.a) ar cru .libs/libssi_coll.a .libs/libssi_coll.lax/libssi_coll_base.a/ssi_coll_finalize_comm.o .libs/libssi_coll.lax/libssi_coll_base.a/ssi_coll_checkpoint.o .libs/libssi_coll.lax/libssi_coll_base.a/ssi_coll_get_param.o .libs/libssi_coll.lax/libssi_coll_base.a/ssi_coll_close.o .libs/libssi_coll.lax/libssi_coll_base.a/ssi_coll_query.o .libs/libssi_coll.lax/libssi_coll_base.a/ssi_coll_init_comm.o .libs/libssi_coll.lax/libssi_coll_base.a/ssi_coll_open.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_scan.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_bcast.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_reduce.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_util.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_allgather.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_module.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_reduce_scatter.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_barrier.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_allgatherv.o .libs/libssi_coll.lax/liblam_ssi_coll_smp.a/ssi_coll_smp_allreduce.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem_alltoall.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem_barrier.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem_scatter.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem_bcast.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem_reduce.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem_util.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem_gather.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem_module.o .libs/libssi_coll.lax/liblam_ssi_coll_shmem.a/ssi_coll_shmem_allgather.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_barrier.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_scan.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_alltoall.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_allreduce.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_module.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_gatherv.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_allgatherv.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_scatterv.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_alltoallv.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_reduce_scatter.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_exscan.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_reduce.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_bcast.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_allgather.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_gather.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_scatter.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_alltoallw.o .libs/libssi_coll.lax/liblam_ssi_coll_lam_basic.a/ssi_coll_lam_basic_util.o ranlib .libs/libssi_coll.a rm -fr .libs/libssi_coll.lax creating libssi_coll.la (cd .libs && rm -f libssi_coll.la && ln -s ../libssi_coll.la libssi_coll.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' Making all in crlam make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' Making all in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/base' if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam.lo -MD -MP -MF ".deps/ssi_crlam.Tpo" -c -o ssi_crlam.lo ssi_crlam.c; \ then mv -f ".deps/ssi_crlam.Tpo" ".deps/ssi_crlam.Plo"; else rm -f ".deps/ssi_crlam.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam.lo -MD -MP -MF .deps/ssi_crlam.Tpo -c ssi_crlam.c -o ssi_crlam.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam_close.lo -MD -MP -MF ".deps/ssi_crlam_close.Tpo" -c -o ssi_crlam_close.lo ssi_crlam_close.c; \ then mv -f ".deps/ssi_crlam_close.Tpo" ".deps/ssi_crlam_close.Plo"; else rm -f ".deps/ssi_crlam_close.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam_close.lo -MD -MP -MF .deps/ssi_crlam_close.Tpo -c ssi_crlam_close.c -o ssi_crlam_close.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam_open.lo -MD -MP -MF ".deps/ssi_crlam_open.Tpo" -c -o ssi_crlam_open.lo ssi_crlam_open.c; \ then mv -f ".deps/ssi_crlam_open.Tpo" ".deps/ssi_crlam_open.Plo"; else rm -f ".deps/ssi_crlam_open.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam_open.lo -MD -MP -MF .deps/ssi_crlam_open.Tpo -c ssi_crlam_open.c -o ssi_crlam_open.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_crlam_base.la ssi_crlam.lo ssi_crlam_close.lo ssi_crlam_open.lo mkdir .libs ar cru .libs/libssi_crlam_base.a ssi_crlam.o ssi_crlam_close.o ssi_crlam_open.o ranlib .libs/libssi_crlam_base.a creating libssi_crlam_base.la (cd .libs && rm -f libssi_crlam_base.la && ln -s ../libssi_crlam_base.la libssi_crlam_base.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/base' Making all in self make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_BUILDING=1 -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam_self.lo -MD -MP -MF ".deps/ssi_crlam_self.Tpo" -c -o ssi_crlam_self.lo ssi_crlam_self.c; \ then mv -f ".deps/ssi_crlam_self.Tpo" ".deps/ssi_crlam_self.Plo"; else rm -f ".deps/ssi_crlam_self.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_BUILDING=1 -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam_self.lo -MD -MP -MF .deps/ssi_crlam_self.Tpo -c ssi_crlam_self.c -o ssi_crlam_self.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_BUILDING=1 -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam_self_module.lo -MD -MP -MF ".deps/ssi_crlam_self_module.Tpo" -c -o ssi_crlam_self_module.lo ssi_crlam_self_module.c; \ then mv -f ".deps/ssi_crlam_self_module.Tpo" ".deps/ssi_crlam_self_module.Plo"; else rm -f ".deps/ssi_crlam_self_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_BUILDING=1 -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crlam_self_module.lo -MD -MP -MF .deps/ssi_crlam_self_module.Tpo -c ssi_crlam_self_module.c -o ssi_crlam_self_module.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libself.la ssi_crlam_self.lo ssi_crlam_self_module.lo mkdir .libs ar cru .libs/libself.a ssi_crlam_self.o ssi_crlam_self_module.o ranlib .libs/libself.a creating libself.la (cd .libs && rm -f libself.la && ln -s ../libself.la libself.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_crlam_self.la -module -avoid-version src/libself.la mkdir .libs rm -fr .libs/liblam_ssi_crlam_self.lax mkdir .libs/liblam_ssi_crlam_self.lax rm -fr .libs/liblam_ssi_crlam_self.lax/libself.a mkdir .libs/liblam_ssi_crlam_self.lax/libself.a (cd .libs/liblam_ssi_crlam_self.lax/libself.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/src/.libs/libself.a) ar cru .libs/liblam_ssi_crlam_self.a .libs/liblam_ssi_crlam_self.lax/libself.a/ssi_crlam_self_module.o .libs/liblam_ssi_crlam_self.lax/libself.a/ssi_crlam_self.o ranlib .libs/liblam_ssi_crlam_self.a rm -fr .libs/liblam_ssi_crlam_self.lax creating liblam_ssi_crlam_self.la (cd .libs && rm -f liblam_ssi_crlam_self.la && ln -s ../liblam_ssi_crlam_self.la liblam_ssi_crlam_self.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_crlam.la base/libssi_crlam_base.la self/liblam_ssi_crlam_self.la mkdir .libs rm -fr .libs/libssi_crlam.lax mkdir .libs/libssi_crlam.lax rm -fr .libs/libssi_crlam.lax/libssi_crlam_base.a mkdir .libs/libssi_crlam.lax/libssi_crlam_base.a (cd .libs/libssi_crlam.lax/libssi_crlam_base.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/base/.libs/libssi_crlam_base.a) rm -fr .libs/libssi_crlam.lax/liblam_ssi_crlam_self.a mkdir .libs/libssi_crlam.lax/liblam_ssi_crlam_self.a (cd .libs/libssi_crlam.lax/liblam_ssi_crlam_self.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/.libs/liblam_ssi_crlam_self.a) ar cru .libs/libssi_crlam.a .libs/libssi_crlam.lax/libssi_crlam_base.a/ssi_crlam.o .libs/libssi_crlam.lax/libssi_crlam_base.a/ssi_crlam_open.o .libs/libssi_crlam.lax/libssi_crlam_base.a/ssi_crlam_close.o .libs/libssi_crlam.lax/liblam_ssi_crlam_self.a/ssi_crlam_self_module.o .libs/libssi_crlam.lax/liblam_ssi_crlam_self.a/ssi_crlam_self.o ranlib .libs/libssi_crlam.a rm -fr .libs/libssi_crlam.lax creating libssi_crlam.la (cd .libs && rm -f libssi_crlam.la && ln -s ../libssi_crlam.la libssi_crlam.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' Making all in crmpi make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' Making all in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/base' if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi.lo -MD -MP -MF ".deps/ssi_crmpi.Tpo" -c -o ssi_crmpi.lo ssi_crmpi.c; \ then mv -f ".deps/ssi_crmpi.Tpo" ".deps/ssi_crmpi.Plo"; else rm -f ".deps/ssi_crmpi.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi.lo -MD -MP -MF .deps/ssi_crmpi.Tpo -c ssi_crmpi.c -o ssi_crmpi.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_close.lo -MD -MP -MF ".deps/ssi_crmpi_close.Tpo" -c -o ssi_crmpi_close.lo ssi_crmpi_close.c; \ then mv -f ".deps/ssi_crmpi_close.Tpo" ".deps/ssi_crmpi_close.Plo"; else rm -f ".deps/ssi_crmpi_close.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_close.lo -MD -MP -MF .deps/ssi_crmpi_close.Tpo -c ssi_crmpi_close.c -o ssi_crmpi_close.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_lock.lo -MD -MP -MF ".deps/ssi_crmpi_lock.Tpo" -c -o ssi_crmpi_lock.lo ssi_crmpi_lock.c; \ then mv -f ".deps/ssi_crmpi_lock.Tpo" ".deps/ssi_crmpi_lock.Plo"; else rm -f ".deps/ssi_crmpi_lock.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_lock.lo -MD -MP -MF .deps/ssi_crmpi_lock.Tpo -c ssi_crmpi_lock.c -o ssi_crmpi_lock.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_open.lo -MD -MP -MF ".deps/ssi_crmpi_open.Tpo" -c -o ssi_crmpi_open.lo ssi_crmpi_open.c; \ then mv -f ".deps/ssi_crmpi_open.Tpo" ".deps/ssi_crmpi_open.Plo"; else rm -f ".deps/ssi_crmpi_open.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_open.lo -MD -MP -MF .deps/ssi_crmpi_open.Tpo -c ssi_crmpi_open.c -o ssi_crmpi_open.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_query.lo -MD -MP -MF ".deps/ssi_crmpi_query.Tpo" -c -o ssi_crmpi_query.lo ssi_crmpi_query.c; \ then mv -f ".deps/ssi_crmpi_query.Tpo" ".deps/ssi_crmpi_query.Plo"; else rm -f ".deps/ssi_crmpi_query.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_query.lo -MD -MP -MF .deps/ssi_crmpi_query.Tpo -c ssi_crmpi_query.c -o ssi_crmpi_query.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_crmpi_base.la ssi_crmpi.lo ssi_crmpi_close.lo ssi_crmpi_lock.lo ssi_crmpi_open.lo ssi_crmpi_query.lo mkdir .libs ar cru .libs/libssi_crmpi_base.a ssi_crmpi.o ssi_crmpi_close.o ssi_crmpi_lock.o ssi_crmpi_open.o ssi_crmpi_query.o ranlib .libs/libssi_crmpi_base.a creating libssi_crmpi_base.la (cd .libs && rm -f libssi_crmpi_base.la && ln -s ../libssi_crmpi_base.la libssi_crmpi_base.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/base' Making all in self make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_BUILDING=1 -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_self.lo -MD -MP -MF ".deps/ssi_crmpi_self.Tpo" -c -o ssi_crmpi_self.lo ssi_crmpi_self.c; \ then mv -f ".deps/ssi_crmpi_self.Tpo" ".deps/ssi_crmpi_self.Plo"; else rm -f ".deps/ssi_crmpi_self.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_BUILDING=1 -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_self.lo -MD -MP -MF .deps/ssi_crmpi_self.Tpo -c ssi_crmpi_self.c -o ssi_crmpi_self.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_BUILDING=1 -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_self_module.lo -MD -MP -MF ".deps/ssi_crmpi_self_module.Tpo" -c -o ssi_crmpi_self_module.lo ssi_crmpi_self_module.c; \ then mv -f ".deps/ssi_crmpi_self_module.Tpo" ".deps/ssi_crmpi_self_module.Plo"; else rm -f ".deps/ssi_crmpi_self_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_BUILDING=1 -I../../../../../share/include -I../../../../../share/include -DLAM_SYSCONFDIR=\"/home/astromake/opt/gadget/etc\" -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_crmpi_self_module.lo -MD -MP -MF .deps/ssi_crmpi_self_module.Tpo -c ssi_crmpi_self_module.c -o ssi_crmpi_self_module.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libself.la ssi_crmpi_self.lo ssi_crmpi_self_module.lo mkdir .libs ar cru .libs/libself.a ssi_crmpi_self.o ssi_crmpi_self_module.o ranlib .libs/libself.a creating libself.la (cd .libs && rm -f libself.la && ln -s ../libself.la libself.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_crmpi_self.la -module -avoid-version src/libself.la mkdir .libs rm -fr .libs/liblam_ssi_crmpi_self.lax mkdir .libs/liblam_ssi_crmpi_self.lax rm -fr .libs/liblam_ssi_crmpi_self.lax/libself.a mkdir .libs/liblam_ssi_crmpi_self.lax/libself.a (cd .libs/liblam_ssi_crmpi_self.lax/libself.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/src/.libs/libself.a) ar cru .libs/liblam_ssi_crmpi_self.a .libs/liblam_ssi_crmpi_self.lax/libself.a/ssi_crmpi_self_module.o .libs/liblam_ssi_crmpi_self.lax/libself.a/ssi_crmpi_self.o ranlib .libs/liblam_ssi_crmpi_self.a rm -fr .libs/liblam_ssi_crmpi_self.lax creating liblam_ssi_crmpi_self.la (cd .libs && rm -f liblam_ssi_crmpi_self.la && ln -s ../liblam_ssi_crmpi_self.la liblam_ssi_crmpi_self.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_crmpi.la base/libssi_crmpi_base.la self/liblam_ssi_crmpi_self.la mkdir .libs rm -fr .libs/libssi_crmpi.lax mkdir .libs/libssi_crmpi.lax rm -fr .libs/libssi_crmpi.lax/libssi_crmpi_base.a mkdir .libs/libssi_crmpi.lax/libssi_crmpi_base.a (cd .libs/libssi_crmpi.lax/libssi_crmpi_base.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/base/.libs/libssi_crmpi_base.a) rm -fr .libs/libssi_crmpi.lax/liblam_ssi_crmpi_self.a mkdir .libs/libssi_crmpi.lax/liblam_ssi_crmpi_self.a (cd .libs/libssi_crmpi.lax/liblam_ssi_crmpi_self.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/.libs/liblam_ssi_crmpi_self.a) ar cru .libs/libssi_crmpi.a .libs/libssi_crmpi.lax/libssi_crmpi_base.a/ssi_crmpi_query.o .libs/libssi_crmpi.lax/libssi_crmpi_base.a/ssi_crmpi.o .libs/libssi_crmpi.lax/libssi_crmpi_base.a/ssi_crmpi_close.o .libs/libssi_crmpi.lax/libssi_crmpi_base.a/ssi_crmpi_open.o .libs/libssi_crmpi.lax/libssi_crmpi_base.a/ssi_crmpi_lock.o .libs/libssi_crmpi.lax/liblam_ssi_crmpi_self.a/ssi_crmpi_self_module.o .libs/libssi_crmpi.lax/liblam_ssi_crmpi_self.a/ssi_crmpi_self.o ranlib .libs/libssi_crmpi.a rm -fr .libs/libssi_crmpi.lax creating libssi_crmpi.la (cd .libs && rm -f libssi_crmpi.la && ln -s ../libssi_crmpi.la libssi_crmpi.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' Making all in rpi make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' Making all in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/base' if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_cbuf.lo -MD -MP -MF ".deps/ssi_rpi_cbuf.Tpo" -c -o ssi_rpi_cbuf.lo ssi_rpi_cbuf.c; \ then mv -f ".deps/ssi_rpi_cbuf.Tpo" ".deps/ssi_rpi_cbuf.Plo"; else rm -f ".deps/ssi_rpi_cbuf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_cbuf.lo -MD -MP -MF .deps/ssi_rpi_cbuf.Tpo -c ssi_rpi_cbuf.c -o ssi_rpi_cbuf.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_close.lo -MD -MP -MF ".deps/ssi_rpi_close.Tpo" -c -o ssi_rpi_close.lo ssi_rpi_close.c; \ then mv -f ".deps/ssi_rpi_close.Tpo" ".deps/ssi_rpi_close.Plo"; else rm -f ".deps/ssi_rpi_close.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_close.lo -MD -MP -MF .deps/ssi_rpi_close.Tpo -c ssi_rpi_close.c -o ssi_rpi_close.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_fault.lo -MD -MP -MF ".deps/ssi_rpi_fault.Tpo" -c -o ssi_rpi_fault.lo ssi_rpi_fault.c; \ then mv -f ".deps/ssi_rpi_fault.Tpo" ".deps/ssi_rpi_fault.Plo"; else rm -f ".deps/ssi_rpi_fault.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_fault.lo -MD -MP -MF .deps/ssi_rpi_fault.Tpo -c ssi_rpi_fault.c -o ssi_rpi_fault.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_init.lo -MD -MP -MF ".deps/ssi_rpi_init.Tpo" -c -o ssi_rpi_init.lo ssi_rpi_init.c; \ then mv -f ".deps/ssi_rpi_init.Tpo" ".deps/ssi_rpi_init.Plo"; else rm -f ".deps/ssi_rpi_init.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_init.lo -MD -MP -MF .deps/ssi_rpi_init.Tpo -c ssi_rpi_init.c -o ssi_rpi_init.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_mem.lo -MD -MP -MF ".deps/ssi_rpi_mem.Tpo" -c -o ssi_rpi_mem.lo ssi_rpi_mem.c; \ then mv -f ".deps/ssi_rpi_mem.Tpo" ".deps/ssi_rpi_mem.Plo"; else rm -f ".deps/ssi_rpi_mem.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_mem.lo -MD -MP -MF .deps/ssi_rpi_mem.Tpo -c ssi_rpi_mem.c -o ssi_rpi_mem.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_open.lo -MD -MP -MF ".deps/ssi_rpi_open.Tpo" -c -o ssi_rpi_open.lo ssi_rpi_open.c; \ then mv -f ".deps/ssi_rpi_open.Tpo" ".deps/ssi_rpi_open.Plo"; else rm -f ".deps/ssi_rpi_open.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_open.lo -MD -MP -MF .deps/ssi_rpi_open.Tpo -c ssi_rpi_open.c -o ssi_rpi_open.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_query.lo -MD -MP -MF ".deps/ssi_rpi_query.Tpo" -c -o ssi_rpi_query.lo ssi_rpi_query.c; \ then mv -f ".deps/ssi_rpi_query.Tpo" ".deps/ssi_rpi_query.Plo"; else rm -f ".deps/ssi_rpi_query.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_query.lo -MD -MP -MF .deps/ssi_rpi_query.Tpo -c ssi_rpi_query.c -o ssi_rpi_query.o if /bin/sh ../../../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_util.lo -MD -MP -MF ".deps/ssi_rpi_util.Tpo" -c -o ssi_rpi_util.lo ssi_rpi_util.c; \ then mv -f ".deps/ssi_rpi_util.Tpo" ".deps/ssi_rpi_util.Plo"; else rm -f ".deps/ssi_rpi_util.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../../../share/include -I../../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_util.lo -MD -MP -MF .deps/ssi_rpi_util.Tpo -c ssi_rpi_util.c -o ssi_rpi_util.o /bin/sh ../../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_rpi_base.la ssi_rpi_cbuf.lo ssi_rpi_close.lo ssi_rpi_fault.lo ssi_rpi_init.lo ssi_rpi_mem.lo ssi_rpi_open.lo ssi_rpi_query.lo ssi_rpi_util.lo mkdir .libs ar cru .libs/libssi_rpi_base.a ssi_rpi_cbuf.o ssi_rpi_close.o ssi_rpi_fault.o ssi_rpi_init.o ssi_rpi_mem.o ssi_rpi_open.o ssi_rpi_query.o ssi_rpi_util.o ranlib .libs/libssi_rpi_base.a creating libssi_rpi_base.la (cd .libs && rm -f libssi_rpi_base.la && ln -s ../libssi_rpi_base.la libssi_rpi_base.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/base' Making all in crtcp make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp.lo -MD -MP -MF ".deps/ssi_rpi_crtcp.Tpo" -c -o ssi_rpi_crtcp.lo ssi_rpi_crtcp.c; \ then mv -f ".deps/ssi_rpi_crtcp.Tpo" ".deps/ssi_rpi_crtcp.Plo"; else rm -f ".deps/ssi_rpi_crtcp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp.lo -MD -MP -MF .deps/ssi_rpi_crtcp.Tpo -c ssi_rpi_crtcp.c -o ssi_rpi_crtcp.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp_bookmarks_alltoall.lo -MD -MP -MF ".deps/ssi_rpi_crtcp_bookmarks_alltoall.Tpo" -c -o ssi_rpi_crtcp_bookmarks_alltoall.lo ssi_rpi_crtcp_bookmarks_alltoall.c; \ then mv -f ".deps/ssi_rpi_crtcp_bookmarks_alltoall.Tpo" ".deps/ssi_rpi_crtcp_bookmarks_alltoall.Plo"; else rm -f ".deps/ssi_rpi_crtcp_bookmarks_alltoall.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp_bookmarks_alltoall.lo -MD -MP -MF .deps/ssi_rpi_crtcp_bookmarks_alltoall.Tpo -c ssi_rpi_crtcp_bookmarks_alltoall.c -o ssi_rpi_crtcp_bookmarks_alltoall.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp_cr.lo -MD -MP -MF ".deps/ssi_rpi_crtcp_cr.Tpo" -c -o ssi_rpi_crtcp_cr.lo ssi_rpi_crtcp_cr.c; \ then mv -f ".deps/ssi_rpi_crtcp_cr.Tpo" ".deps/ssi_rpi_crtcp_cr.Plo"; else rm -f ".deps/ssi_rpi_crtcp_cr.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp_cr.lo -MD -MP -MF .deps/ssi_rpi_crtcp_cr.Tpo -c ssi_rpi_crtcp_cr.c -o ssi_rpi_crtcp_cr.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp_module.lo -MD -MP -MF ".deps/ssi_rpi_crtcp_module.Tpo" -c -o ssi_rpi_crtcp_module.lo ssi_rpi_crtcp_module.c; \ then mv -f ".deps/ssi_rpi_crtcp_module.Tpo" ".deps/ssi_rpi_crtcp_module.Plo"; else rm -f ".deps/ssi_rpi_crtcp_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp_module.lo -MD -MP -MF .deps/ssi_rpi_crtcp_module.Tpo -c ssi_rpi_crtcp_module.c -o ssi_rpi_crtcp_module.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp_low.lo -MD -MP -MF ".deps/ssi_rpi_crtcp_low.Tpo" -c -o ssi_rpi_crtcp_low.lo ssi_rpi_crtcp_low.c; \ then mv -f ".deps/ssi_rpi_crtcp_low.Tpo" ".deps/ssi_rpi_crtcp_low.Plo"; else rm -f ".deps/ssi_rpi_crtcp_low.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DCRTCP_DO_FAST=0 -DLAM_CRTCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_crtcp_low.lo -MD -MP -MF .deps/ssi_rpi_crtcp_low.Tpo -c ssi_rpi_crtcp_low.c -o ssi_rpi_crtcp_low.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libcrtcp.la ssi_rpi_crtcp.lo ssi_rpi_crtcp_bookmarks_alltoall.lo ssi_rpi_crtcp_cr.lo ssi_rpi_crtcp_module.lo ssi_rpi_crtcp_low.lo mkdir .libs ar cru .libs/libcrtcp.a ssi_rpi_crtcp.o ssi_rpi_crtcp_bookmarks_alltoall.o ssi_rpi_crtcp_cr.o ssi_rpi_crtcp_module.o ssi_rpi_crtcp_low.o ranlib .libs/libcrtcp.a creating libcrtcp.la (cd .libs && rm -f libcrtcp.la && ln -s ../libcrtcp.la libcrtcp.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_rpi_crtcp.la -module -avoid-version src/libcrtcp.la mkdir .libs rm -fr .libs/liblam_ssi_rpi_crtcp.lax mkdir .libs/liblam_ssi_rpi_crtcp.lax rm -fr .libs/liblam_ssi_rpi_crtcp.lax/libcrtcp.a mkdir .libs/liblam_ssi_rpi_crtcp.lax/libcrtcp.a (cd .libs/liblam_ssi_rpi_crtcp.lax/libcrtcp.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/src/.libs/libcrtcp.a) ar cru .libs/liblam_ssi_rpi_crtcp.a .libs/liblam_ssi_rpi_crtcp.lax/libcrtcp.a/ssi_rpi_crtcp.o .libs/liblam_ssi_rpi_crtcp.lax/libcrtcp.a/ssi_rpi_crtcp_low.o .libs/liblam_ssi_rpi_crtcp.lax/libcrtcp.a/ssi_rpi_crtcp_cr.o .libs/liblam_ssi_rpi_crtcp.lax/libcrtcp.a/ssi_rpi_crtcp_bookmarks_alltoall.o .libs/liblam_ssi_rpi_crtcp.lax/libcrtcp.a/ssi_rpi_crtcp_module.o ranlib .libs/liblam_ssi_rpi_crtcp.a rm -fr .libs/liblam_ssi_rpi_crtcp.lax creating liblam_ssi_rpi_crtcp.la (cd .libs && rm -f liblam_ssi_rpi_crtcp.la && ln -s ../liblam_ssi_rpi_crtcp.la liblam_ssi_rpi_crtcp.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' Making all in lamd make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_lamd.lo -MD -MP -MF ".deps/ssi_rpi_lamd.Tpo" -c -o ssi_rpi_lamd.lo ssi_rpi_lamd.c; \ then mv -f ".deps/ssi_rpi_lamd.Tpo" ".deps/ssi_rpi_lamd.Plo"; else rm -f ".deps/ssi_rpi_lamd.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_lamd.lo -MD -MP -MF .deps/ssi_rpi_lamd.Tpo -c ssi_rpi_lamd.c -o ssi_rpi_lamd.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_lamd_module.lo -MD -MP -MF ".deps/ssi_rpi_lamd_module.Tpo" -c -o ssi_rpi_lamd_module.lo ssi_rpi_lamd_module.c; \ then mv -f ".deps/ssi_rpi_lamd_module.Tpo" ".deps/ssi_rpi_lamd_module.Plo"; else rm -f ".deps/ssi_rpi_lamd_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_lamd_module.lo -MD -MP -MF .deps/ssi_rpi_lamd_module.Tpo -c ssi_rpi_lamd_module.c -o ssi_rpi_lamd_module.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamd.la ssi_rpi_lamd.lo ssi_rpi_lamd_module.lo mkdir .libs ar cru .libs/liblamd.a ssi_rpi_lamd.o ssi_rpi_lamd_module.o ranlib .libs/liblamd.a creating liblamd.la (cd .libs && rm -f liblamd.la && ln -s ../liblamd.la liblamd.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_rpi_lamd.la -module -avoid-version src/liblamd.la mkdir .libs rm -fr .libs/liblam_ssi_rpi_lamd.lax mkdir .libs/liblam_ssi_rpi_lamd.lax rm -fr .libs/liblam_ssi_rpi_lamd.lax/liblamd.a mkdir .libs/liblam_ssi_rpi_lamd.lax/liblamd.a (cd .libs/liblam_ssi_rpi_lamd.lax/liblamd.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/src/.libs/liblamd.a) ar cru .libs/liblam_ssi_rpi_lamd.a .libs/liblam_ssi_rpi_lamd.lax/liblamd.a/ssi_rpi_lamd.o .libs/liblam_ssi_rpi_lamd.lax/liblamd.a/ssi_rpi_lamd_module.o ranlib .libs/liblam_ssi_rpi_lamd.a rm -fr .libs/liblam_ssi_rpi_lamd.lax creating liblam_ssi_rpi_lamd.la (cd .libs && rm -f liblam_ssi_rpi_lamd.la && ln -s ../liblam_ssi_rpi_lamd.la liblam_ssi_rpi_lamd.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' Making all in sysv make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv.lo -MD -MP -MF ".deps/ssi_rpi_sysv.Tpo" -c -o ssi_rpi_sysv.lo ssi_rpi_sysv.c; \ then mv -f ".deps/ssi_rpi_sysv.Tpo" ".deps/ssi_rpi_sysv.Plo"; else rm -f ".deps/ssi_rpi_sysv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv.lo -MD -MP -MF .deps/ssi_rpi_sysv.Tpo -c ssi_rpi_sysv.c -o ssi_rpi_sysv.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv_common.lo -MD -MP -MF ".deps/ssi_rpi_sysv_common.Tpo" -c -o ssi_rpi_sysv_common.lo ssi_rpi_sysv_common.c; \ then mv -f ".deps/ssi_rpi_sysv_common.Tpo" ".deps/ssi_rpi_sysv_common.Plo"; else rm -f ".deps/ssi_rpi_sysv_common.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv_common.lo -MD -MP -MF .deps/ssi_rpi_sysv_common.Tpo -c ssi_rpi_sysv_common.c -o ssi_rpi_sysv_common.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv_low.lo -MD -MP -MF ".deps/ssi_rpi_sysv_low.Tpo" -c -o ssi_rpi_sysv_low.lo ssi_rpi_sysv_low.c; \ then mv -f ".deps/ssi_rpi_sysv_low.Tpo" ".deps/ssi_rpi_sysv_low.Plo"; else rm -f ".deps/ssi_rpi_sysv_low.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv_low.lo -MD -MP -MF .deps/ssi_rpi_sysv_low.Tpo -c ssi_rpi_sysv_low.c -o ssi_rpi_sysv_low.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv_module.lo -MD -MP -MF ".deps/ssi_rpi_sysv_module.Tpo" -c -o ssi_rpi_sysv_module.lo ssi_rpi_sysv_module.c; \ then mv -f ".deps/ssi_rpi_sysv_module.Tpo" ".deps/ssi_rpi_sysv_module.Plo"; else rm -f ".deps/ssi_rpi_sysv_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv_module.lo -MD -MP -MF .deps/ssi_rpi_sysv_module.Tpo -c ssi_rpi_sysv_module.c -o ssi_rpi_sysv_module.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv_shm.lo -MD -MP -MF ".deps/ssi_rpi_sysv_shm.Tpo" -c -o ssi_rpi_sysv_shm.lo ssi_rpi_sysv_shm.c; \ then mv -f ".deps/ssi_rpi_sysv_shm.Tpo" ".deps/ssi_rpi_sysv_shm.Plo"; else rm -f ".deps/ssi_rpi_sysv_shm.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_sysv_shm.lo -MD -MP -MF .deps/ssi_rpi_sysv_shm.Tpo -c ssi_rpi_sysv_shm.c -o ssi_rpi_sysv_shm.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libsysv.la ssi_rpi_sysv.lo ssi_rpi_sysv_common.lo ssi_rpi_sysv_low.lo ssi_rpi_sysv_module.lo ssi_rpi_sysv_shm.lo mkdir .libs ar cru .libs/libsysv.a ssi_rpi_sysv.o ssi_rpi_sysv_common.o ssi_rpi_sysv_low.o ssi_rpi_sysv_module.o ssi_rpi_sysv_shm.o ranlib .libs/libsysv.a creating libsysv.la (cd .libs && rm -f libsysv.la && ln -s ../libsysv.la libsysv.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_rpi_sysv.la -module -avoid-version src/libsysv.la mkdir .libs rm -fr .libs/liblam_ssi_rpi_sysv.lax mkdir .libs/liblam_ssi_rpi_sysv.lax rm -fr .libs/liblam_ssi_rpi_sysv.lax/libsysv.a mkdir .libs/liblam_ssi_rpi_sysv.lax/libsysv.a (cd .libs/liblam_ssi_rpi_sysv.lax/libsysv.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/src/.libs/libsysv.a) ar cru .libs/liblam_ssi_rpi_sysv.a .libs/liblam_ssi_rpi_sysv.lax/libsysv.a/ssi_rpi_sysv_shm.o .libs/liblam_ssi_rpi_sysv.lax/libsysv.a/ssi_rpi_sysv_low.o .libs/liblam_ssi_rpi_sysv.lax/libsysv.a/ssi_rpi_sysv_module.o .libs/liblam_ssi_rpi_sysv.lax/libsysv.a/ssi_rpi_sysv.o .libs/liblam_ssi_rpi_sysv.lax/libsysv.a/ssi_rpi_sysv_common.o ranlib .libs/liblam_ssi_rpi_sysv.a rm -fr .libs/liblam_ssi_rpi_sysv.lax creating liblam_ssi_rpi_sysv.la (cd .libs && rm -f liblam_ssi_rpi_sysv.la && ln -s ../liblam_ssi_rpi_sysv.la liblam_ssi_rpi_sysv.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' Making all in tcp make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_tcp.lo -MD -MP -MF ".deps/ssi_rpi_tcp.Tpo" -c -o ssi_rpi_tcp.lo ssi_rpi_tcp.c; \ then mv -f ".deps/ssi_rpi_tcp.Tpo" ".deps/ssi_rpi_tcp.Plo"; else rm -f ".deps/ssi_rpi_tcp.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_tcp.lo -MD -MP -MF .deps/ssi_rpi_tcp.Tpo -c ssi_rpi_tcp.c -o ssi_rpi_tcp.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_tcp_module.lo -MD -MP -MF ".deps/ssi_rpi_tcp_module.Tpo" -c -o ssi_rpi_tcp_module.lo ssi_rpi_tcp_module.c; \ then mv -f ".deps/ssi_rpi_tcp_module.Tpo" ".deps/ssi_rpi_tcp_module.Plo"; else rm -f ".deps/ssi_rpi_tcp_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_tcp_module.lo -MD -MP -MF .deps/ssi_rpi_tcp_module.Tpo -c ssi_rpi_tcp_module.c -o ssi_rpi_tcp_module.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_tcp_low.lo -MD -MP -MF ".deps/ssi_rpi_tcp_low.Tpo" -c -o ssi_rpi_tcp_low.lo ssi_rpi_tcp_low.c; \ then mv -f ".deps/ssi_rpi_tcp_low.Tpo" ".deps/ssi_rpi_tcp_low.Plo"; else rm -f ".deps/ssi_rpi_tcp_low.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_tcp_low.lo -MD -MP -MF .deps/ssi_rpi_tcp_low.Tpo -c ssi_rpi_tcp_low.c -o ssi_rpi_tcp_low.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libtcp.la ssi_rpi_tcp.lo ssi_rpi_tcp_module.lo ssi_rpi_tcp_low.lo mkdir .libs ar cru .libs/libtcp.a ssi_rpi_tcp.o ssi_rpi_tcp_module.o ssi_rpi_tcp_low.o ranlib .libs/libtcp.a creating libtcp.la (cd .libs && rm -f libtcp.la && ln -s ../libtcp.la libtcp.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_rpi_tcp.la -module -avoid-version src/libtcp.la mkdir .libs rm -fr .libs/liblam_ssi_rpi_tcp.lax mkdir .libs/liblam_ssi_rpi_tcp.lax rm -fr .libs/liblam_ssi_rpi_tcp.lax/libtcp.a mkdir .libs/liblam_ssi_rpi_tcp.lax/libtcp.a (cd .libs/liblam_ssi_rpi_tcp.lax/libtcp.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/src/.libs/libtcp.a) ar cru .libs/liblam_ssi_rpi_tcp.a .libs/liblam_ssi_rpi_tcp.lax/libtcp.a/ssi_rpi_tcp_low.o .libs/liblam_ssi_rpi_tcp.lax/libtcp.a/ssi_rpi_tcp.o .libs/liblam_ssi_rpi_tcp.lax/libtcp.a/ssi_rpi_tcp_module.o ranlib .libs/liblam_ssi_rpi_tcp.a rm -fr .libs/liblam_ssi_rpi_tcp.lax creating liblam_ssi_rpi_tcp.la (cd .libs && rm -f liblam_ssi_rpi_tcp.la && ln -s ../liblam_ssi_rpi_tcp.la liblam_ssi_rpi_tcp.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' Making all in usysv make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' Making all in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/src' make all-am make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv.lo -MD -MP -MF ".deps/ssi_rpi_usysv.Tpo" -c -o ssi_rpi_usysv.lo ssi_rpi_usysv.c; \ then mv -f ".deps/ssi_rpi_usysv.Tpo" ".deps/ssi_rpi_usysv.Plo"; else rm -f ".deps/ssi_rpi_usysv.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv.lo -MD -MP -MF .deps/ssi_rpi_usysv.Tpo -c ssi_rpi_usysv.c -o ssi_rpi_usysv.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv_common.lo -MD -MP -MF ".deps/ssi_rpi_usysv_common.Tpo" -c -o ssi_rpi_usysv_common.lo ssi_rpi_usysv_common.c; \ then mv -f ".deps/ssi_rpi_usysv_common.Tpo" ".deps/ssi_rpi_usysv_common.Plo"; else rm -f ".deps/ssi_rpi_usysv_common.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv_common.lo -MD -MP -MF .deps/ssi_rpi_usysv_common.Tpo -c ssi_rpi_usysv_common.c -o ssi_rpi_usysv_common.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv_low.lo -MD -MP -MF ".deps/ssi_rpi_usysv_low.Tpo" -c -o ssi_rpi_usysv_low.lo ssi_rpi_usysv_low.c; \ then mv -f ".deps/ssi_rpi_usysv_low.Tpo" ".deps/ssi_rpi_usysv_low.Plo"; else rm -f ".deps/ssi_rpi_usysv_low.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv_low.lo -MD -MP -MF .deps/ssi_rpi_usysv_low.Tpo -c ssi_rpi_usysv_low.c -o ssi_rpi_usysv_low.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv_module.lo -MD -MP -MF ".deps/ssi_rpi_usysv_module.Tpo" -c -o ssi_rpi_usysv_module.lo ssi_rpi_usysv_module.c; \ then mv -f ".deps/ssi_rpi_usysv_module.Tpo" ".deps/ssi_rpi_usysv_module.Plo"; else rm -f ".deps/ssi_rpi_usysv_module.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv_module.lo -MD -MP -MF .deps/ssi_rpi_usysv_module.Tpo -c ssi_rpi_usysv_module.c -o ssi_rpi_usysv_module.o if /bin/sh ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv_shm.lo -MD -MP -MF ".deps/ssi_rpi_usysv_shm.Tpo" -c -o ssi_rpi_usysv_shm.lo ssi_rpi_usysv_shm.c; \ then mv -f ".deps/ssi_rpi_usysv_shm.Tpo" ".deps/ssi_rpi_usysv_shm.Plo"; else rm -f ".deps/ssi_rpi_usysv_shm.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I. -DLAM_TCPSHORTMSGLEN=65536 -DLAM_SHMSHORTMSGLEN=8192 -DLAM_SHMPOOLSIZE=16777216 -DLAM_SHMMAXALLOC=1048576 -I../../../../../share/include -I../../../../../share/include -I../../../../../share/ssi/rpi/tcp/src -I../../../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT ssi_rpi_usysv_shm.lo -MD -MP -MF .deps/ssi_rpi_usysv_shm.Tpo -c ssi_rpi_usysv_shm.c -o ssi_rpi_usysv_shm.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o libusysv.la ssi_rpi_usysv.lo ssi_rpi_usysv_common.lo ssi_rpi_usysv_low.lo ssi_rpi_usysv_module.lo ssi_rpi_usysv_shm.lo mkdir .libs ar cru .libs/libusysv.a ssi_rpi_usysv.o ssi_rpi_usysv_common.o ssi_rpi_usysv_low.o ssi_rpi_usysv_module.o ssi_rpi_usysv_shm.o ranlib .libs/libusysv.a creating libusysv.la (cd .libs && rm -f libusysv.la && ln -s ../libusysv.la libusysv.la) make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' /bin/sh ./libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_ssi_rpi_usysv.la -module -avoid-version src/libusysv.la mkdir .libs rm -fr .libs/liblam_ssi_rpi_usysv.lax mkdir .libs/liblam_ssi_rpi_usysv.lax rm -fr .libs/liblam_ssi_rpi_usysv.lax/libusysv.a mkdir .libs/liblam_ssi_rpi_usysv.lax/libusysv.a (cd .libs/liblam_ssi_rpi_usysv.lax/libusysv.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/src/.libs/libusysv.a) ar cru .libs/liblam_ssi_rpi_usysv.a .libs/liblam_ssi_rpi_usysv.lax/libusysv.a/ssi_rpi_usysv_common.o .libs/liblam_ssi_rpi_usysv.lax/libusysv.a/ssi_rpi_usysv.o .libs/liblam_ssi_rpi_usysv.lax/libusysv.a/ssi_rpi_usysv_shm.o .libs/liblam_ssi_rpi_usysv.lax/libusysv.a/ssi_rpi_usysv_low.o .libs/liblam_ssi_rpi_usysv.lax/libusysv.a/ssi_rpi_usysv_module.o ranlib .libs/liblam_ssi_rpi_usysv.a rm -fr .libs/liblam_ssi_rpi_usysv.lax creating liblam_ssi_rpi_usysv.la (cd .libs && rm -f liblam_ssi_rpi_usysv.la && ln -s ../liblam_ssi_rpi_usysv.la liblam_ssi_rpi_usysv.la) make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_rpi.la base/libssi_rpi_base.la usysv/liblam_ssi_rpi_usysv.la tcp/liblam_ssi_rpi_tcp.la sysv/liblam_ssi_rpi_sysv.la lamd/liblam_ssi_rpi_lamd.la crtcp/liblam_ssi_rpi_crtcp.la mkdir .libs rm -fr .libs/libssi_rpi.lax mkdir .libs/libssi_rpi.lax rm -fr .libs/libssi_rpi.lax/libssi_rpi_base.a mkdir .libs/libssi_rpi.lax/libssi_rpi_base.a (cd .libs/libssi_rpi.lax/libssi_rpi_base.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/base/.libs/libssi_rpi_base.a) rm -fr .libs/libssi_rpi.lax/liblam_ssi_rpi_usysv.a mkdir .libs/libssi_rpi.lax/liblam_ssi_rpi_usysv.a (cd .libs/libssi_rpi.lax/liblam_ssi_rpi_usysv.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/.libs/liblam_ssi_rpi_usysv.a) rm -fr .libs/libssi_rpi.lax/liblam_ssi_rpi_tcp.a mkdir .libs/libssi_rpi.lax/liblam_ssi_rpi_tcp.a (cd .libs/libssi_rpi.lax/liblam_ssi_rpi_tcp.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/.libs/liblam_ssi_rpi_tcp.a) rm -fr .libs/libssi_rpi.lax/liblam_ssi_rpi_sysv.a mkdir .libs/libssi_rpi.lax/liblam_ssi_rpi_sysv.a (cd .libs/libssi_rpi.lax/liblam_ssi_rpi_sysv.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/.libs/liblam_ssi_rpi_sysv.a) rm -fr .libs/libssi_rpi.lax/liblam_ssi_rpi_lamd.a mkdir .libs/libssi_rpi.lax/liblam_ssi_rpi_lamd.a (cd .libs/libssi_rpi.lax/liblam_ssi_rpi_lamd.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/.libs/liblam_ssi_rpi_lamd.a) rm -fr .libs/libssi_rpi.lax/liblam_ssi_rpi_crtcp.a mkdir .libs/libssi_rpi.lax/liblam_ssi_rpi_crtcp.a (cd .libs/libssi_rpi.lax/liblam_ssi_rpi_crtcp.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/.libs/liblam_ssi_rpi_crtcp.a) ar cru .libs/libssi_rpi.a .libs/libssi_rpi.lax/libssi_rpi_base.a/ssi_rpi_mem.o .libs/libssi_rpi.lax/libssi_rpi_base.a/ssi_rpi_open.o .libs/libssi_rpi.lax/libssi_rpi_base.a/ssi_rpi_query.o .libs/libssi_rpi.lax/libssi_rpi_base.a/ssi_rpi_util.o .libs/libssi_rpi.lax/libssi_rpi_base.a/ssi_rpi_fault.o .libs/libssi_rpi.lax/libssi_rpi_base.a/ssi_rpi_cbuf.o .libs/libssi_rpi.lax/libssi_rpi_base.a/ssi_rpi_init.o .libs/libssi_rpi.lax/libssi_rpi_base.a/ssi_rpi_close.o .libs/libssi_rpi.lax/liblam_ssi_rpi_usysv.a/ssi_rpi_usysv_common.o .libs/libssi_rpi.lax/liblam_ssi_rpi_usysv.a/ssi_rpi_usysv.o .libs/libssi_rpi.lax/liblam_ssi_rpi_usysv.a/ssi_rpi_usysv_shm.o .libs/libssi_rpi.lax/liblam_ssi_rpi_usysv.a/ssi_rpi_usysv_low.o .libs/libssi_rpi.lax/liblam_ssi_rpi_usysv.a/ssi_rpi_usysv_module.o .libs/libssi_rpi.lax/liblam_ssi_rpi_tcp.a/ssi_rpi_tcp_low.o .libs/libssi_rpi.lax/liblam_ssi_rpi_tcp.a/ssi_rpi_tcp.o .libs/libssi_rpi.lax/liblam_ssi_rpi_tcp.a/ssi_rpi_tcp_module.o .libs/libssi_rpi.lax/liblam_ssi_rpi_sysv.a/ssi_rpi_sysv_shm.o .libs/libssi_rpi.lax/liblam_ssi_rpi_sysv.a/ssi_rpi_sysv_low.o .libs/libssi_rpi.lax/liblam_ssi_rpi_sysv.a/ssi_rpi_sysv_module.o .libs/libssi_rpi.lax/liblam_ssi_rpi_sysv.a/ssi_rpi_sysv.o .libs/libssi_rpi.lax/liblam_ssi_rpi_sysv.a/ssi_rpi_sysv_common.o .libs/libssi_rpi.lax/liblam_ssi_rpi_lamd.a/ssi_rpi_lamd.o .libs/libssi_rpi.lax/liblam_ssi_rpi_lamd.a/ssi_rpi_lamd_module.o .libs/libssi_rpi.lax/liblam_ssi_rpi_crtcp.a/ssi_rpi_crtcp.o .libs/libssi_rpi.lax/liblam_ssi_rpi_crtcp.a/ssi_rpi_crtcp_low.o .libs/libssi_rpi.lax/liblam_ssi_rpi_crtcp.a/ssi_rpi_crtcp_cr.o .libs/libssi_rpi.lax/liblam_ssi_rpi_crtcp.a/ssi_rpi_crtcp_bookmarks_alltoall.o .libs/libssi_rpi.lax/liblam_ssi_rpi_crtcp.a/ssi_rpi_crtcp_module.o ranlib .libs/libssi_rpi.a rm -fr .libs/libssi_rpi.lax creating libssi_rpi.la (cd .libs && rm -f libssi_rpi.la && ln -s ../libssi_rpi.la libssi_rpi.la) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_lam.la base/libssi_lam_base.la boot/libssi_boot.la crlam/libssi_crlam.la mkdir .libs rm -fr .libs/libssi_lam.lax mkdir .libs/libssi_lam.lax rm -fr .libs/libssi_lam.lax/libssi_lam_base.a mkdir .libs/libssi_lam.lax/libssi_lam_base.a (cd .libs/libssi_lam.lax/libssi_lam_base.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/base/.libs/libssi_lam_base.a) rm -fr .libs/libssi_lam.lax/libssi_boot.a mkdir .libs/libssi_lam.lax/libssi_boot.a (cd .libs/libssi_lam.lax/libssi_boot.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/.libs/libssi_boot.a) rm -fr .libs/libssi_lam.lax/libssi_crlam.a mkdir .libs/libssi_lam.lax/libssi_crlam.a (cd .libs/libssi_lam.lax/libssi_crlam.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/.libs/libssi_crlam.a) ar cru .libs/libssi_lam.a .libs/libssi_lam.lax/libssi_lam_base.a/ssi_hostmap.o .libs/libssi_lam.lax/libssi_lam_base.a/ssi_module_check.o .libs/libssi_lam.lax/libssi_lam_base.a/ssi_ao.o .libs/libssi_lam.lax/libssi_lam_base.a/ssi_open.o .libs/libssi_lam.lax/libssi_lam_base.a/ssi_set_verbose.o .libs/libssi_lam.lax/libssi_lam_base.a/ssi_module_registry.o .libs/libssi_lam.lax/libssi_lam_base.a/ssi_param.o .libs/libssi_lam.lax/libssi_lam_base.a/ssi_module_find.o .libs/libssi_lam.lax/libssi_lam_base.a/ssi_close.o .libs/libssi_lam.lax/libssi_lam_base.a/ssi_module_compare.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_append_path.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_server.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_select.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_slurm_module.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_cmd_line.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_client.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_rsh_inetexec.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_find_prefix.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_alg_tree.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_rsh_module.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_rsh.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_open.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_find_hostname.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_slurm.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_find_boot_schema.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_alg_linear.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_globus_module.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_alg_linear_windowed.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_alg_thread.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_do_args.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_slurm_hostlist.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_lamgrow.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_ioexecvp.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_close.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_globus.o .libs/libssi_lam.lax/libssi_boot.a/ssi_boot_globus_inetexec.o .libs/libssi_lam.lax/libssi_crlam.a/ssi_crlam.o .libs/libssi_lam.lax/libssi_crlam.a/ssi_crlam_open.o .libs/libssi_lam.lax/libssi_crlam.a/ssi_crlam_close.o .libs/libssi_lam.lax/libssi_crlam.a/ssi_crlam_self_module.o .libs/libssi_lam.lax/libssi_crlam.a/ssi_crlam_self.o ranlib .libs/libssi_lam.a rm -fr .libs/libssi_lam.lax creating libssi_lam.la (cd .libs && rm -f libssi_lam.la && ln -s ../libssi_lam.la libssi_lam.la) /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libssi_mpi.la base/libssi_mpi_base.la coll/libssi_coll.la rpi/libssi_rpi.la crmpi/libssi_crmpi.la rm -fr .libs/libssi_mpi.lax mkdir .libs/libssi_mpi.lax rm -fr .libs/libssi_mpi.lax/libssi_mpi_base.a mkdir .libs/libssi_mpi.lax/libssi_mpi_base.a (cd .libs/libssi_mpi.lax/libssi_mpi_base.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/base/.libs/libssi_mpi_base.a) rm -fr .libs/libssi_mpi.lax/libssi_coll.a mkdir .libs/libssi_mpi.lax/libssi_coll.a (cd .libs/libssi_mpi.lax/libssi_coll.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/.libs/libssi_coll.a) rm -fr .libs/libssi_mpi.lax/libssi_rpi.a mkdir .libs/libssi_mpi.lax/libssi_rpi.a (cd .libs/libssi_mpi.lax/libssi_rpi.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/.libs/libssi_rpi.a) rm -fr .libs/libssi_mpi.lax/libssi_crmpi.a mkdir .libs/libssi_mpi.lax/libssi_crmpi.a (cd .libs/libssi_mpi.lax/libssi_crmpi.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/.libs/libssi_crmpi.a) ar cru .libs/libssi_mpi.a .libs/libssi_mpi.lax/libssi_mpi_base.a/ssi_mpi_init_callback.o .libs/libssi_mpi.lax/libssi_mpi_base.a/ssi_mpi_module_select.o .libs/libssi_mpi.lax/libssi_mpi_base.a/ssi_mpi_param.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_scan.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_barrier.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_bcast.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_scan.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_reduce.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_alltoall.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem_alltoall.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_allreduce.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_module.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_gatherv.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_finalize_comm.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_checkpoint.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem_barrier.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem_scatter.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_allgatherv.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_util.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_scatterv.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_get_param.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem_bcast.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_close.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_alltoallv.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_allgather.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_module.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_reduce_scatter.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_exscan.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem_reduce.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_reduce.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_query.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_bcast.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem_util.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_reduce_scatter.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem_gather.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_allgather.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_gather.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_init_comm.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_barrier.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem_module.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_scatter.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_open.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_allgatherv.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_alltoallw.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_smp_allreduce.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_lam_basic_util.o .libs/libssi_mpi.lax/libssi_coll.a/ssi_coll_shmem_allgather.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_mem.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_crtcp.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_usysv_common.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_tcp_low.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_tcp.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_open.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_query.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_util.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_sysv_shm.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_usysv.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_lamd.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_crtcp_low.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_fault.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_crtcp_cr.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_usysv_shm.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_cbuf.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_usysv_low.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_sysv_low.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_tcp_module.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_usysv_module.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_crtcp_bookmarks_alltoall.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_init.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_sysv_module.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_close.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_sysv.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_sysv_common.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_crtcp_module.o .libs/libssi_mpi.lax/libssi_rpi.a/ssi_rpi_lamd_module.o .libs/libssi_mpi.lax/libssi_crmpi.a/ssi_crmpi_query.o .libs/libssi_mpi.lax/libssi_crmpi.a/ssi_crmpi.o .libs/libssi_mpi.lax/libssi_crmpi.a/ssi_crmpi_close.o .libs/libssi_mpi.lax/libssi_crmpi.a/ssi_crmpi_open.o .libs/libssi_mpi.lax/libssi_crmpi.a/ssi_crmpi_lock.o .libs/libssi_mpi.lax/libssi_crmpi.a/ssi_crmpi_self_module.o .libs/libssi_mpi.lax/libssi_crmpi.a/ssi_crmpi_self.o ranlib .libs/libssi_mpi.a rm -fr .libs/libssi_mpi.lax creating libssi_mpi.la (cd .libs && rm -f libssi_mpi.la && ln -s ../libssi_mpi.la libssi_mpi.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' Making all in threads make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/threads' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamcondition.lo -MD -MP -MF ".deps/lamcondition.Tpo" -c -o lamcondition.lo lamcondition.c; \ then mv -f ".deps/lamcondition.Tpo" ".deps/lamcondition.Plo"; else rm -f ".deps/lamcondition.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamcondition.lo -MD -MP -MF .deps/lamcondition.Tpo -c lamcondition.c -o lamcondition.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lammutex.lo -MD -MP -MF ".deps/lammutex.Tpo" -c -o lammutex.lo lammutex.c; \ then mv -f ".deps/lammutex.Tpo" ".deps/lammutex.Plo"; else rm -f ".deps/lammutex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lammutex.lo -MD -MP -MF .deps/lammutex.Tpo -c lammutex.c -o lammutex.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamsemaphore.lo -MD -MP -MF ".deps/lamsemaphore.Tpo" -c -o lamsemaphore.lo lamsemaphore.c; \ then mv -f ".deps/lamsemaphore.Tpo" ".deps/lamsemaphore.Plo"; else rm -f ".deps/lamsemaphore.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamsemaphore.lo -MD -MP -MF .deps/lamsemaphore.Tpo -c lamsemaphore.c -o lamsemaphore.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamthreads.lo -MD -MP -MF ".deps/lamthreads.Tpo" -c -o lamthreads.lo lamthreads.c; \ then mv -f ".deps/lamthreads.Tpo" ".deps/lamthreads.Plo"; else rm -f ".deps/lamthreads.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamthreads.lo -MD -MP -MF .deps/lamthreads.Tpo -c lamthreads.c -o lamthreads.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamthreads.la lamcondition.lo lammutex.lo lamsemaphore.lo lamthreads.lo mkdir .libs ar cru .libs/liblamthreads.a lamcondition.o lammutex.o lamsemaphore.o lamthreads.o ranlib .libs/liblamthreads.a creating liblamthreads.la (cd .libs && rm -f liblamthreads.la && ln -s ../liblamthreads.la liblamthreads.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/threads' Making all in totalview make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' Making all in src make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview/src' if /bin/sh ../libtool --tag=CC --mode=compile gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DLAM_WANT_DEBUG=0 -DLAM_CC=\"gcc\" -Dlam_sizeof_void_p=4 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT dll_lam.lo -MD -MP -MF ".deps/dll_lam.Tpo" -c -o dll_lam.lo dll_lam.c; \ then mv -f ".deps/dll_lam.Tpo" ".deps/dll_lam.Plo"; else rm -f ".deps/dll_lam.Tpo"; exit 1; fi mkdir .libs gcc -DPACKAGE_NAME=\"\" -DPACKAGE_TARNAME=\"\" -DPACKAGE_VERSION=\"\" -DPACKAGE_STRING=\"\" -DPACKAGE_BUGREPORT=\"\" -DLAM_WANT_DEBUG=0 -DLAM_CC=\"gcc\" -Dlam_sizeof_void_p=4 -DSTDC_HEADERS=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_UNISTD_H=1 -DHAVE_DLFCN_H=1 -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -DLAM_BUILDING=1 -DLAM_BUILDING=1 -O3 -pthread -MT dll_lam.lo -MD -MP -MF .deps/dll_lam.Tpo -c dll_lam.c -fPIC -DPIC -o .libs/dll_lam.o /bin/sh ../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam_totalview.la -rpath /home/astromake/opt/gadget/lib/lam -module dll_lam.lo gcc -shared .libs/dll_lam.o -pthread -Wl,-soname -Wl,liblam_totalview.so.0 -o .libs/liblam_totalview.so.0.0.0 (cd .libs && rm -f liblam_totalview.so.0 && ln -s liblam_totalview.so.0.0.0 liblam_totalview.so.0) (cd .libs && rm -f liblam_totalview.so && ln -s liblam_totalview.so.0.0.0 liblam_totalview.so) creating liblam_totalview.la (cd .libs && rm -f liblam_totalview.la && ln -s ../liblam_totalview.la liblam_totalview.la) make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview/src' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' Making all in trillium make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/trillium' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT TRIL.lo -MD -MP -MF ".deps/TRIL.Tpo" -c -o TRIL.lo TRIL.c; \ then mv -f ".deps/TRIL.Tpo" ".deps/TRIL.Plo"; else rm -f ".deps/TRIL.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT TRIL.lo -MD -MP -MF .deps/TRIL.Tpo -c TRIL.c -o TRIL.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ldolinks.lo -MD -MP -MF ".deps/ldolinks.Tpo" -c -o ldolinks.lo ldolinks.c; \ then mv -f ".deps/ldolinks.Tpo" ".deps/ldolinks.Plo"; else rm -f ".deps/ldolinks.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT ldolinks.lo -MD -MP -MF .deps/ldolinks.Tpo -c ldolinks.c -o ldolinks.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lioattach.lo -MD -MP -MF ".deps/lioattach.Tpo" -c -o lioattach.lo lioattach.c; \ then mv -f ".deps/lioattach.Tpo" ".deps/lioattach.Plo"; else rm -f ".deps/lioattach.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lioattach.lo -MD -MP -MF .deps/lioattach.Tpo -c lioattach.c -o lioattach.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lpattach.lo -MD -MP -MF ".deps/lpattach.Tpo" -c -o lpattach.lo lpattach.c; \ then mv -f ".deps/lpattach.Tpo" ".deps/lpattach.Plo"; else rm -f ".deps/lpattach.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lpattach.lo -MD -MP -MF .deps/lpattach.Tpo -c lpattach.c -o lpattach.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lpdetach.lo -MD -MP -MF ".deps/lpdetach.Tpo" -c -o lpdetach.lo lpdetach.c; \ then mv -f ".deps/lpdetach.Tpo" ".deps/lpdetach.Plo"; else rm -f ".deps/lpdetach.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lpdetach.lo -MD -MP -MF .deps/lpdetach.Tpo -c lpdetach.c -o lpdetach.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbflook.lo -MD -MP -MF ".deps/rbflook.Tpo" -c -o rbflook.lo rbflook.c; \ then mv -f ".deps/rbflook.Tpo" ".deps/rbflook.Plo"; else rm -f ".deps/rbflook.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbflook.lo -MD -MP -MF .deps/rbflook.Tpo -c rbflook.c -o rbflook.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfparms.lo -MD -MP -MF ".deps/rbfparms.Tpo" -c -o rbfparms.lo rbfparms.c; \ then mv -f ".deps/rbfparms.Tpo" ".deps/rbfparms.Plo"; else rm -f ".deps/rbfparms.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfparms.lo -MD -MP -MF .deps/rbfparms.Tpo -c rbfparms.c -o rbfparms.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfstate.lo -MD -MP -MF ".deps/rbfstate.Tpo" -c -o rbfstate.lo rbfstate.c; \ then mv -f ".deps/rbfstate.Tpo" ".deps/rbfstate.Plo"; else rm -f ".deps/rbfstate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfstate.lo -MD -MP -MF .deps/rbfstate.Tpo -c rbfstate.c -o rbfstate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfsweep1.lo -MD -MP -MF ".deps/rbfsweep1.Tpo" -c -o rbfsweep1.lo rbfsweep1.c; \ then mv -f ".deps/rbfsweep1.Tpo" ".deps/rbfsweep1.Plo"; else rm -f ".deps/rbfsweep1.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfsweep1.lo -MD -MP -MF .deps/rbfsweep1.Tpo -c rbfsweep1.c -o rbfsweep1.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfsweep.lo -MD -MP -MF ".deps/rbfsweep.Tpo" -c -o rbfsweep.lo rbfsweep.c; \ then mv -f ".deps/rbfsweep.Tpo" ".deps/rbfsweep.Plo"; else rm -f ".deps/rbfsweep.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfsweep.lo -MD -MP -MF .deps/rbfsweep.Tpo -c rbfsweep.c -o rbfsweep.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfwipe.lo -MD -MP -MF ".deps/rbfwipe.Tpo" -c -o rbfwipe.lo rbfwipe.c; \ then mv -f ".deps/rbfwipe.Tpo" ".deps/rbfwipe.Plo"; else rm -f ".deps/rbfwipe.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rbfwipe.lo -MD -MP -MF .deps/rbfwipe.Tpo -c rbfwipe.c -o rbfwipe.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recho.lo -MD -MP -MF ".deps/recho.Tpo" -c -o recho.lo recho.c; \ then mv -f ".deps/recho.Tpo" ".deps/recho.Plo"; else rm -f ".deps/recho.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recho.lo -MD -MP -MF .deps/recho.Tpo -c recho.c -o recho.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rflat.lo -MD -MP -MF ".deps/rflat.Tpo" -c -o rflat.lo rflat.c; \ then mv -f ".deps/rflat.Tpo" ".deps/rflat.Plo"; else rm -f ".deps/rflat.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rflat.lo -MD -MP -MF .deps/rflat.Tpo -c rflat.c -o rflat.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rflclean.lo -MD -MP -MF ".deps/rflclean.Tpo" -c -o rflclean.lo rflclean.c; \ then mv -f ".deps/rflclean.Tpo" ".deps/rflclean.Plo"; else rm -f ".deps/rflclean.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rflclean.lo -MD -MP -MF .deps/rflclean.Tpo -c rflclean.c -o rflclean.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rget.lo -MD -MP -MF ".deps/rget.Tpo" -c -o rget.lo rget.c; \ then mv -f ".deps/rget.Tpo" ".deps/rget.Plo"; else rm -f ".deps/rget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rget.lo -MD -MP -MF .deps/rget.Tpo -c rget.c -o rget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rhreq.lo -MD -MP -MF ".deps/rhreq.Tpo" -c -o rhreq.lo rhreq.c; \ then mv -f ".deps/rhreq.Tpo" ".deps/rhreq.Plo"; else rm -f ".deps/rhreq.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rhreq.lo -MD -MP -MF .deps/rhreq.Tpo -c rhreq.c -o rhreq.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rload.lo -MD -MP -MF ".deps/rload.Tpo" -c -o rload.lo rload.c; \ then mv -f ".deps/rload.Tpo" ".deps/rload.Plo"; else rm -f ".deps/rload.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rload.lo -MD -MP -MF .deps/rload.Tpo -c rload.c -o rload.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpcreate.lo -MD -MP -MF ".deps/rpcreate.Tpo" -c -o rpcreate.lo rpcreate.c; \ then mv -f ".deps/rpcreate.Tpo" ".deps/rpcreate.Plo"; else rm -f ".deps/rpcreate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpcreate.lo -MD -MP -MF .deps/rpcreate.Tpo -c rpcreate.c -o rpcreate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpdoom.lo -MD -MP -MF ".deps/rpdoom.Tpo" -c -o rpdoom.lo rpdoom.c; \ then mv -f ".deps/rpdoom.Tpo" ".deps/rpdoom.Plo"; else rm -f ".deps/rpdoom.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpdoom.lo -MD -MP -MF .deps/rpdoom.Tpo -c rpdoom.c -o rpdoom.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpgo.lo -MD -MP -MF ".deps/rpgo.Tpo" -c -o rpgo.lo rpgo.c; \ then mv -f ".deps/rpgo.Tpo" ".deps/rpgo.Plo"; else rm -f ".deps/rpgo.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpgo.lo -MD -MP -MF .deps/rpgo.Tpo -c rpgo.c -o rpgo.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rploadgo.lo -MD -MP -MF ".deps/rploadgo.Tpo" -c -o rploadgo.lo rploadgo.c; \ then mv -f ".deps/rploadgo.Tpo" ".deps/rploadgo.Plo"; else rm -f ".deps/rploadgo.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rploadgo.lo -MD -MP -MF .deps/rploadgo.Tpo -c rploadgo.c -o rploadgo.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpspawn.lo -MD -MP -MF ".deps/rpspawn.Tpo" -c -o rpspawn.lo rpspawn.c; \ then mv -f ".deps/rpspawn.Tpo" ".deps/rpspawn.Plo"; else rm -f ".deps/rpspawn.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpspawn.lo -MD -MP -MF .deps/rpspawn.Tpo -c rpspawn.c -o rpspawn.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpstate.lo -MD -MP -MF ".deps/rpstate.Tpo" -c -o rpstate.lo rpstate.c; \ then mv -f ".deps/rpstate.Tpo" ".deps/rpstate.Plo"; else rm -f ".deps/rpstate.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpstate.lo -MD -MP -MF .deps/rpstate.Tpo -c rpstate.c -o rpstate.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpwait.lo -MD -MP -MF ".deps/rpwait.Tpo" -c -o rpwait.lo rpwait.c; \ then mv -f ".deps/rpwait.Tpo" ".deps/rpwait.Plo"; else rm -f ".deps/rpwait.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rpwait.lo -MD -MP -MF .deps/rpwait.Tpo -c rpwait.c -o rpwait.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrfget.lo -MD -MP -MF ".deps/rtrfget.Tpo" -c -o rtrfget.lo rtrfget.c; \ then mv -f ".deps/rtrfget.Tpo" ".deps/rtrfget.Plo"; else rm -f ".deps/rtrfget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrfget.lo -MD -MP -MF .deps/rtrfget.Tpo -c rtrfget.c -o rtrfget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrget.lo -MD -MP -MF ".deps/rtrget.Tpo" -c -o rtrget.lo rtrget.c; \ then mv -f ".deps/rtrget.Tpo" ".deps/rtrget.Plo"; else rm -f ".deps/rtrget.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrget.lo -MD -MP -MF .deps/rtrget.Tpo -c rtrget.c -o rtrget.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrname.lo -MD -MP -MF ".deps/rtrname.Tpo" -c -o rtrname.lo rtrname.c; \ then mv -f ".deps/rtrname.Tpo" ".deps/rtrname.Plo"; else rm -f ".deps/rtrname.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrname.lo -MD -MP -MF .deps/rtrname.Tpo -c rtrname.c -o rtrname.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrsimplex.lo -MD -MP -MF ".deps/rtrsimplex.Tpo" -c -o rtrsimplex.lo rtrsimplex.c; \ then mv -f ".deps/rtrsimplex.Tpo" ".deps/rtrsimplex.Plo"; else rm -f ".deps/rtrsimplex.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrsimplex.lo -MD -MP -MF .deps/rtrsimplex.Tpo -c rtrsimplex.c -o rtrsimplex.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrstore.lo -MD -MP -MF ".deps/rtrstore.Tpo" -c -o rtrstore.lo rtrstore.c; \ then mv -f ".deps/rtrstore.Tpo" ".deps/rtrstore.Plo"; else rm -f ".deps/rtrstore.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtrstore.lo -MD -MP -MF .deps/rtrstore.Tpo -c rtrstore.c -o rtrstore.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rversion.lo -MD -MP -MF ".deps/rversion.Tpo" -c -o rversion.lo rversion.c; \ then mv -f ".deps/rversion.Tpo" ".deps/rversion.Plo"; else rm -f ".deps/rversion.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rversion.lo -MD -MP -MF .deps/rversion.Tpo -c rversion.c -o rversion.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamtrillium.la TRIL.lo ldolinks.lo lioattach.lo lpattach.lo lpdetach.lo rbflook.lo rbfparms.lo rbfstate.lo rbfsweep1.lo rbfsweep.lo rbfwipe.lo recho.lo rflat.lo rflclean.lo rget.lo rhreq.lo rload.lo rpcreate.lo rpdoom.lo rpgo.lo rploadgo.lo rpspawn.lo rpstate.lo rpwait.lo rtrfget.lo rtrget.lo rtrname.lo rtrsimplex.lo rtrstore.lo rversion.lo mkdir .libs ar cru .libs/liblamtrillium.a TRIL.o ldolinks.o lioattach.o lpattach.o lpdetach.o rbflook.o rbfparms.o rbfstate.o rbfsweep1.o rbfsweep.o rbfwipe.o recho.o rflat.o rflclean.o rget.o rhreq.o rload.o rpcreate.o rpdoom.o rpgo.o rploadgo.o rpspawn.o rpstate.o rpwait.o rtrfget.o rtrget.o rtrname.o rtrsimplex.o rtrstore.o rversion.o ranlib .libs/liblamtrillium.a creating liblamtrillium.la (cd .libs && rm -f liblamtrillium.la && ln -s ../liblamtrillium.la liblamtrillium.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/trillium' Making all in tstdio make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/tstdio' if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT _tiob.lo -MD -MP -MF ".deps/_tiob.Tpo" -c -o _tiob.lo _tiob.c; \ then mv -f ".deps/_tiob.Tpo" ".deps/_tiob.Plo"; else rm -f ".deps/_tiob.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT _tiob.lo -MD -MP -MF .deps/_tiob.Tpo -c _tiob.c -o _tiob.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getbuf.lo -MD -MP -MF ".deps/getbuf.Tpo" -c -o getbuf.lo getbuf.c; \ then mv -f ".deps/getbuf.Tpo" ".deps/getbuf.Plo"; else rm -f ".deps/getbuf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT getbuf.lo -MD -MP -MF .deps/getbuf.Tpo -c getbuf.c -o getbuf.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iomap.lo -MD -MP -MF ".deps/iomap.Tpo" -c -o iomap.lo iomap.c; \ then mv -f ".deps/iomap.Tpo" ".deps/iomap.Plo"; else rm -f ".deps/iomap.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iomap.lo -MD -MP -MF .deps/iomap.Tpo -c iomap.c -o iomap.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfclose.lo -MD -MP -MF ".deps/tfclose.Tpo" -c -o tfclose.lo tfclose.c; \ then mv -f ".deps/tfclose.Tpo" ".deps/tfclose.Plo"; else rm -f ".deps/tfclose.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfclose.lo -MD -MP -MF .deps/tfclose.Tpo -c tfclose.c -o tfclose.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfdopen.lo -MD -MP -MF ".deps/tfdopen.Tpo" -c -o tfdopen.lo tfdopen.c; \ then mv -f ".deps/tfdopen.Tpo" ".deps/tfdopen.Plo"; else rm -f ".deps/tfdopen.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfdopen.lo -MD -MP -MF .deps/tfdopen.Tpo -c tfdopen.c -o tfdopen.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfflush.lo -MD -MP -MF ".deps/tfflush.Tpo" -c -o tfflush.lo tfflush.c; \ then mv -f ".deps/tfflush.Tpo" ".deps/tfflush.Plo"; else rm -f ".deps/tfflush.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfflush.lo -MD -MP -MF .deps/tfflush.Tpo -c tfflush.c -o tfflush.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfgetc.lo -MD -MP -MF ".deps/tfgetc.Tpo" -c -o tfgetc.lo tfgetc.c; \ then mv -f ".deps/tfgetc.Tpo" ".deps/tfgetc.Plo"; else rm -f ".deps/tfgetc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfgetc.lo -MD -MP -MF .deps/tfgetc.Tpo -c tfgetc.c -o tfgetc.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfgets.lo -MD -MP -MF ".deps/tfgets.Tpo" -c -o tfgets.lo tfgets.c; \ then mv -f ".deps/tfgets.Tpo" ".deps/tfgets.Plo"; else rm -f ".deps/tfgets.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfgets.lo -MD -MP -MF .deps/tfgets.Tpo -c tfgets.c -o tfgets.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfopen.lo -MD -MP -MF ".deps/tfopen.Tpo" -c -o tfopen.lo tfopen.c; \ then mv -f ".deps/tfopen.Tpo" ".deps/tfopen.Plo"; else rm -f ".deps/tfopen.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfopen.lo -MD -MP -MF .deps/tfopen.Tpo -c tfopen.c -o tfopen.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfprint.lo -MD -MP -MF ".deps/tfprint.Tpo" -c -o tfprint.lo tfprint.c; \ then mv -f ".deps/tfprint.Tpo" ".deps/tfprint.Plo"; else rm -f ".deps/tfprint.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfprint.lo -MD -MP -MF .deps/tfprint.Tpo -c tfprint.c -o tfprint.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfputc.lo -MD -MP -MF ".deps/tfputc.Tpo" -c -o tfputc.lo tfputc.c; \ then mv -f ".deps/tfputc.Tpo" ".deps/tfputc.Plo"; else rm -f ".deps/tfputc.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfputc.lo -MD -MP -MF .deps/tfputc.Tpo -c tfputc.c -o tfputc.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfputs.lo -MD -MP -MF ".deps/tfputs.Tpo" -c -o tfputs.lo tfputs.c; \ then mv -f ".deps/tfputs.Tpo" ".deps/tfputs.Plo"; else rm -f ".deps/tfputs.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfputs.lo -MD -MP -MF .deps/tfputs.Tpo -c tfputs.c -o tfputs.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfread.lo -MD -MP -MF ".deps/tfread.Tpo" -c -o tfread.lo tfread.c; \ then mv -f ".deps/tfread.Tpo" ".deps/tfread.Plo"; else rm -f ".deps/tfread.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfread.lo -MD -MP -MF .deps/tfread.Tpo -c tfread.c -o tfread.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfscan.lo -MD -MP -MF ".deps/tfscan.Tpo" -c -o tfscan.lo tfscan.c; \ then mv -f ".deps/tfscan.Tpo" ".deps/tfscan.Plo"; else rm -f ".deps/tfscan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfscan.lo -MD -MP -MF .deps/tfscan.Tpo -c tfscan.c -o tfscan.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfseek.lo -MD -MP -MF ".deps/tfseek.Tpo" -c -o tfseek.lo tfseek.c; \ then mv -f ".deps/tfseek.Tpo" ".deps/tfseek.Plo"; else rm -f ".deps/tfseek.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfseek.lo -MD -MP -MF .deps/tfseek.Tpo -c tfseek.c -o tfseek.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfwrite.lo -MD -MP -MF ".deps/tfwrite.Tpo" -c -o tfwrite.lo tfwrite.c; \ then mv -f ".deps/tfwrite.Tpo" ".deps/tfwrite.Plo"; else rm -f ".deps/tfwrite.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tfwrite.lo -MD -MP -MF .deps/tfwrite.Tpo -c tfwrite.c -o tfwrite.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tprint.lo -MD -MP -MF ".deps/tprint.Tpo" -c -o tprint.lo tprint.c; \ then mv -f ".deps/tprint.Tpo" ".deps/tprint.Plo"; else rm -f ".deps/tprint.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tprint.lo -MD -MP -MF .deps/tprint.Tpo -c tprint.c -o tprint.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tscan.lo -MD -MP -MF ".deps/tscan.Tpo" -c -o tscan.lo tscan.c; \ then mv -f ".deps/tscan.Tpo" ".deps/tscan.Plo"; else rm -f ".deps/tscan.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tscan.lo -MD -MP -MF .deps/tscan.Tpo -c tscan.c -o tscan.o if /bin/sh ../../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetbuf.lo -MD -MP -MF ".deps/tsetbuf.Tpo" -c -o tsetbuf.lo tsetbuf.c; \ then mv -f ".deps/tsetbuf.Tpo" ".deps/tsetbuf.Plo"; else rm -f ".deps/tsetbuf.Tpo"; exit 1; fi gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tsetbuf.lo -MD -MP -MF .deps/tsetbuf.Tpo -c tsetbuf.c -o tsetbuf.o /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamtstdio.la _tiob.lo getbuf.lo iomap.lo tfclose.lo tfdopen.lo tfflush.lo tfgetc.lo tfgets.lo tfopen.lo tfprint.lo tfputc.lo tfputs.lo tfread.lo tfscan.lo tfseek.lo tfwrite.lo tprint.lo tscan.lo tsetbuf.lo mkdir .libs ar cru .libs/liblamtstdio.a _tiob.o getbuf.o iomap.o tfclose.o tfdopen.o tfflush.o tfgetc.o tfgets.o tfopen.o tfprint.o tfputc.o tfputs.o tfread.o tfscan.o tfseek.o tfwrite.o tprint.o tscan.o tsetbuf.o ranlib .libs/liblamtstdio.a creating liblamtstdio.la (cd .libs && rm -f liblamtstdio.la && ln -s ../liblamtstdio.la liblamtstdio.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/tstdio' Making all in liblam make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/liblam' /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblam.la -rpath /home/astromake/opt/gadget/lib -export-dynamic ../../share/args/liblamargs.la ../../share/boot/liblamboot.la ../../share/etc/liblametc.la ../../share/freq/liblamfreq.la ../../share/kreq/liblamkreq.la ../../share/libltdl/libltdlc.la ../../share/mpi/liblamextra.la ../../share/nreq/liblamnreq.la ../../share/rreq/liblamrreq.la ../../share/ssi/libssi_lam.la ../../share/threads/liblamthreads.la ../../share/trillium/liblamtrillium.la ../../share/tstdio/liblamtstdio.la -lutil mkdir .libs rm -fr .libs/liblam.lax mkdir .libs/liblam.lax rm -fr .libs/liblam.lax/liblamargs.a mkdir .libs/liblam.lax/liblamargs.a (cd .libs/liblam.lax/liblamargs.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/args/.libs/liblamargs.a) rm -fr .libs/liblam.lax/liblamboot.a mkdir .libs/liblam.lax/liblamboot.a (cd .libs/liblam.lax/liblamboot.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/boot/.libs/liblamboot.a) rm -fr .libs/liblam.lax/liblametc.a mkdir .libs/liblam.lax/liblametc.a (cd .libs/liblam.lax/liblametc.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/etc/.libs/liblametc.a) rm -fr .libs/liblam.lax/liblamfreq.a mkdir .libs/liblam.lax/liblamfreq.a (cd .libs/liblam.lax/liblamfreq.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/freq/.libs/liblamfreq.a) rm -fr .libs/liblam.lax/liblamkreq.a mkdir .libs/liblam.lax/liblamkreq.a (cd .libs/liblam.lax/liblamkreq.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/kreq/.libs/liblamkreq.a) rm -fr .libs/liblam.lax/libltdlc.a mkdir .libs/liblam.lax/libltdlc.a (cd .libs/liblam.lax/libltdlc.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/libltdl/.libs/libltdlc.a) rm -fr .libs/liblam.lax/liblamextra.a mkdir .libs/liblam.lax/liblamextra.a (cd .libs/liblam.lax/liblamextra.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/mpi/.libs/liblamextra.a) rm -fr .libs/liblam.lax/liblamnreq.a mkdir .libs/liblam.lax/liblamnreq.a (cd .libs/liblam.lax/liblamnreq.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/nreq/.libs/liblamnreq.a) rm -fr .libs/liblam.lax/liblamrreq.a mkdir .libs/liblam.lax/liblamrreq.a (cd .libs/liblam.lax/liblamrreq.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/rreq/.libs/liblamrreq.a) rm -fr .libs/liblam.lax/libssi_lam.a mkdir .libs/liblam.lax/libssi_lam.a (cd .libs/liblam.lax/libssi_lam.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/ssi/.libs/libssi_lam.a) rm -fr .libs/liblam.lax/liblamthreads.a mkdir .libs/liblam.lax/liblamthreads.a (cd .libs/liblam.lax/liblamthreads.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/threads/.libs/liblamthreads.a) rm -fr .libs/liblam.lax/liblamtrillium.a mkdir .libs/liblam.lax/liblamtrillium.a (cd .libs/liblam.lax/liblamtrillium.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/trillium/.libs/liblamtrillium.a) rm -fr .libs/liblam.lax/liblamtstdio.a mkdir .libs/liblam.lax/liblamtstdio.a (cd .libs/liblam.lax/liblamtstdio.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/../../share/tstdio/.libs/liblamtstdio.a) ar cru .libs/liblam.a .libs/liblam.lax/liblamargs.a/ndi_parse.o .libs/liblam.lax/liblamargs.a/do_args.o .libs/liblam.lax/liblamargs.a/all_argv.o .libs/liblam.lax/liblamargs.a/ndi_resolve.o .libs/liblam.lax/liblamargs.a/all_opt.o .libs/liblam.lax/liblamargs.a/pdi_parse.o .libs/liblam.lax/liblamargs.a/parse_id.o .libs/liblam.lax/liblamboot.a/hbootparse.o .libs/liblam.lax/liblamboot.a/deallocate.o .libs/liblam.lax/liblamboot.a/asc_schedule.o .libs/liblam.lax/liblamboot.a/asc_workdir.o .libs/liblam.lax/liblamboot.a/lamnet.o .libs/liblam.lax/liblamboot.a/app_mgmt.o .libs/liblam.lax/liblamboot.a/proc_schema.o .libs/liblam.lax/liblamboot.a/asc_run.o .libs/liblam.lax/liblamboot.a/bhostparse.o .libs/liblam.lax/liblamboot.a/asc_parse.o .libs/liblam.lax/liblametc.a/nodespin.o .libs/liblam.lax/liblametc.a/socket.o .libs/liblam.lax/liblametc.a/strncpy.o .libs/liblam.lax/liblametc.a/get_ncpus.o .libs/liblam.lax/liblametc.a/few.o .libs/liblam.lax/liblametc.a/nmsgconv.o .libs/liblam.lax/liblametc.a/vsnprintf.o .libs/liblam.lax/liblametc.a/all_queue.o .libs/liblam.lax/liblametc.a/f2cstring.o .libs/liblam.lax/liblametc.a/lamdebug.o .libs/liblam.lax/liblametc.a/mempool.o .libs/liblam.lax/liblametc.a/all_shash.o .libs/liblam.lax/liblametc.a/ttime.o .libs/liblam.lax/liblametc.a/show_help.o .libs/liblam.lax/liblametc.a/all_list.o .libs/liblam.lax/liblametc.a/mpiformout.o .libs/liblam.lax/liblametc.a/microsleep.o .libs/liblam.lax/liblametc.a/stoi.o .libs/liblam.lax/liblametc.a/lam_getpid.o .libs/liblam.lax/liblametc.a/atos.o .libs/liblam.lax/liblametc.a/prime.o .libs/liblam.lax/liblametc.a/panic.o .libs/liblam.lax/liblametc.a/fail.o .libs/liblam.lax/liblametc.a/srfd.o .libs/liblam.lax/liblametc.a/getworkdir.o .libs/liblam.lax/liblametc.a/lam_gethostname.o .libs/liblam.lax/liblametc.a/pty.o .libs/liblam.lax/liblametc.a/ieee.o .libs/liblam.lax/liblametc.a/kiproc.o .libs/liblam.lax/liblametc.a/getinetaddr.o .libs/liblam.lax/liblametc.a/snprintf.o .libs/liblam.lax/liblametc.a/T.o .libs/liblam.lax/liblametc.a/trdrain_mpi.o .libs/liblam.lax/liblametc.a/lamunix.o .libs/liblam.lax/liblametc.a/mpitr_dtprint.o .libs/liblam.lax/liblametc.a/all_array.o .libs/liblam.lax/liblametc.a/terror.o .libs/liblam.lax/liblametc.a/blktype.o .libs/liblam.lax/liblametc.a/lamlog.o .libs/liblam.lax/liblametc.a/vctable.o .libs/liblam.lax/liblametc.a/bootsockio.o .libs/liblam.lax/liblametc.a/mrw.o .libs/liblam.lax/liblametc.a/all_slist.o .libs/liblam.lax/liblametc.a/itoa.o .libs/liblam.lax/liblametc.a/kill.o .libs/liblam.lax/liblametc.a/memucmp.o .libs/liblam.lax/liblametc.a/lamcommdebug.o .libs/liblam.lax/liblametc.a/pathsearch.o .libs/liblam.lax/liblametc.a/combine.o .libs/liblam.lax/liblametc.a/mpitr_com.o .libs/liblam.lax/liblametc.a/ldtimer.o .libs/liblam.lax/liblametc.a/all_hash.o .libs/liblam.lax/liblametc.a/show_version.o .libs/liblam.lax/liblametc.a/lam_gethostby.o .libs/liblam.lax/liblametc.a/registry.o .libs/liblam.lax/liblametc.a/mpitr_dtype.o .libs/liblam.lax/liblametc.a/rev.o .libs/liblam.lax/liblametc.a/all_squeue.o .libs/liblam.lax/liblametc.a/fork.o .libs/liblam.lax/liblamfreq.a/rfrename.o .libs/liblam.lax/liblamfreq.a/rfopen.o .libs/liblam.lax/liblamfreq.a/rf77.o .libs/liblam.lax/liblamfreq.a/lfopenfd.o .libs/liblam.lax/liblamfreq.a/rfaux.o .libs/liblam.lax/liblamfreq.a/rfclose.o .libs/liblam.lax/liblamfreq.a/rflseek.o .libs/liblam.lax/liblamfreq.a/rfstat.o .libs/liblam.lax/liblamfreq.a/rfpathfind.o .libs/liblam.lax/liblamfreq.a/rfwrite.o .libs/liblam.lax/liblamfreq.a/rfatexit.o .libs/liblam.lax/liblamfreq.a/rfstate.o .libs/liblam.lax/liblamfreq.a/rfread.o .libs/liblam.lax/liblamfreq.a/rfsimplex.o .libs/liblam.lax/liblamkreq.a/clientio.o .libs/liblam.lax/liblamkreq.a/kexit.o .libs/liblam.lax/liblamkreq.a/kcreate.o .libs/liblam.lax/liblamkreq.a/krecv.o .libs/liblam.lax/liblamkreq.a/kattach.o .libs/liblam.lax/liblamkreq.a/kenter.o .libs/liblam.lax/liblamkreq.a/ksr.o .libs/liblam.lax/liblamkreq.a/couter.o .libs/liblam.lax/liblamkreq.a/ksignal.o .libs/liblam.lax/liblamkreq.a/ksend.o .libs/liblam.lax/liblamkreq.a/kstate.o .libs/liblam.lax/liblamkreq.a/ktrace.o .libs/liblam.lax/liblamkreq.a/kdetach.o .libs/liblam.lax/liblamkreq.a/kdoom.o .libs/liblam.lax/liblamkreq.a/kinit.o .libs/liblam.lax/libltdlc.a/ltdl.o .libs/liblam.lax/liblamextra.a/liblam-mpietc.o .libs/liblam.lax/liblamnreq.a/psend.o .libs/liblam.lax/liblamnreq.a/precv.o .libs/liblam.lax/liblamnreq.a/bfselect.o .libs/liblam.lax/liblamnreq.a/dsfr.o .libs/liblam.lax/liblamnreq.a/bfiprobe.o .libs/liblam.lax/liblamnreq.a/frecv.o .libs/liblam.lax/liblamnreq.a/nsend.o .libs/liblam.lax/liblamnreq.a/trecv.o .libs/liblam.lax/liblamnreq.a/drecv.o .libs/liblam.lax/liblamnreq.a/tsend.o .libs/liblam.lax/liblamnreq.a/dsend.o .libs/liblam.lax/liblamnreq.a/nrecv.o .libs/liblam.lax/liblamnreq.a/nprobe.o .libs/liblam.lax/liblamnreq.a/bfiselect.o .libs/liblam.lax/liblamnreq.a/bfrecv.o .libs/liblam.lax/liblamrreq.a/getrent.o .libs/liblam.lax/liblamrreq.a/getroute.o .libs/liblam.lax/liblamrreq.a/rrsetrents.o .libs/liblam.lax/liblamrreq.a/getnet.o .libs/liblam.lax/liblamrreq.a/getnodes.o .libs/liblam.lax/liblamrreq.a/rrsetsmart.o .libs/liblam.lax/liblamrreq.a/getsmart.o .libs/liblam.lax/libssi_lam.a/ssi_boot_append_path.o .libs/liblam.lax/libssi_lam.a/ssi_boot_server.o .libs/liblam.lax/libssi_lam.a/ssi_boot_select.o .libs/liblam.lax/libssi_lam.a/ssi_boot_slurm_module.o .libs/liblam.lax/libssi_lam.a/ssi_crlam.o .libs/liblam.lax/libssi_lam.a/ssi_boot_cmd_line.o .libs/liblam.lax/libssi_lam.a/ssi_boot_client.o .libs/liblam.lax/libssi_lam.a/ssi_boot_rsh_inetexec.o .libs/liblam.lax/libssi_lam.a/ssi_boot_find_prefix.o .libs/liblam.lax/libssi_lam.a/ssi_hostmap.o .libs/liblam.lax/libssi_lam.a/ssi_crlam_open.o .libs/liblam.lax/libssi_lam.a/ssi_crlam_close.o .libs/liblam.lax/libssi_lam.a/ssi_boot_alg_tree.o .libs/liblam.lax/libssi_lam.a/ssi_crlam_self_module.o .libs/liblam.lax/libssi_lam.a/ssi_module_check.o .libs/liblam.lax/libssi_lam.a/ssi_boot_rsh_module.o .libs/liblam.lax/libssi_lam.a/ssi_ao.o .libs/liblam.lax/libssi_lam.a/ssi_boot_rsh.o .libs/liblam.lax/libssi_lam.a/ssi_boot_open.o .libs/liblam.lax/libssi_lam.a/ssi_boot_find_hostname.o .libs/liblam.lax/libssi_lam.a/ssi_crlam_self.o .libs/liblam.lax/libssi_lam.a/ssi_boot_slurm.o .libs/liblam.lax/libssi_lam.a/ssi_open.o .libs/liblam.lax/libssi_lam.a/ssi_boot_find_boot_schema.o .libs/liblam.lax/libssi_lam.a/ssi_set_verbose.o .libs/liblam.lax/libssi_lam.a/ssi_boot_alg_linear.o .libs/liblam.lax/libssi_lam.a/ssi_module_registry.o .libs/liblam.lax/libssi_lam.a/ssi_boot_globus_module.o .libs/liblam.lax/libssi_lam.a/ssi_boot_alg_linear_windowed.o .libs/liblam.lax/libssi_lam.a/ssi_param.o .libs/liblam.lax/libssi_lam.a/ssi_boot_alg_thread.o .libs/liblam.lax/libssi_lam.a/ssi_boot_do_args.o .libs/liblam.lax/libssi_lam.a/ssi_boot_slurm_hostlist.o .libs/liblam.lax/libssi_lam.a/ssi_boot_lamgrow.o .libs/liblam.lax/libssi_lam.a/ssi_boot_ioexecvp.o .libs/liblam.lax/libssi_lam.a/ssi_module_find.o .libs/liblam.lax/libssi_lam.a/ssi_close.o .libs/liblam.lax/libssi_lam.a/ssi_boot_close.o .libs/liblam.lax/libssi_lam.a/ssi_module_compare.o .libs/liblam.lax/libssi_lam.a/ssi_boot_globus.o .libs/liblam.lax/libssi_lam.a/ssi_boot_globus_inetexec.o .libs/liblam.lax/liblamthreads.a/lamcondition.o .libs/liblam.lax/liblamthreads.a/lamsemaphore.o .libs/liblam.lax/liblamthreads.a/lammutex.o .libs/liblam.lax/liblamthreads.a/lamthreads.o .libs/liblam.lax/liblamtrillium.a/rtrget.o .libs/liblam.lax/liblamtrillium.a/lpdetach.o .libs/liblam.lax/liblamtrillium.a/rversion.o .libs/liblam.lax/liblamtrillium.a/rpspawn.o .libs/liblam.lax/liblamtrillium.a/rtrname.o .libs/liblam.lax/liblamtrillium.a/lpattach.o .libs/liblam.lax/liblamtrillium.a/rtrsimplex.o .libs/liblam.lax/liblamtrillium.a/rload.o .libs/liblam.lax/liblamtrillium.a/rbfparms.o .libs/liblam.lax/liblamtrillium.a/rpwait.o .libs/liblam.lax/liblamtrillium.a/rtrstore.o .libs/liblam.lax/liblamtrillium.a/recho.o .libs/liblam.lax/liblamtrillium.a/rhreq.o .libs/liblam.lax/liblamtrillium.a/rbflook.o .libs/liblam.lax/liblamtrillium.a/rbfsweep.o .libs/liblam.lax/liblamtrillium.a/rbfstate.o .libs/liblam.lax/liblamtrillium.a/rflclean.o .libs/liblam.lax/liblamtrillium.a/ldolinks.o .libs/liblam.lax/liblamtrillium.a/rpgo.o .libs/liblam.lax/liblamtrillium.a/TRIL.o .libs/liblam.lax/liblamtrillium.a/rtrfget.o .libs/liblam.lax/liblamtrillium.a/rpstate.o .libs/liblam.lax/liblamtrillium.a/rpdoom.o .libs/liblam.lax/liblamtrillium.a/rget.o .libs/liblam.lax/liblamtrillium.a/rpcreate.o .libs/liblam.lax/liblamtrillium.a/rflat.o .libs/liblam.lax/liblamtrillium.a/rbfsweep1.o .libs/liblam.lax/liblamtrillium.a/rploadgo.o .libs/liblam.lax/liblamtrillium.a/rbfwipe.o .libs/liblam.lax/liblamtrillium.a/lioattach.o .libs/liblam.lax/liblamtstdio.a/getbuf.o .libs/liblam.lax/liblamtstdio.a/tfseek.o .libs/liblam.lax/liblamtstdio.a/tfread.o .libs/liblam.lax/liblamtstdio.a/tfgets.o .libs/liblam.lax/liblamtstdio.a/tfputs.o .libs/liblam.lax/liblamtstdio.a/tfprint.o .libs/liblam.lax/liblamtstdio.a/tfputc.o .libs/liblam.lax/liblamtstdio.a/tfscan.o .libs/liblam.lax/liblamtstdio.a/tfwrite.o .libs/liblam.lax/liblamtstdio.a/tprint.o .libs/liblam.lax/liblamtstdio.a/iomap.o .libs/liblam.lax/liblamtstdio.a/tfflush.o .libs/liblam.lax/liblamtstdio.a/tscan.o .libs/liblam.lax/liblamtstdio.a/tfclose.o .libs/liblam.lax/liblamtstdio.a/tfopen.o .libs/liblam.lax/liblamtstdio.a/tfgetc.o .libs/liblam.lax/liblamtstdio.a/tfdopen.o .libs/liblam.lax/liblamtstdio.a/_tiob.o .libs/liblam.lax/liblamtstdio.a/tsetbuf.o ranlib .libs/liblam.a rm -fr .libs/liblam.lax creating liblam.la (cd .libs && rm -f liblam.la && ln -s ../liblam.la liblam.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/liblam' Making all in libmpi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi' /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o libmpi.la -rpath /home/astromake/opt/gadget/lib -export-dynamic ../../share/mpi/libmpi.la ../../share/mpi/libmpiextra.la ../../share/ssi/libssi_mpi.la ../../share/memory/libmemory.la ../../share/pmpi/libpmpi.la -laio ../../share/liblam/liblam.la mkdir .libs rm -fr .libs/libmpi.lax mkdir .libs/libmpi.lax rm -fr .libs/libmpi.lax/libmpi.a mkdir .libs/libmpi.lax/libmpi.a (cd .libs/libmpi.lax/libmpi.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi/../../share/mpi/.libs/libmpi.a) rm -fr .libs/libmpi.lax/libmpiextra.a mkdir .libs/libmpi.lax/libmpiextra.a (cd .libs/libmpi.lax/libmpiextra.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi/../../share/mpi/.libs/libmpiextra.a) rm -fr .libs/libmpi.lax/libssi_mpi.a mkdir .libs/libmpi.lax/libssi_mpi.a (cd .libs/libmpi.lax/libssi_mpi.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi/../../share/ssi/.libs/libssi_mpi.a) rm -fr .libs/libmpi.lax/libmemory.a mkdir .libs/libmpi.lax/libmemory.a (cd .libs/libmpi.lax/libmemory.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi/../../share/memory/.libs/libmemory.a) rm -fr .libs/libmpi.lax/libpmpi.a mkdir .libs/libmpi.lax/libpmpi.a (cd .libs/libmpi.lax/libpmpi.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi/../../share/pmpi/.libs/libpmpi.a) ar cru .libs/libmpi.a .libs/libmpi.lax/libmpi.a/lamports.o .libs/libmpi.lax/libmpi.a/opcreate.o .libs/libmpi.lax/libmpi.a/gunion.o .libs/libmpi.lax/libmpi.a/isend.o .libs/libmpi.lax/libmpi.a/start.o .libs/libmpi.lax/libmpi.a/allgatherv.o .libs/libmpi.lax/libmpi.a/tlb.o .libs/libmpi.lax/libmpi.a/gincl.o .libs/libmpi.lax/libmpi.a/m2l.o .libs/libmpi.lax/libmpi.a/infocreate.o .libs/libmpi.lax/libmpi.a/lammemcpy.o .libs/libmpi.lax/libmpi.a/graphmap.o .libs/libmpi.lax/libmpi.a/tgetname.o .libs/libmpi.lax/libmpi.a/cartshift.o .libs/libmpi.lax/libmpi.a/tcontig.o .libs/libmpi.lax/libmpi.a/tgetattr.o .libs/libmpi.lax/libmpi.a/tgetextent.o .libs/libmpi.lax/libmpi.a/thvector.o .libs/libmpi.lax/libmpi.a/tfree.o .libs/libmpi.lax/libmpi.a/getelem.o .libs/libmpi.lax/libmpi.a/iprobe.o .libs/libmpi.lax/libmpi.a/attrdel.o .libs/libmpi.lax/libmpi.a/infofree.o .libs/libmpi.lax/libmpi.a/scatterv.o .libs/libmpi.lax/libmpi.a/lamupdown.o .libs/libmpi.lax/libmpi.a/wwait.o .libs/libmpi.lax/libmpi.a/graphdimsget.o .libs/libmpi.lax/libmpi.a/cartdimget.o .libs/libmpi.lax/libmpi.a/gather.o .libs/libmpi.lax/libmpi.a/wstart.o .libs/libmpi.lax/libmpi.a/alltoall.o .libs/libmpi.lax/libmpi.a/errget.o .libs/libmpi.lax/libmpi.a/lammpiinit.o .libs/libmpi.lax/libmpi.a/tgetconts.o .libs/libmpi.lax/libmpi.a/reducescatter.o .libs/libmpi.lax/libmpi.a/allocmem.o .libs/libmpi.lax/libmpi.a/allreduce.o .libs/libmpi.lax/libmpi.a/iccreate.o .libs/libmpi.lax/libmpi.a/topotest.o .libs/libmpi.lax/libmpi.a/cgetparent.o .libs/libmpi.lax/libmpi.a/wait.o .libs/libmpi.lax/libmpi.a/wfree.o .libs/libmpi.lax/libmpi.a/lamcomm.o .libs/libmpi.lax/libmpi.a/bufdetach.o .libs/libmpi.lax/libmpi.a/freemem.o .libs/libmpi.lax/libmpi.a/cartget.o .libs/libmpi.lax/libmpi.a/lamdtype.o .libs/libmpi.lax/libmpi.a/join.o .libs/libmpi.lax/libmpi.a/tsubarray.o .libs/libmpi.lax/libmpi.a/testany.o .libs/libmpi.lax/libmpi.a/infodup.o .libs/libmpi.lax/libmpi.a/cgetattr.o .libs/libmpi.lax/libmpi.a/infogetnkeys.o .libs/libmpi.lax/libmpi.a/wcreatekey.o .libs/libmpi.lax/libmpi.a/wgeterr.o .libs/libmpi.lax/libmpi.a/tsetattr.o .libs/libmpi.lax/libmpi.a/icmerge.o .libs/libmpi.lax/libmpi.a/tfreekey.o .libs/libmpi.lax/libmpi.a/ctestinter.o .libs/libmpi.lax/libmpi.a/finalize.o .libs/libmpi.lax/libmpi.a/cgetname.o .libs/libmpi.lax/libmpi.a/abort.o .libs/libmpi.lax/libmpi.a/wtick.o .libs/libmpi.lax/libmpi.a/tcreatestruct.o .libs/libmpi.lax/libmpi.a/tcreatehvector.o .libs/libmpi.lax/libmpi.a/cseterr.o .libs/libmpi.lax/libmpi.a/accept.o .libs/libmpi.lax/libmpi.a/tgettrue.o .libs/libmpi.lax/libmpi.a/tresize.o .libs/libmpi.lax/libmpi.a/wgroup.o .libs/libmpi.lax/libmpi.a/bcast.o .libs/libmpi.lax/libmpi.a/tcommit.o .libs/libmpi.lax/libmpi.a/laminited.o .libs/libmpi.lax/libmpi.a/ccreatekey.o .libs/libmpi.lax/libmpi.a/ccreateerr.o .libs/libmpi.lax/libmpi.a/initthr.o .libs/libmpi.lax/libmpi.a/gtranks.o .libs/libmpi.lax/libmpi.a/tdelattr.o .libs/libmpi.lax/libmpi.a/graphnbr.o .libs/libmpi.lax/libmpi.a/cdelattr.o .libs/libmpi.lax/libmpi.a/startall.o .libs/libmpi.lax/libmpi.a/sendrecvrep.o .libs/libmpi.lax/libmpi.a/attrput.o .libs/libmpi.lax/libmpi.a/gfree.o .libs/libmpi.lax/libmpi.a/lamunpack.o .libs/libmpi.lax/libmpi.a/lamreqs.o .libs/libmpi.lax/libmpi.a/thindex.o .libs/libmpi.lax/libmpi.a/cartrank.o .libs/libmpi.lax/libmpi.a/namelook.o .libs/libmpi.lax/libmpi.a/handles.o .libs/libmpi.lax/libmpi.a/mpil_rgetname.o .libs/libmpi.lax/libmpi.a/infodel.o .libs/libmpi.lax/libmpi.a/csplit.o .libs/libmpi.lax/libmpi.a/gcmp.o .libs/libmpi.lax/libmpi.a/testall.o .libs/libmpi.lax/libmpi.a/pack.o .libs/libmpi.lax/libmpi.a/issend.o .libs/libmpi.lax/libmpi.a/dupfn.o .libs/libmpi.lax/libmpi.a/keycreate.o .libs/libmpi.lax/libmpi.a/bufattach.o .libs/libmpi.lax/libmpi.a/irecv.o .libs/libmpi.lax/libmpi.a/init.o .libs/libmpi.lax/libmpi.a/tindex.o .libs/libmpi.lax/libmpi.a/ssendinit.o .libs/libmpi.lax/libmpi.a/lampublish.o .libs/libmpi.lax/libmpi.a/infoget.o .libs/libmpi.lax/libmpi.a/xcoloron.o .libs/libmpi.lax/libmpi.a/textent.o .libs/libmpi.lax/libmpi.a/tvector.o .libs/libmpi.lax/libmpi.a/tstruct.o .libs/libmpi.lax/libmpi.a/wfreekey.o .libs/libmpi.lax/libmpi.a/csetattr.o .libs/libmpi.lax/libmpi.a/waitany.o .libs/libmpi.lax/libmpi.a/errset.o .libs/libmpi.lax/libmpi.a/scan.o .libs/libmpi.lax/libmpi.a/test.o .libs/libmpi.lax/libmpi.a/recv.o .libs/libmpi.lax/libmpi.a/infogetnth.o .libs/libmpi.lax/libmpi.a/errstring.o .libs/libmpi.lax/libmpi.a/mpil_id.o .libs/libmpi.lax/libmpi.a/lamreceive.o .libs/libmpi.lax/libmpi.a/getversion.o .libs/libmpi.lax/libmpi.a/xcoloroff.o .libs/libmpi.lax/libmpi.a/wsetattr.o .libs/libmpi.lax/libmpi.a/wfence.o .libs/libmpi.lax/libmpi.a/getcount.o .libs/libmpi.lax/libmpi.a/lammisc.o .libs/libmpi.lax/libmpi.a/graphcreate.o .libs/libmpi.lax/libmpi.a/grexcl.o .libs/libmpi.lax/libmpi.a/xbuoy.o .libs/libmpi.lax/libmpi.a/reduce.o .libs/libmpi.lax/libmpi.a/lamprocs.o .libs/libmpi.lax/libmpi.a/portclose.o .libs/libmpi.lax/libmpi.a/grincl.o .libs/libmpi.lax/libmpi.a/cdisconnect.o .libs/libmpi.lax/libmpi.a/put.o .libs/libmpi.lax/libmpi.a/connect.o .libs/libmpi.lax/libmpi.a/scatter.o .libs/libmpi.lax/libmpi.a/address.o .libs/libmpi.lax/libmpi.a/lamcid.o .libs/libmpi.lax/libmpi.a/tgetenvl.o .libs/libmpi.lax/libmpi.a/spawn.o .libs/libmpi.lax/libmpi.a/grank.o .libs/libmpi.lax/libmpi.a/ssend.o .libs/libmpi.lax/libmpi.a/wsetname.o .libs/libmpi.lax/libmpi.a/lamattr.o .libs/libmpi.lax/libmpi.a/testcancel.o .libs/libmpi.lax/libmpi.a/bsend.o .libs/libmpi.lax/libmpi.a/lamsend.o .libs/libmpi.lax/libmpi.a/cartcreate.o .libs/libmpi.lax/libmpi.a/infogetvlen.o .libs/libmpi.lax/libmpi.a/mpil_signal.o .libs/libmpi.lax/libmpi.a/unpack.o .libs/libmpi.lax/libmpi.a/spawnmult.o .libs/libmpi.lax/libmpi.a/mpil_rsetname.o .libs/libmpi.lax/libmpi.a/tcreatehindex.o .libs/libmpi.lax/libmpi.a/ibsend.o .libs/libmpi.lax/libmpi.a/lamclocks.o .libs/libmpi.lax/libmpi.a/pcontrol.o .libs/libmpi.lax/libmpi.a/lampack.o .libs/libmpi.lax/libmpi.a/barrier.o .libs/libmpi.lax/libmpi.a/opfree.o .libs/libmpi.lax/libmpi.a/cfreekey.o .libs/libmpi.lax/libmpi.a/lamapps.o .libs/libmpi.lax/libmpi.a/lamdeferr.o .libs/libmpi.lax/libmpi.a/ccmp.o .libs/libmpi.lax/libmpi.a/ginter.o .libs/libmpi.lax/libmpi.a/wcreate.o .libs/libmpi.lax/libmpi.a/wgetattr.o .libs/libmpi.lax/libmpi.a/get.o .libs/libmpi.lax/libmpi.a/tdarray.o .libs/libmpi.lax/libmpi.a/rsend.o .libs/libmpi.lax/libmpi.a/cartsub.o .libs/libmpi.lax/libmpi.a/waitall.o .libs/libmpi.lax/libmpi.a/gsize.o .libs/libmpi.lax/libmpi.a/reqfree.o .libs/libmpi.lax/libmpi.a/wseterr.o .libs/libmpi.lax/libmpi.a/laminit.o .libs/libmpi.lax/libmpi.a/sendinit.o .libs/libmpi.lax/libmpi.a/lambuf.o .libs/libmpi.lax/libmpi.a/MPI.o .libs/libmpi.lax/libmpi.a/getaddress.o .libs/libmpi.lax/libmpi.a/wgetname.o .libs/libmpi.lax/libmpi.a/types.o .libs/libmpi.lax/libmpi.a/cartmap.o .libs/libmpi.lax/libmpi.a/csetname.o .libs/libmpi.lax/libmpi.a/cgroup.o .libs/libmpi.lax/libmpi.a/ccreate.o .libs/libmpi.lax/libmpi.a/lamreduce.o .libs/libmpi.lax/libmpi.a/cfree.o .libs/libmpi.lax/libmpi.a/alltoallv.o .libs/libmpi.lax/libmpi.a/wpost.o .libs/libmpi.lax/libmpi.a/cancel.o .libs/libmpi.lax/libmpi.a/tub.o .libs/libmpi.lax/libmpi.a/bsendinit.o .libs/libmpi.lax/libmpi.a/dimscreate.o .libs/libmpi.lax/libmpi.a/keyfree.o .libs/libmpi.lax/libmpi.a/waitsome.o .libs/libmpi.lax/libmpi.a/sendrecv.o .libs/libmpi.lax/libmpi.a/portopen.o .libs/libmpi.lax/libmpi.a/packsize.o .libs/libmpi.lax/libmpi.a/alltoallw.o .libs/libmpi.lax/libmpi.a/gexcl.o .libs/libmpi.lax/libmpi.a/accumulate.o .libs/libmpi.lax/libmpi.a/crank.o .libs/libmpi.lax/libmpi.a/tcreatekey.o .libs/libmpi.lax/libmpi.a/lamnbarrier.o .libs/libmpi.lax/libmpi.a/wtime.o .libs/libmpi.lax/libmpi.a/wcreateerr.o .libs/libmpi.lax/libmpi.a/lamonesided.o .libs/libmpi.lax/libmpi.a/namepub.o .libs/libmpi.lax/libmpi.a/irsend.o .libs/libmpi.lax/libmpi.a/graphnbrcount.o .libs/libmpi.lax/libmpi.a/tdup.o .libs/libmpi.lax/libmpi.a/crgroup.o .libs/libmpi.lax/libmpi.a/lamtest.o .libs/libmpi.lax/libmpi.a/gatherv.o .libs/libmpi.lax/libmpi.a/nameunpub.o .libs/libmpi.lax/libmpi.a/lamsig.o .libs/libmpi.lax/libmpi.a/wdelattr.o .libs/libmpi.lax/libmpi.a/lamthreads.o .libs/libmpi.lax/libmpi.a/querythr.o .libs/libmpi.lax/libmpi.a/testsome.o .libs/libmpi.lax/libmpi.a/graphget.o .libs/libmpi.lax/libmpi.a/getprocname.o .libs/libmpi.lax/libmpi.a/recvinit.o .libs/libmpi.lax/libmpi.a/send.o .libs/libmpi.lax/libmpi.a/allgather.o .libs/libmpi.lax/libmpi.a/cdup.o .libs/libmpi.lax/libmpi.a/crsize.o .libs/libmpi.lax/libmpi.a/errcreate.o .libs/libmpi.lax/libmpi.a/tsize.o .libs/libmpi.lax/libmpi.a/cartcoords.o .libs/libmpi.lax/libmpi.a/infoset.o .libs/libmpi.lax/libmpi.a/probe.o .libs/libmpi.lax/libmpi.a/wcomplete.o .libs/libmpi.lax/libmpi.a/rsendinit.o .libs/libmpi.lax/libmpi.a/lamspawn.o .libs/libmpi.lax/libmpi.a/finalized.o .libs/libmpi.lax/libmpi.a/errfree.o .libs/libmpi.lax/libmpi.a/attrget.o .libs/libmpi.lax/libmpi.a/errclass.o .libs/libmpi.lax/libmpi.a/gdiff.o .libs/libmpi.lax/libmpi.a/mpil_trace.o .libs/libmpi.lax/libmpi.a/exscan.o .libs/libmpi.lax/libmpi.a/lamtrace.o .libs/libmpi.lax/libmpi.a/tsetname.o .libs/libmpi.lax/libmpi.a/isthrmain.o .libs/libmpi.lax/libmpi.a/csize.o .libs/libmpi.lax/libmpi.a/cgeterr.o .libs/libmpi.lax/libmpi.a/inited.o .libs/libmpi.lax/libmpiextra.a/libmpi-mpietc.o .libs/libmpi.lax/libssi_mpi.a/ssi_mpi_init_callback.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_scan.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_mem.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_barrier.o .libs/libmpi.lax/libssi_mpi.a/ssi_crmpi_query.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_bcast.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_scan.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_reduce.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_crtcp.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_usysv_common.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_alltoall.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem_alltoall.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_tcp_low.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_tcp.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_allreduce.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_module.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_gatherv.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_open.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_finalize_comm.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_checkpoint.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem_barrier.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_query.o .libs/libmpi.lax/libssi_mpi.a/ssi_crmpi.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem_scatter.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_allgatherv.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_util.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_scatterv.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_get_param.o .libs/libmpi.lax/libssi_mpi.a/ssi_crmpi_close.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem_bcast.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_util.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_close.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_alltoallv.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_allgather.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_module.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_reduce_scatter.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_sysv_shm.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_usysv.o .libs/libmpi.lax/libssi_mpi.a/ssi_crmpi_open.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_exscan.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_lamd.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_crtcp_low.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem_reduce.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_fault.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_crtcp_cr.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_reduce.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_query.o .libs/libmpi.lax/libssi_mpi.a/ssi_crmpi_lock.o .libs/libmpi.lax/libssi_mpi.a/ssi_mpi_module_select.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_usysv_shm.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_bcast.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_cbuf.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem_util.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_usysv_low.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_reduce_scatter.o .libs/libmpi.lax/libssi_mpi.a/ssi_mpi_param.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_sysv_low.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_tcp_module.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp.o .libs/libmpi.lax/libssi_mpi.a/ssi_crmpi_self_module.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_usysv_module.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem_gather.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_crtcp_bookmarks_alltoall.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_init.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_sysv_module.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_close.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_allgather.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_gather.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_sysv.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_init_comm.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_barrier.o .libs/libmpi.lax/libssi_mpi.a/ssi_crmpi_self.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_sysv_common.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_crtcp_module.o .libs/libmpi.lax/libssi_mpi.a/ssi_rpi_lamd_module.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem_module.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_scatter.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_open.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_allgatherv.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_alltoallw.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_smp_allreduce.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_lam_basic_util.o .libs/libmpi.lax/libssi_mpi.a/ssi_coll_shmem_allgather.o .libs/libmpi.lax/libmemory.a/memory_hook.o .libs/libmpi.lax/libmemory.a/lam_ptmalloc2_hook.o .libs/libmpi.lax/libmemory.a/malloc.o .libs/libmpi.lax/libpmpi.a/pirsend.o .libs/libmpi.lax/libpmpi.a/pwwait.o .libs/libmpi.lax/libpmpi.a/perrset.o .libs/libmpi.lax/libpmpi.a/pfreemem_f.o .libs/libmpi.lax/libpmpi.a/pallgather_f.o .libs/libmpi.lax/libpmpi.a/pwsetattr.o .libs/libmpi.lax/libpmpi.a/psend_f.o .libs/libmpi.lax/libpmpi.a/pattrput.o .libs/libmpi.lax/libpmpi.a/pginter_f.o .libs/libmpi.lax/libpmpi.a/pstart_f.o .libs/libmpi.lax/libpmpi.a/picmerge_f.o .libs/libmpi.lax/libpmpi.a/pinfofree.o .libs/libmpi.lax/libpmpi.a/punpack_f.o .libs/libmpi.lax/libpmpi.a/pbarrier.o .libs/libmpi.lax/libpmpi.a/pgincl_f.o .libs/libmpi.lax/libpmpi.a/ptdarray.o .libs/libmpi.lax/libpmpi.a/pinfogetvlen.o .libs/libmpi.lax/libpmpi.a/pwgroup_f.o .libs/libmpi.lax/libpmpi.a/pbcast.o .libs/libmpi.lax/libpmpi.a/ptgetattr.o .libs/libmpi.lax/libpmpi.a/popfree_f.o .libs/libmpi.lax/libpmpi.a/pcfreekey_f.o .libs/libmpi.lax/libpmpi.a/pinitthr.o .libs/libmpi.lax/libpmpi.a/pgatherv.o .libs/libmpi.lax/libpmpi.a/ptgetname_f.o .libs/libmpi.lax/libpmpi.a/pcancel_f.o .libs/libmpi.lax/libpmpi.a/perrset_f.o .libs/libmpi.lax/libpmpi.a/pabort_f.o .libs/libmpi.lax/libpmpi.a/pgcmp_f.o .libs/libmpi.lax/libpmpi.a/perrfree.o .libs/libmpi.lax/libpmpi.a/pkeycreate_f.o .libs/libmpi.lax/libpmpi.a/pgincl.o .libs/libmpi.lax/libpmpi.a/pwgeterr.o .libs/libmpi.lax/libpmpi.a/pcsetname.o .libs/libmpi.lax/libpmpi.a/ptopotest_f.o .libs/libmpi.lax/libpmpi.a/pwgeterr_f.o .libs/libmpi.lax/libpmpi.a/preduce.o .libs/libmpi.lax/libpmpi.a/pcfree_f.o .libs/libmpi.lax/libpmpi.a/psend.o .libs/libmpi.lax/libpmpi.a/pput.o .libs/libmpi.lax/libpmpi.a/pcsetattr_f.o .libs/libmpi.lax/libpmpi.a/pfreemem.o .libs/libmpi.lax/libpmpi.a/ptdelattr.o .libs/libmpi.lax/libpmpi.a/precv.o .libs/libmpi.lax/libpmpi.a/pccreateerr_f.o .libs/libmpi.lax/libpmpi.a/pmpil_id.o .libs/libmpi.lax/libpmpi.a/prsendinit_f.o .libs/libmpi.lax/libpmpi.a/psendrecv_f.o .libs/libmpi.lax/libpmpi.a/ptestany.o .libs/libmpi.lax/libpmpi.a/pisend_f.o .libs/libmpi.lax/libpmpi.a/piprobe.o .libs/libmpi.lax/libpmpi.a/pallreduce_f.o .libs/libmpi.lax/libpmpi.a/pgather_f.o .libs/libmpi.lax/libpmpi.a/pcsize.o .libs/libmpi.lax/libpmpi.a/psendinit.o .libs/libmpi.lax/libpmpi.a/pgraphnbr_f.o .libs/libmpi.lax/libpmpi.a/pwpost_f.o .libs/libmpi.lax/libpmpi.a/pwgetname_f.o .libs/libmpi.lax/libpmpi.a/preducescatter_f.o .libs/libmpi.lax/libpmpi.a/pissend_f.o .libs/libmpi.lax/libpmpi.a/pwfree.o .libs/libmpi.lax/libpmpi.a/pgetelem_f.o .libs/libmpi.lax/libpmpi.a/pallreduce.o .libs/libmpi.lax/libpmpi.a/pcartmap_f.o .libs/libmpi.lax/libpmpi.a/pmpil_signal_f.o .libs/libmpi.lax/libpmpi.a/pinit.o .libs/libmpi.lax/libpmpi.a/pnamepub.o .libs/libmpi.lax/libpmpi.a/ptsize.o .libs/libmpi.lax/libpmpi.a/palltoallv.o .libs/libmpi.lax/libpmpi.a/pcartcoords.o .libs/libmpi.lax/libpmpi.a/pcgroup.o .libs/libmpi.lax/libpmpi.a/pcgeterr.o .libs/libmpi.lax/libpmpi.a/ptgetname.o .libs/libmpi.lax/libpmpi.a/pwpost.o .libs/libmpi.lax/libpmpi.a/pdimscreate.o .libs/libmpi.lax/libpmpi.a/pcseterr_f.o .libs/libmpi.lax/libpmpi.a/pginter.o .libs/libmpi.lax/libpmpi.a/ptgettrue_f.o .libs/libmpi.lax/libpmpi.a/ppacksize.o .libs/libmpi.lax/libpmpi.a/ptcreatekey_f.o .libs/libmpi.lax/libpmpi.a/pscan_f.o .libs/libmpi.lax/libpmpi.a/pgetprocname.o .libs/libmpi.lax/libpmpi.a/precvinit.o .libs/libmpi.lax/libpmpi.a/palltoall.o .libs/libmpi.lax/libpmpi.a/pinfocreate_f.o .libs/libmpi.lax/libpmpi.a/pgfree.o .libs/libmpi.lax/libpmpi.a/pkeycreate.o .libs/libmpi.lax/libpmpi.a/ptfreekey.o .libs/libmpi.lax/libpmpi.a/ptub.o .libs/libmpi.lax/libpmpi.a/ptcontig.o .libs/libmpi.lax/libpmpi.a/pwsetname_f.o .libs/libmpi.lax/libpmpi.a/ptcontig_f.o .libs/libmpi.lax/libpmpi.a/pcsplit_f.o .libs/libmpi.lax/libpmpi.a/pmpil_trace.o .libs/libmpi.lax/libpmpi.a/pfinalize_f.o .libs/libmpi.lax/libpmpi.a/ptlb.o .libs/libmpi.lax/libpmpi.a/pnamepub_f.o .libs/libmpi.lax/libpmpi.a/pjoin.o .libs/libmpi.lax/libpmpi.a/pgexcl.o .libs/libmpi.lax/libpmpi.a/pinfogetnth_f.o .libs/libmpi.lax/libpmpi.a/pscatterv.o .libs/libmpi.lax/libpmpi.a/ptgettrue.o .libs/libmpi.lax/libpmpi.a/pcsetname_f.o .libs/libmpi.lax/libpmpi.a/pcgetname.o .libs/libmpi.lax/libpmpi.a/pcgetparent.o .libs/libmpi.lax/libpmpi.a/pgraphmap.o .libs/libmpi.lax/libpmpi.a/pmpil_signal.o .libs/libmpi.lax/libpmpi.a/ptlb_f.o .libs/libmpi.lax/libpmpi.a/ptestall.o .libs/libmpi.lax/libpmpi.a/pbsendinit.o .libs/libmpi.lax/libpmpi.a/pwstart.o .libs/libmpi.lax/libpmpi.a/popcreate.o .libs/libmpi.lax/libpmpi.a/ptgetextent.o .libs/libmpi.lax/libpmpi.a/pallgatherv.o .libs/libmpi.lax/libpmpi.a/pcgetname_f.o .libs/libmpi.lax/libpmpi.a/pgunion_f.o .libs/libmpi.lax/libpmpi.a/pgrexcl_f.o .libs/libmpi.lax/libpmpi.a/pallgatherv_f.o .libs/libmpi.lax/libpmpi.a/pibsend.o .libs/libmpi.lax/libpmpi.a/pcfree.o .libs/libmpi.lax/libpmpi.a/pspawnmult.o .libs/libmpi.lax/libpmpi.a/pcrank_f.o .libs/libmpi.lax/libpmpi.a/pconnect.o .libs/libmpi.lax/libpmpi.a/pccreatekey.o .libs/libmpi.lax/libpmpi.a/pwcreateerr_f.o .libs/libmpi.lax/libpmpi.a/pccreate.o .libs/libmpi.lax/libpmpi.a/pgfree_f.o .libs/libmpi.lax/libpmpi.a/pfinalize.o .libs/libmpi.lax/libpmpi.a/perrstring.o .libs/libmpi.lax/libpmpi.a/pcartshift.o .libs/libmpi.lax/libpmpi.a/pgrincl.o .libs/libmpi.lax/libpmpi.a/pirsend_f.o .libs/libmpi.lax/libpmpi.a/pcartrank_f.o .libs/libmpi.lax/libpmpi.a/pstartall.o .libs/libmpi.lax/libpmpi.a/pwcreatekey.o .libs/libmpi.lax/libpmpi.a/pcrgroup_f.o .libs/libmpi.lax/libpmpi.a/pgraphcreate_f.o .libs/libmpi.lax/libpmpi.a/pgdiff.o .libs/libmpi.lax/libpmpi.a/ppack.o .libs/libmpi.lax/libpmpi.a/pcgetattr_f.o .libs/libmpi.lax/libpmpi.a/pgrincl_f.o .libs/libmpi.lax/libpmpi.a/ptfree.o .libs/libmpi.lax/libpmpi.a/pallocmem.o .libs/libmpi.lax/libpmpi.a/psendrecv.o .libs/libmpi.lax/libpmpi.a/phandles.o .libs/libmpi.lax/libpmpi.a/ptestcancel.o .libs/libmpi.lax/libpmpi.a/pmpil_trace_f.o .libs/libmpi.lax/libpmpi.a/pgsize_f.o .libs/libmpi.lax/libpmpi.a/pcgroup_f.o .libs/libmpi.lax/libpmpi.a/pgraphnbrcount_f.o .libs/libmpi.lax/libpmpi.a/pwstart_f.o .libs/libmpi.lax/libpmpi.a/pattrget_f.o .libs/libmpi.lax/libpmpi.a/pabort.o .libs/libmpi.lax/libpmpi.a/preqfree.o .libs/libmpi.lax/libpmpi.a/pgetaddress_f.o .libs/libmpi.lax/libpmpi.a/pgetaddress.o .libs/libmpi.lax/libpmpi.a/pbsend_f.o .libs/libmpi.lax/libpmpi.a/pportclose_f.o .libs/libmpi.lax/libpmpi.a/ppcontrol_f.o .libs/libmpi.lax/libpmpi.a/pgsize.o .libs/libmpi.lax/libpmpi.a/pinfodel_f.o .libs/libmpi.lax/libpmpi.a/pwcreatekey_f.o .libs/libmpi.lax/libpmpi.a/pthvector_f.o .libs/libmpi.lax/libpmpi.a/pgatherv_f.o .libs/libmpi.lax/libpmpi.a/ptestany_f.o .libs/libmpi.lax/libpmpi.a/pgunion.o .libs/libmpi.lax/libpmpi.a/pccmp_f.o .libs/libmpi.lax/libpmpi.a/pnamelook.o .libs/libmpi.lax/libpmpi.a/pwaitall.o .libs/libmpi.lax/libpmpi.a/ptstruct.o .libs/libmpi.lax/libpmpi.a/pcgetattr.o .libs/libmpi.lax/libpmpi.a/paddress_f.o .libs/libmpi.lax/libpmpi.a/palltoall_f.o .libs/libmpi.lax/libpmpi.a/pcartcreate_f.o .libs/libmpi.lax/libpmpi.a/pwgetattr_f.o .libs/libmpi.lax/libpmpi.a/pwait.o .libs/libmpi.lax/libpmpi.a/pfinalized_f.o .libs/libmpi.lax/libpmpi.a/pexscan_f.o .libs/libmpi.lax/libpmpi.a/pportclose.o .libs/libmpi.lax/libpmpi.a/pissend.o .libs/libmpi.lax/libpmpi.a/pwtime.o .libs/libmpi.lax/libpmpi.a/pinfogetnth.o .libs/libmpi.lax/libpmpi.a/pwfence.o .libs/libmpi.lax/libpmpi.a/ptsubarray_f.o .libs/libmpi.lax/libpmpi.a/pcartrank.o .libs/libmpi.lax/libpmpi.a/pwsetname.o .libs/libmpi.lax/libpmpi.a/pwaitsome_f.o .libs/libmpi.lax/libpmpi.a/pattrdel.o .libs/libmpi.lax/libpmpi.a/pattrget.o .libs/libmpi.lax/libpmpi.a/ptgetextent_f.o .libs/libmpi.lax/libpmpi.a/pgtranks.o .libs/libmpi.lax/libpmpi.a/ptvector_f.o .libs/libmpi.lax/libpmpi.a/ptcreatehvector.o .libs/libmpi.lax/libpmpi.a/prsend_f.o .libs/libmpi.lax/libpmpi.a/pwtime_f.o .libs/libmpi.lax/libpmpi.a/pcartsub_f.o .libs/libmpi.lax/libpmpi.a/pctestinter.o .libs/libmpi.lax/libpmpi.a/pwdelattr_f.o .libs/libmpi.lax/libpmpi.a/pwsetattr_f.o .libs/libmpi.lax/libpmpi.a/pput_f.o .libs/libmpi.lax/libpmpi.a/ptstruct_f.o .libs/libmpi.lax/libpmpi.a/paccumulate.o .libs/libmpi.lax/libpmpi.a/pscatter.o .libs/libmpi.lax/libpmpi.a/pkeyfree.o .libs/libmpi.lax/libpmpi.a/pbarrier_f.o .libs/libmpi.lax/libpmpi.a/pcdelattr_f.o .libs/libmpi.lax/libpmpi.a/pgraphget.o .libs/libmpi.lax/libpmpi.a/pssend_f.o .libs/libmpi.lax/libpmpi.a/perrcreate.o .libs/libmpi.lax/libpmpi.a/ptsetattr.o .libs/libmpi.lax/libpmpi.a/pccreatekey_f.o .libs/libmpi.lax/libpmpi.a/preduce_f.o .libs/libmpi.lax/libpmpi.a/pcrank.o .libs/libmpi.lax/libpmpi.a/pibsend_f.o .libs/libmpi.lax/libpmpi.a/pscatter_f.o .libs/libmpi.lax/libpmpi.a/ptgetconts.o .libs/libmpi.lax/libpmpi.a/pgraphnbrcount.o .libs/libmpi.lax/libpmpi.a/psendrecvrep.o .libs/libmpi.lax/libpmpi.a/palltoallv_f.o .libs/libmpi.lax/libpmpi.a/ppack_f.o .libs/libmpi.lax/libpmpi.a/picmerge.o .libs/libmpi.lax/libpmpi.a/pquerythr_f.o .libs/libmpi.lax/libpmpi.a/pcsetattr.o .libs/libmpi.lax/libpmpi.a/paccept.o .libs/libmpi.lax/libpmpi.a/pcartdimget.o .libs/libmpi.lax/libpmpi.a/pinfoset.o .libs/libmpi.lax/libpmpi.a/pinfocreate.o .libs/libmpi.lax/libpmpi.a/pbufattach_f.o .libs/libmpi.lax/libpmpi.a/ptfreekey_f.o .libs/libmpi.lax/libpmpi.a/pirecv.o .libs/libmpi.lax/libpmpi.a/pwgetname.o .libs/libmpi.lax/libpmpi.a/ptgetenvl_f.o .libs/libmpi.lax/libpmpi.a/pssend.o .libs/libmpi.lax/libpmpi.a/ptestsome_f.o .libs/libmpi.lax/libpmpi.a/ptgetattr_f.o .libs/libmpi.lax/libpmpi.a/pwgroup.o .libs/libmpi.lax/libpmpi.a/pportopen.o .libs/libmpi.lax/libpmpi.a/pwfree_f.o .libs/libmpi.lax/libpmpi.a/pccreateerr.o .libs/libmpi.lax/libpmpi.a/pcartsub.o .libs/libmpi.lax/libpmpi.a/pget.o .libs/libmpi.lax/libpmpi.a/ptestcancel_f.o .libs/libmpi.lax/libpmpi.a/pcdelattr.o .libs/libmpi.lax/libpmpi.a/ptcreatekey.o .libs/libmpi.lax/libpmpi.a/pcdisconnect.o .libs/libmpi.lax/libpmpi.a/pgetcount.o .libs/libmpi.lax/libpmpi.a/pcrgroup.o .libs/libmpi.lax/libpmpi.a/pcgetparent_f.o .libs/libmpi.lax/libpmpi.a/pcsplit.o .libs/libmpi.lax/libpmpi.a/pconnect_f.o .libs/libmpi.lax/libpmpi.a/pwcreate.o .libs/libmpi.lax/libpmpi.a/pgetprocname_f.o .libs/libmpi.lax/libpmpi.a/pattrput_f.o .libs/libmpi.lax/libpmpi.a/pinfofree_f.o .libs/libmpi.lax/libpmpi.a/pinit_f.o .libs/libmpi.lax/libpmpi.a/pbcast_f.o .libs/libmpi.lax/libpmpi.a/pwgetattr.o .libs/libmpi.lax/libpmpi.a/pspawn.o .libs/libmpi.lax/libpmpi.a/preducescatter.o .libs/libmpi.lax/libpmpi.a/pstart.o .libs/libmpi.lax/libpmpi.a/pssendinit_f.o .libs/libmpi.lax/libpmpi.a/pinfogetvlen_f.o .libs/libmpi.lax/libpmpi.a/ptsubarray.o .libs/libmpi.lax/libpmpi.a/piccreate.o .libs/libmpi.lax/libpmpi.a/pwfreekey.o .libs/libmpi.lax/libpmpi.a/ptdelattr_f.o .libs/libmpi.lax/libpmpi.a/psendinit_f.o .libs/libmpi.lax/libpmpi.a/ptextent_f.o .libs/libmpi.lax/libpmpi.a/pmpil_id_f.o .libs/libmpi.lax/libpmpi.a/pgrexcl.o .libs/libmpi.lax/libpmpi.a/ptcreatestruct.o .libs/libmpi.lax/libpmpi.a/psendrecvrep_f.o .libs/libmpi.lax/libpmpi.a/perrstring_f.o .libs/libmpi.lax/libpmpi.a/piprobe_f.o .libs/libmpi.lax/libpmpi.a/pget_f.o .libs/libmpi.lax/libpmpi.a/pinfogetnkeys_f.o .libs/libmpi.lax/libpmpi.a/pgexcl_f.o .libs/libmpi.lax/libpmpi.a/pwwait_f.o .libs/libmpi.lax/libpmpi.a/ptvector.o .libs/libmpi.lax/libpmpi.a/ptopotest.o .libs/libmpi.lax/libpmpi.a/pssendinit.o .libs/libmpi.lax/libpmpi.a/pwdelattr.o .libs/libmpi.lax/libpmpi.a/ptextent.o .libs/libmpi.lax/libpmpi.a/pcartmap.o .libs/libmpi.lax/libpmpi.a/pthvector.o .libs/libmpi.lax/libpmpi.a/pgetcount_f.o .libs/libmpi.lax/libpmpi.a/pwcreate_f.o .libs/libmpi.lax/libpmpi.a/pwcreateerr.o .libs/libmpi.lax/libpmpi.a/pinfodel.o .libs/libmpi.lax/libpmpi.a/ptestsome.o .libs/libmpi.lax/libpmpi.a/perrcreate_f.o .libs/libmpi.lax/libpmpi.a/paccept_f.o .libs/libmpi.lax/libpmpi.a/pgcmp.o .libs/libmpi.lax/libpmpi.a/pgdiff_f.o .libs/libmpi.lax/libpmpi.a/pthindex_f.o .libs/libmpi.lax/libpmpi.a/pgraphmap_f.o .libs/libmpi.lax/libpmpi.a/pbsend.o .libs/libmpi.lax/libpmpi.a/pcartcoords_f.o .libs/libmpi.lax/libpmpi.a/pkeyfree_f.o .libs/libmpi.lax/libpmpi.a/pscan.o .libs/libmpi.lax/libpmpi.a/pprobe_f.o .libs/libmpi.lax/libpmpi.a/ptsetname_f.o .libs/libmpi.lax/libpmpi.a/pdimscreate_f.o .libs/libmpi.lax/libpmpi.a/pportopen_f.o .libs/libmpi.lax/libpmpi.a/ptindex_f.o .libs/libmpi.lax/libpmpi.a/pgrank_f.o .libs/libmpi.lax/libpmpi.a/pgraphget_f.o .libs/libmpi.lax/libpmpi.a/pwfreekey_f.o .libs/libmpi.lax/libpmpi.a/perrclass_f.o .libs/libmpi.lax/libpmpi.a/precv_f.o .libs/libmpi.lax/libpmpi.a/ptest_f.o .libs/libmpi.lax/libpmpi.a/pbufattach.o .libs/libmpi.lax/libpmpi.a/pcartdimget_f.o .libs/libmpi.lax/libpmpi.a/pjoin_f.o .libs/libmpi.lax/libpmpi.a/pcfreekey.o .libs/libmpi.lax/libpmpi.a/ptest.o .libs/libmpi.lax/libpmpi.a/ptdup_f.o .libs/libmpi.lax/libpmpi.a/pgtranks_f.o .libs/libmpi.lax/libpmpi.a/ptsetname.o .libs/libmpi.lax/libpmpi.a/pccmp.o .libs/libmpi.lax/libpmpi.a/pfinalized.o .libs/libmpi.lax/libpmpi.a/pcsize_f.o .libs/libmpi.lax/libpmpi.a/popcreate_f.o .libs/libmpi.lax/libpmpi.a/pgetversion_f.o .libs/libmpi.lax/libpmpi.a/ppacksize_f.o .libs/libmpi.lax/libpmpi.a/pgraphdimsget_f.o .libs/libmpi.lax/libpmpi.a/punpack.o .libs/libmpi.lax/libpmpi.a/pinfoset_f.o .libs/libmpi.lax/libpmpi.a/ptcreatestruct_f.o .libs/libmpi.lax/libpmpi.a/pexscan.o .libs/libmpi.lax/libpmpi.a/pnamelook_f.o .libs/libmpi.lax/libpmpi.a/pnameunpub_f.o .libs/libmpi.lax/libpmpi.a/pcartcreate.o .libs/libmpi.lax/libpmpi.a/perrclass.o .libs/libmpi.lax/libpmpi.a/pinfoget_f.o .libs/libmpi.lax/libpmpi.a/ptgetconts_f.o .libs/libmpi.lax/libpmpi.a/pinited_f.o .libs/libmpi.lax/libpmpi.a/ptcommit.o .libs/libmpi.lax/libpmpi.a/pgraphcreate.o .libs/libmpi.lax/libpmpi.a/pbufdetach_f.o .libs/libmpi.lax/libpmpi.a/pinfogetnkeys.o .libs/libmpi.lax/libpmpi.a/perrfree_f.o .libs/libmpi.lax/libpmpi.a/pinited.o .libs/libmpi.lax/libpmpi.a/ptsize_f.o .libs/libmpi.lax/libpmpi.a/ptresize.o .libs/libmpi.lax/libpmpi.a/pinfodup_f.o .libs/libmpi.lax/libpmpi.a/ptcreatehvector_f.o .libs/libmpi.lax/libpmpi.a/pctestinter_f.o .libs/libmpi.lax/libpmpi.a/ptcommit_f.o .libs/libmpi.lax/libpmpi.a/popfree.o .libs/libmpi.lax/libpmpi.a/pquerythr.o .libs/libmpi.lax/libpmpi.a/pwseterr_f.o .libs/libmpi.lax/libpmpi.a/pgetversion.o .libs/libmpi.lax/libpmpi.a/perrget_f.o .libs/libmpi.lax/libpmpi.a/pinitthr_f.o .libs/libmpi.lax/libpmpi.a/pallocmem_f.o .libs/libmpi.lax/libpmpi.a/pcseterr.o .libs/libmpi.lax/libpmpi.a/pcrsize.o .libs/libmpi.lax/libpmpi.a/pthindex.o .libs/libmpi.lax/libpmpi.a/pinfoget.o .libs/libmpi.lax/libpmpi.a/pcgeterr_f.o .libs/libmpi.lax/libpmpi.a/prsend.o .libs/libmpi.lax/libpmpi.a/ptestall_f.o .libs/libmpi.lax/libpmpi.a/precvinit_f.o .libs/libmpi.lax/libpmpi.a/pwcomplete_f.o .libs/libmpi.lax/libpmpi.a/pstartall_f.o .libs/libmpi.lax/libpmpi.a/prsendinit.o .libs/libmpi.lax/libpmpi.a/piccreate_f.o .libs/libmpi.lax/libpmpi.a/paddress.o .libs/libmpi.lax/libpmpi.a/pirecv_f.o .libs/libmpi.lax/libpmpi.a/pcdup.o .libs/libmpi.lax/libpmpi.a/ptsetattr_f.o .libs/libmpi.lax/libpmpi.a/ptresize_f.o .libs/libmpi.lax/libpmpi.a/palltoallw_f.o .libs/libmpi.lax/libpmpi.a/pattrdel_f.o .libs/libmpi.lax/libpmpi.a/pcrsize_f.o .libs/libmpi.lax/libpmpi.a/pprobe.o .libs/libmpi.lax/libpmpi.a/pisthrmain_f.o .libs/libmpi.lax/libpmpi.a/palltoallw.o .libs/libmpi.lax/libpmpi.a/pinfodup.o .libs/libmpi.lax/libpmpi.a/paccumulate_f.o .libs/libmpi.lax/libpmpi.a/ppcontrol.o .libs/libmpi.lax/libpmpi.a/pcartget.o .libs/libmpi.lax/libpmpi.a/ptfree_f.o .libs/libmpi.lax/libpmpi.a/pbsendinit_f.o .libs/libmpi.lax/libpmpi.a/pwcomplete.o .libs/libmpi.lax/libpmpi.a/pgetelem.o .libs/libmpi.lax/libpmpi.a/pwait_f.o .libs/libmpi.lax/libpmpi.a/pwfence_f.o .libs/libmpi.lax/libpmpi.a/pgather.o .libs/libmpi.lax/libpmpi.a/pcartget_f.o .libs/libmpi.lax/libpmpi.a/pisend.o .libs/libmpi.lax/libpmpi.a/ptcreatehindex_f.o .libs/libmpi.lax/libpmpi.a/pwaitany.o .libs/libmpi.lax/libpmpi.a/pgraphdimsget.o .libs/libmpi.lax/libpmpi.a/ptub_f.o .libs/libmpi.lax/libpmpi.a/pscatterv_f.o .libs/libmpi.lax/libpmpi.a/pnameunpub.o .libs/libmpi.lax/libpmpi.a/pallgather.o .libs/libmpi.lax/libpmpi.a/ptcreatehindex.o .libs/libmpi.lax/libpmpi.a/pwseterr.o .libs/libmpi.lax/libpmpi.a/ptdup.o .libs/libmpi.lax/libpmpi.a/pcdup_f.o .libs/libmpi.lax/libpmpi.a/pwaitall_f.o .libs/libmpi.lax/libpmpi.a/pwaitany_f.o .libs/libmpi.lax/libpmpi.a/pwtick.o .libs/libmpi.lax/libpmpi.a/perrget.o .libs/libmpi.lax/libpmpi.a/preqfree_f.o .libs/libmpi.lax/libpmpi.a/pspawnmult_f.o .libs/libmpi.lax/libpmpi.a/pgrank.o .libs/libmpi.lax/libpmpi.a/pgraphnbr.o .libs/libmpi.lax/libpmpi.a/pcartshift_f.o .libs/libmpi.lax/libpmpi.a/pwtick_f.o .libs/libmpi.lax/libpmpi.a/pcdisconnect_f.o .libs/libmpi.lax/libpmpi.a/pcancel.o .libs/libmpi.lax/libpmpi.a/ptindex.o .libs/libmpi.lax/libpmpi.a/pbufdetach.o .libs/libmpi.lax/libpmpi.a/pspawn_f.o .libs/libmpi.lax/libpmpi.a/pccreate_f.o .libs/libmpi.lax/libpmpi.a/pisthrmain.o .libs/libmpi.lax/libpmpi.a/ptgetenvl.o .libs/libmpi.lax/libpmpi.a/ptdarray_f.o .libs/libmpi.lax/libpmpi.a/pwaitsome.o ranlib .libs/libmpi.a rm -fr .libs/libmpi.lax creating libmpi.la (cd .libs && rm -f libmpi.la && ln -s ../libmpi.la libmpi.la) /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o liblamf77mpi.la -rpath /home/astromake/opt/gadget/lib -export-dynamic ../../share/mpi/f77/liblamf77mpi_internal.la ../../share/libmpi/libmpi.la rm -fr .libs/liblamf77mpi.lax mkdir .libs/liblamf77mpi.lax rm -fr .libs/liblamf77mpi.lax/liblamf77mpi_internal.a mkdir .libs/liblamf77mpi.lax/liblamf77mpi_internal.a (cd .libs/liblamf77mpi.lax/liblamf77mpi_internal.a && ar x /home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi/../../share/mpi/f77/.libs/liblamf77mpi_internal.a) ar cru .libs/liblamf77mpi.a .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/ginter_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/infodup_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/alltoall_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/csetname_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/pcontrol_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tcommit_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wsetname_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/scatter_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/dimscreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wdelattr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/xbuoy_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/send_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tgettrue_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/startall_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/portopen_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/getelem_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tdup_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/getcount_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gatherv_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/textent_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tsetattr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/bufattach_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wtime_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/getaddress_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/waitsome_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/thvector_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/getprocname_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/graphdimsget_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/grincl_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/finalize_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/join_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cartdimget_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/pack_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/probe_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/init_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wwait_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/attrget_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/infogetnth_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cgetattr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tgetenvl_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/getversion_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/start_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wait_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cartmap_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/graphmap_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/mpil_id_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tsetname_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wcreatekey_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cartcreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tcreatehindex_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/packsize_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/infogetnkeys_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/reducescatter_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/graphget_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wseterr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/get_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/querythr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/crank_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/grank_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cartget_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wfree_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/ctestinter_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tgetattr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/opcreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tgetextent_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/bufdetach_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/waitany_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/mpil_signal_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/scan_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tindex_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/allreduce_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/allgather_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tgetconts_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wcreateerr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/sendrecv_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/exscan_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/ssend_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/issend_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cancel_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/iccreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/csplit_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tresize_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tgetname_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/xcoloroff_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/barrier_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/reqfree_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wgroup_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/graphnbr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/waitall_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wcreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cartrank_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/icmerge_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tfreekey_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/keycreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/freemem_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/topotest_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gather_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/testany_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/allgatherv_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/bcast_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wgetname_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/infocreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wstart_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/address_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/testsome_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/namepub_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/bsend_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tcreatehvector_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cdelattr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cgetparent_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/isend_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/rsendinit_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/initthr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/infoset_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/abort_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/graphnbrcount_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/errset_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cseterr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/finalized_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/errclass_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/thindex_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wfreekey_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/ccreateerr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/sendinit_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/alltoallw_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wgetattr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cfree_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/ccreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/iprobe_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/irsend_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tsubarray_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/attrdel_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/accumulate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tlb_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/errcreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gexcl_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/accept_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/ccreatekey_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/graphcreate_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/connect_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tcreatekey_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/alltoallv_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cfreekey_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cartcoords_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/unpack_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tstruct_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/ccmp_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/reduce_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/dupfn_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gfree_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cgetname_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/crgroup_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/isthrmain_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/infofree_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/errget_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/opfree_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/bsendinit_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/irecv_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/sendrecvrep_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/attrput_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tfree_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/rsend_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/allocmem_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/recvinit_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wsetattr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/test_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wfence_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/errstring_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wcomplete_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/nameunpub_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/recv_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/errfree_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/mpil_trace_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gdiff_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tcreatestruct_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wgeterr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tdelattr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/keyfree_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/scatterv_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gunion_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tub_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/infogetvlen_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/csetattr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/ssendinit_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tvector_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/testcancel_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/spawnmult_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/spawn_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cartsub_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gincl_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tsize_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/infodel_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tdarray_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cgroup_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gtranks_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/infoget_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wtick_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/wpost_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gsize_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/ibsend_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/xcoloron_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cartshift_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/grexcl_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cgeterr_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cdup_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/cdisconnect_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/tcontig_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/crsize_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/put_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/gcmp_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/csize_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/testall_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/namelook_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/portclose_f.o .libs/liblamf77mpi.lax/liblamf77mpi_internal.a/inited_f.o ranlib .libs/liblamf77mpi.a rm -fr .libs/liblamf77mpi.lax creating liblamf77mpi.la (cd .libs && rm -f liblamf77mpi.la && ln -s ../liblamf77mpi.la liblamf77mpi.la) make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi' Making all in dynamic-ssi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' Making all in boot make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' Making all in coll make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' Making all in crlam make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' Making all in crmpi make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' Making all in rpi make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[4]: Nothing to be done for `all-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' Making all in otb make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' Making all in bfctl make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfctl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfctl' Making all in bfstate make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfstate' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfstate' Making all in doom make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/doom' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/doom' Making all in fctl make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fctl' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fctl' Making all in filedr make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/filedr' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/filedr' Making all in fstate make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fstate' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fstate' Making all in ipcdr make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/ipcdr' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/ipcdr' Making all in kdump make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/kdump' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/kdump' Making all in lamclean make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamclean' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamclean.o -MD -MP -MF ".deps/lamclean.Tpo" -c -o lamclean.o lamclean.c; \ then mv -f ".deps/lamclean.Tpo" ".deps/lamclean.Po"; else rm -f ".deps/lamclean.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamclean lamclean.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o lamclean lamclean.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamclean' Making all in lamexec make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamexec' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamexec.o -MD -MP -MF ".deps/lamexec.Tpo" -c -o lamexec.o lamexec.c; \ then mv -f ".deps/lamexec.Tpo" ".deps/lamexec.Po"; else rm -f ".deps/lamexec.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamexec lamexec.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o lamexec lamexec.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamexec' Making all in lamgrow make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamgrow' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_BUILDING=1 -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamgrow.o -MD -MP -MF ".deps/lamgrow.Tpo" -c -o lamgrow.o lamgrow.c; \ then mv -f ".deps/lamgrow.Tpo" ".deps/lamgrow.Po"; else rm -f ".deps/lamgrow.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamgrow lamgrow.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o lamgrow lamgrow.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamgrow' Making all in lamhalt make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamhalt' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamhalt.o -MD -MP -MF ".deps/lamhalt.Tpo" -c -o lamhalt.o lamhalt.c; \ then mv -f ".deps/lamhalt.Tpo" ".deps/lamhalt.Po"; else rm -f ".deps/lamhalt.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamhalt lamhalt.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o lamhalt lamhalt.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamhalt' Making all in lamnodes make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamnodes' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamnodes.o -MD -MP -MF ".deps/lamnodes.Tpo" -c -o lamnodes.o lamnodes.c; \ then mv -f ".deps/lamnodes.Tpo" ".deps/lamnodes.Po"; else rm -f ".deps/lamnodes.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamnodes lamnodes.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o lamnodes lamnodes.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamnodes' Making all in lamshrink make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamshrink' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamshrink.o -MD -MP -MF ".deps/lamshrink.Tpo" -c -o lamshrink.o lamshrink.c; \ then mv -f ".deps/lamshrink.Tpo" ".deps/lamshrink.Po"; else rm -f ".deps/lamshrink.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamshrink lamshrink.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o lamshrink lamshrink.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamshrink' Making all in lamtrace make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamtrace' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamtrace.o -MD -MP -MF ".deps/lamtrace.Tpo" -c -o lamtrace.o lamtrace.c; \ then mv -f ".deps/lamtrace.Tpo" ".deps/lamtrace.Po"; else rm -f ".deps/lamtrace.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamtrace lamtrace.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o lamtrace lamtrace.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamtrace' Making all in loadgo make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/loadgo' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/loadgo' Making all in mpimsg make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpimsg' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpimsg.o -MD -MP -MF ".deps/mpimsg.Tpo" -c -o mpimsg.o mpimsg.c; \ then mv -f ".deps/mpimsg.Tpo" ".deps/mpimsg.Po"; else rm -f ".deps/mpimsg.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpitr_data.o -MD -MP -MF ".deps/mpitr_data.Tpo" -c -o mpitr_data.o mpitr_data.c; \ then mv -f ".deps/mpitr_data.Tpo" ".deps/mpitr_data.Po"; else rm -f ".deps/mpitr_data.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o mpimsg mpimsg.o mpitr_data.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o mpimsg mpimsg.o mpitr_data.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpimsg' Making all in mpirun make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpirun' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -I../../share/include -DLAM_BUILDING=1 -pthread -g -MT mpirun.o -MD -MP -MF ".deps/mpirun.Tpo" -c -o mpirun.o mpirun.c; \ then mv -f ".deps/mpirun.Tpo" ".deps/mpirun.Po"; else rm -f ".deps/mpirun.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -I../../share/include -DLAM_BUILDING=1 -pthread -g -MT totalview.o -MD -MP -MF ".deps/totalview.Tpo" -c -o totalview.o totalview.c; \ then mv -f ".deps/totalview.Tpo" ".deps/totalview.Po"; else rm -f ".deps/totalview.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -g -o mpirun mpirun.o totalview.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -pthread -g -o mpirun mpirun.o totalview.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpirun' Making all in mpitask make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpitask' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpitask.o -MD -MP -MF ".deps/mpitask.Tpo" -c -o mpitask.o mpitask.c; \ then mv -f ".deps/mpitask.Tpo" ".deps/mpitask.Po"; else rm -f ".deps/mpitask.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o mpitask mpitask.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o mpitask mpitask.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpitask' Making all in state make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/state' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/state' Making all in sys make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' Making all in bforward make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bforward' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bforward.o -MD -MP -MF ".deps/bforward.Tpo" -c -o bforward.o bforward.c; \ then mv -f ".deps/bforward.Tpo" ".deps/bforward.Po"; else rm -f ".deps/bforward.Tpo"; exit 1; fi rm -f liblamdbforward.a ar cru liblamdbforward.a bforward.o ranlib liblamdbforward.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bforward' Making all in bufferd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bufferd' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT bufferd.o -MD -MP -MF ".deps/bufferd.Tpo" -c -o bufferd.o bufferd.c; \ then mv -f ".deps/bufferd.Tpo" ".deps/bufferd.Po"; else rm -f ".deps/bufferd.Tpo"; exit 1; fi rm -f liblamdbuffer.a ar cru liblamdbuffer.a bufferd.o ranlib liblamdbuffer.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bufferd' Making all in dli_inet make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dli_inet' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT di_bootagent.o -MD -MP -MF ".deps/di_bootagent.Tpo" -c -o di_bootagent.o di_bootagent.c; \ then mv -f ".deps/di_bootagent.Tpo" ".deps/di_bootagent.Po"; else rm -f ".deps/di_bootagent.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT di_bootcmd.o -MD -MP -MF ".deps/di_bootcmd.Tpo" -c -o di_bootcmd.o di_bootcmd.c; \ then mv -f ".deps/di_bootcmd.Tpo" ".deps/di_bootcmd.Po"; else rm -f ".deps/di_bootcmd.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dli_inet.o -MD -MP -MF ".deps/dli_inet.Tpo" -c -o dli_inet.o dli_inet.c; \ then mv -f ".deps/dli_inet.Tpo" ".deps/dli_inet.Po"; else rm -f ".deps/dli_inet.Tpo"; exit 1; fi rm -f liblamddli.a ar cru liblamddli.a di_bootagent.o di_bootcmd.o dli_inet.o ranlib liblamddli.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dli_inet' Making all in dlo_inet make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dlo_inet' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT dlo_inet.o -MD -MP -MF ".deps/dlo_inet.Tpo" -c -o dlo_inet.o dlo_inet.c; \ then mv -f ".deps/dlo_inet.Tpo" ".deps/dlo_inet.Po"; else rm -f ".deps/dlo_inet.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT do_intr.o -MD -MP -MF ".deps/do_intr.Tpo" -c -o do_intr.o do_intr.c; \ then mv -f ".deps/do_intr.Tpo" ".deps/do_intr.Po"; else rm -f ".deps/do_intr.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT do_load.o -MD -MP -MF ".deps/do_load.Tpo" -c -o do_load.o do_load.c; \ then mv -f ".deps/do_load.Tpo" ".deps/do_load.Po"; else rm -f ".deps/do_load.Tpo"; exit 1; fi rm -f liblamddlo.a ar cru liblamddlo.a dlo_inet.o do_intr.o do_load.o ranlib liblamddlo.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dlo_inet' Making all in echod make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/echod' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT echod.o -MD -MP -MF ".deps/echod.Tpo" -c -o echod.o echod.c; \ then mv -f ".deps/echod.Tpo" ".deps/echod.Po"; else rm -f ".deps/echod.Tpo"; exit 1; fi rm -f liblamdecho.a ar cru liblamdecho.a echod.o ranlib liblamdecho.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/echod' Making all in filed make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/filed' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fdesc.o -MD -MP -MF ".deps/fdesc.Tpo" -c -o fdesc.o fdesc.c; \ then mv -f ".deps/fdesc.Tpo" ".deps/fdesc.Po"; else rm -f ".deps/fdesc.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fface.o -MD -MP -MF ".deps/fface.Tpo" -c -o fface.o fface.c; \ then mv -f ".deps/fface.Tpo" ".deps/fface.Po"; else rm -f ".deps/fface.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT filed.o -MD -MP -MF ".deps/filed.Tpo" -c -o filed.o filed.c; \ then mv -f ".deps/filed.Tpo" ".deps/filed.Po"; else rm -f ".deps/filed.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqclose.o -MD -MP -MF ".deps/fqclose.Tpo" -c -o fqclose.o fqclose.c; \ then mv -f ".deps/fqclose.Tpo" ".deps/fqclose.Po"; else rm -f ".deps/fqclose.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqf77.o -MD -MP -MF ".deps/fqf77.Tpo" -c -o fqf77.o fqf77.c; \ then mv -f ".deps/fqf77.Tpo" ".deps/fqf77.Po"; else rm -f ".deps/fqf77.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqlseek.o -MD -MP -MF ".deps/fqlseek.Tpo" -c -o fqlseek.o fqlseek.c; \ then mv -f ".deps/fqlseek.Tpo" ".deps/fqlseek.Po"; else rm -f ".deps/fqlseek.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqopen.o -MD -MP -MF ".deps/fqopen.Tpo" -c -o fqopen.o fqopen.c; \ then mv -f ".deps/fqopen.Tpo" ".deps/fqopen.Po"; else rm -f ".deps/fqopen.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqopenfd.o -MD -MP -MF ".deps/fqopenfd.Tpo" -c -o fqopenfd.o fqopenfd.c; \ then mv -f ".deps/fqopenfd.Tpo" ".deps/fqopenfd.Po"; else rm -f ".deps/fqopenfd.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqpathfind.o -MD -MP -MF ".deps/fqpathfind.Tpo" -c -o fqpathfind.o fqpathfind.c; \ then mv -f ".deps/fqpathfind.Tpo" ".deps/fqpathfind.Po"; else rm -f ".deps/fqpathfind.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqread.o -MD -MP -MF ".deps/fqread.Tpo" -c -o fqread.o fqread.c; \ then mv -f ".deps/fqread.Tpo" ".deps/fqread.Po"; else rm -f ".deps/fqread.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqsimplex.o -MD -MP -MF ".deps/fqsimplex.Tpo" -c -o fqsimplex.o fqsimplex.c; \ then mv -f ".deps/fqsimplex.Tpo" ".deps/fqsimplex.Po"; else rm -f ".deps/fqsimplex.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqstate.o -MD -MP -MF ".deps/fqstate.Tpo" -c -o fqstate.o fqstate.c; \ then mv -f ".deps/fqstate.Tpo" ".deps/fqstate.Po"; else rm -f ".deps/fqstate.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT fqwrite.o -MD -MP -MF ".deps/fqwrite.Tpo" -c -o fqwrite.o fqwrite.c; \ then mv -f ".deps/fqwrite.Tpo" ".deps/fqwrite.Po"; else rm -f ".deps/fqwrite.Tpo"; exit 1; fi rm -f liblamdfile.a ar cru liblamdfile.a fdesc.o fface.o filed.o fqclose.o fqf77.o fqlseek.o fqopen.o fqopenfd.o fqpathfind.o fqread.o fqsimplex.o fqstate.o fqwrite.o ranlib liblamdfile.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/filed' Making all in flatd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/flatd' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT flatd.o -MD -MP -MF ".deps/flatd.Tpo" -c -o flatd.o flatd.c; \ then mv -f ".deps/flatd.Tpo" ".deps/flatd.Po"; else rm -f ".deps/flatd.Tpo"; exit 1; fi rm -f liblamdflat.a ar cru liblamdflat.a flatd.o ranlib liblamdflat.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/flatd' Making all in haltd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/haltd' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT haltd.o -MD -MP -MF ".deps/haltd.Tpo" -c -o haltd.o haltd.c; \ then mv -f ".deps/haltd.Tpo" ".deps/haltd.Po"; else rm -f ".deps/haltd.Tpo"; exit 1; fi rm -f liblamdhalt.a ar cru liblamdhalt.a haltd.o ranlib liblamdhalt.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/haltd' Making all in iod make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/iod' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iod.o -MD -MP -MF ".deps/iod.Tpo" -c -o iod.o iod.c; \ then mv -f ".deps/iod.Tpo" ".deps/iod.Po"; else rm -f ".deps/iod.Tpo"; exit 1; fi rm -f liblamdio.a ar cru liblamdio.a iod.o ranlib liblamdio.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/iod' Making all in kenyad make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kenyad' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kenyad.o -MD -MP -MF ".deps/kenyad.Tpo" -c -o kenyad.o kenyad.c; \ then mv -f ".deps/kenyad.Tpo" ".deps/kenyad.Po"; else rm -f ".deps/kenyad.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pqcreate.o -MD -MP -MF ".deps/pqcreate.Tpo" -c -o pqcreate.o pqcreate.c; \ then mv -f ".deps/pqcreate.Tpo" ".deps/pqcreate.Po"; else rm -f ".deps/pqcreate.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pqdetach.o -MD -MP -MF ".deps/pqdetach.Tpo" -c -o pqdetach.o pqdetach.c; \ then mv -f ".deps/pqdetach.Tpo" ".deps/pqdetach.Po"; else rm -f ".deps/pqdetach.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pqdoom.o -MD -MP -MF ".deps/pqdoom.Tpo" -c -o pqdoom.o pqdoom.c; \ then mv -f ".deps/pqdoom.Tpo" ".deps/pqdoom.Po"; else rm -f ".deps/pqdoom.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT pqstate.o -MD -MP -MF ".deps/pqstate.Tpo" -c -o pqstate.o pqstate.c; \ then mv -f ".deps/pqstate.Tpo" ".deps/pqstate.Po"; else rm -f ".deps/pqstate.Tpo"; exit 1; fi rm -f liblamdkenya.a ar cru liblamdkenya.a kenyad.o pqcreate.o pqdetach.o pqdoom.o pqstate.o ranlib liblamdkenya.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kenyad' Making all in kernel make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kernel' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kernelio.o -MD -MP -MF ".deps/kernelio.Tpo" -c -o kernelio.o kernelio.c; \ then mv -f ".deps/kernelio.Tpo" ".deps/kernelio.Po"; else rm -f ".deps/kernelio.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kinner.o -MD -MP -MF ".deps/kinner.Tpo" -c -o kinner.o kinner.c; \ then mv -f ".deps/kinner.Tpo" ".deps/kinner.Po"; else rm -f ".deps/kinner.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kkill.o -MD -MP -MF ".deps/kkill.Tpo" -c -o kkill.o kkill.c; \ then mv -f ".deps/kkill.Tpo" ".deps/kkill.Po"; else rm -f ".deps/kkill.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kouter.o -MD -MP -MF ".deps/kouter.Tpo" -c -o kouter.o kouter.c; \ then mv -f ".deps/kouter.Tpo" ".deps/kouter.Po"; else rm -f ".deps/kouter.Tpo"; exit 1; fi rm -f liblamdkernel.a ar cru liblamdkernel.a kernelio.o kinner.o kkill.o kouter.o ranlib liblamdkernel.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kernel' Making all in loadd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/loadd' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT loadd.o -MD -MP -MF ".deps/loadd.Tpo" -c -o loadd.o loadd.c; \ then mv -f ".deps/loadd.Tpo" ".deps/loadd.Po"; else rm -f ".deps/loadd.Tpo"; exit 1; fi rm -f liblamdload.a ar cru liblamdload.a loadd.o ranlib liblamdload.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/loadd' Making all in router make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/router' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT router.o -MD -MP -MF ".deps/router.Tpo" -c -o router.o router.c; \ then mv -f ".deps/router.Tpo" ".deps/router.Po"; else rm -f ".deps/router.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rtdinit_lam.o -MD -MP -MF ".deps/rtdinit_lam.Tpo" -c -o rtdinit_lam.o rtdinit_lam.c; \ then mv -f ".deps/rtdinit_lam.Tpo" ".deps/rtdinit_lam.Po"; else rm -f ".deps/rtdinit_lam.Tpo"; exit 1; fi rm -f liblamdrouter.a ar cru liblamdrouter.a router.o rtdinit_lam.o ranlib liblamdrouter.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/router' Making all in traced make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/traced' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT traced.o -MD -MP -MF ".deps/traced.Tpo" -c -o traced.o traced.c; \ then mv -f ".deps/traced.Tpo" ".deps/traced.Po"; else rm -f ".deps/traced.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT trbuf.o -MD -MP -MF ".deps/trbuf.Tpo" -c -o trbuf.o trbuf.c; \ then mv -f ".deps/trbuf.Tpo" ".deps/trbuf.Po"; else rm -f ".deps/trbuf.Tpo"; exit 1; fi rm -f liblamdtrace.a ar cru liblamdtrace.a traced.o trbuf.o ranlib liblamdtrace.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/traced' Making all in versiond make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/versiond' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT versiond.o -MD -MP -MF ".deps/versiond.Tpo" -c -o versiond.o versiond.c; \ then mv -f ".deps/versiond.Tpo" ".deps/versiond.Po"; else rm -f ".deps/versiond.Tpo"; exit 1; fi rm -f liblamdversion.a ar cru liblamdversion.a versiond.o ranlib liblamdversion.a make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/versiond' Making all in lamd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/lamd' if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT couter.o -MD -MP -MF ".deps/couter.Tpo" -c -o couter.o couter.c; \ then mv -f ".deps/couter.Tpo" ".deps/couter.Po"; else rm -f ".deps/couter.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT di_wait.int.o -MD -MP -MF ".deps/di_wait.int.Tpo" -c -o di_wait.int.o di_wait.int.c; \ then mv -f ".deps/di_wait.int.Tpo" ".deps/di_wait.int.Po"; else rm -f ".deps/di_wait.int.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT do_wait.int.o -MD -MP -MF ".deps/do_wait.int.Tpo" -c -o do_wait.int.o do_wait.int.c; \ then mv -f ".deps/do_wait.int.Tpo" ".deps/do_wait.int.Po"; else rm -f ".deps/do_wait.int.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT iod.int.o -MD -MP -MF ".deps/iod.int.Tpo" -c -o iod.int.o iod.int.c; \ then mv -f ".deps/iod.int.Tpo" ".deps/iod.int.Po"; else rm -f ".deps/iod.int.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kenyad.int.o -MD -MP -MF ".deps/kenyad.int.Tpo" -c -o kenyad.int.o kenyad.int.c; \ then mv -f ".deps/kenyad.int.Tpo" ".deps/kenyad.int.Po"; else rm -f ".deps/kenyad.int.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kexit.o -MD -MP -MF ".deps/kexit.Tpo" -c -o kexit.o kexit.c; \ then mv -f ".deps/kexit.Tpo" ".deps/kexit.Po"; else rm -f ".deps/kexit.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT kiproc.o -MD -MP -MF ".deps/kiproc.Tpo" -c -o kiproc.o kiproc.c; \ then mv -f ".deps/kiproc.Tpo" ".deps/kiproc.Po"; else rm -f ".deps/kiproc.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamd_main.o -MD -MP -MF ".deps/lamd_main.Tpo" -c -o lamd_main.o lamd_main.c; \ then mv -f ".deps/lamd_main.Tpo" ".deps/lamd_main.Po"; else rm -f ".deps/lamd_main.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nrecv.o -MD -MP -MF ".deps/nrecv.Tpo" -c -o nrecv.o nrecv.c; \ then mv -f ".deps/nrecv.Tpo" ".deps/nrecv.Po"; else rm -f ".deps/nrecv.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT nsend.o -MD -MP -MF ".deps/nsend.Tpo" -c -o nsend.o nsend.c; \ then mv -f ".deps/nsend.Tpo" ".deps/nsend.Po"; else rm -f ".deps/nsend.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT rreq.o -MD -MP -MF ".deps/rreq.Tpo" -c -o rreq.o rreq.c; \ then mv -f ".deps/rreq.Tpo" ".deps/rreq.Po"; else rm -f ".deps/rreq.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT stub.o -MD -MP -MF ".deps/stub.Tpo" -c -o stub.o stub.c; \ then mv -f ".deps/stub.Tpo" ".deps/stub.Po"; else rm -f ".deps/stub.Tpo"; exit 1; fi if gcc -DHAVE_CONFIG_H -I. -I. -I../../../share/include -I../../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT trillium.o -MD -MP -MF ".deps/trillium.Tpo" -c -o trillium.o trillium.c; \ then mv -f ".deps/trillium.Tpo" ".deps/trillium.Po"; else rm -f ".deps/trillium.Tpo"; exit 1; fi /bin/sh ../../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamd couter.o di_wait.int.o do_wait.int.o iod.int.o kenyad.int.o kexit.o kiproc.o lamd_main.o nrecv.o nsend.o rreq.o stub.o trillium.o ../bforward/liblamdbforward.a ../bufferd/liblamdbuffer.a ../dli_inet/liblamddli.a ../dlo_inet/liblamddlo.a ../echod/liblamdecho.a ../filed/liblamdfile.a ../flatd/liblamdflat.a ../haltd/liblamdhalt.a ../iod/liblamdio.a ../kenyad/liblamdkenya.a ../kernel/liblamdkernel.a ../loadd/liblamdload.a ../router/liblamdrouter.a ../traced/liblamdtrace.a ../../../share/liblam/liblam.la ../versiond/liblamdversion.a ../../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o lamd couter.o di_wait.int.o do_wait.int.o iod.int.o kenyad.int.o kexit.o kiproc.o lamd_main.o nrecv.o nsend.o rreq.o stub.o trillium.o ../bforward/liblamdbforward.a ../bufferd/liblamdbuffer.a ../dli_inet/liblamddli.a ../dlo_inet/liblamddlo.a ../echod/liblamdecho.a ../filed/liblamdfile.a ../flatd/liblamdflat.a ../haltd/liblamdhalt.a ../iod/liblamdio.a ../kenyad/liblamdkenya.a ../kernel/liblamdkernel.a ../loadd/liblamdload.a ../router/liblamdrouter.a ../traced/liblamdtrace.a ../../../share/liblam/.libs/liblam.a ../versiond/liblamdversion.a ../../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/lamd' Making all in impid make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/impid' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/impid' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' Making all in tping make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/tping' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tping.o -MD -MP -MF ".deps/tping.Tpo" -c -o tping.o tping.c; \ then mv -f ".deps/tping.Tpo" ".deps/tping.Po"; else rm -f ".deps/tping.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o tping tping.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o tping tping.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/tping' Making all in lamcheckpoint make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamcheckpoint' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamcheckpoint.o -MD -MP -MF ".deps/lamcheckpoint.Tpo" -c -o lamcheckpoint.o lamcheckpoint.c; \ then mv -f ".deps/lamcheckpoint.Tpo" ".deps/lamcheckpoint.Po"; else rm -f ".deps/lamcheckpoint.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamcheckpoint lamcheckpoint.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -O3 -pthread -o lamcheckpoint lamcheckpoint.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamcheckpoint' Making all in lamrestart make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamrestart' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -I../../share/include -DLAM_BUILDING=1 -pthread -MT lamrestart.o -MD -MP -MF ".deps/lamrestart.Tpo" -c -o lamrestart.o lamrestart.c; \ then mv -f ".deps/lamrestart.Tpo" ".deps/lamrestart.Po"; else rm -f ".deps/lamrestart.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -pthread -o lamrestart lamrestart.o ../../share/liblam/liblam.la ../../share/libltdl/libltdlc.la -lutil mkdir .libs gcc -pthread -o lamrestart lamrestart.o ../../share/liblam/.libs/liblam.a ../../share/libltdl/.libs/libltdlc.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamrestart' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' Making all in tools make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' Making all in hboot make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/hboot' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT hboot.o -MD -MP -MF ".deps/hboot.Tpo" -c -o hboot.o hboot.c; \ then mv -f ".deps/hboot.Tpo" ".deps/hboot.Po"; else rm -f ".deps/hboot.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o hboot hboot.o ../../share/liblam/liblam.la -lutil mkdir .libs gcc -O3 -pthread -o hboot hboot.o ../../share/liblam/.libs/liblam.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/hboot' Making all in lamboot make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/lamboot' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -DBOOT_MODULES="\"globus rsh slurm\"" -DRPI_MODULES="\"crtcp lamd sysv tcp usysv\"" -DCOLL_MODULES="\"lam_basic shmem smp\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT lamboot.o -MD -MP -MF ".deps/lamboot.Tpo" -c -o lamboot.o lamboot.c; \ then mv -f ".deps/lamboot.Tpo" ".deps/lamboot.Po"; else rm -f ".deps/lamboot.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamboot lamboot.o ../../share/liblam/liblam.la -lutil mkdir .libs gcc -O3 -pthread -o lamboot lamboot.o ../../share/liblam/.libs/liblam.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/lamboot' Making all in laminfo make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/laminfo' if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_BINDIR="\"/home/astromake/opt/gadget/bin\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_PKGLIBDIR="\"/home/astromake/opt/gadget/lib/lam\"" -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT laminfo.o -MD -MP -MF ".deps/laminfo.Tpo" -c -o laminfo.o laminfo.cc; \ then mv -f ".deps/laminfo.Tpo" ".deps/laminfo.Po"; else rm -f ".deps/laminfo.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CXX --mode=link g++ -O3 -pthread -o laminfo laminfo.o ../../share/libmpi/libmpi.la ../../share/liblam/liblam.la -laio -lutil mkdir .libs g++ -O3 -pthread -o laminfo laminfo.o ../../share/libmpi/.libs/libmpi.a /home/teuben/PITP/codes/lam-7.1.5b1/share/liblam/.libs/liblam.a ../../share/liblam/.libs/liblam.a -ldl -laio -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/laminfo' Making all in mpiexec make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/mpiexec' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/mpiexec' Making all in recon make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/recon' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT recon.o -MD -MP -MF ".deps/recon.Tpo" -c -o recon.o recon.c; \ then mv -f ".deps/recon.Tpo" ".deps/recon.Po"; else rm -f ".deps/recon.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o recon recon.o ../../share/liblam/liblam.la -lutil mkdir .libs gcc -O3 -pthread -o recon recon.o ../../share/liblam/.libs/liblam.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/recon' Making all in tkill make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/tkill' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT tkill.o -MD -MP -MF ".deps/tkill.Tpo" -c -o tkill.o tkill.c; \ then mv -f ".deps/tkill.Tpo" ".deps/tkill.Po"; else rm -f ".deps/tkill.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o tkill tkill.o ../../share/liblam/liblam.la -lutil mkdir .libs gcc -O3 -pthread -o tkill tkill.o ../../share/liblam/.libs/liblam.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/tkill' Making all in wipe make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wipe' if gcc -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_SYSCONFDIR="\"/home/astromake/opt/gadget/etc\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wipe.o -MD -MP -MF ".deps/wipe.Tpo" -c -o wipe.o wipe.c; \ then mv -f ".deps/wipe.Tpo" ".deps/wipe.Po"; else rm -f ".deps/wipe.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CC --mode=link gcc -O3 -pthread -o lamwipe wipe.o ../../share/liblam/liblam.la -lutil mkdir .libs gcc -O3 -pthread -o lamwipe wipe.o ../../share/liblam/.libs/liblam.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wipe' Making all in wrappers make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wrappers' if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpicc.o -MD -MP -MF ".deps/mpicc.Tpo" -c -o mpicc.o mpicc.cc; \ then mv -f ".deps/mpicc.Tpo" ".deps/mpicc.Po"; else rm -f ".deps/mpicc.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wrap_cc.o -MD -MP -MF ".deps/wrap_cc.Tpo" -c -o wrap_cc.o wrap_cc.cc; \ then mv -f ".deps/wrap_cc.Tpo" ".deps/wrap_cc.Po"; else rm -f ".deps/wrap_cc.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wrap_engine_cc.o -MD -MP -MF ".deps/wrap_engine_cc.Tpo" -c -o wrap_engine_cc.o wrap_engine_cc.cc; \ then mv -f ".deps/wrap_engine_cc.Tpo" ".deps/wrap_engine_cc.Po"; else rm -f ".deps/wrap_engine_cc.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CXX --mode=link g++ -O3 -pthread -o mpicc mpicc.o wrap_cc.o wrap_engine_cc.o ../../share/liblam/liblam.la -lutil mkdir .libs g++ -O3 -pthread -o mpicc mpicc.o wrap_cc.o wrap_engine_cc.o ../../share/liblam/.libs/liblam.a -ldl -lutil if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpicxx.o -MD -MP -MF ".deps/mpicxx.Tpo" -c -o mpicxx.o mpicxx.cc; \ then mv -f ".deps/mpicxx.Tpo" ".deps/mpicxx.Po"; else rm -f ".deps/mpicxx.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wrap_cxx.o -MD -MP -MF ".deps/wrap_cxx.Tpo" -c -o wrap_cxx.o wrap_cxx.cc; \ then mv -f ".deps/wrap_cxx.Tpo" ".deps/wrap_cxx.Po"; else rm -f ".deps/wrap_cxx.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wrap_engine_cxx.o -MD -MP -MF ".deps/wrap_engine_cxx.Tpo" -c -o wrap_engine_cxx.o wrap_engine_cxx.cc; \ then mv -f ".deps/wrap_engine_cxx.Tpo" ".deps/wrap_engine_cxx.Po"; else rm -f ".deps/wrap_engine_cxx.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CXX --mode=link g++ -O3 -pthread -o mpic++ mpicxx.o wrap_cxx.o wrap_engine_cxx.o ../../share/liblam/liblam.la -lutil g++ -O3 -pthread -o mpic++ mpicxx.o wrap_cxx.o wrap_engine_cxx.o ../../share/liblam/.libs/liblam.a -ldl -lutil if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT mpif77.o -MD -MP -MF ".deps/mpif77.Tpo" -c -o mpif77.o mpif77.cc; \ then mv -f ".deps/mpif77.Tpo" ".deps/mpif77.Po"; else rm -f ".deps/mpif77.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wrap_f77.o -MD -MP -MF ".deps/wrap_f77.Tpo" -c -o wrap_f77.o wrap_f77.cc; \ then mv -f ".deps/wrap_f77.Tpo" ".deps/wrap_f77.Po"; else rm -f ".deps/wrap_f77.Tpo"; exit 1; fi if g++ -DHAVE_CONFIG_H -I. -I. -I../../share/include -DLAM_PREFIX="\"/home/astromake/opt/gadget\"" -DLAM_INCDIR="\"/home/astromake/opt/gadget/include\"" -DLAM_LIBDIR="\"/home/astromake/opt/gadget/lib\"" -I../../share/include -DLAM_BUILDING=1 -O3 -pthread -MT wrap_engine_f77.o -MD -MP -MF ".deps/wrap_engine_f77.Tpo" -c -o wrap_engine_f77.o wrap_engine_f77.cc; \ then mv -f ".deps/wrap_engine_f77.Tpo" ".deps/wrap_engine_f77.Po"; else rm -f ".deps/wrap_engine_f77.Tpo"; exit 1; fi /bin/sh ../../libtool --tag=CXX --mode=link g++ -O3 -pthread -o mpif77 mpif77.o wrap_f77.o wrap_engine_f77.o ../../share/liblam/liblam.la -lutil g++ -O3 -pthread -o mpif77 mpif77.o wrap_f77.o wrap_engine_f77.o ../../share/liblam/.libs/liblam.a -ldl -lutil make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wrappers' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' Making all in etc make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/etc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/etc' Making all in man make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' Making all in man1 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man1' cp -f ../../man/man1/hcc.1 hcp.1 cp -f ../../man/man1/mpicc.1 mpic++.1 cp -f mpic++.1 mpiCC.1 make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man1' Making all in man2 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man2' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man2' Making all in man3 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man3' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man3' Making all in man5 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man5' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man5' Making all in man7 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man7' rm -f mpi.7 sed -e 's/TOPIC/mpi/' ../../man/mans/mpi.share > mpi.7 cp -f ../../man/man7/lam.7 LAM.7 cp -f mpi.7 MPI.7 make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man7' Making all in mans make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/mans' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/mans' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1' Making all in romio make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' make clean make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' cleaning directory mpi-io cleaning directory adio/common cleaning directory adio/ad_ufs cleaning directory adio/ad_nfs cleaning directory mpi-io/fortran cleaning directory test make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/test' rm -f .P* PI* *.o rm -f simple async coll_test coll_perf misc perf fcoll_test fperf fmisc psimple pfcoll_test test* job* file_info excl large_array large_file noncontig i_noncontig noncontig_coll atomicity split_coll shared_fp *.out noncontig_coll2 make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/test' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' make mpiolib make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' compiling ROMIO in directory mpi-io make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io' gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c close.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c open.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c set_view.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c iread.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c iwrite.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c iotest.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c iowait.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c seek.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_posn.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c delete.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read_all.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read_at.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read_atall.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c iread_at.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c iwrite_at.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write_all.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_bytoff.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write_at.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write_atall.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_view.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_group.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_amode.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_extent.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c fsync.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_atom.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c set_atom.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c set_size.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_size.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c prealloc.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c file_f2c.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c file_c2f.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c ioreq_f2c.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c ioreq_c2f.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c set_info.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_info.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c rd_atallb.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c rd_atalle.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read_allb.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read_alle.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c wr_atallb.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c wr_atalle.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write_allb.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write_alle.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_posn_sh.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c iread_sh.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read_sh.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write_sh.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c iwrite_sh.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c seek_sh.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read_ord.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read_orde.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write_ordb.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c read_ordb.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write_ord.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c write_orde.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c get_errh.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io -I../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/../adio/include -I../adio/include -c set_errh.c ar crl /home/teuben/PITP/codes/lam-7.1.5b1/romio/lib/liblammpio.a close.o read.o open.o write.o set_view.o iread.o iwrite.o iotest.o iowait.o seek.o get_posn.o delete.o read_all.o read_at.o read_atall.o iread_at.o iwrite_at.o write_all.o get_bytoff.o write_at.o write_atall.o get_view.o get_group.o get_amode.o get_extent.o fsync.o get_atom.o set_atom.o set_size.o get_size.o prealloc.o file_f2c.o file_c2f.o ioreq_f2c.o ioreq_c2f.o set_info.o get_info.o rd_atallb.o rd_atalle.o read_allb.o read_alle.o wr_atallb.o wr_atalle.o write_allb.o write_alle.o get_posn_sh.o iread_sh.o read_sh.o write_sh.o iwrite_sh.o seek_sh.o read_ord.o read_orde.o write_ordb.o read_ordb.o write_ord.o write_orde.o get_errh.o set_errh.o make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io' compiling ROMIO in directory adio/common make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common' gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_close.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_init.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_end.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_open.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c setfn.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c flatten.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c async_list.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c req_malloc.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c malloc.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_read_coll.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c eof_offset.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_write_coll.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c lock.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_read_str.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_write_str.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c iscontig.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c get_fp_posn.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_seek.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_delete.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_flush.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_hints.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c error.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_fstype.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_get_sh_fp.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_set_sh_fp.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c shfp_fname.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c byte_offset.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c status_setb.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_aggregate.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c cb_config_list.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_read_str_naive.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c gencheck.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common/../include -I../include -c ad_set_view.c ar crl /home/teuben/PITP/codes/lam-7.1.5b1/romio/lib/liblammpio.a ad_close.o ad_init.o ad_end.o ad_open.o setfn.o flatten.o async_list.o req_malloc.o malloc.o ad_read_coll.o eof_offset.o ad_write_coll.o lock.o ad_read_str.o ad_write_str.o iscontig.o get_fp_posn.o ad_seek.o ad_delete.o ad_flush.o ad_hints.o error.o ad_fstype.o ad_get_sh_fp.o ad_set_sh_fp.o shfp_fname.o byte_offset.o status_setb.o ad_aggregate.o cb_config_list.o ad_read_str_naive.o gencheck.o ad_set_view.o make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/common' compiling ROMIO in directory adio/ad_ufs make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs' gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_close.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_read.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_open.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_write.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_done.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_fcntl.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_iread.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_iwrite.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_wait.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs_resize.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs/../include -I../include -c ad_ufs.c ar crl /home/teuben/PITP/codes/lam-7.1.5b1/romio/lib/liblammpio.a ad_ufs_close.o ad_ufs_read.o ad_ufs_open.o ad_ufs_write.o ad_ufs_done.o ad_ufs_fcntl.o ad_ufs_iread.o ad_ufs_iwrite.o ad_ufs_wait.o ad_ufs_resize.o ad_ufs.o make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_ufs' compiling ROMIO in directory adio/ad_nfs make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs' gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_close.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_read.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_open.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_write.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_done.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_fcntl.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_iread.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_iwrite.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_wait.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_resize.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_setsh.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs_getsh.c gcc -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs/../include -I../include -c ad_nfs.c ar crl /home/teuben/PITP/codes/lam-7.1.5b1/romio/lib/liblammpio.a ad_nfs_close.o ad_nfs_read.o ad_nfs_open.o ad_nfs_write.o ad_nfs_done.o ad_nfs_fcntl.o ad_nfs_iread.o ad_nfs_iwrite.o ad_nfs_wait.o ad_nfs_resize.o ad_nfs_setsh.o ad_nfs_getsh.o ad_nfs.o make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/adio/ad_nfs' compiling ROMIO in directory mpi-io/fortran make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran' gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c closef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c readf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c openf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c writef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_extentf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c ireadf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c iwritef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c iotestf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c iowaitf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c seekf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c deletef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c read_allf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c read_atf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c read_atallf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c iread_atf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c iwrite_atf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_posnf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c write_allf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c write_atf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c write_atallf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_bytofff.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c set_viewf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_viewf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_groupf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_amodef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c fsyncf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_atomf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c set_atomf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c set_infof.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_infof.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c set_sizef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_sizef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c preallocf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c rd_atallbf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c rd_atallef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c read_allbf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c read_allef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c wr_atallbf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c wr_atallef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c write_allbf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c write_allef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_posn_shf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c iread_shf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c read_shf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c write_shf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c iwrite_shf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c seek_shf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c read_ordf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c read_ordef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c write_ordbf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c read_ordbf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c write_ordf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c write_ordef.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c set_errhf.c gcc -DMPIO_FORTRAN_SRC -O3 -pthread -DLAM_BUILDING=1 -O3 -pthread -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I/home/teuben/PITP/codes/lam-7.1.5b1/share/include -I../../include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/../../adio/include -I../../adio/include -I/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran/.. -c get_errhf.c ar crl /home/teuben/PITP/codes/lam-7.1.5b1/romio/lib/liblammpio.a closef.o readf.o openf.o writef.o get_extentf.o ireadf.o iwritef.o iotestf.o iowaitf.o seekf.o deletef.o read_allf.o read_atf.o read_atallf.o iread_atf.o iwrite_atf.o get_posnf.o write_allf.o write_atf.o write_atallf.o get_bytofff.o set_viewf.o get_viewf.o get_groupf.o get_amodef.o fsyncf.o get_atomf.o set_atomf.o set_infof.o get_infof.o set_sizef.o get_sizef.o preallocf.o rd_atallbf.o rd_atallef.o read_allbf.o read_allef.o wr_atallbf.o wr_atallef.o write_allbf.o write_allef.o get_posn_shf.o iread_shf.o read_shf.o write_shf.o iwrite_shf.o seek_shf.o read_ordf.o read_ordef.o write_ordbf.o read_ordbf.o write_ordf.o write_ordef.o set_errhf.o get_errhf.o make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/mpi-io/fortran' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' make clean make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' cleaning directory mpi-io cleaning directory adio/common cleaning directory adio/ad_ufs cleaning directory adio/ad_nfs cleaning directory mpi-io/fortran cleaning directory test make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/test' rm -f .P* PI* *.o rm -f simple async coll_test coll_perf misc perf fcoll_test fperf fmisc psimple pfcoll_test test* job* file_info excl large_array large_file noncontig i_noncontig noncontig_coll atomicity split_coll shared_fp *.out noncontig_coll2 make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/test' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' cleaning directory mpi-io cleaning directory adio/common cleaning directory adio/ad_ufs cleaning directory adio/ad_nfs cleaning directory mpi-io/fortran cleaning directory test make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/test' rm -f .P* PI* *.o rm -f simple async coll_test coll_perf misc perf fcoll_test fperf fmisc psimple pfcoll_test test* job* file_info excl large_array large_file noncontig i_noncontig noncontig_coll atomicity split_coll shared_fp *.out noncontig_coll2 make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/test' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' ranlib /home/teuben/PITP/codes/lam-7.1.5b1/romio/lib/liblammpio.a make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1' =========================================================================== LAM/MPI 7.1.5b1 has been built. You now need to install it with "make install" =========================================================================== make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1' Making install in config make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/config' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/config' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/config' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/config' Making install in doc make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' Making install in install make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/install' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/install' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/install' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/install' Making install in user make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/user' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/user' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/user' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc/user' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/doc' Making install in share make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' Making install in include make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' Making install in mpi2cxx make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include/mpi2cxx' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include/mpi2cxx' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/mpi2cxx" || mkdir -p -- "/home/astromake/opt/gadget/include/mpi2cxx" /usr/bin/install -c -m 644 'mpi2cxx_map.h' '/home/astromake/opt/gadget/include/mpi2cxx/mpi2cxx_map.h' /usr/bin/install -c -m 644 'mpi2cxx_list.h' '/home/astromake/opt/gadget/include/mpi2cxx/mpi2cxx_list.h' /usr/bin/install -c -m 644 'constants.h' '/home/astromake/opt/gadget/include/mpi2cxx/constants.h' /usr/bin/install -c -m 644 'functions.h' '/home/astromake/opt/gadget/include/mpi2cxx/functions.h' /usr/bin/install -c -m 644 'datatype.h' '/home/astromake/opt/gadget/include/mpi2cxx/datatype.h' /usr/bin/install -c -m 644 'exception.h' '/home/astromake/opt/gadget/include/mpi2cxx/exception.h' /usr/bin/install -c -m 644 'op.h' '/home/astromake/opt/gadget/include/mpi2cxx/op.h' /usr/bin/install -c -m 644 'status.h' '/home/astromake/opt/gadget/include/mpi2cxx/status.h' /usr/bin/install -c -m 644 'request.h' '/home/astromake/opt/gadget/include/mpi2cxx/request.h' /usr/bin/install -c -m 644 'group.h' '/home/astromake/opt/gadget/include/mpi2cxx/group.h' /usr/bin/install -c -m 644 'comm.h' '/home/astromake/opt/gadget/include/mpi2cxx/comm.h' /usr/bin/install -c -m 644 'errhandler.h' '/home/astromake/opt/gadget/include/mpi2cxx/errhandler.h' /usr/bin/install -c -m 644 'intracomm.h' '/home/astromake/opt/gadget/include/mpi2cxx/intracomm.h' /usr/bin/install -c -m 644 'info.h' '/home/astromake/opt/gadget/include/mpi2cxx/info.h' /usr/bin/install -c -m 644 'win.h' '/home/astromake/opt/gadget/include/mpi2cxx/win.h' /usr/bin/install -c -m 644 'topology.h' '/home/astromake/opt/gadget/include/mpi2cxx/topology.h' /usr/bin/install -c -m 644 'intercomm.h' '/home/astromake/opt/gadget/include/mpi2cxx/intercomm.h' /usr/bin/install -c -m 644 'datatype_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/datatype_inln.h' /usr/bin/install -c -m 644 'functions_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/functions_inln.h' /usr/bin/install -c -m 644 'request_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/request_inln.h' /usr/bin/install -c -m 644 'comm_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/comm_inln.h' /usr/bin/install -c -m 644 'intracomm_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/intracomm_inln.h' /usr/bin/install -c -m 644 'info_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/info_inln.h' /usr/bin/install -c -m 644 'win_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/win_inln.h' /usr/bin/install -c -m 644 'topology_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/topology_inln.h' /usr/bin/install -c -m 644 'intercomm_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/intercomm_inln.h' /usr/bin/install -c -m 644 'group_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/group_inln.h' /usr/bin/install -c -m 644 'op_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/op_inln.h' /usr/bin/install -c -m 644 'errhandler_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/errhandler_inln.h' /usr/bin/install -c -m 644 'status_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/status_inln.h' /usr/bin/install -c -m 644 'pmpicxx.h' '/home/astromake/opt/gadget/include/mpi2cxx/pmpicxx.h' /usr/bin/install -c -m 644 'pcomm.h' '/home/astromake/opt/gadget/include/mpi2cxx/pcomm.h' /usr/bin/install -c -m 644 'pdatatype.h' '/home/astromake/opt/gadget/include/mpi2cxx/pdatatype.h' /usr/bin/install -c -m 644 'perrhandler.h' '/home/astromake/opt/gadget/include/mpi2cxx/perrhandler.h' /usr/bin/install -c -m 644 'pexception.h' '/home/astromake/opt/gadget/include/mpi2cxx/pexception.h' /usr/bin/install -c -m 644 'pgroup.h' '/home/astromake/opt/gadget/include/mpi2cxx/pgroup.h' /usr/bin/install -c -m 644 'pgroup_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/pgroup_inln.h' /usr/bin/install -c -m 644 'pintercomm.h' '/home/astromake/opt/gadget/include/mpi2cxx/pintercomm.h' /usr/bin/install -c -m 644 'pintracomm.h' '/home/astromake/opt/gadget/include/mpi2cxx/pintracomm.h' /usr/bin/install -c -m 644 'pop.h' '/home/astromake/opt/gadget/include/mpi2cxx/pop.h' /usr/bin/install -c -m 644 'pop_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/pop_inln.h' /usr/bin/install -c -m 644 'prequest.h' '/home/astromake/opt/gadget/include/mpi2cxx/prequest.h' /usr/bin/install -c -m 644 'prequest_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/prequest_inln.h' /usr/bin/install -c -m 644 'pinfo.h' '/home/astromake/opt/gadget/include/mpi2cxx/pinfo.h' /usr/bin/install -c -m 644 'pwin.h' '/home/astromake/opt/gadget/include/mpi2cxx/pwin.h' /usr/bin/install -c -m 644 'pstatus.h' '/home/astromake/opt/gadget/include/mpi2cxx/pstatus.h' /usr/bin/install -c -m 644 'pstatus_inln.h' '/home/astromake/opt/gadget/include/mpi2cxx/pstatus_inln.h' /usr/bin/install -c -m 644 'ptopology.h' '/home/astromake/opt/gadget/include/mpi2cxx/ptopology.h' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include/mpi2cxx' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include/mpi2cxx' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include" || mkdir -p -- "/home/astromake/opt/gadget/include" /usr/bin/install -c -m 644 'mpif.h' '/home/astromake/opt/gadget/include/mpif.h' /usr/bin/install -c -m 644 'mpicxx.h' '/home/astromake/opt/gadget/include/mpicxx.h' /usr/bin/install -c -m 644 'lam_config_bottom.h' '/home/astromake/opt/gadget/include/lam_config_bottom.h' /usr/bin/install -c -m 644 'mpi.h' '/home/astromake/opt/gadget/include/mpi.h' test -z "/home/astromake/opt/gadget/include" || mkdir -p -- "/home/astromake/opt/gadget/include" /usr/bin/install -c -m 644 'lam_config.h' '/home/astromake/opt/gadget/include/lam_config.h' make install-data-hook make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' sed -e 's/define PACKAGE/define LAM_PACKAGE/' \ /home/astromake/opt/gadget/include/lam_config.h \ > /home/astromake/opt/gadget/include/lam_config.h.install /bin/cp /home/astromake/opt/gadget/include/lam_config.h.install \ /home/astromake/opt/gadget/include/lam_config.h /bin/rm -f /home/astromake/opt/gadget/include/lam_config.h.install chmod 0644 /home/astromake/opt/gadget/include/lam_config.h make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/include' Making install in args make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/args' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/args' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/args' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/args' Making install in boot make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/boot' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/boot' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/boot' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/boot' Making install in etc make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/etc' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/etc' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/etc' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/etc' Making install in freq make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/freq' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/freq' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/freq' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/freq' Making install in kreq make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/kreq' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/kreq' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/kreq' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/kreq' Making install in impi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/impi' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/impi' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/impi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/impi' Making install in memory make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' Making install in ptmalloc make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/share/lam/doc" || mkdir -p -- "/home/astromake/opt/gadget/share/lam/doc" /usr/bin/install -c -m 644 'ptmalloc-COPYRIGHT' '/home/astromake/opt/gadget/share/lam/doc/ptmalloc-COPYRIGHT' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc' Making install in ptmalloc2 make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc2' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc2' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/share/lam/doc" || mkdir -p -- "/home/astromake/opt/gadget/share/lam/doc" /usr/bin/install -c -m 644 'ptmalloc2-COPYRIGHT' '/home/astromake/opt/gadget/share/lam/doc/ptmalloc2-COPYRIGHT' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc2' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/ptmalloc2' Making install in darwin7 make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/darwin7' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/darwin7' make[4]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/share/lam/doc" || mkdir -p -- "/home/astromake/opt/gadget/share/lam/doc" /usr/bin/install -c -m 644 'APPLE_LICENSE' '/home/astromake/opt/gadget/share/lam/doc/APPLE_LICENSE' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/darwin7' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory/darwin7' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/memory' Making install in mpi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' Making install in f77 make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/f77' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/f77' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/f77' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/f77' Making install in cxx make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/cxx' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/cxx' test -z "/home/astromake/opt/gadget/lib" || mkdir -p -- "/home/astromake/opt/gadget/lib" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'liblammpi++.la' '/home/astromake/opt/gadget/lib/liblammpi++.la' /usr/bin/install -c .libs/liblammpi++.lai /home/astromake/opt/gadget/lib/liblammpi++.la /usr/bin/install -c .libs/liblammpi++.a /home/astromake/opt/gadget/lib/liblammpi++.a chmod 644 /home/astromake/opt/gadget/lib/liblammpi++.a ranlib /home/astromake/opt/gadget/lib/liblammpi++.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/cxx' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/cxx' Making install in totalview make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/totalview' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/totalview' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/totalview' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi/totalview' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/mpi' Making install in libltdl make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libltdl' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libltdl' test -z "/home/astromake/opt/gadget/lib" || mkdir -p -- "/home/astromake/opt/gadget/lib" test -z "/home/astromake/opt/gadget/include" || mkdir -p -- "/home/astromake/opt/gadget/include" make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libltdl' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libltdl' Making install in nreq make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/nreq' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/nreq' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/nreq' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/nreq' Making install in pmpi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' Making install in f77 make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi/f77' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi/f77' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi/f77' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi/f77' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/pmpi' Making install in rreq make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/rreq' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/rreq' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/rreq' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/rreq' Making install in ssi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' Making install in base make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/base' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/base' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/base' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/base' Making install in boot make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' Making install in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/base' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/base' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/base' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/base' Making install in globus make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/src' test -z "/home/astromake/opt/gadget/etc" || mkdir -p -- "/home/astromake/opt/gadget/etc" /usr/bin/install -c -m 644 'lam-ssi-boot-globus-helpfile' '/home/astromake/opt/gadget/etc/lam-ssi-boot-globus-helpfile' make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/globus' Making install in rsh make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/rsh' Making install in slurm make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/src' test -z "/home/astromake/opt/gadget/etc" || mkdir -p -- "/home/astromake/opt/gadget/etc" /usr/bin/install -c -m 644 'lam-ssi-boot-slurm-helpfile' '/home/astromake/opt/gadget/etc/lam-ssi-boot-slurm-helpfile' make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot/slurm' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/boot' Making install in coll make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' Making install in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/base' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/base' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/base' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/base' Making install in lam_basic make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/lam_basic' Making install in shmem make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/shmem' Making install in smp make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll/smp' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/coll' Making install in crlam make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' Making install in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/base' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/base' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/base' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/base' Making install in self make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/src' test -z "/home/astromake/opt/gadget/etc" || mkdir -p -- "/home/astromake/opt/gadget/etc" /usr/bin/install -c -m 644 'lam-ssi-crlam-self-helpfile' '/home/astromake/opt/gadget/etc/lam-ssi-crlam-self-helpfile' make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam/self' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crlam' Making install in crmpi make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' Making install in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/base' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/base' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/base' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/base' Making install in self make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/src' test -z "/home/astromake/opt/gadget/etc" || mkdir -p -- "/home/astromake/opt/gadget/etc" /usr/bin/install -c -m 644 'lam-ssi-crmpi-self-helpfile' '/home/astromake/opt/gadget/etc/lam-ssi-crmpi-self-helpfile' make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi/self' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/crmpi' Making install in rpi make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' Making install in base make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/base' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/base' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/base' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/base' Making install in crtcp make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/crtcp' Making install in lamd make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/lamd' Making install in sysv make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/sysv' Making install in tcp make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/tcp' Making install in usysv make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' Making install in src make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/src' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/src' make[6]: Nothing to be done for `install-exec-am'. make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/src' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv/src' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" make[6]: Nothing to be done for `install-data-am'. make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi/usysv' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi/rpi' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/ssi' Making install in threads make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/threads' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/threads' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/threads' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/threads' Making install in totalview make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' Making install in src make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview/src' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview/src' test -z "/home/astromake/opt/gadget/lib/lam" || mkdir -p -- "/home/astromake/opt/gadget/lib/lam" /bin/sh ../libtool --mode=install /usr/bin/install -c 'liblam_totalview.la' '/home/astromake/opt/gadget/lib/lam/liblam_totalview.la' /usr/bin/install -c .libs/liblam_totalview.so.0.0.0 /home/astromake/opt/gadget/lib/lam/liblam_totalview.so.0.0.0 (cd /home/astromake/opt/gadget/lib/lam && { ln -s -f liblam_totalview.so.0.0.0 liblam_totalview.so.0 || { rm -f liblam_totalview.so.0 && ln -s liblam_totalview.so.0.0.0 liblam_totalview.so.0; }; }) (cd /home/astromake/opt/gadget/lib/lam && { ln -s -f liblam_totalview.so.0.0.0 liblam_totalview.so || { rm -f liblam_totalview.so && ln -s liblam_totalview.so.0.0.0 liblam_totalview.so; }; }) /usr/bin/install -c .libs/liblam_totalview.lai /home/astromake/opt/gadget/lib/lam/liblam_totalview.la PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib/lam ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib/lam If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview/src' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview/src' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/totalview' Making install in trillium make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/trillium' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/trillium' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/trillium' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/trillium' Making install in tstdio make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/tstdio' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/tstdio' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/tstdio' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/tstdio' Making install in liblam make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/liblam' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/liblam' test -z "/home/astromake/opt/gadget/lib" || mkdir -p -- "/home/astromake/opt/gadget/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'liblam.la' '/home/astromake/opt/gadget/lib/liblam.la' /usr/bin/install -c .libs/liblam.lai /home/astromake/opt/gadget/lib/liblam.la /usr/bin/install -c .libs/liblam.a /home/astromake/opt/gadget/lib/liblam.a chmod 644 /home/astromake/opt/gadget/lib/liblam.a ranlib /home/astromake/opt/gadget/lib/liblam.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/liblam' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/liblam' Making install in libmpi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi' test -z "/home/astromake/opt/gadget/lib" || mkdir -p -- "/home/astromake/opt/gadget/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libmpi.la' '/home/astromake/opt/gadget/lib/libmpi.la' /usr/bin/install -c .libs/libmpi.lai /home/astromake/opt/gadget/lib/libmpi.la /usr/bin/install -c .libs/libmpi.a /home/astromake/opt/gadget/lib/libmpi.a chmod 644 /home/astromake/opt/gadget/lib/libmpi.a ranlib /home/astromake/opt/gadget/lib/libmpi.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../../libtool --mode=install /usr/bin/install -c 'liblamf77mpi.la' '/home/astromake/opt/gadget/lib/liblamf77mpi.la' /usr/bin/install -c .libs/liblamf77mpi.lai /home/astromake/opt/gadget/lib/liblamf77mpi.la /usr/bin/install -c .libs/liblamf77mpi.a /home/astromake/opt/gadget/lib/liblamf77mpi.a chmod 644 /home/astromake/opt/gadget/lib/liblamf77mpi.a ranlib /home/astromake/opt/gadget/lib/liblamf77mpi.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/libmpi' Making install in dynamic-ssi make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' Making install in boot make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/boot' Making install in coll make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/coll' Making install in crlam make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crlam' Making install in crmpi make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/crmpi' Making install in rpi make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[5]: Nothing to be done for `install-exec-am'. make[5]: Nothing to be done for `install-data-am'. make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi/rpi' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share/dynamic-ssi' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/share' Making install in otb make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' Making install in bfctl make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfctl' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfctl' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfctl' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfctl' Making install in bfstate make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfstate' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfstate' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfstate' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/bfstate' Making install in doom make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/doom' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/doom' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/doom' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/doom' Making install in fctl make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fctl' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fctl' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fctl' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fctl' Making install in filedr make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/filedr' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/filedr' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/filedr' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/filedr' Making install in fstate make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fstate' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fstate' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fstate' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/fstate' Making install in ipcdr make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/ipcdr' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/ipcdr' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/ipcdr' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/ipcdr' Making install in kdump make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/kdump' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/kdump' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/kdump' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/kdump' Making install in lamclean make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamclean' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamclean' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamclean' '/home/astromake/opt/gadget/bin/lamclean' /usr/bin/install -c lamclean /home/astromake/opt/gadget/bin/lamclean make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamclean' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamclean' Making install in lamexec make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamexec' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamexec' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamexec' '/home/astromake/opt/gadget/bin/lamexec' /usr/bin/install -c lamexec /home/astromake/opt/gadget/bin/lamexec make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamexec' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamexec' Making install in lamgrow make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamgrow' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamgrow' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamgrow' '/home/astromake/opt/gadget/bin/lamgrow' /usr/bin/install -c lamgrow /home/astromake/opt/gadget/bin/lamgrow make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamgrow' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamgrow' Making install in lamhalt make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamhalt' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamhalt' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamhalt' '/home/astromake/opt/gadget/bin/lamhalt' /usr/bin/install -c lamhalt /home/astromake/opt/gadget/bin/lamhalt make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamhalt' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamhalt' Making install in lamnodes make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamnodes' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamnodes' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamnodes' '/home/astromake/opt/gadget/bin/lamnodes' /usr/bin/install -c lamnodes /home/astromake/opt/gadget/bin/lamnodes make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamnodes' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamnodes' Making install in lamshrink make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamshrink' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamshrink' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamshrink' '/home/astromake/opt/gadget/bin/lamshrink' /usr/bin/install -c lamshrink /home/astromake/opt/gadget/bin/lamshrink make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamshrink' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamshrink' Making install in lamtrace make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamtrace' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamtrace' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamtrace' '/home/astromake/opt/gadget/bin/lamtrace' /usr/bin/install -c lamtrace /home/astromake/opt/gadget/bin/lamtrace make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamtrace' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamtrace' Making install in loadgo make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/loadgo' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/loadgo' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/loadgo' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/loadgo' Making install in mpimsg make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpimsg' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpimsg' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'mpimsg' '/home/astromake/opt/gadget/bin/mpimsg' /usr/bin/install -c mpimsg /home/astromake/opt/gadget/bin/mpimsg make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpimsg' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpimsg' Making install in mpirun make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpirun' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpirun' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'mpirun' '/home/astromake/opt/gadget/bin/mpirun' /usr/bin/install -c mpirun /home/astromake/opt/gadget/bin/mpirun make install-exec-hook make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpirun' make[4]: Nothing to be done for `install-exec-hook'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpirun' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpirun' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpirun' Making install in mpitask make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpitask' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpitask' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'mpitask' '/home/astromake/opt/gadget/bin/mpitask' /usr/bin/install -c mpitask /home/astromake/opt/gadget/bin/mpitask make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpitask' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/mpitask' Making install in state make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/state' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/state' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/state' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/state' Making install in sys make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' Making install in bforward make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bforward' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bforward' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bforward' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bforward' Making install in bufferd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bufferd' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bufferd' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bufferd' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/bufferd' Making install in dli_inet make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dli_inet' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dli_inet' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dli_inet' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dli_inet' Making install in dlo_inet make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dlo_inet' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dlo_inet' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dlo_inet' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/dlo_inet' Making install in echod make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/echod' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/echod' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/echod' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/echod' Making install in filed make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/filed' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/filed' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/filed' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/filed' Making install in flatd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/flatd' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/flatd' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/flatd' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/flatd' Making install in haltd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/haltd' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/haltd' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/haltd' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/haltd' Making install in iod make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/iod' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/iod' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/iod' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/iod' Making install in kenyad make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kenyad' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kenyad' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kenyad' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kenyad' Making install in kernel make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kernel' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kernel' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kernel' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/kernel' Making install in loadd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/loadd' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/loadd' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/loadd' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/loadd' Making install in router make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/router' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/router' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/router' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/router' Making install in traced make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/traced' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/traced' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/traced' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/traced' Making install in versiond make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/versiond' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/versiond' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/versiond' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/versiond' Making install in lamd make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/lamd' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/lamd' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'lamd' '/home/astromake/opt/gadget/bin/lamd' /usr/bin/install -c lamd /home/astromake/opt/gadget/bin/lamd make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/lamd' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/lamd' Making install in impid make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/impid' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/impid' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/impid' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys/impid' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/sys' Making install in tping make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/tping' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/tping' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'tping' '/home/astromake/opt/gadget/bin/tping' /usr/bin/install -c tping /home/astromake/opt/gadget/bin/tping make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/tping' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/tping' Making install in lamcheckpoint make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamcheckpoint' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamcheckpoint' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamcheckpoint' '/home/astromake/opt/gadget/bin/lamcheckpoint' /usr/bin/install -c lamcheckpoint /home/astromake/opt/gadget/bin/lamcheckpoint make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamcheckpoint' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamcheckpoint' Making install in lamrestart make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamrestart' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamrestart' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamrestart' '/home/astromake/opt/gadget/bin/lamrestart' /usr/bin/install -c lamrestart /home/astromake/opt/gadget/bin/lamrestart make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamrestart' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb/lamrestart' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/otb' Making install in tools make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' Making install in hboot make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/hboot' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/hboot' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'hboot' '/home/astromake/opt/gadget/bin/hboot' /usr/bin/install -c hboot /home/astromake/opt/gadget/bin/hboot make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/hboot' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/hboot' Making install in lamboot make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/lamboot' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/lamboot' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamboot' '/home/astromake/opt/gadget/bin/lamboot' /usr/bin/install -c lamboot /home/astromake/opt/gadget/bin/lamboot make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/lamboot' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/lamboot' Making install in laminfo make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/laminfo' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/laminfo' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'laminfo' '/home/astromake/opt/gadget/bin/laminfo' /usr/bin/install -c laminfo /home/astromake/opt/gadget/bin/laminfo make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/laminfo' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/laminfo' Making install in mpiexec make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/mpiexec' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/mpiexec' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /usr/bin/install -c 'mpiexec' '/home/astromake/opt/gadget/bin/mpiexec' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/mpiexec' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/mpiexec' Making install in recon make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/recon' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/recon' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'recon' '/home/astromake/opt/gadget/bin/recon' /usr/bin/install -c recon /home/astromake/opt/gadget/bin/recon make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/recon' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/recon' Making install in tkill make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/tkill' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/tkill' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'tkill' '/home/astromake/opt/gadget/bin/tkill' /usr/bin/install -c tkill /home/astromake/opt/gadget/bin/tkill make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/tkill' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/tkill' Making install in wipe make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wipe' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wipe' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'lamwipe' '/home/astromake/opt/gadget/bin/lamwipe' /usr/bin/install -c lamwipe /home/astromake/opt/gadget/bin/lamwipe make install-exec-hook make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wipe' (cd /home/astromake/opt/gadget/bin; rm -f wipe; ln -s lamwipe wipe) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wipe' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wipe' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wipe' Making install in wrappers make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wrappers' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wrappers' test -z "/home/astromake/opt/gadget/bin" || mkdir -p -- "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'mpicc' '/home/astromake/opt/gadget/bin/mpicc' /usr/bin/install -c mpicc /home/astromake/opt/gadget/bin/mpicc /bin/sh ../../libtool --mode=install /usr/bin/install -c 'mpic++' '/home/astromake/opt/gadget/bin/mpic++' /usr/bin/install -c mpic++ /home/astromake/opt/gadget/bin/mpic++ /bin/sh ../../libtool --mode=install /usr/bin/install -c 'mpif77' '/home/astromake/opt/gadget/bin/mpif77' /usr/bin/install -c mpif77 /home/astromake/opt/gadget/bin/mpif77 make install-exec-hook make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wrappers' (cd /home/astromake/opt/gadget/bin; rm -f hcc; ln -s mpicc hcc) (cd /home/astromake/opt/gadget/bin; rm -f hcp; ln -s mpiCC hcp) (cd /home/astromake/opt/gadget/bin; rm -f hf77; ln -s mpif77 hf77) (cd /home/astromake/opt/gadget/bin; rm -f mpiCC; ln -s mpic++ mpiCC) make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wrappers' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wrappers' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools/wrappers' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/tools' Making install in etc make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/etc' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/etc' test -z "/home/astromake/opt/gadget/etc" || mkdir -p -- "/home/astromake/opt/gadget/etc" /usr/bin/install -c -m 644 'lam-conf.lamd' '/home/astromake/opt/gadget/etc/lam-conf.lamd' /usr/bin/install -c -m 644 'lam-helpfile' '/home/astromake/opt/gadget/etc/lam-helpfile' /usr/bin/install -c -m 644 lam-bhost.def /home/astromake/opt/gadget/etc/lam-bhost.def /usr/bin/install -c -m 644 lam-hostmap.txt /home/astromake/opt/gadget/etc/lam-hostmap.txt make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/etc' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/etc' Making install in man make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' Making install in man1 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man1' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man1' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/man/man1" || mkdir -p -- "/home/astromake/opt/gadget/man/man1" /usr/bin/install -c -m 644 './hboot.1' '/home/astromake/opt/gadget/man/man1/hboot.1' /usr/bin/install -c -m 644 './hcc.1' '/home/astromake/opt/gadget/man/man1/hcc.1' /usr/bin/install -c -m 644 './hf77.1' '/home/astromake/opt/gadget/man/man1/hf77.1' /usr/bin/install -c -m 644 './introu.1' '/home/astromake/opt/gadget/man/man1/introu.1' /usr/bin/install -c -m 644 './lamd.1' '/home/astromake/opt/gadget/man/man1/lamd.1' /usr/bin/install -c -m 644 './lamboot.1' '/home/astromake/opt/gadget/man/man1/lamboot.1' /usr/bin/install -c -m 644 './lamcheckpoint.1' '/home/astromake/opt/gadget/man/man1/lamcheckpoint.1' /usr/bin/install -c -m 644 './lamclean.1' '/home/astromake/opt/gadget/man/man1/lamclean.1' /usr/bin/install -c -m 644 './lamexec.1' '/home/astromake/opt/gadget/man/man1/lamexec.1' /usr/bin/install -c -m 644 './lamhalt.1' '/home/astromake/opt/gadget/man/man1/lamhalt.1' /usr/bin/install -c -m 644 './lamgrow.1' '/home/astromake/opt/gadget/man/man1/lamgrow.1' /usr/bin/install -c -m 644 './laminfo.1' '/home/astromake/opt/gadget/man/man1/laminfo.1' /usr/bin/install -c -m 644 './lamnodes.1' '/home/astromake/opt/gadget/man/man1/lamnodes.1' /usr/bin/install -c -m 644 './lamrestart.1' '/home/astromake/opt/gadget/man/man1/lamrestart.1' /usr/bin/install -c -m 644 './lamshrink.1' '/home/astromake/opt/gadget/man/man1/lamshrink.1' /usr/bin/install -c -m 644 './lamtrace.1' '/home/astromake/opt/gadget/man/man1/lamtrace.1' /usr/bin/install -c -m 644 './lamwipe.1' '/home/astromake/opt/gadget/man/man1/lamwipe.1' /usr/bin/install -c -m 644 './mpicc.1' '/home/astromake/opt/gadget/man/man1/mpicc.1' /usr/bin/install -c -m 644 './mpiexec.1' '/home/astromake/opt/gadget/man/man1/mpiexec.1' /usr/bin/install -c -m 644 './mpif77.1' '/home/astromake/opt/gadget/man/man1/mpif77.1' /usr/bin/install -c -m 644 './mpimsg.1' '/home/astromake/opt/gadget/man/man1/mpimsg.1' /usr/bin/install -c -m 644 './mpirun.1' '/home/astromake/opt/gadget/man/man1/mpirun.1' /usr/bin/install -c -m 644 './mpitask.1' '/home/astromake/opt/gadget/man/man1/mpitask.1' /usr/bin/install -c -m 644 './recon.1' '/home/astromake/opt/gadget/man/man1/recon.1' /usr/bin/install -c -m 644 './tkill.1' '/home/astromake/opt/gadget/man/man1/tkill.1' /usr/bin/install -c -m 644 './tping.1' '/home/astromake/opt/gadget/man/man1/tping.1' /usr/bin/install -c -m 644 './wipe.1' '/home/astromake/opt/gadget/man/man1/wipe.1' /usr/bin/install -c -m 644 './hcp.1' '/home/astromake/opt/gadget/man/man1/hcp.1' /usr/bin/install -c -m 644 './lamd.1' '/home/astromake/opt/gadget/man/man1/lamd.1' /usr/bin/install -c -m 644 './mpic++.1' '/home/astromake/opt/gadget/man/man1/mpic++.1' /usr/bin/install -c -m 644 './mpiCC.1' '/home/astromake/opt/gadget/man/man1/mpiCC.1' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man1' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man1' Making install in man2 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man2' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man2' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/man/man2" || mkdir -p -- "/home/astromake/opt/gadget/man/man2" make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man2' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man2' Making install in man3 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man3' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man3' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/man/man3" || mkdir -p -- "/home/astromake/opt/gadget/man/man3" /usr/bin/install -c -m 644 './MPI_Wtime.3' '/home/astromake/opt/gadget/man/man3/MPI_Wtime.3' /usr/bin/install -c -m 644 './MPI_Wtick.3' '/home/astromake/opt/gadget/man/man3/MPI_Wtick.3' /usr/bin/install -c -m 644 './MPI_Win_wait.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_wait.3' /usr/bin/install -c -m 644 './MPI_Win_unlock.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_unlock.3' /usr/bin/install -c -m 644 './MPI_Win_Test.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_Test.3' /usr/bin/install -c -m 644 './MPI_Win_start.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_start.3' /usr/bin/install -c -m 644 './MPI_Win_set_name.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_set_name.3' /usr/bin/install -c -m 644 './MPI_Win_set_errhandler.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_set_errhandler.3' /usr/bin/install -c -m 644 './MPI_Win_set_attr.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_set_attr.3' /usr/bin/install -c -m 644 './MPI_Win_post.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_post.3' /usr/bin/install -c -m 644 './MPI_Win_Lock.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_Lock.3' /usr/bin/install -c -m 644 './MPI_Win_get_name.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_get_name.3' /usr/bin/install -c -m 644 './MPI_Win_get_group.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_get_group.3' /usr/bin/install -c -m 644 './MPI_Win_get_errhandler.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_get_errhandler.3' /usr/bin/install -c -m 644 './MPI_Win_get_attr.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_get_attr.3' /usr/bin/install -c -m 644 './MPI_Win_free_keyval.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_free_keyval.3' /usr/bin/install -c -m 644 './MPI_Win_free.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_free.3' /usr/bin/install -c -m 644 './MPI_Win_fence.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_fence.3' /usr/bin/install -c -m 644 './MPI_Win_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_f2c.3' /usr/bin/install -c -m 644 './MPI_WIN_DUP_FN.3' '/home/astromake/opt/gadget/man/man3/MPI_WIN_DUP_FN.3' /usr/bin/install -c -m 644 './MPI_Win_delete_attr.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_delete_attr.3' /usr/bin/install -c -m 644 './MPI_Win_create_keyval.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_create_keyval.3' /usr/bin/install -c -m 644 './MPI_Win_create_errhandler.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_create_errhandler.3' /usr/bin/install -c -m 644 './MPI_Win_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_create.3' /usr/bin/install -c -m 644 './MPI_Win_complete.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_complete.3' /usr/bin/install -c -m 644 './MPI_Win_call_errhandler.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_call_errhandler.3' /usr/bin/install -c -m 644 './MPI_Win_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_Win_c2f.3' /usr/bin/install -c -m 644 './MPI_Waitsome.3' '/home/astromake/opt/gadget/man/man3/MPI_Waitsome.3' /usr/bin/install -c -m 644 './MPI_Waitany.3' '/home/astromake/opt/gadget/man/man3/MPI_Waitany.3' /usr/bin/install -c -m 644 './MPI_Waitall.3' '/home/astromake/opt/gadget/man/man3/MPI_Waitall.3' /usr/bin/install -c -m 644 './MPI_Wait.3' '/home/astromake/opt/gadget/man/man3/MPI_Wait.3' /usr/bin/install -c -m 644 './MPI_Unpack.3' '/home/astromake/opt/gadget/man/man3/MPI_Unpack.3' /usr/bin/install -c -m 644 './MPI_Type_vector.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_vector.3' /usr/bin/install -c -m 644 './MPI_Type_ub.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_ub.3' /usr/bin/install -c -m 644 './MPI_Type_struct.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_struct.3' /usr/bin/install -c -m 644 './MPI_Type_size.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_size.3' /usr/bin/install -c -m 644 './MPI_Type_set_name.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_set_name.3' /usr/bin/install -c -m 644 './MPI_Type_set_attr.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_set_attr.3' /usr/bin/install -c -m 644 './MPI_Type_lb.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_lb.3' /usr/bin/install -c -m 644 './MPI_Type_indexed.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_indexed.3' /usr/bin/install -c -m 644 './MPI_Type_hvector.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_hvector.3' /usr/bin/install -c -m 644 './MPI_Type_hindexed.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_hindexed.3' /usr/bin/install -c -m 644 './MPI_Type_get_true_extent.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_get_true_extent.3' /usr/bin/install -c -m 644 './MPI_Type_get_name.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_get_name.3' /usr/bin/install -c -m 644 './MPI_Type_get_extent.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_get_extent.3' /usr/bin/install -c -m 644 './MPI_Type_get_envelope.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_get_envelope.3' /usr/bin/install -c -m 644 './MPI_Type_get_contents.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_get_contents.3' /usr/bin/install -c -m 644 './MPI_Type_get_attr.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_get_attr.3' /usr/bin/install -c -m 644 './MPI_Type_free_keyval.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_free_keyval.3' /usr/bin/install -c -m 644 './MPI_Type_free.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_free.3' /usr/bin/install -c -m 644 './MPI_Type_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_f2c.3' /usr/bin/install -c -m 644 './MPI_Type_extent.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_extent.3' /usr/bin/install -c -m 644 './MPI_TYPE_DUP_FN.3' '/home/astromake/opt/gadget/man/man3/MPI_TYPE_DUP_FN.3' /usr/bin/install -c -m 644 './MPI_Type_dup.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_dup.3' /usr/bin/install -c -m 644 './MPI_Type_delete_attr.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_delete_attr.3' /usr/bin/install -c -m 644 './MPI_Type_create_subarray.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_create_subarray.3' /usr/bin/install -c -m 644 './MPI_Type_create_struct.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_create_struct.3' /usr/bin/install -c -m 644 './MPI_Type_create_keyval.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_create_keyval.3' /usr/bin/install -c -m 644 './MPI_Type_create_hvector.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_create_hvector.3' /usr/bin/install -c -m 644 './MPI_Type_create_hindexed.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_create_hindexed.3' /usr/bin/install -c -m 644 './MPI_Type_create_extent.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_create_extent.3' /usr/bin/install -c -m 644 './MPI_Type_create_darray.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_create_darray.3' /usr/bin/install -c -m 644 './MPI_Type_contiguous.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_contiguous.3' /usr/bin/install -c -m 644 './MPI_Type_commit.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_commit.3' /usr/bin/install -c -m 644 './MPI_Type_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_Type_c2f.3' /usr/bin/install -c -m 644 './MPI_Topo_test.3' '/home/astromake/opt/gadget/man/man3/MPI_Topo_test.3' /usr/bin/install -c -m 644 './MPI_Testsome.3' '/home/astromake/opt/gadget/man/man3/MPI_Testsome.3' /usr/bin/install -c -m 644 './MPI_Test_cancelled.3' '/home/astromake/opt/gadget/man/man3/MPI_Test_cancelled.3' /usr/bin/install -c -m 644 './MPI_Testany.3' '/home/astromake/opt/gadget/man/man3/MPI_Testany.3' /usr/bin/install -c -m 644 './MPI_Testall.3' '/home/astromake/opt/gadget/man/man3/MPI_Testall.3' /usr/bin/install -c -m 644 './MPI_Test.3' '/home/astromake/opt/gadget/man/man3/MPI_Test.3' /usr/bin/install -c -m 644 './MPI_Status_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_Status_f2c.3' /usr/bin/install -c -m 644 './MPI_Status_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_Status_c2f.3' /usr/bin/install -c -m 644 './MPI_Startall.3' '/home/astromake/opt/gadget/man/man3/MPI_Startall.3' /usr/bin/install -c -m 644 './MPI_Start.3' '/home/astromake/opt/gadget/man/man3/MPI_Start.3' /usr/bin/install -c -m 644 './MPI_Ssend_init.3' '/home/astromake/opt/gadget/man/man3/MPI_Ssend_init.3' /usr/bin/install -c -m 644 './MPI_Ssend.3' '/home/astromake/opt/gadget/man/man3/MPI_Ssend.3' /usr/bin/install -c -m 644 './MPI_Sendrecv_replace.3' '/home/astromake/opt/gadget/man/man3/MPI_Sendrecv_replace.3' /usr/bin/install -c -m 644 './MPI_Sendrecv.3' '/home/astromake/opt/gadget/man/man3/MPI_Sendrecv.3' /usr/bin/install -c -m 644 './MPI_Send_init.3' '/home/astromake/opt/gadget/man/man3/MPI_Send_init.3' /usr/bin/install -c -m 644 './MPI_Send.3' '/home/astromake/opt/gadget/man/man3/MPI_Send.3' /usr/bin/install -c -m 644 './MPI_Scatterv.3' '/home/astromake/opt/gadget/man/man3/MPI_Scatterv.3' /usr/bin/install -c -m 644 './MPI_Scatter.3' '/home/astromake/opt/gadget/man/man3/MPI_Scatter.3' /usr/bin/install -c -m 644 './MPI_Scan.3' '/home/astromake/opt/gadget/man/man3/MPI_Scan.3' /usr/bin/install -c -m 644 './MPI_Rsend_init.3' '/home/astromake/opt/gadget/man/man3/MPI_Rsend_init.3' /usr/bin/install -c -m 644 './MPI_Rsend.3' '/home/astromake/opt/gadget/man/man3/MPI_Rsend.3' /usr/bin/install -c -m 644 './MPI_Request_free.3' '/home/astromake/opt/gadget/man/man3/MPI_Request_free.3' /usr/bin/install -c -m 644 './MPI_Request_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_Request_f2c.3' /usr/bin/install -c -m 644 './MPI_Request_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_Request_c2f.3' /usr/bin/install -c -m 644 './MPI_Reduce_scatter.3' '/home/astromake/opt/gadget/man/man3/MPI_Reduce_scatter.3' /usr/bin/install -c -m 644 './MPI_Reduce.3' '/home/astromake/opt/gadget/man/man3/MPI_Reduce.3' /usr/bin/install -c -m 644 './MPI_Recv_init.3' '/home/astromake/opt/gadget/man/man3/MPI_Recv_init.3' /usr/bin/install -c -m 644 './MPI_Recv.3' '/home/astromake/opt/gadget/man/man3/MPI_Recv.3' /usr/bin/install -c -m 644 './MPI_Query_thread.3' '/home/astromake/opt/gadget/man/man3/MPI_Query_thread.3' /usr/bin/install -c -m 644 './MPI_Put.3' '/home/astromake/opt/gadget/man/man3/MPI_Put.3' /usr/bin/install -c -m 644 './MPI_Publish_name.3' '/home/astromake/opt/gadget/man/man3/MPI_Publish_name.3' /usr/bin/install -c -m 644 './MPI_Probe.3' '/home/astromake/opt/gadget/man/man3/MPI_Probe.3' /usr/bin/install -c -m 644 './MPI_Pcontrol.3' '/home/astromake/opt/gadget/man/man3/MPI_Pcontrol.3' /usr/bin/install -c -m 644 './MPI_Pack_size.3' '/home/astromake/opt/gadget/man/man3/MPI_Pack_size.3' /usr/bin/install -c -m 644 './MPI_Pack.3' '/home/astromake/opt/gadget/man/man3/MPI_Pack.3' /usr/bin/install -c -m 644 './MPI_Op_free.3' '/home/astromake/opt/gadget/man/man3/MPI_Op_free.3' /usr/bin/install -c -m 644 './MPI_Op_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_Op_f2c.3' /usr/bin/install -c -m 644 './MPI_Open_port.3' '/home/astromake/opt/gadget/man/man3/MPI_Open_port.3' /usr/bin/install -c -m 644 './MPI_Op_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Op_create.3' /usr/bin/install -c -m 644 './MPI_Op_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_Op_c2f.3' /usr/bin/install -c -m 644 './MPI_Lookup_name.3' '/home/astromake/opt/gadget/man/man3/MPI_Lookup_name.3' /usr/bin/install -c -m 644 './MPI_Keyval_free.3' '/home/astromake/opt/gadget/man/man3/MPI_Keyval_free.3' /usr/bin/install -c -m 644 './MPI_Keyval_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Keyval_create.3' /usr/bin/install -c -m 644 './MPI_Is_thread_main.3' '/home/astromake/opt/gadget/man/man3/MPI_Is_thread_main.3' /usr/bin/install -c -m 644 './MPI_Issend.3' '/home/astromake/opt/gadget/man/man3/MPI_Issend.3' /usr/bin/install -c -m 644 './MPI_Isend.3' '/home/astromake/opt/gadget/man/man3/MPI_Isend.3' /usr/bin/install -c -m 644 './MPI_Irsend.3' '/home/astromake/opt/gadget/man/man3/MPI_Irsend.3' /usr/bin/install -c -m 644 './MPI_Irecv.3' '/home/astromake/opt/gadget/man/man3/MPI_Irecv.3' /usr/bin/install -c -m 644 './MPI_Iprobe.3' '/home/astromake/opt/gadget/man/man3/MPI_Iprobe.3' /usr/bin/install -c -m 644 './MPI_Intercomm_merge.3' '/home/astromake/opt/gadget/man/man3/MPI_Intercomm_merge.3' /usr/bin/install -c -m 644 './MPI_Intercomm_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Intercomm_create.3' /usr/bin/install -c -m 644 './MPI_Init_thread.3' '/home/astromake/opt/gadget/man/man3/MPI_Init_thread.3' /usr/bin/install -c -m 644 './MPI_Initialized.3' '/home/astromake/opt/gadget/man/man3/MPI_Initialized.3' /usr/bin/install -c -m 644 './MPI_Init.3' '/home/astromake/opt/gadget/man/man3/MPI_Init.3' /usr/bin/install -c -m 644 './MPI_Info_set.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_set.3' /usr/bin/install -c -m 644 './MPI_Info_get_valuelen.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_get_valuelen.3' /usr/bin/install -c -m 644 './MPI_Info_get_nthkey.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_get_nthkey.3' /usr/bin/install -c -m 644 './MPI_Info_get_nkeys.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_get_nkeys.3' /usr/bin/install -c -m 644 './MPI_Info_get.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_get.3' /usr/bin/install -c -m 644 './MPI_Info_free.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_free.3' /usr/bin/install -c -m 644 './MPI_Info_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_f2c.3' /usr/bin/install -c -m 644 './MPI_Info_dup.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_dup.3' /usr/bin/install -c -m 644 './MPI_Info_delete.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_delete.3' /usr/bin/install -c -m 644 './MPI_Info_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_create.3' /usr/bin/install -c -m 644 './MPI_Info_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_Info_c2f.3' /usr/bin/install -c -m 644 './MPI_Ibsend.3' '/home/astromake/opt/gadget/man/man3/MPI_Ibsend.3' /usr/bin/install -c -m 644 './MPI_Group_union.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_union.3' /usr/bin/install -c -m 644 './MPI_Group_translate_ranks.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_translate_ranks.3' /usr/bin/install -c -m 644 './MPI_Group_size.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_size.3' /usr/bin/install -c -m 644 './MPI_Group_rank.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_rank.3' /usr/bin/install -c -m 644 './MPI_Group_range_incl.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_range_incl.3' /usr/bin/install -c -m 644 './MPI_Group_range_excl.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_range_excl.3' /usr/bin/install -c -m 644 './MPI_Group_intersection.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_intersection.3' /usr/bin/install -c -m 644 './MPI_Group_incl.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_incl.3' /usr/bin/install -c -m 644 './MPI_Group_free.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_free.3' /usr/bin/install -c -m 644 './MPI_Group_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_f2c.3' /usr/bin/install -c -m 644 './MPI_Group_excl.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_excl.3' /usr/bin/install -c -m 644 './MPI_Group_difference.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_difference.3' /usr/bin/install -c -m 644 './MPI_Group_compare.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_compare.3' /usr/bin/install -c -m 644 './MPI_Group_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_Group_c2f.3' /usr/bin/install -c -m 644 './MPI_Graph_neighbors_count.3' '/home/astromake/opt/gadget/man/man3/MPI_Graph_neighbors_count.3' /usr/bin/install -c -m 644 './MPI_Graph_neighbors.3' '/home/astromake/opt/gadget/man/man3/MPI_Graph_neighbors.3' /usr/bin/install -c -m 644 './MPI_Graph_map.3' '/home/astromake/opt/gadget/man/man3/MPI_Graph_map.3' /usr/bin/install -c -m 644 './MPI_Graph_get.3' '/home/astromake/opt/gadget/man/man3/MPI_Graph_get.3' /usr/bin/install -c -m 644 './MPI_Graphdims_get.3' '/home/astromake/opt/gadget/man/man3/MPI_Graphdims_get.3' /usr/bin/install -c -m 644 './MPI_Graph_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Graph_create.3' /usr/bin/install -c -m 644 './MPI_Get_version.3' '/home/astromake/opt/gadget/man/man3/MPI_Get_version.3' /usr/bin/install -c -m 644 './MPI_Get_processor_name.3' '/home/astromake/opt/gadget/man/man3/MPI_Get_processor_name.3' /usr/bin/install -c -m 644 './MPI_Get_elements.3' '/home/astromake/opt/gadget/man/man3/MPI_Get_elements.3' /usr/bin/install -c -m 644 './MPI_Get_count.3' '/home/astromake/opt/gadget/man/man3/MPI_Get_count.3' /usr/bin/install -c -m 644 './MPI_Get_address.3' '/home/astromake/opt/gadget/man/man3/MPI_Get_address.3' /usr/bin/install -c -m 644 './MPI_Get.3' '/home/astromake/opt/gadget/man/man3/MPI_Get.3' /usr/bin/install -c -m 644 './MPI_Gatherv.3' '/home/astromake/opt/gadget/man/man3/MPI_Gatherv.3' /usr/bin/install -c -m 644 './MPI_Gather.3' '/home/astromake/opt/gadget/man/man3/MPI_Gather.3' /usr/bin/install -c -m 644 './MPI_Free_mem.3' '/home/astromake/opt/gadget/man/man3/MPI_Free_mem.3' /usr/bin/install -c -m 644 './MPI_Finalized.3' '/home/astromake/opt/gadget/man/man3/MPI_Finalized.3' /usr/bin/install -c -m 644 './MPI_Finalize.3' '/home/astromake/opt/gadget/man/man3/MPI_Finalize.3' /usr/bin/install -c -m 644 './MPI_File_write_shared.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_shared.3' /usr/bin/install -c -m 644 './MPI_File_write_ordered_end.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_ordered_end.3' /usr/bin/install -c -m 644 './MPI_File_write_ordered_begin.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_ordered_begin.3' /usr/bin/install -c -m 644 './MPI_File_write_ordered.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_ordered.3' /usr/bin/install -c -m 644 './MPI_File_write_at_all_end.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_at_all_end.3' /usr/bin/install -c -m 644 './MPI_File_write_at_all_begin.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_at_all_begin.3' /usr/bin/install -c -m 644 './MPI_File_write_at_all.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_at_all.3' /usr/bin/install -c -m 644 './MPI_File_write_at.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_at.3' /usr/bin/install -c -m 644 './MPI_File_write_all_end.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_all_end.3' /usr/bin/install -c -m 644 './MPI_File_write_all_begin.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_all_begin.3' /usr/bin/install -c -m 644 './MPI_File_write_all.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write_all.3' /usr/bin/install -c -m 644 './MPI_File_write.3' '/home/astromake/opt/gadget/man/man3/MPI_File_write.3' /usr/bin/install -c -m 644 './MPI_File_sync.3' '/home/astromake/opt/gadget/man/man3/MPI_File_sync.3' /usr/bin/install -c -m 644 './MPI_File_set_view.3' '/home/astromake/opt/gadget/man/man3/MPI_File_set_view.3' /usr/bin/install -c -m 644 './MPI_File_set_size.3' '/home/astromake/opt/gadget/man/man3/MPI_File_set_size.3' /usr/bin/install -c -m 644 './MPI_File_set_info.3' '/home/astromake/opt/gadget/man/man3/MPI_File_set_info.3' /usr/bin/install -c -m 644 './MPI_File_set_errhandler.3' '/home/astromake/opt/gadget/man/man3/MPI_File_set_errhandler.3' /usr/bin/install -c -m 644 './MPI_File_set_atomicity.3' '/home/astromake/opt/gadget/man/man3/MPI_File_set_atomicity.3' /usr/bin/install -c -m 644 './MPI_File_seek_shared.3' '/home/astromake/opt/gadget/man/man3/MPI_File_seek_shared.3' /usr/bin/install -c -m 644 './MPI_File_seek.3' '/home/astromake/opt/gadget/man/man3/MPI_File_seek.3' /usr/bin/install -c -m 644 './MPI_File_read_shared.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_shared.3' /usr/bin/install -c -m 644 './MPI_File_read_ordered_end.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_ordered_end.3' /usr/bin/install -c -m 644 './MPI_File_read_ordered_begin.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_ordered_begin.3' /usr/bin/install -c -m 644 './MPI_File_read_ordered.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_ordered.3' /usr/bin/install -c -m 644 './MPI_File_read_at_all_end.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_at_all_end.3' /usr/bin/install -c -m 644 './MPI_File_read_at_all_begin.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_at_all_begin.3' /usr/bin/install -c -m 644 './MPI_File_read_at_all.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_at_all.3' /usr/bin/install -c -m 644 './MPI_File_read_at.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_at.3' /usr/bin/install -c -m 644 './MPI_File_read_all_end.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_all_end.3' /usr/bin/install -c -m 644 './MPI_File_read_all_begin.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_all_begin.3' /usr/bin/install -c -m 644 './MPI_File_read_all.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read_all.3' /usr/bin/install -c -m 644 './MPI_File_read.3' '/home/astromake/opt/gadget/man/man3/MPI_File_read.3' /usr/bin/install -c -m 644 './MPI_File_preallocate.3' '/home/astromake/opt/gadget/man/man3/MPI_File_preallocate.3' /usr/bin/install -c -m 644 './MPI_File_open.3' '/home/astromake/opt/gadget/man/man3/MPI_File_open.3' /usr/bin/install -c -m 644 './MPI_File_iwrite_shared.3' '/home/astromake/opt/gadget/man/man3/MPI_File_iwrite_shared.3' /usr/bin/install -c -m 644 './MPI_File_iwrite_at.3' '/home/astromake/opt/gadget/man/man3/MPI_File_iwrite_at.3' /usr/bin/install -c -m 644 './MPI_File_iwrite.3' '/home/astromake/opt/gadget/man/man3/MPI_File_iwrite.3' /usr/bin/install -c -m 644 './MPI_File_iread_shared.3' '/home/astromake/opt/gadget/man/man3/MPI_File_iread_shared.3' /usr/bin/install -c -m 644 './MPI_File_iread_at.3' '/home/astromake/opt/gadget/man/man3/MPI_File_iread_at.3' /usr/bin/install -c -m 644 './MPI_File_iread.3' '/home/astromake/opt/gadget/man/man3/MPI_File_iread.3' /usr/bin/install -c -m 644 './MPI_File_get_view.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_view.3' /usr/bin/install -c -m 644 './MPI_File_get_type_extent.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_type_extent.3' /usr/bin/install -c -m 644 './MPI_File_get_size.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_size.3' /usr/bin/install -c -m 644 './MPI_File_get_position_shared.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_position_shared.3' /usr/bin/install -c -m 644 './MPI_File_get_position.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_position.3' /usr/bin/install -c -m 644 './MPI_File_get_info.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_info.3' /usr/bin/install -c -m 644 './MPI_File_get_group.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_group.3' /usr/bin/install -c -m 644 './MPI_File_get_errhandler.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_errhandler.3' /usr/bin/install -c -m 644 './MPI_File_get_byte_offset.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_byte_offset.3' /usr/bin/install -c -m 644 './MPI_File_get_atomicity.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_atomicity.3' /usr/bin/install -c -m 644 './MPI_File_get_amode.3' '/home/astromake/opt/gadget/man/man3/MPI_File_get_amode.3' /usr/bin/install -c -m 644 './MPI_File_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_File_f2c.3' /usr/bin/install -c -m 644 './MPI_File_delete.3' '/home/astromake/opt/gadget/man/man3/MPI_File_delete.3' /usr/bin/install -c -m 644 './MPI_File_close.3' '/home/astromake/opt/gadget/man/man3/MPI_File_close.3' /usr/bin/install -c -m 644 './MPI_File_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_File_c2f.3' /usr/bin/install -c -m 644 './MPI_Exscan.3' '/home/astromake/opt/gadget/man/man3/MPI_Exscan.3' /usr/bin/install -c -m 644 './MPI_Error_string.3' '/home/astromake/opt/gadget/man/man3/MPI_Error_string.3' /usr/bin/install -c -m 644 './MPI_Error_class.3' '/home/astromake/opt/gadget/man/man3/MPI_Error_class.3' /usr/bin/install -c -m 644 './MPI_Errhandler_set.3' '/home/astromake/opt/gadget/man/man3/MPI_Errhandler_set.3' /usr/bin/install -c -m 644 './MPI_Errhandler_get.3' '/home/astromake/opt/gadget/man/man3/MPI_Errhandler_get.3' /usr/bin/install -c -m 644 './MPI_Errhandler_free.3' '/home/astromake/opt/gadget/man/man3/MPI_Errhandler_free.3' /usr/bin/install -c -m 644 './MPI_Errhandler_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_Errhandler_f2c.3' /usr/bin/install -c -m 644 './MPI_Errhandler_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Errhandler_create.3' /usr/bin/install -c -m 644 './MPI_Errhandler_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_Errhandler_c2f.3' /usr/bin/install -c -m 644 './MPI_DUP_FN.3' '/home/astromake/opt/gadget/man/man3/MPI_DUP_FN.3' /usr/bin/install -c -m 644 './MPI_Dims_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Dims_create.3' /usr/bin/install -c -m 644 './MPI_Comm_test_inter.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_test_inter.3' /usr/bin/install -c -m 644 './MPI_Comm_split.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_split.3' /usr/bin/install -c -m 644 './MPI_Comm_spawn_multiple.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_spawn_multiple.3' /usr/bin/install -c -m 644 './MPI_Comm_spawn.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_spawn.3' /usr/bin/install -c -m 644 './MPI_Comm_size.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_size.3' /usr/bin/install -c -m 644 './MPI_Comm_set_name.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_set_name.3' /usr/bin/install -c -m 644 './MPI_Comm_set_attr.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_set_attr.3' /usr/bin/install -c -m 644 './MPI_Comm_ser_errhandler.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_ser_errhandler.3' /usr/bin/install -c -m 644 './MPI_Comm_remote_size.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_remote_size.3' /usr/bin/install -c -m 644 './MPI_Comm_remote_group.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_remote_group.3' /usr/bin/install -c -m 644 './MPI_Comm_rank.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_rank.3' /usr/bin/install -c -m 644 './MPI_Comm_join.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_join.3' /usr/bin/install -c -m 644 './MPI_Comm_group.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_group.3' /usr/bin/install -c -m 644 './MPI_Comm_get_parent.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_get_parent.3' /usr/bin/install -c -m 644 './MPI_Comm_get_name.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_get_name.3' /usr/bin/install -c -m 644 './MPI_Comm_get_errhandler.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_get_errhandler.3' /usr/bin/install -c -m 644 './MPI_Comm_get_attr.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_get_attr.3' /usr/bin/install -c -m 644 './MPI_Comm_free_keyval.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_free_keyval.3' /usr/bin/install -c -m 644 './MPI_Comm_free.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_free.3' /usr/bin/install -c -m 644 './MPI_Comm_f2c.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_f2c.3' /usr/bin/install -c -m 644 './MPI_COMM_DUP_FN.3' '/home/astromake/opt/gadget/man/man3/MPI_COMM_DUP_FN.3' /usr/bin/install -c -m 644 './MPI_Comm_dup.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_dup.3' /usr/bin/install -c -m 644 './MPI_Comm_disconnect.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_disconnect.3' /usr/bin/install -c -m 644 './MPI_Comm_delete_attr.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_delete_attr.3' /usr/bin/install -c -m 644 './MPI_Comm_create_keyval.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_create_keyval.3' /usr/bin/install -c -m 644 './MPI_Comm_create_errhandler.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_create_errhandler.3' /usr/bin/install -c -m 644 './MPI_Comm_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_create.3' /usr/bin/install -c -m 644 './MPI_Comm_connect.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_connect.3' /usr/bin/install -c -m 644 './MPI_Comm_compare.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_compare.3' /usr/bin/install -c -m 644 './MPI_Comm_c2f.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_c2f.3' /usr/bin/install -c -m 644 './MPI_Comm_accept.3' '/home/astromake/opt/gadget/man/man3/MPI_Comm_accept.3' /usr/bin/install -c -m 644 './MPI_Close_port.3' '/home/astromake/opt/gadget/man/man3/MPI_Close_port.3' /usr/bin/install -c -m 644 './MPI_Cart_sub.3' '/home/astromake/opt/gadget/man/man3/MPI_Cart_sub.3' /usr/bin/install -c -m 644 './MPI_Cart_shift.3' '/home/astromake/opt/gadget/man/man3/MPI_Cart_shift.3' /usr/bin/install -c -m 644 './MPI_Cart_rank.3' '/home/astromake/opt/gadget/man/man3/MPI_Cart_rank.3' /usr/bin/install -c -m 644 './MPI_Cart_map.3' '/home/astromake/opt/gadget/man/man3/MPI_Cart_map.3' /usr/bin/install -c -m 644 './MPI_Cart_get.3' '/home/astromake/opt/gadget/man/man3/MPI_Cart_get.3' /usr/bin/install -c -m 644 './MPI_Cartdim_get.3' '/home/astromake/opt/gadget/man/man3/MPI_Cartdim_get.3' /usr/bin/install -c -m 644 './MPI_Cart_create.3' '/home/astromake/opt/gadget/man/man3/MPI_Cart_create.3' /usr/bin/install -c -m 644 './MPI_Cart_coords.3' '/home/astromake/opt/gadget/man/man3/MPI_Cart_coords.3' /usr/bin/install -c -m 644 './MPI_Cancel.3' '/home/astromake/opt/gadget/man/man3/MPI_Cancel.3' /usr/bin/install -c -m 644 './MPI_Buffer_detach.3' '/home/astromake/opt/gadget/man/man3/MPI_Buffer_detach.3' /usr/bin/install -c -m 644 './MPI_Buffer_attach.3' '/home/astromake/opt/gadget/man/man3/MPI_Buffer_attach.3' /usr/bin/install -c -m 644 './MPI_Bsend_init.3' '/home/astromake/opt/gadget/man/man3/MPI_Bsend_init.3' /usr/bin/install -c -m 644 './MPI_Bsend.3' '/home/astromake/opt/gadget/man/man3/MPI_Bsend.3' /usr/bin/install -c -m 644 './MPI_Bcast.3' '/home/astromake/opt/gadget/man/man3/MPI_Bcast.3' /usr/bin/install -c -m 644 './MPI_Barrier.3' '/home/astromake/opt/gadget/man/man3/MPI_Barrier.3' /usr/bin/install -c -m 644 './MPI_Attr_put.3' '/home/astromake/opt/gadget/man/man3/MPI_Attr_put.3' /usr/bin/install -c -m 644 './MPI_Attr_get.3' '/home/astromake/opt/gadget/man/man3/MPI_Attr_get.3' /usr/bin/install -c -m 644 './MPI_Attr_delete.3' '/home/astromake/opt/gadget/man/man3/MPI_Attr_delete.3' /usr/bin/install -c -m 644 './MPI_Alltoallw.3' '/home/astromake/opt/gadget/man/man3/MPI_Alltoallw.3' /usr/bin/install -c -m 644 './MPI_Alltoallv.3' '/home/astromake/opt/gadget/man/man3/MPI_Alltoallv.3' /usr/bin/install -c -m 644 './MPI_Alltoall.3' '/home/astromake/opt/gadget/man/man3/MPI_Alltoall.3' /usr/bin/install -c -m 644 './MPI_Allreduce.3' '/home/astromake/opt/gadget/man/man3/MPI_Allreduce.3' /usr/bin/install -c -m 644 './MPI_Alloc_mem.3' '/home/astromake/opt/gadget/man/man3/MPI_Alloc_mem.3' /usr/bin/install -c -m 644 './MPI_Allgatherv.3' '/home/astromake/opt/gadget/man/man3/MPI_Allgatherv.3' /usr/bin/install -c -m 644 './MPI_Allgather.3' '/home/astromake/opt/gadget/man/man3/MPI_Allgather.3' /usr/bin/install -c -m 644 './MPI_Address.3' '/home/astromake/opt/gadget/man/man3/MPI_Address.3' /usr/bin/install -c -m 644 './MPI_Accumulate.3' '/home/astromake/opt/gadget/man/man3/MPI_Accumulate.3' /usr/bin/install -c -m 644 './MPI_Abort.3' '/home/astromake/opt/gadget/man/man3/MPI_Abort.3' /usr/bin/install -c -m 644 './XMPI_Coloron.3' '/home/astromake/opt/gadget/man/man3/XMPI_Coloron.3' /usr/bin/install -c -m 644 './XMPI_Coloroff.3' '/home/astromake/opt/gadget/man/man3/XMPI_Coloroff.3' /usr/bin/install -c -m 644 './XMPI_Buoy.3' '/home/astromake/opt/gadget/man/man3/XMPI_Buoy.3' /usr/bin/install -c -m 644 './MPIO_Wait.3' '/home/astromake/opt/gadget/man/man3/MPIO_Wait.3' /usr/bin/install -c -m 644 './MPIO_Test.3' '/home/astromake/opt/gadget/man/man3/MPIO_Test.3' /usr/bin/install -c -m 644 './MPIO_Request_f2c.3' '/home/astromake/opt/gadget/man/man3/MPIO_Request_f2c.3' /usr/bin/install -c -m 644 './MPIO_Request_c2f.3' '/home/astromake/opt/gadget/man/man3/MPIO_Request_c2f.3' /usr/bin/install -c -m 644 './MPIL_Type_id.3' '/home/astromake/opt/gadget/man/man3/MPIL_Type_id.3' /usr/bin/install -c -m 644 './MPIL_Trace_on.3' '/home/astromake/opt/gadget/man/man3/MPIL_Trace_on.3' /usr/bin/install -c -m 644 './MPIL_Trace_off.3' '/home/astromake/opt/gadget/man/man3/MPIL_Trace_off.3' /usr/bin/install -c -m 644 './MPIL_Signal.3' '/home/astromake/opt/gadget/man/man3/MPIL_Signal.3' /usr/bin/install -c -m 644 './MPIL_Request_set_name.3' '/home/astromake/opt/gadget/man/man3/MPIL_Request_set_name.3' /usr/bin/install -c -m 644 './MPIL_Request_get_name.3' '/home/astromake/opt/gadget/man/man3/MPIL_Request_get_name.3' /usr/bin/install -c -m 644 './MPIL_Comm_id.3' '/home/astromake/opt/gadget/man/man3/MPIL_Comm_id.3' /usr/bin/install -c -m 644 './MPIL_Comm_gps.3' '/home/astromake/opt/gadget/man/man3/MPIL_Comm_gps.3' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man3' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man3' Making install in man5 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man5' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man5' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/man/man5" || mkdir -p -- "/home/astromake/opt/gadget/man/man5" /usr/bin/install -c -m 644 './appschema.5' '/home/astromake/opt/gadget/man/man5/appschema.5' /usr/bin/install -c -m 644 './bhost.5' '/home/astromake/opt/gadget/man/man5/bhost.5' /usr/bin/install -c -m 644 './conf.5' '/home/astromake/opt/gadget/man/man5/conf.5' /usr/bin/install -c -m 644 './CONSTANTS.5' '/home/astromake/opt/gadget/man/man5/CONSTANTS.5' /usr/bin/install -c -m 644 './lam-helpfile.5' '/home/astromake/opt/gadget/man/man5/lam-helpfile.5' /usr/bin/install -c -m 644 './procschema.5' '/home/astromake/opt/gadget/man/man5/procschema.5' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man5' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man5' Making install in man7 make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man7' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man7' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/man/man7" || mkdir -p -- "/home/astromake/opt/gadget/man/man7" /usr/bin/install -c -m 644 './lam.7' '/home/astromake/opt/gadget/man/man7/lam.7' /usr/bin/install -c -m 644 './lamssi.7' '/home/astromake/opt/gadget/man/man7/lamssi.7' /usr/bin/install -c -m 644 './lamssi_boot.7' '/home/astromake/opt/gadget/man/man7/lamssi_boot.7' /usr/bin/install -c -m 644 './lamssi_coll.7' '/home/astromake/opt/gadget/man/man7/lamssi_coll.7' /usr/bin/install -c -m 644 './lamssi_cr.7' '/home/astromake/opt/gadget/man/man7/lamssi_cr.7' /usr/bin/install -c -m 644 './lamssi_rpi.7' '/home/astromake/opt/gadget/man/man7/lamssi_rpi.7' /usr/bin/install -c -m 644 './libmpi.7' '/home/astromake/opt/gadget/man/man7/libmpi.7' /usr/bin/install -c -m 644 './mpi.7' '/home/astromake/opt/gadget/man/man7/mpi.7' /usr/bin/install -c -m 644 './LAM.7' '/home/astromake/opt/gadget/man/man7/LAM.7' /usr/bin/install -c -m 644 './MPI.7' '/home/astromake/opt/gadget/man/man7/MPI.7' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man7' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/man7' Making install in mans make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/mans' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/mans' make[3]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/man/mans" || mkdir -p -- "/home/astromake/opt/gadget/man/mans" /usr/bin/install -c -m 644 './mpi.share' '/home/astromake/opt/gadget/man/mans/mpi.share' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/mans' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man/mans' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/man' make[1]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1' Making all in romio make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1' make[2]: Nothing to be done for `all-done'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1' make[2]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1' Making install in romio make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1' make[4]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' make clean make[5]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' cleaning directory mpi-io cleaning directory adio/common cleaning directory adio/ad_ufs cleaning directory adio/ad_nfs cleaning directory mpi-io/fortran cleaning directory test make[6]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/test' rm -f .P* PI* *.o rm -f simple async coll_test coll_perf misc perf fcoll_test fperf fmisc psimple pfcoll_test test* job* file_info excl large_array large_file noncontig i_noncontig noncontig_coll atomicity split_coll shared_fp *.out noncontig_coll2 make[6]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio/test' make[5]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' Installing: /home/astromake/opt/gadget/share/lam/doc/ROMIO-COPYRIGHT Installing: /home/astromake/opt/gadget/share/lam/doc/ROMIO-README Installing: /home/astromake/opt/gadget/share/lam/doc/ROMIO-README_LAM Installing: /home/astromake/opt/gadget/share/lam/doc/romio-users-guide.ps.gz Installing: /home/astromake/opt/gadget/include/mpio.h Installing: /home/astromake/opt/gadget/include/mpiof.h Installing: /home/astromake/opt/gadget/lib/liblammpio.a Installing: /home/astromake/opt/gadget/man/man3/MPI_File_c2f.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_close.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_delete.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_f2c.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_amode.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_atomicity.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_byte_offset.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_group.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_info.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_position.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_position_shared.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_size.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_type_extent.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_get_view.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_iread.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_iread_at.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_iread_shared.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_iwrite.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_iwrite_at.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_iwrite_shared.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_open.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_preallocate.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_all.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_all_begin.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_all_end.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_at.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_at_all.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_at_all_begin.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_at_all_end.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_ordered.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_ordered_begin.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_ordered_end.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_read_shared.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_seek.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_seek_shared.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_set_atomicity.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_set_info.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_set_size.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_set_view.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_sync.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_all.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_all_begin.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_all_end.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_at.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_at_all.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_at_all_begin.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_at_all_end.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_ordered.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_ordered_begin.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_ordered_end.3 Installing: /home/astromake/opt/gadget/man/man3/MPI_File_write_shared.3 Installing: /home/astromake/opt/gadget/man/man3/MPIO_Request_c2f.3 Installing: /home/astromake/opt/gadget/man/man3/MPIO_Request_f2c.3 Installing: /home/astromake/opt/gadget/man/man3/MPIO_Test.3 Installing: /home/astromake/opt/gadget/man/man3/MPIO_Wait.3 ROMIO has been installed make[4]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1/romio' make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1' make install-exec-hook make[3]: Entering directory `/home/teuben/PITP/codes/lam-7.1.5b1' =========================================================================== Installation of LAM/MPI 7.1.5b1 is complete. Be sure to visit the LAM/MPI web page: http://www.lam-mpi.org/ The FAQ and LAM mailing list archives (both accessable from the web page) contain much information about getting started with LAM/MPI, as well as solutions to common problems. =========================================================================== make[3]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1' make[1]: Leaving directory `/home/teuben/PITP/codes/lam-7.1.5b1' ~/PITP/codes ~/PITP/codes/gsl-1.12 ~/PITP/codes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking whether make sets $(MAKE)... (cached) yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-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 ISO C89... none needed checking how to run the C preprocessor... gcc -E checking for a BSD-compatible install... /usr/bin/install -c checking whether ln -s works... yes checking for a sed that does not truncate output... ./configure: line 3862: echo: write error: Broken pipe /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking the maximum length of command line arguments... 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for ar... ar checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) 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... yes checking for size_t... yes checking for working volatile... yes checking for inline... inline checking whether char is unsigned... no checking for GNU-style extern inline... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking for vprintf... yes checking for _doprnt... no checking for memcpy... yes checking for memmove... yes checking for strdup... yes checking for strtol... yes checking for strtoul... yes checking for EXIT_SUCCESS and EXIT_FAILURE... yes checking for cos in -lm... yes checking whether feenableexcept is declared... yes checking whether fesettrapenable is declared... no checking whether hypot is declared... yes checking whether expm1 is declared... yes checking whether acosh is declared... yes checking whether asinh is declared... yes checking whether atanh is declared... yes checking whether ldexp is declared... yes checking whether frexp is declared... yes checking whether isinf is declared... yes checking whether isfinite is declared... no checking whether finite is declared... yes checking whether isnan is declared... yes checking whether log1p is declared... yes checking for long double stdio... yes checking for extended floating point registers... yes checking for IEEE arithmetic interface type... gnux86 checking for FPU_SETCW... yes checking for SSE extensions... yes checking for IEEE compiler flags... none checking for IEEE comparisons... yes checking for IEEE denormalized values... yes configure: creating ./config.status config.status: creating gsl-config config.status: creating gsl.pc config.status: creating gsl_version.h config.status: creating gsl.spec config.status: creating gsl/Makefile config.status: creating test/Makefile config.status: creating err/Makefile config.status: creating sys/Makefile config.status: creating utils/Makefile config.status: creating const/Makefile config.status: creating min/Makefile config.status: creating multimin/Makefile config.status: creating ieee-utils/Makefile config.status: creating fft/Makefile config.status: creating specfunc/Makefile config.status: creating dht/Makefile config.status: creating fit/Makefile config.status: creating multifit/Makefile config.status: creating bspline/Makefile config.status: creating statistics/Makefile config.status: creating sum/Makefile config.status: creating roots/Makefile config.status: creating multiroots/Makefile config.status: creating ntuple/Makefile config.status: creating poly/Makefile config.status: creating qrng/Makefile config.status: creating rng/Makefile config.status: creating randist/Makefile config.status: creating siman/Makefile config.status: creating integration/Makefile config.status: creating interpolation/Makefile config.status: creating doc/Makefile config.status: creating block/Makefile config.status: creating vector/Makefile config.status: creating matrix/Makefile config.status: creating histogram/Makefile config.status: creating monte/Makefile config.status: creating ode-initval/Makefile config.status: creating cblas/Makefile config.status: creating blas/Makefile config.status: creating linalg/Makefile config.status: creating eigen/Makefile config.status: creating permutation/Makefile config.status: creating combination/Makefile config.status: creating sort/Makefile config.status: creating complex/Makefile config.status: creating diff/Makefile config.status: creating deriv/Makefile config.status: creating cheb/Makefile config.status: creating cdf/Makefile config.status: creating wavelet/Makefile config.status: creating Makefile config.status: creating config.h config.status: config.h is unchanged config.status: executing libtool commands make all-recursive make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12' Making all in gsl make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/gsl' rm -f gsl*.h HEADERLIST="../gsl*.h ../*/gsl*.h"; \ for h in $HEADERLIST; do \ BASENAME=`basename $h`; \ test -r $BASENAME || ln -s $h $BASENAME; \ done make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/gsl' Making all in utils make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/utils' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/utils' Making all in sys make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/sys' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/sys' Making all in test make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/test' Making all in err make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/err' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/err' Making all in const make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/const' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/const' Making all in complex make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/complex' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/complex' Making all in cheb make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/cheb' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/cheb' Making all in block make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/block' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/block' Making all in vector make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/vector' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/vector' Making all in matrix make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/matrix' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/matrix' Making all in permutation make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/permutation' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/permutation' Making all in combination make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/combination' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/combination' Making all in sort make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/sort' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/sort' Making all in ieee-utils make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/ieee-utils' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/ieee-utils' Making all in cblas make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/cblas' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/cblas' Making all in blas make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/blas' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/blas' Making all in linalg make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/linalg' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/linalg' Making all in eigen make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/eigen' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/eigen' Making all in specfunc make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/specfunc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/specfunc' Making all in dht make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/dht' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/dht' Making all in qrng make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/qrng' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/qrng' Making all in rng make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/rng' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/rng' Making all in randist make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/randist' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/randist' Making all in fft make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/fft' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/fft' Making all in poly make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/poly' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/poly' Making all in fit make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/fit' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/fit' Making all in multifit make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/multifit' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/multifit' Making all in statistics make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/statistics' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/statistics' Making all in siman make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/siman' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/siman' Making all in sum make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/sum' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/sum' Making all in integration make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/integration' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/integration' Making all in interpolation make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/interpolation' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/interpolation' Making all in histogram make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/histogram' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/histogram' Making all in ode-initval make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/ode-initval' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/ode-initval' Making all in roots make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/roots' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/roots' Making all in multiroots make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/multiroots' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/multiroots' Making all in min make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/min' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/min' Making all in multimin make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/multimin' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/multimin' Making all in monte make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/monte' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/monte' Making all in ntuple make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/ntuple' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/ntuple' Making all in diff make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/diff' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/diff' Making all in deriv make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/deriv' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/deriv' Making all in cdf make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/cdf' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/cdf' Making all in wavelet make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/wavelet' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/wavelet' Making all in bspline make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/bspline' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/bspline' Making all in doc make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/doc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/doc' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12' Making install in gsl make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/gsl' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/gsl' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/gsl' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/gsl' Making install in utils make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/utils' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/utils' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/utils' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/utils' Making install in sys make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/sys' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/sys' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_sys.h' '/home/astromake/opt/gadget/include/gsl/gsl_sys.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/sys' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/sys' Making install in test make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/test' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/test' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_test.h' '/home/astromake/opt/gadget/include/gsl/gsl_test.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/test' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/test' Making install in err make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/err' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/err' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_errno.h' '/home/astromake/opt/gadget/include/gsl/gsl_errno.h' /usr/bin/install -c -m 644 'gsl_message.h' '/home/astromake/opt/gadget/include/gsl/gsl_message.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/err' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/err' Making install in const make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/const' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/const' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_const.h' '/home/astromake/opt/gadget/include/gsl/gsl_const.h' /usr/bin/install -c -m 644 'gsl_const_cgs.h' '/home/astromake/opt/gadget/include/gsl/gsl_const_cgs.h' /usr/bin/install -c -m 644 'gsl_const_mks.h' '/home/astromake/opt/gadget/include/gsl/gsl_const_mks.h' /usr/bin/install -c -m 644 'gsl_const_cgsm.h' '/home/astromake/opt/gadget/include/gsl/gsl_const_cgsm.h' /usr/bin/install -c -m 644 'gsl_const_mksa.h' '/home/astromake/opt/gadget/include/gsl/gsl_const_mksa.h' /usr/bin/install -c -m 644 'gsl_const_num.h' '/home/astromake/opt/gadget/include/gsl/gsl_const_num.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/const' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/const' Making install in complex make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/complex' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/complex' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_complex.h' '/home/astromake/opt/gadget/include/gsl/gsl_complex.h' /usr/bin/install -c -m 644 'gsl_complex_math.h' '/home/astromake/opt/gadget/include/gsl/gsl_complex_math.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/complex' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/complex' Making install in cheb make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/cheb' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/cheb' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_chebyshev.h' '/home/astromake/opt/gadget/include/gsl/gsl_chebyshev.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/cheb' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/cheb' Making install in block make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/block' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/block' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_block.h' '/home/astromake/opt/gadget/include/gsl/gsl_block.h' /usr/bin/install -c -m 644 'gsl_block_char.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_char.h' /usr/bin/install -c -m 644 'gsl_block_complex_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_complex_double.h' /usr/bin/install -c -m 644 'gsl_block_complex_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_complex_float.h' /usr/bin/install -c -m 644 'gsl_block_complex_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_complex_long_double.h' /usr/bin/install -c -m 644 'gsl_block_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_double.h' /usr/bin/install -c -m 644 'gsl_block_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_float.h' /usr/bin/install -c -m 644 'gsl_block_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_int.h' /usr/bin/install -c -m 644 'gsl_block_long.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_long.h' /usr/bin/install -c -m 644 'gsl_block_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_long_double.h' /usr/bin/install -c -m 644 'gsl_block_short.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_short.h' /usr/bin/install -c -m 644 'gsl_block_uchar.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_uchar.h' /usr/bin/install -c -m 644 'gsl_block_uint.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_uint.h' /usr/bin/install -c -m 644 'gsl_block_ulong.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_ulong.h' /usr/bin/install -c -m 644 'gsl_block_ushort.h' '/home/astromake/opt/gadget/include/gsl/gsl_block_ushort.h' /usr/bin/install -c -m 644 'gsl_check_range.h' '/home/astromake/opt/gadget/include/gsl/gsl_check_range.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/block' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/block' Making install in vector make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/vector' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/vector' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_vector.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector.h' /usr/bin/install -c -m 644 'gsl_vector_char.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_char.h' /usr/bin/install -c -m 644 'gsl_vector_complex.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_complex.h' /usr/bin/install -c -m 644 'gsl_vector_complex_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_complex_double.h' /usr/bin/install -c -m 644 'gsl_vector_complex_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_complex_float.h' /usr/bin/install -c -m 644 'gsl_vector_complex_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_complex_long_double.h' /usr/bin/install -c -m 644 'gsl_vector_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_double.h' /usr/bin/install -c -m 644 'gsl_vector_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_float.h' /usr/bin/install -c -m 644 'gsl_vector_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_int.h' /usr/bin/install -c -m 644 'gsl_vector_long.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_long.h' /usr/bin/install -c -m 644 'gsl_vector_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_long_double.h' /usr/bin/install -c -m 644 'gsl_vector_short.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_short.h' /usr/bin/install -c -m 644 'gsl_vector_uchar.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_uchar.h' /usr/bin/install -c -m 644 'gsl_vector_uint.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_uint.h' /usr/bin/install -c -m 644 'gsl_vector_ulong.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_ulong.h' /usr/bin/install -c -m 644 'gsl_vector_ushort.h' '/home/astromake/opt/gadget/include/gsl/gsl_vector_ushort.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/vector' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/vector' Making install in matrix make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/matrix' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/matrix' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_matrix.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix.h' /usr/bin/install -c -m 644 'gsl_matrix_char.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_char.h' /usr/bin/install -c -m 644 'gsl_matrix_complex_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_complex_double.h' /usr/bin/install -c -m 644 'gsl_matrix_complex_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_complex_float.h' /usr/bin/install -c -m 644 'gsl_matrix_complex_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_complex_long_double.h' /usr/bin/install -c -m 644 'gsl_matrix_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_double.h' /usr/bin/install -c -m 644 'gsl_matrix_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_float.h' /usr/bin/install -c -m 644 'gsl_matrix_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_int.h' /usr/bin/install -c -m 644 'gsl_matrix_long.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_long.h' /usr/bin/install -c -m 644 'gsl_matrix_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_long_double.h' /usr/bin/install -c -m 644 'gsl_matrix_short.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_short.h' /usr/bin/install -c -m 644 'gsl_matrix_uchar.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_uchar.h' /usr/bin/install -c -m 644 'gsl_matrix_uint.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_uint.h' /usr/bin/install -c -m 644 'gsl_matrix_ulong.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_ulong.h' /usr/bin/install -c -m 644 'gsl_matrix_ushort.h' '/home/astromake/opt/gadget/include/gsl/gsl_matrix_ushort.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/matrix' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/matrix' Making install in permutation make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/permutation' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/permutation' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_permutation.h' '/home/astromake/opt/gadget/include/gsl/gsl_permutation.h' /usr/bin/install -c -m 644 'gsl_permute.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute.h' /usr/bin/install -c -m 644 'gsl_permute_char.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_char.h' /usr/bin/install -c -m 644 'gsl_permute_complex_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_complex_double.h' /usr/bin/install -c -m 644 'gsl_permute_complex_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_complex_float.h' /usr/bin/install -c -m 644 'gsl_permute_complex_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_complex_long_double.h' /usr/bin/install -c -m 644 'gsl_permute_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_double.h' /usr/bin/install -c -m 644 'gsl_permute_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_float.h' /usr/bin/install -c -m 644 'gsl_permute_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_int.h' /usr/bin/install -c -m 644 'gsl_permute_long.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_long.h' /usr/bin/install -c -m 644 'gsl_permute_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_long_double.h' /usr/bin/install -c -m 644 'gsl_permute_short.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_short.h' /usr/bin/install -c -m 644 'gsl_permute_uchar.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_uchar.h' /usr/bin/install -c -m 644 'gsl_permute_uint.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_uint.h' /usr/bin/install -c -m 644 'gsl_permute_ulong.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_ulong.h' /usr/bin/install -c -m 644 'gsl_permute_ushort.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_ushort.h' /usr/bin/install -c -m 644 'gsl_permute_vector.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector.h' /usr/bin/install -c -m 644 'gsl_permute_vector_char.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_char.h' /usr/bin/install -c -m 644 'gsl_permute_vector_complex_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_complex_double.h' /usr/bin/install -c -m 644 'gsl_permute_vector_complex_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_complex_float.h' /usr/bin/install -c -m 644 'gsl_permute_vector_complex_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_complex_long_double.h' /usr/bin/install -c -m 644 'gsl_permute_vector_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_double.h' /usr/bin/install -c -m 644 'gsl_permute_vector_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_float.h' /usr/bin/install -c -m 644 'gsl_permute_vector_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_int.h' /usr/bin/install -c -m 644 'gsl_permute_vector_long.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_long.h' /usr/bin/install -c -m 644 'gsl_permute_vector_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_long_double.h' /usr/bin/install -c -m 644 'gsl_permute_vector_short.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_short.h' /usr/bin/install -c -m 644 'gsl_permute_vector_uchar.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_uchar.h' /usr/bin/install -c -m 644 'gsl_permute_vector_uint.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_uint.h' /usr/bin/install -c -m 644 'gsl_permute_vector_ulong.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_ulong.h' /usr/bin/install -c -m 644 'gsl_permute_vector_ushort.h' '/home/astromake/opt/gadget/include/gsl/gsl_permute_vector_ushort.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/permutation' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/permutation' Making install in combination make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/combination' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/combination' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_combination.h' '/home/astromake/opt/gadget/include/gsl/gsl_combination.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/combination' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/combination' Making install in sort make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/sort' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/sort' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_heapsort.h' '/home/astromake/opt/gadget/include/gsl/gsl_heapsort.h' /usr/bin/install -c -m 644 'gsl_sort.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort.h' /usr/bin/install -c -m 644 'gsl_sort_char.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_char.h' /usr/bin/install -c -m 644 'gsl_sort_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_double.h' /usr/bin/install -c -m 644 'gsl_sort_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_float.h' /usr/bin/install -c -m 644 'gsl_sort_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_int.h' /usr/bin/install -c -m 644 'gsl_sort_long.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_long.h' /usr/bin/install -c -m 644 'gsl_sort_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_long_double.h' /usr/bin/install -c -m 644 'gsl_sort_short.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_short.h' /usr/bin/install -c -m 644 'gsl_sort_uchar.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_uchar.h' /usr/bin/install -c -m 644 'gsl_sort_uint.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_uint.h' /usr/bin/install -c -m 644 'gsl_sort_ulong.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_ulong.h' /usr/bin/install -c -m 644 'gsl_sort_ushort.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_ushort.h' /usr/bin/install -c -m 644 'gsl_sort_vector.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector.h' /usr/bin/install -c -m 644 'gsl_sort_vector_char.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_char.h' /usr/bin/install -c -m 644 'gsl_sort_vector_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_double.h' /usr/bin/install -c -m 644 'gsl_sort_vector_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_float.h' /usr/bin/install -c -m 644 'gsl_sort_vector_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_int.h' /usr/bin/install -c -m 644 'gsl_sort_vector_long.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_long.h' /usr/bin/install -c -m 644 'gsl_sort_vector_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_long_double.h' /usr/bin/install -c -m 644 'gsl_sort_vector_short.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_short.h' /usr/bin/install -c -m 644 'gsl_sort_vector_uchar.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_uchar.h' /usr/bin/install -c -m 644 'gsl_sort_vector_uint.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_uint.h' /usr/bin/install -c -m 644 'gsl_sort_vector_ulong.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_ulong.h' /usr/bin/install -c -m 644 'gsl_sort_vector_ushort.h' '/home/astromake/opt/gadget/include/gsl/gsl_sort_vector_ushort.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/sort' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/sort' Making install in ieee-utils make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/ieee-utils' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/ieee-utils' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_ieee_utils.h' '/home/astromake/opt/gadget/include/gsl/gsl_ieee_utils.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/ieee-utils' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/ieee-utils' Making install in cblas make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/cblas' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/cblas' test -z "/home/astromake/opt/gadget/lib" || /bin/mkdir -p "/home/astromake/opt/gadget/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libgslcblas.la' '/home/astromake/opt/gadget/lib/libgslcblas.la' libtool: install: /usr/bin/install -c .libs/libgslcblas.so.0.0.0 /home/astromake/opt/gadget/lib/libgslcblas.so.0.0.0 libtool: install: (cd /home/astromake/opt/gadget/lib && { ln -s -f libgslcblas.so.0.0.0 libgslcblas.so.0 || { rm -f libgslcblas.so.0 && ln -s libgslcblas.so.0.0.0 libgslcblas.so.0; }; }) libtool: install: (cd /home/astromake/opt/gadget/lib && { ln -s -f libgslcblas.so.0.0.0 libgslcblas.so || { rm -f libgslcblas.so && ln -s libgslcblas.so.0.0.0 libgslcblas.so; }; }) libtool: install: /usr/bin/install -c .libs/libgslcblas.lai /home/astromake/opt/gadget/lib/libgslcblas.la libtool: install: /usr/bin/install -c .libs/libgslcblas.a /home/astromake/opt/gadget/lib/libgslcblas.a libtool: install: chmod 644 /home/astromake/opt/gadget/lib/libgslcblas.a libtool: install: ranlib /home/astromake/opt/gadget/lib/libgslcblas.a libtool: finish: PATH="/home/astromake/opt/gadget/bin:/home/astromake/opt/gcc/4.3.2/bin:/home/astromake/opt/gadget/bin:.:/home/astromake/bin:/home/teuben/bin:.:/home/astromake/bin:/home/teuben/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/sbin:/sbin:/etc/ppp:/home/adabas/bin:/home/adabas/pgm:/usr/sbin:/sbin:/etc/ppp:/home/adabas/bin:/home/adabas/pgm:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_cblas.h' '/home/astromake/opt/gadget/include/gsl/gsl_cblas.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/cblas' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/cblas' Making install in blas make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/blas' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/blas' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_blas.h' '/home/astromake/opt/gadget/include/gsl/gsl_blas.h' /usr/bin/install -c -m 644 'gsl_blas_types.h' '/home/astromake/opt/gadget/include/gsl/gsl_blas_types.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/blas' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/blas' Making install in linalg make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/linalg' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/linalg' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_linalg.h' '/home/astromake/opt/gadget/include/gsl/gsl_linalg.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/linalg' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/linalg' Making install in eigen make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/eigen' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/eigen' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_eigen.h' '/home/astromake/opt/gadget/include/gsl/gsl_eigen.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/eigen' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/eigen' Making install in specfunc make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/specfunc' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/specfunc' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_sf.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf.h' /usr/bin/install -c -m 644 'gsl_sf_airy.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_airy.h' /usr/bin/install -c -m 644 'gsl_sf_bessel.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_bessel.h' /usr/bin/install -c -m 644 'gsl_sf_clausen.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_clausen.h' /usr/bin/install -c -m 644 'gsl_sf_coulomb.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_coulomb.h' /usr/bin/install -c -m 644 'gsl_sf_coupling.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_coupling.h' /usr/bin/install -c -m 644 'gsl_sf_dawson.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_dawson.h' /usr/bin/install -c -m 644 'gsl_sf_debye.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_debye.h' /usr/bin/install -c -m 644 'gsl_sf_dilog.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_dilog.h' /usr/bin/install -c -m 644 'gsl_sf_elementary.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_elementary.h' /usr/bin/install -c -m 644 'gsl_sf_ellint.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_ellint.h' /usr/bin/install -c -m 644 'gsl_sf_elljac.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_elljac.h' /usr/bin/install -c -m 644 'gsl_sf_erf.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_erf.h' /usr/bin/install -c -m 644 'gsl_sf_exp.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_exp.h' /usr/bin/install -c -m 644 'gsl_sf_expint.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_expint.h' /usr/bin/install -c -m 644 'gsl_sf_fermi_dirac.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_fermi_dirac.h' /usr/bin/install -c -m 644 'gsl_sf_gamma.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_gamma.h' /usr/bin/install -c -m 644 'gsl_sf_gegenbauer.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_gegenbauer.h' /usr/bin/install -c -m 644 'gsl_sf_hyperg.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_hyperg.h' /usr/bin/install -c -m 644 'gsl_sf_laguerre.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_laguerre.h' /usr/bin/install -c -m 644 'gsl_sf_lambert.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_lambert.h' /usr/bin/install -c -m 644 'gsl_sf_legendre.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_legendre.h' /usr/bin/install -c -m 644 'gsl_sf_log.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_log.h' /usr/bin/install -c -m 644 'gsl_sf_mathieu.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_mathieu.h' /usr/bin/install -c -m 644 'gsl_sf_pow_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_pow_int.h' /usr/bin/install -c -m 644 'gsl_sf_psi.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_psi.h' /usr/bin/install -c -m 644 'gsl_sf_result.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_result.h' /usr/bin/install -c -m 644 'gsl_sf_synchrotron.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_synchrotron.h' /usr/bin/install -c -m 644 'gsl_sf_transport.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_transport.h' /usr/bin/install -c -m 644 'gsl_sf_trig.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_trig.h' /usr/bin/install -c -m 644 'gsl_sf_zeta.h' '/home/astromake/opt/gadget/include/gsl/gsl_sf_zeta.h' /usr/bin/install -c -m 644 'gsl_specfunc.h' '/home/astromake/opt/gadget/include/gsl/gsl_specfunc.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/specfunc' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/specfunc' Making install in dht make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/dht' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/dht' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_dht.h' '/home/astromake/opt/gadget/include/gsl/gsl_dht.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/dht' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/dht' Making install in qrng make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/qrng' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/qrng' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_qrng.h' '/home/astromake/opt/gadget/include/gsl/gsl_qrng.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/qrng' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/qrng' Making install in rng make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/rng' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/rng' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_rng.h' '/home/astromake/opt/gadget/include/gsl/gsl_rng.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/rng' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/rng' Making install in randist make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/randist' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/randist' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_randist.h' '/home/astromake/opt/gadget/include/gsl/gsl_randist.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/randist' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/randist' Making install in fft make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/fft' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/fft' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_fft.h' '/home/astromake/opt/gadget/include/gsl/gsl_fft.h' /usr/bin/install -c -m 644 'gsl_fft_complex.h' '/home/astromake/opt/gadget/include/gsl/gsl_fft_complex.h' /usr/bin/install -c -m 644 'gsl_fft_halfcomplex.h' '/home/astromake/opt/gadget/include/gsl/gsl_fft_halfcomplex.h' /usr/bin/install -c -m 644 'gsl_fft_real.h' '/home/astromake/opt/gadget/include/gsl/gsl_fft_real.h' /usr/bin/install -c -m 644 'gsl_dft_complex.h' '/home/astromake/opt/gadget/include/gsl/gsl_dft_complex.h' /usr/bin/install -c -m 644 'gsl_dft_complex_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_dft_complex_float.h' /usr/bin/install -c -m 644 'gsl_fft_complex_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_fft_complex_float.h' /usr/bin/install -c -m 644 'gsl_fft_halfcomplex_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_fft_halfcomplex_float.h' /usr/bin/install -c -m 644 'gsl_fft_real_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_fft_real_float.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/fft' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/fft' Making install in poly make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/poly' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/poly' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_poly.h' '/home/astromake/opt/gadget/include/gsl/gsl_poly.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/poly' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/poly' Making install in fit make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/fit' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/fit' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_fit.h' '/home/astromake/opt/gadget/include/gsl/gsl_fit.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/fit' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/fit' Making install in multifit make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/multifit' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/multifit' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_multifit.h' '/home/astromake/opt/gadget/include/gsl/gsl_multifit.h' /usr/bin/install -c -m 644 'gsl_multifit_nlin.h' '/home/astromake/opt/gadget/include/gsl/gsl_multifit_nlin.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/multifit' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/multifit' Making install in statistics make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/statistics' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/statistics' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_statistics.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics.h' /usr/bin/install -c -m 644 'gsl_statistics_char.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_char.h' /usr/bin/install -c -m 644 'gsl_statistics_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_double.h' /usr/bin/install -c -m 644 'gsl_statistics_float.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_float.h' /usr/bin/install -c -m 644 'gsl_statistics_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_int.h' /usr/bin/install -c -m 644 'gsl_statistics_long.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_long.h' /usr/bin/install -c -m 644 'gsl_statistics_long_double.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_long_double.h' /usr/bin/install -c -m 644 'gsl_statistics_short.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_short.h' /usr/bin/install -c -m 644 'gsl_statistics_uchar.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_uchar.h' /usr/bin/install -c -m 644 'gsl_statistics_uint.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_uint.h' /usr/bin/install -c -m 644 'gsl_statistics_ulong.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_ulong.h' /usr/bin/install -c -m 644 'gsl_statistics_ushort.h' '/home/astromake/opt/gadget/include/gsl/gsl_statistics_ushort.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/statistics' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/statistics' Making install in siman make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/siman' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/siman' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_siman.h' '/home/astromake/opt/gadget/include/gsl/gsl_siman.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/siman' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/siman' Making install in sum make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/sum' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/sum' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_sum.h' '/home/astromake/opt/gadget/include/gsl/gsl_sum.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/sum' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/sum' Making install in integration make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/integration' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/integration' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_integration.h' '/home/astromake/opt/gadget/include/gsl/gsl_integration.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/integration' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/integration' Making install in interpolation make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/interpolation' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/interpolation' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_interp.h' '/home/astromake/opt/gadget/include/gsl/gsl_interp.h' /usr/bin/install -c -m 644 'gsl_spline.h' '/home/astromake/opt/gadget/include/gsl/gsl_spline.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/interpolation' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/interpolation' Making install in histogram make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/histogram' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/histogram' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_histogram.h' '/home/astromake/opt/gadget/include/gsl/gsl_histogram.h' /usr/bin/install -c -m 644 'gsl_histogram2d.h' '/home/astromake/opt/gadget/include/gsl/gsl_histogram2d.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/histogram' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/histogram' Making install in ode-initval make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/ode-initval' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/ode-initval' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_odeiv.h' '/home/astromake/opt/gadget/include/gsl/gsl_odeiv.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/ode-initval' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/ode-initval' Making install in roots make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/roots' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/roots' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_roots.h' '/home/astromake/opt/gadget/include/gsl/gsl_roots.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/roots' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/roots' Making install in multiroots make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/multiroots' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/multiroots' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_multiroots.h' '/home/astromake/opt/gadget/include/gsl/gsl_multiroots.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/multiroots' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/multiroots' Making install in min make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/min' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/min' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_min.h' '/home/astromake/opt/gadget/include/gsl/gsl_min.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/min' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/min' Making install in multimin make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/multimin' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/multimin' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_multimin.h' '/home/astromake/opt/gadget/include/gsl/gsl_multimin.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/multimin' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/multimin' Making install in monte make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/monte' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/monte' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_monte.h' '/home/astromake/opt/gadget/include/gsl/gsl_monte.h' /usr/bin/install -c -m 644 'gsl_monte_vegas.h' '/home/astromake/opt/gadget/include/gsl/gsl_monte_vegas.h' /usr/bin/install -c -m 644 'gsl_monte_miser.h' '/home/astromake/opt/gadget/include/gsl/gsl_monte_miser.h' /usr/bin/install -c -m 644 'gsl_monte_plain.h' '/home/astromake/opt/gadget/include/gsl/gsl_monte_plain.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/monte' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/monte' Making install in ntuple make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/ntuple' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/ntuple' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_ntuple.h' '/home/astromake/opt/gadget/include/gsl/gsl_ntuple.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/ntuple' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/ntuple' Making install in diff make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/diff' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/diff' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_diff.h' '/home/astromake/opt/gadget/include/gsl/gsl_diff.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/diff' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/diff' Making install in deriv make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/deriv' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/deriv' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_deriv.h' '/home/astromake/opt/gadget/include/gsl/gsl_deriv.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/deriv' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/deriv' Making install in cdf make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/cdf' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/cdf' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_cdf.h' '/home/astromake/opt/gadget/include/gsl/gsl_cdf.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/cdf' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/cdf' Making install in wavelet make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/wavelet' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/wavelet' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_wavelet.h' '/home/astromake/opt/gadget/include/gsl/gsl_wavelet.h' /usr/bin/install -c -m 644 'gsl_wavelet2d.h' '/home/astromake/opt/gadget/include/gsl/gsl_wavelet2d.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/wavelet' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/wavelet' Making install in bspline make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/bspline' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/bspline' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_bspline.h' '/home/astromake/opt/gadget/include/gsl/gsl_bspline.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/bspline' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/bspline' Making install in doc make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/doc' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12/doc' make[2]: Nothing to be done for `install-exec-am'. test -z "/home/astromake/opt/gadget/share/info" || /bin/mkdir -p "/home/astromake/opt/gadget/share/info" /usr/bin/install -c -m 644 './gsl-ref.info' '/home/astromake/opt/gadget/share/info/gsl-ref.info' /usr/bin/install -c -m 644 './gsl-ref.info-1' '/home/astromake/opt/gadget/share/info/gsl-ref.info-1' /usr/bin/install -c -m 644 './gsl-ref.info-2' '/home/astromake/opt/gadget/share/info/gsl-ref.info-2' /usr/bin/install -c -m 644 './gsl-ref.info-3' '/home/astromake/opt/gadget/share/info/gsl-ref.info-3' /usr/bin/install -c -m 644 './gsl-ref.info-4' '/home/astromake/opt/gadget/share/info/gsl-ref.info-4' /usr/bin/install -c -m 644 './gsl-ref.info-5' '/home/astromake/opt/gadget/share/info/gsl-ref.info-5' /usr/bin/install -c -m 644 './gsl-ref.info-6' '/home/astromake/opt/gadget/share/info/gsl-ref.info-6' install-info --info-dir='/home/astromake/opt/gadget/share/info' '/home/astromake/opt/gadget/share/info/gsl-ref.info' test -z "/home/astromake/opt/gadget/share/man/man1" || /bin/mkdir -p "/home/astromake/opt/gadget/share/man/man1" /usr/bin/install -c -m 644 './gsl-config.1' '/home/astromake/opt/gadget/share/man/man1/gsl-config.1' /usr/bin/install -c -m 644 './gsl-randist.1' '/home/astromake/opt/gadget/share/man/man1/gsl-randist.1' /usr/bin/install -c -m 644 './gsl-histogram.1' '/home/astromake/opt/gadget/share/man/man1/gsl-histogram.1' test -z "/home/astromake/opt/gadget/share/man/man3" || /bin/mkdir -p "/home/astromake/opt/gadget/share/man/man3" /usr/bin/install -c -m 644 './gsl.3' '/home/astromake/opt/gadget/share/man/man3/gsl.3' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/doc' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12/doc' make[1]: Entering directory `/home/teuben/PITP/codes/gsl-1.12' make[2]: Entering directory `/home/teuben/PITP/codes/gsl-1.12' test -z "/home/astromake/opt/gadget/lib" || /bin/mkdir -p "/home/astromake/opt/gadget/lib" /bin/sh ./libtool --mode=install /usr/bin/install -c 'libgsl.la' '/home/astromake/opt/gadget/lib/libgsl.la' libtool: install: /usr/bin/install -c .libs/libgsl.so.0.13.0 /home/astromake/opt/gadget/lib/libgsl.so.0.13.0 libtool: install: (cd /home/astromake/opt/gadget/lib && { ln -s -f libgsl.so.0.13.0 libgsl.so.0 || { rm -f libgsl.so.0 && ln -s libgsl.so.0.13.0 libgsl.so.0; }; }) libtool: install: (cd /home/astromake/opt/gadget/lib && { ln -s -f libgsl.so.0.13.0 libgsl.so || { rm -f libgsl.so && ln -s libgsl.so.0.13.0 libgsl.so; }; }) libtool: install: /usr/bin/install -c .libs/libgsl.lai /home/astromake/opt/gadget/lib/libgsl.la libtool: install: /usr/bin/install -c .libs/libgsl.a /home/astromake/opt/gadget/lib/libgsl.a libtool: install: chmod 644 /home/astromake/opt/gadget/lib/libgsl.a libtool: install: ranlib /home/astromake/opt/gadget/lib/libgsl.a libtool: finish: PATH="/home/astromake/opt/gadget/bin:/home/astromake/opt/gcc/4.3.2/bin:/home/astromake/opt/gadget/bin:.:/home/astromake/bin:/home/teuben/bin:.:/home/astromake/bin:/home/teuben/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/sbin:/sbin:/etc/ppp:/home/adabas/bin:/home/adabas/pgm:/usr/sbin:/sbin:/etc/ppp:/home/adabas/bin:/home/adabas/pgm:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ./libtool --mode=install /usr/bin/install -c 'gsl-randist' '/home/astromake/opt/gadget/bin/gsl-randist' libtool: install: /usr/bin/install -c .libs/gsl-randist /home/astromake/opt/gadget/bin/gsl-randist /bin/sh ./libtool --mode=install /usr/bin/install -c 'gsl-histogram' '/home/astromake/opt/gadget/bin/gsl-histogram' libtool: install: /usr/bin/install -c .libs/gsl-histogram /home/astromake/opt/gadget/bin/gsl-histogram test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /usr/bin/install -c 'gsl-config' '/home/astromake/opt/gadget/bin/gsl-config' test -z "/home/astromake/opt/gadget/share/aclocal" || /bin/mkdir -p "/home/astromake/opt/gadget/share/aclocal" /usr/bin/install -c -m 644 'gsl.m4' '/home/astromake/opt/gadget/share/aclocal/gsl.m4' test -z "/home/astromake/opt/gadget/lib/pkgconfig" || /bin/mkdir -p "/home/astromake/opt/gadget/lib/pkgconfig" /usr/bin/install -c -m 644 'gsl.pc' '/home/astromake/opt/gadget/lib/pkgconfig/gsl.pc' test -z "/home/astromake/opt/gadget/include/gsl" || /bin/mkdir -p "/home/astromake/opt/gadget/include/gsl" /usr/bin/install -c -m 644 'gsl_math.h' '/home/astromake/opt/gadget/include/gsl/gsl_math.h' /usr/bin/install -c -m 644 'gsl_pow_int.h' '/home/astromake/opt/gadget/include/gsl/gsl_pow_int.h' /usr/bin/install -c -m 644 'gsl_nan.h' '/home/astromake/opt/gadget/include/gsl/gsl_nan.h' /usr/bin/install -c -m 644 'gsl_machine.h' '/home/astromake/opt/gadget/include/gsl/gsl_machine.h' /usr/bin/install -c -m 644 'gsl_mode.h' '/home/astromake/opt/gadget/include/gsl/gsl_mode.h' /usr/bin/install -c -m 644 'gsl_precision.h' '/home/astromake/opt/gadget/include/gsl/gsl_precision.h' /usr/bin/install -c -m 644 'gsl_types.h' '/home/astromake/opt/gadget/include/gsl/gsl_types.h' /usr/bin/install -c -m 644 'gsl_version.h' '/home/astromake/opt/gadget/include/gsl/gsl_version.h' /usr/bin/install -c -m 644 'gsl_minmax.h' '/home/astromake/opt/gadget/include/gsl/gsl_minmax.h' /usr/bin/install -c -m 644 'gsl_inline.h' '/home/astromake/opt/gadget/include/gsl/gsl_inline.h' make[2]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12' make[1]: Leaving directory `/home/teuben/PITP/codes/gsl-1.12' ~/PITP/codes ~/PITP/codes/fftw-2.1.5 ~/PITP/codes 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 type prefix for installed files... d checking for vendor's cc to be used instead of gcc... checking for cc... cc checking for C compiler default output... 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 cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether we are using gcc 2.90 or later... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for ranlib... ranlib checking whether ln -s works... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu 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 for a sed that does not truncate output... /bin/sed checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... (cached) ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking for perl... perl checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking how to get verbose linking output from g77... -v checking for Fortran 77 libraries... -L/usr/lib/gcc/i386-redhat-linux/3.4.6 -L/usr/lib/gcc/i386-redhat-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, extra underscore ******************************************************* * Congratulations! You are running linux. * ******************************************************* checking whether cc accepts -malign-double... yes checking whether cc accepts -fstrict-aliasing... yes checking whether cc accepts -mcpu=pentiumpro... no checking whether cc accepts -mpentiumpro... no checking whether cc accepts -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing... yes checking whether cc accepts -mpreferred-stack-boundary=4... yes checking whether the stack is correctly aligned by gcc... yes checking for sqrt in -lm... yes checking for ANSI C header files... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... yes checking for alloca... yes checking for gettimeofday... yes checking for BSDgettimeofday... no checking for gethrtime... no checking for getopt... yes checking for getopt_long... yes checking for isnan... yes checking for hrtime_t... no checking for int... yes checking size of int... 4 checking for long long... yes checking size of long long... 8 checking whether cc accepts "-fkeep-programmers-inline"... no checking whether cc accepts "-vomit-frame-pointer"... no checking for mpicc... mpicc checking for MPI_Init... yes checking for mpi.h... yes checking for MPI_Comm_f2c... yes configure: creating ./config.status config.status: creating fftw/Makefile config.status: creating tests/Makefile config.status: creating rfftw/Makefile config.status: creating doc/Makefile config.status: creating Makefile config.status: creating threads/Makefile config.status: creating mpi/Makefile config.status: creating fftw.spec config.status: creating fftw/config.h config.status: creating fftw/fftw.h config.status: executing depfiles commands Making all in fftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' make all-am make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_1.lo -MD -MP -MF ".deps/fn_1.Tpo" \ -c -o fn_1.lo `test -f 'fn_1.c' || echo './'`fn_1.c; \ then mv ".deps/fn_1.Tpo" ".deps/fn_1.Plo"; \ else rm -f ".deps/fn_1.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_1.lo -MD -MP -MF .deps/fn_1.Tpo -c fn_1.c -o fn_1.o echo timestamp > fn_1.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_2.lo -MD -MP -MF ".deps/fn_2.Tpo" \ -c -o fn_2.lo `test -f 'fn_2.c' || echo './'`fn_2.c; \ then mv ".deps/fn_2.Tpo" ".deps/fn_2.Plo"; \ else rm -f ".deps/fn_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_2.lo -MD -MP -MF .deps/fn_2.Tpo -c fn_2.c -o fn_2.o echo timestamp > fn_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_3.lo -MD -MP -MF ".deps/fn_3.Tpo" \ -c -o fn_3.lo `test -f 'fn_3.c' || echo './'`fn_3.c; \ then mv ".deps/fn_3.Tpo" ".deps/fn_3.Plo"; \ else rm -f ".deps/fn_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_3.lo -MD -MP -MF .deps/fn_3.Tpo -c fn_3.c -o fn_3.o echo timestamp > fn_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_4.lo -MD -MP -MF ".deps/fn_4.Tpo" \ -c -o fn_4.lo `test -f 'fn_4.c' || echo './'`fn_4.c; \ then mv ".deps/fn_4.Tpo" ".deps/fn_4.Plo"; \ else rm -f ".deps/fn_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_4.lo -MD -MP -MF .deps/fn_4.Tpo -c fn_4.c -o fn_4.o echo timestamp > fn_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_5.lo -MD -MP -MF ".deps/fn_5.Tpo" \ -c -o fn_5.lo `test -f 'fn_5.c' || echo './'`fn_5.c; \ then mv ".deps/fn_5.Tpo" ".deps/fn_5.Plo"; \ else rm -f ".deps/fn_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_5.lo -MD -MP -MF .deps/fn_5.Tpo -c fn_5.c -o fn_5.o echo timestamp > fn_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_6.lo -MD -MP -MF ".deps/fn_6.Tpo" \ -c -o fn_6.lo `test -f 'fn_6.c' || echo './'`fn_6.c; \ then mv ".deps/fn_6.Tpo" ".deps/fn_6.Plo"; \ else rm -f ".deps/fn_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_6.lo -MD -MP -MF .deps/fn_6.Tpo -c fn_6.c -o fn_6.o echo timestamp > fn_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_7.lo -MD -MP -MF ".deps/fn_7.Tpo" \ -c -o fn_7.lo `test -f 'fn_7.c' || echo './'`fn_7.c; \ then mv ".deps/fn_7.Tpo" ".deps/fn_7.Plo"; \ else rm -f ".deps/fn_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_7.lo -MD -MP -MF .deps/fn_7.Tpo -c fn_7.c -o fn_7.o echo timestamp > fn_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_8.lo -MD -MP -MF ".deps/fn_8.Tpo" \ -c -o fn_8.lo `test -f 'fn_8.c' || echo './'`fn_8.c; \ then mv ".deps/fn_8.Tpo" ".deps/fn_8.Plo"; \ else rm -f ".deps/fn_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_8.lo -MD -MP -MF .deps/fn_8.Tpo -c fn_8.c -o fn_8.o echo timestamp > fn_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_9.lo -MD -MP -MF ".deps/fn_9.Tpo" \ -c -o fn_9.lo `test -f 'fn_9.c' || echo './'`fn_9.c; \ then mv ".deps/fn_9.Tpo" ".deps/fn_9.Plo"; \ else rm -f ".deps/fn_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_9.lo -MD -MP -MF .deps/fn_9.Tpo -c fn_9.c -o fn_9.o echo timestamp > fn_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_10.lo -MD -MP -MF ".deps/fn_10.Tpo" \ -c -o fn_10.lo `test -f 'fn_10.c' || echo './'`fn_10.c; \ then mv ".deps/fn_10.Tpo" ".deps/fn_10.Plo"; \ else rm -f ".deps/fn_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_10.lo -MD -MP -MF .deps/fn_10.Tpo -c fn_10.c -o fn_10.o echo timestamp > fn_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_11.lo -MD -MP -MF ".deps/fn_11.Tpo" \ -c -o fn_11.lo `test -f 'fn_11.c' || echo './'`fn_11.c; \ then mv ".deps/fn_11.Tpo" ".deps/fn_11.Plo"; \ else rm -f ".deps/fn_11.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_11.lo -MD -MP -MF .deps/fn_11.Tpo -c fn_11.c -o fn_11.o echo timestamp > fn_11.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_12.lo -MD -MP -MF ".deps/fn_12.Tpo" \ -c -o fn_12.lo `test -f 'fn_12.c' || echo './'`fn_12.c; \ then mv ".deps/fn_12.Tpo" ".deps/fn_12.Plo"; \ else rm -f ".deps/fn_12.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_12.lo -MD -MP -MF .deps/fn_12.Tpo -c fn_12.c -o fn_12.o echo timestamp > fn_12.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_13.lo -MD -MP -MF ".deps/fn_13.Tpo" \ -c -o fn_13.lo `test -f 'fn_13.c' || echo './'`fn_13.c; \ then mv ".deps/fn_13.Tpo" ".deps/fn_13.Plo"; \ else rm -f ".deps/fn_13.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_13.lo -MD -MP -MF .deps/fn_13.Tpo -c fn_13.c -o fn_13.o echo timestamp > fn_13.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_14.lo -MD -MP -MF ".deps/fn_14.Tpo" \ -c -o fn_14.lo `test -f 'fn_14.c' || echo './'`fn_14.c; \ then mv ".deps/fn_14.Tpo" ".deps/fn_14.Plo"; \ else rm -f ".deps/fn_14.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_14.lo -MD -MP -MF .deps/fn_14.Tpo -c fn_14.c -o fn_14.o echo timestamp > fn_14.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_15.lo -MD -MP -MF ".deps/fn_15.Tpo" \ -c -o fn_15.lo `test -f 'fn_15.c' || echo './'`fn_15.c; \ then mv ".deps/fn_15.Tpo" ".deps/fn_15.Plo"; \ else rm -f ".deps/fn_15.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_15.lo -MD -MP -MF .deps/fn_15.Tpo -c fn_15.c -o fn_15.o echo timestamp > fn_15.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_16.lo -MD -MP -MF ".deps/fn_16.Tpo" \ -c -o fn_16.lo `test -f 'fn_16.c' || echo './'`fn_16.c; \ then mv ".deps/fn_16.Tpo" ".deps/fn_16.Plo"; \ else rm -f ".deps/fn_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_16.lo -MD -MP -MF .deps/fn_16.Tpo -c fn_16.c -o fn_16.o echo timestamp > fn_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_32.lo -MD -MP -MF ".deps/fn_32.Tpo" \ -c -o fn_32.lo `test -f 'fn_32.c' || echo './'`fn_32.c; \ then mv ".deps/fn_32.Tpo" ".deps/fn_32.Plo"; \ else rm -f ".deps/fn_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_32.lo -MD -MP -MF .deps/fn_32.Tpo -c fn_32.c -o fn_32.o echo timestamp > fn_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_64.lo -MD -MP -MF ".deps/fn_64.Tpo" \ -c -o fn_64.lo `test -f 'fn_64.c' || echo './'`fn_64.c; \ then mv ".deps/fn_64.Tpo" ".deps/fn_64.Plo"; \ else rm -f ".deps/fn_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_64.lo -MD -MP -MF .deps/fn_64.Tpo -c fn_64.c -o fn_64.o echo timestamp > fn_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_2.lo -MD -MP -MF ".deps/ftw_2.Tpo" \ -c -o ftw_2.lo `test -f 'ftw_2.c' || echo './'`ftw_2.c; \ then mv ".deps/ftw_2.Tpo" ".deps/ftw_2.Plo"; \ else rm -f ".deps/ftw_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_2.lo -MD -MP -MF .deps/ftw_2.Tpo -c ftw_2.c -o ftw_2.o echo timestamp > ftw_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_3.lo -MD -MP -MF ".deps/ftw_3.Tpo" \ -c -o ftw_3.lo `test -f 'ftw_3.c' || echo './'`ftw_3.c; \ then mv ".deps/ftw_3.Tpo" ".deps/ftw_3.Plo"; \ else rm -f ".deps/ftw_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_3.lo -MD -MP -MF .deps/ftw_3.Tpo -c ftw_3.c -o ftw_3.o echo timestamp > ftw_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_4.lo -MD -MP -MF ".deps/ftw_4.Tpo" \ -c -o ftw_4.lo `test -f 'ftw_4.c' || echo './'`ftw_4.c; \ then mv ".deps/ftw_4.Tpo" ".deps/ftw_4.Plo"; \ else rm -f ".deps/ftw_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_4.lo -MD -MP -MF .deps/ftw_4.Tpo -c ftw_4.c -o ftw_4.o echo timestamp > ftw_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_5.lo -MD -MP -MF ".deps/ftw_5.Tpo" \ -c -o ftw_5.lo `test -f 'ftw_5.c' || echo './'`ftw_5.c; \ then mv ".deps/ftw_5.Tpo" ".deps/ftw_5.Plo"; \ else rm -f ".deps/ftw_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_5.lo -MD -MP -MF .deps/ftw_5.Tpo -c ftw_5.c -o ftw_5.o echo timestamp > ftw_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_6.lo -MD -MP -MF ".deps/ftw_6.Tpo" \ -c -o ftw_6.lo `test -f 'ftw_6.c' || echo './'`ftw_6.c; \ then mv ".deps/ftw_6.Tpo" ".deps/ftw_6.Plo"; \ else rm -f ".deps/ftw_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_6.lo -MD -MP -MF .deps/ftw_6.Tpo -c ftw_6.c -o ftw_6.o echo timestamp > ftw_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_7.lo -MD -MP -MF ".deps/ftw_7.Tpo" \ -c -o ftw_7.lo `test -f 'ftw_7.c' || echo './'`ftw_7.c; \ then mv ".deps/ftw_7.Tpo" ".deps/ftw_7.Plo"; \ else rm -f ".deps/ftw_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_7.lo -MD -MP -MF .deps/ftw_7.Tpo -c ftw_7.c -o ftw_7.o echo timestamp > ftw_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_8.lo -MD -MP -MF ".deps/ftw_8.Tpo" \ -c -o ftw_8.lo `test -f 'ftw_8.c' || echo './'`ftw_8.c; \ then mv ".deps/ftw_8.Tpo" ".deps/ftw_8.Plo"; \ else rm -f ".deps/ftw_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_8.lo -MD -MP -MF .deps/ftw_8.Tpo -c ftw_8.c -o ftw_8.o echo timestamp > ftw_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_9.lo -MD -MP -MF ".deps/ftw_9.Tpo" \ -c -o ftw_9.lo `test -f 'ftw_9.c' || echo './'`ftw_9.c; \ then mv ".deps/ftw_9.Tpo" ".deps/ftw_9.Plo"; \ else rm -f ".deps/ftw_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_9.lo -MD -MP -MF .deps/ftw_9.Tpo -c ftw_9.c -o ftw_9.o echo timestamp > ftw_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_10.lo -MD -MP -MF ".deps/ftw_10.Tpo" \ -c -o ftw_10.lo `test -f 'ftw_10.c' || echo './'`ftw_10.c; \ then mv ".deps/ftw_10.Tpo" ".deps/ftw_10.Plo"; \ else rm -f ".deps/ftw_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_10.lo -MD -MP -MF .deps/ftw_10.Tpo -c ftw_10.c -o ftw_10.o echo timestamp > ftw_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_16.lo -MD -MP -MF ".deps/ftw_16.Tpo" \ -c -o ftw_16.lo `test -f 'ftw_16.c' || echo './'`ftw_16.c; \ then mv ".deps/ftw_16.Tpo" ".deps/ftw_16.Plo"; \ else rm -f ".deps/ftw_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_16.lo -MD -MP -MF .deps/ftw_16.Tpo -c ftw_16.c -o ftw_16.o echo timestamp > ftw_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_32.lo -MD -MP -MF ".deps/ftw_32.Tpo" \ -c -o ftw_32.lo `test -f 'ftw_32.c' || echo './'`ftw_32.c; \ then mv ".deps/ftw_32.Tpo" ".deps/ftw_32.Plo"; \ else rm -f ".deps/ftw_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_32.lo -MD -MP -MF .deps/ftw_32.Tpo -c ftw_32.c -o ftw_32.o echo timestamp > ftw_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_64.lo -MD -MP -MF ".deps/ftw_64.Tpo" \ -c -o ftw_64.lo `test -f 'ftw_64.c' || echo './'`ftw_64.c; \ then mv ".deps/ftw_64.Tpo" ".deps/ftw_64.Plo"; \ else rm -f ".deps/ftw_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_64.lo -MD -MP -MF .deps/ftw_64.Tpo -c ftw_64.c -o ftw_64.o echo timestamp > ftw_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_1.lo -MD -MP -MF ".deps/fni_1.Tpo" \ -c -o fni_1.lo `test -f 'fni_1.c' || echo './'`fni_1.c; \ then mv ".deps/fni_1.Tpo" ".deps/fni_1.Plo"; \ else rm -f ".deps/fni_1.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_1.lo -MD -MP -MF .deps/fni_1.Tpo -c fni_1.c -o fni_1.o echo timestamp > fni_1.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_2.lo -MD -MP -MF ".deps/fni_2.Tpo" \ -c -o fni_2.lo `test -f 'fni_2.c' || echo './'`fni_2.c; \ then mv ".deps/fni_2.Tpo" ".deps/fni_2.Plo"; \ else rm -f ".deps/fni_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_2.lo -MD -MP -MF .deps/fni_2.Tpo -c fni_2.c -o fni_2.o echo timestamp > fni_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_3.lo -MD -MP -MF ".deps/fni_3.Tpo" \ -c -o fni_3.lo `test -f 'fni_3.c' || echo './'`fni_3.c; \ then mv ".deps/fni_3.Tpo" ".deps/fni_3.Plo"; \ else rm -f ".deps/fni_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_3.lo -MD -MP -MF .deps/fni_3.Tpo -c fni_3.c -o fni_3.o echo timestamp > fni_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_4.lo -MD -MP -MF ".deps/fni_4.Tpo" \ -c -o fni_4.lo `test -f 'fni_4.c' || echo './'`fni_4.c; \ then mv ".deps/fni_4.Tpo" ".deps/fni_4.Plo"; \ else rm -f ".deps/fni_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_4.lo -MD -MP -MF .deps/fni_4.Tpo -c fni_4.c -o fni_4.o echo timestamp > fni_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_5.lo -MD -MP -MF ".deps/fni_5.Tpo" \ -c -o fni_5.lo `test -f 'fni_5.c' || echo './'`fni_5.c; \ then mv ".deps/fni_5.Tpo" ".deps/fni_5.Plo"; \ else rm -f ".deps/fni_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_5.lo -MD -MP -MF .deps/fni_5.Tpo -c fni_5.c -o fni_5.o echo timestamp > fni_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_6.lo -MD -MP -MF ".deps/fni_6.Tpo" \ -c -o fni_6.lo `test -f 'fni_6.c' || echo './'`fni_6.c; \ then mv ".deps/fni_6.Tpo" ".deps/fni_6.Plo"; \ else rm -f ".deps/fni_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_6.lo -MD -MP -MF .deps/fni_6.Tpo -c fni_6.c -o fni_6.o echo timestamp > fni_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_7.lo -MD -MP -MF ".deps/fni_7.Tpo" \ -c -o fni_7.lo `test -f 'fni_7.c' || echo './'`fni_7.c; \ then mv ".deps/fni_7.Tpo" ".deps/fni_7.Plo"; \ else rm -f ".deps/fni_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_7.lo -MD -MP -MF .deps/fni_7.Tpo -c fni_7.c -o fni_7.o echo timestamp > fni_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_8.lo -MD -MP -MF ".deps/fni_8.Tpo" \ -c -o fni_8.lo `test -f 'fni_8.c' || echo './'`fni_8.c; \ then mv ".deps/fni_8.Tpo" ".deps/fni_8.Plo"; \ else rm -f ".deps/fni_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_8.lo -MD -MP -MF .deps/fni_8.Tpo -c fni_8.c -o fni_8.o echo timestamp > fni_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_9.lo -MD -MP -MF ".deps/fni_9.Tpo" \ -c -o fni_9.lo `test -f 'fni_9.c' || echo './'`fni_9.c; \ then mv ".deps/fni_9.Tpo" ".deps/fni_9.Plo"; \ else rm -f ".deps/fni_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_9.lo -MD -MP -MF .deps/fni_9.Tpo -c fni_9.c -o fni_9.o echo timestamp > fni_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_10.lo -MD -MP -MF ".deps/fni_10.Tpo" \ -c -o fni_10.lo `test -f 'fni_10.c' || echo './'`fni_10.c; \ then mv ".deps/fni_10.Tpo" ".deps/fni_10.Plo"; \ else rm -f ".deps/fni_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_10.lo -MD -MP -MF .deps/fni_10.Tpo -c fni_10.c -o fni_10.o echo timestamp > fni_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_11.lo -MD -MP -MF ".deps/fni_11.Tpo" \ -c -o fni_11.lo `test -f 'fni_11.c' || echo './'`fni_11.c; \ then mv ".deps/fni_11.Tpo" ".deps/fni_11.Plo"; \ else rm -f ".deps/fni_11.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_11.lo -MD -MP -MF .deps/fni_11.Tpo -c fni_11.c -o fni_11.o echo timestamp > fni_11.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_12.lo -MD -MP -MF ".deps/fni_12.Tpo" \ -c -o fni_12.lo `test -f 'fni_12.c' || echo './'`fni_12.c; \ then mv ".deps/fni_12.Tpo" ".deps/fni_12.Plo"; \ else rm -f ".deps/fni_12.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_12.lo -MD -MP -MF .deps/fni_12.Tpo -c fni_12.c -o fni_12.o echo timestamp > fni_12.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_13.lo -MD -MP -MF ".deps/fni_13.Tpo" \ -c -o fni_13.lo `test -f 'fni_13.c' || echo './'`fni_13.c; \ then mv ".deps/fni_13.Tpo" ".deps/fni_13.Plo"; \ else rm -f ".deps/fni_13.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_13.lo -MD -MP -MF .deps/fni_13.Tpo -c fni_13.c -o fni_13.o echo timestamp > fni_13.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_14.lo -MD -MP -MF ".deps/fni_14.Tpo" \ -c -o fni_14.lo `test -f 'fni_14.c' || echo './'`fni_14.c; \ then mv ".deps/fni_14.Tpo" ".deps/fni_14.Plo"; \ else rm -f ".deps/fni_14.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_14.lo -MD -MP -MF .deps/fni_14.Tpo -c fni_14.c -o fni_14.o echo timestamp > fni_14.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_15.lo -MD -MP -MF ".deps/fni_15.Tpo" \ -c -o fni_15.lo `test -f 'fni_15.c' || echo './'`fni_15.c; \ then mv ".deps/fni_15.Tpo" ".deps/fni_15.Plo"; \ else rm -f ".deps/fni_15.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_15.lo -MD -MP -MF .deps/fni_15.Tpo -c fni_15.c -o fni_15.o echo timestamp > fni_15.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_16.lo -MD -MP -MF ".deps/fni_16.Tpo" \ -c -o fni_16.lo `test -f 'fni_16.c' || echo './'`fni_16.c; \ then mv ".deps/fni_16.Tpo" ".deps/fni_16.Plo"; \ else rm -f ".deps/fni_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_16.lo -MD -MP -MF .deps/fni_16.Tpo -c fni_16.c -o fni_16.o echo timestamp > fni_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_32.lo -MD -MP -MF ".deps/fni_32.Tpo" \ -c -o fni_32.lo `test -f 'fni_32.c' || echo './'`fni_32.c; \ then mv ".deps/fni_32.Tpo" ".deps/fni_32.Plo"; \ else rm -f ".deps/fni_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_32.lo -MD -MP -MF .deps/fni_32.Tpo -c fni_32.c -o fni_32.o echo timestamp > fni_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_64.lo -MD -MP -MF ".deps/fni_64.Tpo" \ -c -o fni_64.lo `test -f 'fni_64.c' || echo './'`fni_64.c; \ then mv ".deps/fni_64.Tpo" ".deps/fni_64.Plo"; \ else rm -f ".deps/fni_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_64.lo -MD -MP -MF .deps/fni_64.Tpo -c fni_64.c -o fni_64.o echo timestamp > fni_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_2.lo -MD -MP -MF ".deps/ftwi_2.Tpo" \ -c -o ftwi_2.lo `test -f 'ftwi_2.c' || echo './'`ftwi_2.c; \ then mv ".deps/ftwi_2.Tpo" ".deps/ftwi_2.Plo"; \ else rm -f ".deps/ftwi_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_2.lo -MD -MP -MF .deps/ftwi_2.Tpo -c ftwi_2.c -o ftwi_2.o echo timestamp > ftwi_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_3.lo -MD -MP -MF ".deps/ftwi_3.Tpo" \ -c -o ftwi_3.lo `test -f 'ftwi_3.c' || echo './'`ftwi_3.c; \ then mv ".deps/ftwi_3.Tpo" ".deps/ftwi_3.Plo"; \ else rm -f ".deps/ftwi_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_3.lo -MD -MP -MF .deps/ftwi_3.Tpo -c ftwi_3.c -o ftwi_3.o echo timestamp > ftwi_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_4.lo -MD -MP -MF ".deps/ftwi_4.Tpo" \ -c -o ftwi_4.lo `test -f 'ftwi_4.c' || echo './'`ftwi_4.c; \ then mv ".deps/ftwi_4.Tpo" ".deps/ftwi_4.Plo"; \ else rm -f ".deps/ftwi_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_4.lo -MD -MP -MF .deps/ftwi_4.Tpo -c ftwi_4.c -o ftwi_4.o echo timestamp > ftwi_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_5.lo -MD -MP -MF ".deps/ftwi_5.Tpo" \ -c -o ftwi_5.lo `test -f 'ftwi_5.c' || echo './'`ftwi_5.c; \ then mv ".deps/ftwi_5.Tpo" ".deps/ftwi_5.Plo"; \ else rm -f ".deps/ftwi_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_5.lo -MD -MP -MF .deps/ftwi_5.Tpo -c ftwi_5.c -o ftwi_5.o echo timestamp > ftwi_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_6.lo -MD -MP -MF ".deps/ftwi_6.Tpo" \ -c -o ftwi_6.lo `test -f 'ftwi_6.c' || echo './'`ftwi_6.c; \ then mv ".deps/ftwi_6.Tpo" ".deps/ftwi_6.Plo"; \ else rm -f ".deps/ftwi_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_6.lo -MD -MP -MF .deps/ftwi_6.Tpo -c ftwi_6.c -o ftwi_6.o echo timestamp > ftwi_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_7.lo -MD -MP -MF ".deps/ftwi_7.Tpo" \ -c -o ftwi_7.lo `test -f 'ftwi_7.c' || echo './'`ftwi_7.c; \ then mv ".deps/ftwi_7.Tpo" ".deps/ftwi_7.Plo"; \ else rm -f ".deps/ftwi_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_7.lo -MD -MP -MF .deps/ftwi_7.Tpo -c ftwi_7.c -o ftwi_7.o echo timestamp > ftwi_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_8.lo -MD -MP -MF ".deps/ftwi_8.Tpo" \ -c -o ftwi_8.lo `test -f 'ftwi_8.c' || echo './'`ftwi_8.c; \ then mv ".deps/ftwi_8.Tpo" ".deps/ftwi_8.Plo"; \ else rm -f ".deps/ftwi_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_8.lo -MD -MP -MF .deps/ftwi_8.Tpo -c ftwi_8.c -o ftwi_8.o echo timestamp > ftwi_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_9.lo -MD -MP -MF ".deps/ftwi_9.Tpo" \ -c -o ftwi_9.lo `test -f 'ftwi_9.c' || echo './'`ftwi_9.c; \ then mv ".deps/ftwi_9.Tpo" ".deps/ftwi_9.Plo"; \ else rm -f ".deps/ftwi_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_9.lo -MD -MP -MF .deps/ftwi_9.Tpo -c ftwi_9.c -o ftwi_9.o echo timestamp > ftwi_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_10.lo -MD -MP -MF ".deps/ftwi_10.Tpo" \ -c -o ftwi_10.lo `test -f 'ftwi_10.c' || echo './'`ftwi_10.c; \ then mv ".deps/ftwi_10.Tpo" ".deps/ftwi_10.Plo"; \ else rm -f ".deps/ftwi_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_10.lo -MD -MP -MF .deps/ftwi_10.Tpo -c ftwi_10.c -o ftwi_10.o echo timestamp > ftwi_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_16.lo -MD -MP -MF ".deps/ftwi_16.Tpo" \ -c -o ftwi_16.lo `test -f 'ftwi_16.c' || echo './'`ftwi_16.c; \ then mv ".deps/ftwi_16.Tpo" ".deps/ftwi_16.Plo"; \ else rm -f ".deps/ftwi_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_16.lo -MD -MP -MF .deps/ftwi_16.Tpo -c ftwi_16.c -o ftwi_16.o echo timestamp > ftwi_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_32.lo -MD -MP -MF ".deps/ftwi_32.Tpo" \ -c -o ftwi_32.lo `test -f 'ftwi_32.c' || echo './'`ftwi_32.c; \ then mv ".deps/ftwi_32.Tpo" ".deps/ftwi_32.Plo"; \ else rm -f ".deps/ftwi_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_32.lo -MD -MP -MF .deps/ftwi_32.Tpo -c ftwi_32.c -o ftwi_32.o echo timestamp > ftwi_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_64.lo -MD -MP -MF ".deps/ftwi_64.Tpo" \ -c -o ftwi_64.lo `test -f 'ftwi_64.c' || echo './'`ftwi_64.c; \ then mv ".deps/ftwi_64.Tpo" ".deps/ftwi_64.Plo"; \ else rm -f ".deps/ftwi_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_64.lo -MD -MP -MF .deps/ftwi_64.Tpo -c ftwi_64.c -o ftwi_64.o echo timestamp > ftwi_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT timer.lo -MD -MP -MF ".deps/timer.Tpo" \ -c -o timer.lo `test -f 'timer.c' || echo './'`timer.c; \ then mv ".deps/timer.Tpo" ".deps/timer.Plo"; \ else rm -f ".deps/timer.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o echo timestamp > timer.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT config.lo -MD -MP -MF ".deps/config.Tpo" \ -c -o config.lo `test -f 'config.c' || echo './'`config.c; \ then mv ".deps/config.Tpo" ".deps/config.Plo"; \ else rm -f ".deps/config.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c -o config.o echo timestamp > config.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT planner.lo -MD -MP -MF ".deps/planner.Tpo" \ -c -o planner.lo `test -f 'planner.c' || echo './'`planner.c; \ then mv ".deps/planner.Tpo" ".deps/planner.Plo"; \ else rm -f ".deps/planner.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -o planner.o echo timestamp > planner.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT twiddle.lo -MD -MP -MF ".deps/twiddle.Tpo" \ -c -o twiddle.lo `test -f 'twiddle.c' || echo './'`twiddle.c; \ then mv ".deps/twiddle.Tpo" ".deps/twiddle.Plo"; \ else rm -f ".deps/twiddle.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -o twiddle.o echo timestamp > twiddle.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT executor.lo -MD -MP -MF ".deps/executor.Tpo" \ -c -o executor.lo `test -f 'executor.c' || echo './'`executor.c; \ then mv ".deps/executor.Tpo" ".deps/executor.Plo"; \ else rm -f ".deps/executor.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT executor.lo -MD -MP -MF .deps/executor.Tpo -c executor.c -o executor.o echo timestamp > executor.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT generic.lo -MD -MP -MF ".deps/generic.Tpo" \ -c -o generic.lo `test -f 'generic.c' || echo './'`generic.c; \ then mv ".deps/generic.Tpo" ".deps/generic.Plo"; \ else rm -f ".deps/generic.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o echo timestamp > generic.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwnd.lo -MD -MP -MF ".deps/fftwnd.Tpo" \ -c -o fftwnd.lo `test -f 'fftwnd.c' || echo './'`fftwnd.c; \ then mv ".deps/fftwnd.Tpo" ".deps/fftwnd.Plo"; \ else rm -f ".deps/fftwnd.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwnd.lo -MD -MP -MF .deps/fftwnd.Tpo -c fftwnd.c -o fftwnd.o echo timestamp > fftwnd.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT malloc.lo -MD -MP -MF ".deps/malloc.Tpo" \ -c -o malloc.lo `test -f 'malloc.c' || echo './'`malloc.c; \ then mv ".deps/malloc.Tpo" ".deps/malloc.Plo"; \ else rm -f ".deps/malloc.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o echo timestamp > malloc.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT wisdom.lo -MD -MP -MF ".deps/wisdom.Tpo" \ -c -o wisdom.lo `test -f 'wisdom.c' || echo './'`wisdom.c; \ then mv ".deps/wisdom.Tpo" ".deps/wisdom.Plo"; \ else rm -f ".deps/wisdom.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT wisdom.lo -MD -MP -MF .deps/wisdom.Tpo -c wisdom.c -o wisdom.o echo timestamp > wisdom.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT wisdomio.lo -MD -MP -MF ".deps/wisdomio.Tpo" \ -c -o wisdomio.lo `test -f 'wisdomio.c' || echo './'`wisdomio.c; \ then mv ".deps/wisdomio.Tpo" ".deps/wisdomio.Plo"; \ else rm -f ".deps/wisdomio.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT wisdomio.lo -MD -MP -MF .deps/wisdomio.Tpo -c wisdomio.c -o wisdomio.o echo timestamp > wisdomio.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT putils.lo -MD -MP -MF ".deps/putils.Tpo" \ -c -o putils.lo `test -f 'putils.c' || echo './'`putils.c; \ then mv ".deps/putils.Tpo" ".deps/putils.Plo"; \ else rm -f ".deps/putils.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT putils.lo -MD -MP -MF .deps/putils.Tpo -c putils.c -o putils.o echo timestamp > putils.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rader.lo -MD -MP -MF ".deps/rader.Tpo" \ -c -o rader.lo `test -f 'rader.c' || echo './'`rader.c; \ then mv ".deps/rader.Tpo" ".deps/rader.Plo"; \ else rm -f ".deps/rader.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o echo timestamp > rader.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwf77.lo -MD -MP -MF ".deps/fftwf77.Tpo" \ -c -o fftwf77.lo `test -f 'fftwf77.c' || echo './'`fftwf77.c; \ then mv ".deps/fftwf77.Tpo" ".deps/fftwf77.Plo"; \ else rm -f ".deps/fftwf77.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwf77.lo -MD -MP -MF .deps/fftwf77.Tpo -c fftwf77.c -o fftwf77.o echo timestamp > fftwf77.lo /bin/sh ../libtool --mode=link cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o libdfftw.la -rpath /home/astromake/opt/gadget/lib -version-info 2:7:0 fn_1.lo fn_2.lo fn_3.lo fn_4.lo fn_5.lo fn_6.lo fn_7.lo fn_8.lo fn_9.lo fn_10.lo fn_11.lo fn_12.lo fn_13.lo fn_14.lo fn_15.lo fn_16.lo fn_32.lo fn_64.lo ftw_2.lo ftw_3.lo ftw_4.lo ftw_5.lo ftw_6.lo ftw_7.lo ftw_8.lo ftw_9.lo ftw_10.lo ftw_16.lo ftw_32.lo ftw_64.lo fni_1.lo fni_2.lo fni_3.lo fni_4.lo fni_5.lo fni_6.lo fni_7.lo fni_8.lo fni_9.lo fni_10.lo fni_11.lo fni_12.lo fni_13.lo fni_14.lo fni_15.lo fni_16.lo fni_32.lo fni_64.lo ftwi_2.lo ftwi_3.lo ftwi_4.lo ftwi_5.lo ftwi_6.lo ftwi_7.lo ftwi_8.lo ftwi_9.lo ftwi_10.lo ftwi_16.lo ftwi_32.lo ftwi_64.lo timer.lo config.lo planner.lo twiddle.lo executor.lo generic.lo fftwnd.lo malloc.lo wisdom.lo wisdomio.lo putils.lo rader.lo fftwf77.lo -lm rm -fr .libs/libdfftw.la .libs/libdfftw.* .libs/libdfftw.* ar cru .libs/libdfftw.a fn_1.o fn_2.o fn_3.o fn_4.o fn_5.o fn_6.o fn_7.o fn_8.o fn_9.o fn_10.o fn_11.o fn_12.o fn_13.o fn_14.o fn_15.o fn_16.o fn_32.o fn_64.o ftw_2.o ftw_3.o ftw_4.o ftw_5.o ftw_6.o ftw_7.o ftw_8.o ftw_9.o ftw_10.o ftw_16.o ftw_32.o ftw_64.o fni_1.o fni_2.o fni_3.o fni_4.o fni_5.o fni_6.o fni_7.o fni_8.o fni_9.o fni_10.o fni_11.o fni_12.o fni_13.o fni_14.o fni_15.o fni_16.o fni_32.o fni_64.o ftwi_2.o ftwi_3.o ftwi_4.o ftwi_5.o ftwi_6.o ftwi_7.o ftwi_8.o ftwi_9.o ftwi_10.o ftwi_16.o ftwi_32.o ftwi_64.o timer.o config.o planner.o twiddle.o executor.o generic.o fftwnd.o malloc.o wisdom.o wisdomio.o putils.o rader.o fftwf77.o ranlib .libs/libdfftw.a creating libdfftw.la (cd .libs && rm -f libdfftw.la && ln -s ../libdfftw.la libdfftw.la) rm -f dfftw.h sed 's/\"fftw/\"dfftw/g;s/\"rfftw/\"drfftw/g' ./fftw.h > dfftw.h make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' Making all in rfftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_1.lo -MD -MP -MF ".deps/frc_1.Tpo" \ -c -o frc_1.lo `test -f 'frc_1.c' || echo './'`frc_1.c; \ then mv ".deps/frc_1.Tpo" ".deps/frc_1.Plo"; \ else rm -f ".deps/frc_1.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_1.lo -MD -MP -MF .deps/frc_1.Tpo -c frc_1.c -o frc_1.o echo timestamp > frc_1.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_2.lo -MD -MP -MF ".deps/frc_2.Tpo" \ -c -o frc_2.lo `test -f 'frc_2.c' || echo './'`frc_2.c; \ then mv ".deps/frc_2.Tpo" ".deps/frc_2.Plo"; \ else rm -f ".deps/frc_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_2.lo -MD -MP -MF .deps/frc_2.Tpo -c frc_2.c -o frc_2.o echo timestamp > frc_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_3.lo -MD -MP -MF ".deps/frc_3.Tpo" \ -c -o frc_3.lo `test -f 'frc_3.c' || echo './'`frc_3.c; \ then mv ".deps/frc_3.Tpo" ".deps/frc_3.Plo"; \ else rm -f ".deps/frc_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_3.lo -MD -MP -MF .deps/frc_3.Tpo -c frc_3.c -o frc_3.o echo timestamp > frc_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_4.lo -MD -MP -MF ".deps/frc_4.Tpo" \ -c -o frc_4.lo `test -f 'frc_4.c' || echo './'`frc_4.c; \ then mv ".deps/frc_4.Tpo" ".deps/frc_4.Plo"; \ else rm -f ".deps/frc_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_4.lo -MD -MP -MF .deps/frc_4.Tpo -c frc_4.c -o frc_4.o echo timestamp > frc_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_5.lo -MD -MP -MF ".deps/frc_5.Tpo" \ -c -o frc_5.lo `test -f 'frc_5.c' || echo './'`frc_5.c; \ then mv ".deps/frc_5.Tpo" ".deps/frc_5.Plo"; \ else rm -f ".deps/frc_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_5.lo -MD -MP -MF .deps/frc_5.Tpo -c frc_5.c -o frc_5.o echo timestamp > frc_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_6.lo -MD -MP -MF ".deps/frc_6.Tpo" \ -c -o frc_6.lo `test -f 'frc_6.c' || echo './'`frc_6.c; \ then mv ".deps/frc_6.Tpo" ".deps/frc_6.Plo"; \ else rm -f ".deps/frc_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_6.lo -MD -MP -MF .deps/frc_6.Tpo -c frc_6.c -o frc_6.o echo timestamp > frc_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_7.lo -MD -MP -MF ".deps/frc_7.Tpo" \ -c -o frc_7.lo `test -f 'frc_7.c' || echo './'`frc_7.c; \ then mv ".deps/frc_7.Tpo" ".deps/frc_7.Plo"; \ else rm -f ".deps/frc_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_7.lo -MD -MP -MF .deps/frc_7.Tpo -c frc_7.c -o frc_7.o echo timestamp > frc_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_8.lo -MD -MP -MF ".deps/frc_8.Tpo" \ -c -o frc_8.lo `test -f 'frc_8.c' || echo './'`frc_8.c; \ then mv ".deps/frc_8.Tpo" ".deps/frc_8.Plo"; \ else rm -f ".deps/frc_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_8.lo -MD -MP -MF .deps/frc_8.Tpo -c frc_8.c -o frc_8.o echo timestamp > frc_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_9.lo -MD -MP -MF ".deps/frc_9.Tpo" \ -c -o frc_9.lo `test -f 'frc_9.c' || echo './'`frc_9.c; \ then mv ".deps/frc_9.Tpo" ".deps/frc_9.Plo"; \ else rm -f ".deps/frc_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_9.lo -MD -MP -MF .deps/frc_9.Tpo -c frc_9.c -o frc_9.o echo timestamp > frc_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_10.lo -MD -MP -MF ".deps/frc_10.Tpo" \ -c -o frc_10.lo `test -f 'frc_10.c' || echo './'`frc_10.c; \ then mv ".deps/frc_10.Tpo" ".deps/frc_10.Plo"; \ else rm -f ".deps/frc_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_10.lo -MD -MP -MF .deps/frc_10.Tpo -c frc_10.c -o frc_10.o echo timestamp > frc_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_11.lo -MD -MP -MF ".deps/frc_11.Tpo" \ -c -o frc_11.lo `test -f 'frc_11.c' || echo './'`frc_11.c; \ then mv ".deps/frc_11.Tpo" ".deps/frc_11.Plo"; \ else rm -f ".deps/frc_11.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_11.lo -MD -MP -MF .deps/frc_11.Tpo -c frc_11.c -o frc_11.o echo timestamp > frc_11.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_12.lo -MD -MP -MF ".deps/frc_12.Tpo" \ -c -o frc_12.lo `test -f 'frc_12.c' || echo './'`frc_12.c; \ then mv ".deps/frc_12.Tpo" ".deps/frc_12.Plo"; \ else rm -f ".deps/frc_12.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_12.lo -MD -MP -MF .deps/frc_12.Tpo -c frc_12.c -o frc_12.o echo timestamp > frc_12.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_13.lo -MD -MP -MF ".deps/frc_13.Tpo" \ -c -o frc_13.lo `test -f 'frc_13.c' || echo './'`frc_13.c; \ then mv ".deps/frc_13.Tpo" ".deps/frc_13.Plo"; \ else rm -f ".deps/frc_13.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_13.lo -MD -MP -MF .deps/frc_13.Tpo -c frc_13.c -o frc_13.o echo timestamp > frc_13.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_14.lo -MD -MP -MF ".deps/frc_14.Tpo" \ -c -o frc_14.lo `test -f 'frc_14.c' || echo './'`frc_14.c; \ then mv ".deps/frc_14.Tpo" ".deps/frc_14.Plo"; \ else rm -f ".deps/frc_14.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_14.lo -MD -MP -MF .deps/frc_14.Tpo -c frc_14.c -o frc_14.o echo timestamp > frc_14.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_15.lo -MD -MP -MF ".deps/frc_15.Tpo" \ -c -o frc_15.lo `test -f 'frc_15.c' || echo './'`frc_15.c; \ then mv ".deps/frc_15.Tpo" ".deps/frc_15.Plo"; \ else rm -f ".deps/frc_15.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_15.lo -MD -MP -MF .deps/frc_15.Tpo -c frc_15.c -o frc_15.o echo timestamp > frc_15.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_16.lo -MD -MP -MF ".deps/frc_16.Tpo" \ -c -o frc_16.lo `test -f 'frc_16.c' || echo './'`frc_16.c; \ then mv ".deps/frc_16.Tpo" ".deps/frc_16.Plo"; \ else rm -f ".deps/frc_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_16.lo -MD -MP -MF .deps/frc_16.Tpo -c frc_16.c -o frc_16.o echo timestamp > frc_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_32.lo -MD -MP -MF ".deps/frc_32.Tpo" \ -c -o frc_32.lo `test -f 'frc_32.c' || echo './'`frc_32.c; \ then mv ".deps/frc_32.Tpo" ".deps/frc_32.Plo"; \ else rm -f ".deps/frc_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_32.lo -MD -MP -MF .deps/frc_32.Tpo -c frc_32.c -o frc_32.o echo timestamp > frc_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_64.lo -MD -MP -MF ".deps/frc_64.Tpo" \ -c -o frc_64.lo `test -f 'frc_64.c' || echo './'`frc_64.c; \ then mv ".deps/frc_64.Tpo" ".deps/frc_64.Plo"; \ else rm -f ".deps/frc_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_64.lo -MD -MP -MF .deps/frc_64.Tpo -c frc_64.c -o frc_64.o echo timestamp > frc_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_128.lo -MD -MP -MF ".deps/frc_128.Tpo" \ -c -o frc_128.lo `test -f 'frc_128.c' || echo './'`frc_128.c; \ then mv ".deps/frc_128.Tpo" ".deps/frc_128.Plo"; \ else rm -f ".deps/frc_128.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_128.lo -MD -MP -MF .deps/frc_128.Tpo -c frc_128.c -o frc_128.o echo timestamp > frc_128.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_2.lo -MD -MP -MF ".deps/fhf_2.Tpo" \ -c -o fhf_2.lo `test -f 'fhf_2.c' || echo './'`fhf_2.c; \ then mv ".deps/fhf_2.Tpo" ".deps/fhf_2.Plo"; \ else rm -f ".deps/fhf_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_2.lo -MD -MP -MF .deps/fhf_2.Tpo -c fhf_2.c -o fhf_2.o echo timestamp > fhf_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_3.lo -MD -MP -MF ".deps/fhf_3.Tpo" \ -c -o fhf_3.lo `test -f 'fhf_3.c' || echo './'`fhf_3.c; \ then mv ".deps/fhf_3.Tpo" ".deps/fhf_3.Plo"; \ else rm -f ".deps/fhf_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_3.lo -MD -MP -MF .deps/fhf_3.Tpo -c fhf_3.c -o fhf_3.o echo timestamp > fhf_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_4.lo -MD -MP -MF ".deps/fhf_4.Tpo" \ -c -o fhf_4.lo `test -f 'fhf_4.c' || echo './'`fhf_4.c; \ then mv ".deps/fhf_4.Tpo" ".deps/fhf_4.Plo"; \ else rm -f ".deps/fhf_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_4.lo -MD -MP -MF .deps/fhf_4.Tpo -c fhf_4.c -o fhf_4.o echo timestamp > fhf_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_5.lo -MD -MP -MF ".deps/fhf_5.Tpo" \ -c -o fhf_5.lo `test -f 'fhf_5.c' || echo './'`fhf_5.c; \ then mv ".deps/fhf_5.Tpo" ".deps/fhf_5.Plo"; \ else rm -f ".deps/fhf_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_5.lo -MD -MP -MF .deps/fhf_5.Tpo -c fhf_5.c -o fhf_5.o echo timestamp > fhf_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_6.lo -MD -MP -MF ".deps/fhf_6.Tpo" \ -c -o fhf_6.lo `test -f 'fhf_6.c' || echo './'`fhf_6.c; \ then mv ".deps/fhf_6.Tpo" ".deps/fhf_6.Plo"; \ else rm -f ".deps/fhf_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_6.lo -MD -MP -MF .deps/fhf_6.Tpo -c fhf_6.c -o fhf_6.o echo timestamp > fhf_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_7.lo -MD -MP -MF ".deps/fhf_7.Tpo" \ -c -o fhf_7.lo `test -f 'fhf_7.c' || echo './'`fhf_7.c; \ then mv ".deps/fhf_7.Tpo" ".deps/fhf_7.Plo"; \ else rm -f ".deps/fhf_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_7.lo -MD -MP -MF .deps/fhf_7.Tpo -c fhf_7.c -o fhf_7.o echo timestamp > fhf_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_8.lo -MD -MP -MF ".deps/fhf_8.Tpo" \ -c -o fhf_8.lo `test -f 'fhf_8.c' || echo './'`fhf_8.c; \ then mv ".deps/fhf_8.Tpo" ".deps/fhf_8.Plo"; \ else rm -f ".deps/fhf_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_8.lo -MD -MP -MF .deps/fhf_8.Tpo -c fhf_8.c -o fhf_8.o echo timestamp > fhf_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_9.lo -MD -MP -MF ".deps/fhf_9.Tpo" \ -c -o fhf_9.lo `test -f 'fhf_9.c' || echo './'`fhf_9.c; \ then mv ".deps/fhf_9.Tpo" ".deps/fhf_9.Plo"; \ else rm -f ".deps/fhf_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_9.lo -MD -MP -MF .deps/fhf_9.Tpo -c fhf_9.c -o fhf_9.o echo timestamp > fhf_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_10.lo -MD -MP -MF ".deps/fhf_10.Tpo" \ -c -o fhf_10.lo `test -f 'fhf_10.c' || echo './'`fhf_10.c; \ then mv ".deps/fhf_10.Tpo" ".deps/fhf_10.Plo"; \ else rm -f ".deps/fhf_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_10.lo -MD -MP -MF .deps/fhf_10.Tpo -c fhf_10.c -o fhf_10.o echo timestamp > fhf_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_16.lo -MD -MP -MF ".deps/fhf_16.Tpo" \ -c -o fhf_16.lo `test -f 'fhf_16.c' || echo './'`fhf_16.c; \ then mv ".deps/fhf_16.Tpo" ".deps/fhf_16.Plo"; \ else rm -f ".deps/fhf_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_16.lo -MD -MP -MF .deps/fhf_16.Tpo -c fhf_16.c -o fhf_16.o echo timestamp > fhf_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_32.lo -MD -MP -MF ".deps/fhf_32.Tpo" \ -c -o fhf_32.lo `test -f 'fhf_32.c' || echo './'`fhf_32.c; \ then mv ".deps/fhf_32.Tpo" ".deps/fhf_32.Plo"; \ else rm -f ".deps/fhf_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_32.lo -MD -MP -MF .deps/fhf_32.Tpo -c fhf_32.c -o fhf_32.o echo timestamp > fhf_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_1.lo -MD -MP -MF ".deps/fcr_1.Tpo" \ -c -o fcr_1.lo `test -f 'fcr_1.c' || echo './'`fcr_1.c; \ then mv ".deps/fcr_1.Tpo" ".deps/fcr_1.Plo"; \ else rm -f ".deps/fcr_1.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_1.lo -MD -MP -MF .deps/fcr_1.Tpo -c fcr_1.c -o fcr_1.o echo timestamp > fcr_1.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_2.lo -MD -MP -MF ".deps/fcr_2.Tpo" \ -c -o fcr_2.lo `test -f 'fcr_2.c' || echo './'`fcr_2.c; \ then mv ".deps/fcr_2.Tpo" ".deps/fcr_2.Plo"; \ else rm -f ".deps/fcr_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_2.lo -MD -MP -MF .deps/fcr_2.Tpo -c fcr_2.c -o fcr_2.o echo timestamp > fcr_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_3.lo -MD -MP -MF ".deps/fcr_3.Tpo" \ -c -o fcr_3.lo `test -f 'fcr_3.c' || echo './'`fcr_3.c; \ then mv ".deps/fcr_3.Tpo" ".deps/fcr_3.Plo"; \ else rm -f ".deps/fcr_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_3.lo -MD -MP -MF .deps/fcr_3.Tpo -c fcr_3.c -o fcr_3.o echo timestamp > fcr_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_4.lo -MD -MP -MF ".deps/fcr_4.Tpo" \ -c -o fcr_4.lo `test -f 'fcr_4.c' || echo './'`fcr_4.c; \ then mv ".deps/fcr_4.Tpo" ".deps/fcr_4.Plo"; \ else rm -f ".deps/fcr_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_4.lo -MD -MP -MF .deps/fcr_4.Tpo -c fcr_4.c -o fcr_4.o echo timestamp > fcr_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_5.lo -MD -MP -MF ".deps/fcr_5.Tpo" \ -c -o fcr_5.lo `test -f 'fcr_5.c' || echo './'`fcr_5.c; \ then mv ".deps/fcr_5.Tpo" ".deps/fcr_5.Plo"; \ else rm -f ".deps/fcr_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_5.lo -MD -MP -MF .deps/fcr_5.Tpo -c fcr_5.c -o fcr_5.o echo timestamp > fcr_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_6.lo -MD -MP -MF ".deps/fcr_6.Tpo" \ -c -o fcr_6.lo `test -f 'fcr_6.c' || echo './'`fcr_6.c; \ then mv ".deps/fcr_6.Tpo" ".deps/fcr_6.Plo"; \ else rm -f ".deps/fcr_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_6.lo -MD -MP -MF .deps/fcr_6.Tpo -c fcr_6.c -o fcr_6.o echo timestamp > fcr_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_7.lo -MD -MP -MF ".deps/fcr_7.Tpo" \ -c -o fcr_7.lo `test -f 'fcr_7.c' || echo './'`fcr_7.c; \ then mv ".deps/fcr_7.Tpo" ".deps/fcr_7.Plo"; \ else rm -f ".deps/fcr_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_7.lo -MD -MP -MF .deps/fcr_7.Tpo -c fcr_7.c -o fcr_7.o echo timestamp > fcr_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_8.lo -MD -MP -MF ".deps/fcr_8.Tpo" \ -c -o fcr_8.lo `test -f 'fcr_8.c' || echo './'`fcr_8.c; \ then mv ".deps/fcr_8.Tpo" ".deps/fcr_8.Plo"; \ else rm -f ".deps/fcr_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_8.lo -MD -MP -MF .deps/fcr_8.Tpo -c fcr_8.c -o fcr_8.o echo timestamp > fcr_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_9.lo -MD -MP -MF ".deps/fcr_9.Tpo" \ -c -o fcr_9.lo `test -f 'fcr_9.c' || echo './'`fcr_9.c; \ then mv ".deps/fcr_9.Tpo" ".deps/fcr_9.Plo"; \ else rm -f ".deps/fcr_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_9.lo -MD -MP -MF .deps/fcr_9.Tpo -c fcr_9.c -o fcr_9.o echo timestamp > fcr_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_10.lo -MD -MP -MF ".deps/fcr_10.Tpo" \ -c -o fcr_10.lo `test -f 'fcr_10.c' || echo './'`fcr_10.c; \ then mv ".deps/fcr_10.Tpo" ".deps/fcr_10.Plo"; \ else rm -f ".deps/fcr_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_10.lo -MD -MP -MF .deps/fcr_10.Tpo -c fcr_10.c -o fcr_10.o echo timestamp > fcr_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_11.lo -MD -MP -MF ".deps/fcr_11.Tpo" \ -c -o fcr_11.lo `test -f 'fcr_11.c' || echo './'`fcr_11.c; \ then mv ".deps/fcr_11.Tpo" ".deps/fcr_11.Plo"; \ else rm -f ".deps/fcr_11.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_11.lo -MD -MP -MF .deps/fcr_11.Tpo -c fcr_11.c -o fcr_11.o echo timestamp > fcr_11.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_12.lo -MD -MP -MF ".deps/fcr_12.Tpo" \ -c -o fcr_12.lo `test -f 'fcr_12.c' || echo './'`fcr_12.c; \ then mv ".deps/fcr_12.Tpo" ".deps/fcr_12.Plo"; \ else rm -f ".deps/fcr_12.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_12.lo -MD -MP -MF .deps/fcr_12.Tpo -c fcr_12.c -o fcr_12.o echo timestamp > fcr_12.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_13.lo -MD -MP -MF ".deps/fcr_13.Tpo" \ -c -o fcr_13.lo `test -f 'fcr_13.c' || echo './'`fcr_13.c; \ then mv ".deps/fcr_13.Tpo" ".deps/fcr_13.Plo"; \ else rm -f ".deps/fcr_13.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_13.lo -MD -MP -MF .deps/fcr_13.Tpo -c fcr_13.c -o fcr_13.o echo timestamp > fcr_13.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_14.lo -MD -MP -MF ".deps/fcr_14.Tpo" \ -c -o fcr_14.lo `test -f 'fcr_14.c' || echo './'`fcr_14.c; \ then mv ".deps/fcr_14.Tpo" ".deps/fcr_14.Plo"; \ else rm -f ".deps/fcr_14.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_14.lo -MD -MP -MF .deps/fcr_14.Tpo -c fcr_14.c -o fcr_14.o echo timestamp > fcr_14.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_15.lo -MD -MP -MF ".deps/fcr_15.Tpo" \ -c -o fcr_15.lo `test -f 'fcr_15.c' || echo './'`fcr_15.c; \ then mv ".deps/fcr_15.Tpo" ".deps/fcr_15.Plo"; \ else rm -f ".deps/fcr_15.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_15.lo -MD -MP -MF .deps/fcr_15.Tpo -c fcr_15.c -o fcr_15.o echo timestamp > fcr_15.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_16.lo -MD -MP -MF ".deps/fcr_16.Tpo" \ -c -o fcr_16.lo `test -f 'fcr_16.c' || echo './'`fcr_16.c; \ then mv ".deps/fcr_16.Tpo" ".deps/fcr_16.Plo"; \ else rm -f ".deps/fcr_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_16.lo -MD -MP -MF .deps/fcr_16.Tpo -c fcr_16.c -o fcr_16.o echo timestamp > fcr_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_32.lo -MD -MP -MF ".deps/fcr_32.Tpo" \ -c -o fcr_32.lo `test -f 'fcr_32.c' || echo './'`fcr_32.c; \ then mv ".deps/fcr_32.Tpo" ".deps/fcr_32.Plo"; \ else rm -f ".deps/fcr_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_32.lo -MD -MP -MF .deps/fcr_32.Tpo -c fcr_32.c -o fcr_32.o echo timestamp > fcr_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_64.lo -MD -MP -MF ".deps/fcr_64.Tpo" \ -c -o fcr_64.lo `test -f 'fcr_64.c' || echo './'`fcr_64.c; \ then mv ".deps/fcr_64.Tpo" ".deps/fcr_64.Plo"; \ else rm -f ".deps/fcr_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_64.lo -MD -MP -MF .deps/fcr_64.Tpo -c fcr_64.c -o fcr_64.o echo timestamp > fcr_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_128.lo -MD -MP -MF ".deps/fcr_128.Tpo" \ -c -o fcr_128.lo `test -f 'fcr_128.c' || echo './'`fcr_128.c; \ then mv ".deps/fcr_128.Tpo" ".deps/fcr_128.Plo"; \ else rm -f ".deps/fcr_128.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_128.lo -MD -MP -MF .deps/fcr_128.Tpo -c fcr_128.c -o fcr_128.o echo timestamp > fcr_128.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_2.lo -MD -MP -MF ".deps/fhb_2.Tpo" \ -c -o fhb_2.lo `test -f 'fhb_2.c' || echo './'`fhb_2.c; \ then mv ".deps/fhb_2.Tpo" ".deps/fhb_2.Plo"; \ else rm -f ".deps/fhb_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_2.lo -MD -MP -MF .deps/fhb_2.Tpo -c fhb_2.c -o fhb_2.o echo timestamp > fhb_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_3.lo -MD -MP -MF ".deps/fhb_3.Tpo" \ -c -o fhb_3.lo `test -f 'fhb_3.c' || echo './'`fhb_3.c; \ then mv ".deps/fhb_3.Tpo" ".deps/fhb_3.Plo"; \ else rm -f ".deps/fhb_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_3.lo -MD -MP -MF .deps/fhb_3.Tpo -c fhb_3.c -o fhb_3.o echo timestamp > fhb_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_4.lo -MD -MP -MF ".deps/fhb_4.Tpo" \ -c -o fhb_4.lo `test -f 'fhb_4.c' || echo './'`fhb_4.c; \ then mv ".deps/fhb_4.Tpo" ".deps/fhb_4.Plo"; \ else rm -f ".deps/fhb_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_4.lo -MD -MP -MF .deps/fhb_4.Tpo -c fhb_4.c -o fhb_4.o echo timestamp > fhb_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_5.lo -MD -MP -MF ".deps/fhb_5.Tpo" \ -c -o fhb_5.lo `test -f 'fhb_5.c' || echo './'`fhb_5.c; \ then mv ".deps/fhb_5.Tpo" ".deps/fhb_5.Plo"; \ else rm -f ".deps/fhb_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_5.lo -MD -MP -MF .deps/fhb_5.Tpo -c fhb_5.c -o fhb_5.o echo timestamp > fhb_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_6.lo -MD -MP -MF ".deps/fhb_6.Tpo" \ -c -o fhb_6.lo `test -f 'fhb_6.c' || echo './'`fhb_6.c; \ then mv ".deps/fhb_6.Tpo" ".deps/fhb_6.Plo"; \ else rm -f ".deps/fhb_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_6.lo -MD -MP -MF .deps/fhb_6.Tpo -c fhb_6.c -o fhb_6.o echo timestamp > fhb_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_7.lo -MD -MP -MF ".deps/fhb_7.Tpo" \ -c -o fhb_7.lo `test -f 'fhb_7.c' || echo './'`fhb_7.c; \ then mv ".deps/fhb_7.Tpo" ".deps/fhb_7.Plo"; \ else rm -f ".deps/fhb_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_7.lo -MD -MP -MF .deps/fhb_7.Tpo -c fhb_7.c -o fhb_7.o echo timestamp > fhb_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_8.lo -MD -MP -MF ".deps/fhb_8.Tpo" \ -c -o fhb_8.lo `test -f 'fhb_8.c' || echo './'`fhb_8.c; \ then mv ".deps/fhb_8.Tpo" ".deps/fhb_8.Plo"; \ else rm -f ".deps/fhb_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_8.lo -MD -MP -MF .deps/fhb_8.Tpo -c fhb_8.c -o fhb_8.o echo timestamp > fhb_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_9.lo -MD -MP -MF ".deps/fhb_9.Tpo" \ -c -o fhb_9.lo `test -f 'fhb_9.c' || echo './'`fhb_9.c; \ then mv ".deps/fhb_9.Tpo" ".deps/fhb_9.Plo"; \ else rm -f ".deps/fhb_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_9.lo -MD -MP -MF .deps/fhb_9.Tpo -c fhb_9.c -o fhb_9.o echo timestamp > fhb_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_10.lo -MD -MP -MF ".deps/fhb_10.Tpo" \ -c -o fhb_10.lo `test -f 'fhb_10.c' || echo './'`fhb_10.c; \ then mv ".deps/fhb_10.Tpo" ".deps/fhb_10.Plo"; \ else rm -f ".deps/fhb_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_10.lo -MD -MP -MF .deps/fhb_10.Tpo -c fhb_10.c -o fhb_10.o echo timestamp > fhb_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_16.lo -MD -MP -MF ".deps/fhb_16.Tpo" \ -c -o fhb_16.lo `test -f 'fhb_16.c' || echo './'`fhb_16.c; \ then mv ".deps/fhb_16.Tpo" ".deps/fhb_16.Plo"; \ else rm -f ".deps/fhb_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_16.lo -MD -MP -MF .deps/fhb_16.Tpo -c fhb_16.c -o fhb_16.o echo timestamp > fhb_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_32.lo -MD -MP -MF ".deps/fhb_32.Tpo" \ -c -o fhb_32.lo `test -f 'fhb_32.c' || echo './'`fhb_32.c; \ then mv ".deps/fhb_32.Tpo" ".deps/fhb_32.Plo"; \ else rm -f ".deps/fhb_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_32.lo -MD -MP -MF .deps/fhb_32.Tpo -c fhb_32.c -o fhb_32.o echo timestamp > fhb_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rconfig.lo -MD -MP -MF ".deps/rconfig.Tpo" \ -c -o rconfig.lo `test -f 'rconfig.c' || echo './'`rconfig.c; \ then mv ".deps/rconfig.Tpo" ".deps/rconfig.Plo"; \ else rm -f ".deps/rconfig.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rconfig.lo -MD -MP -MF .deps/rconfig.Tpo -c rconfig.c -o rconfig.o echo timestamp > rconfig.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rplanner.lo -MD -MP -MF ".deps/rplanner.Tpo" \ -c -o rplanner.lo `test -f 'rplanner.c' || echo './'`rplanner.c; \ then mv ".deps/rplanner.Tpo" ".deps/rplanner.Plo"; \ else rm -f ".deps/rplanner.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rplanner.lo -MD -MP -MF .deps/rplanner.Tpo -c rplanner.c -o rplanner.o echo timestamp > rplanner.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rexec.lo -MD -MP -MF ".deps/rexec.Tpo" \ -c -o rexec.lo `test -f 'rexec.c' || echo './'`rexec.c; \ then mv ".deps/rexec.Tpo" ".deps/rexec.Plo"; \ else rm -f ".deps/rexec.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rexec.lo -MD -MP -MF .deps/rexec.Tpo -c rexec.c -o rexec.o echo timestamp > rexec.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rexec2.lo -MD -MP -MF ".deps/rexec2.Tpo" \ -c -o rexec2.lo `test -f 'rexec2.c' || echo './'`rexec2.c; \ then mv ".deps/rexec2.Tpo" ".deps/rexec2.Plo"; \ else rm -f ".deps/rexec2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rexec2.lo -MD -MP -MF .deps/rexec2.Tpo -c rexec2.c -o rexec2.o echo timestamp > rexec2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwnd.lo -MD -MP -MF ".deps/rfftwnd.Tpo" \ -c -o rfftwnd.lo `test -f 'rfftwnd.c' || echo './'`rfftwnd.c; \ then mv ".deps/rfftwnd.Tpo" ".deps/rfftwnd.Plo"; \ else rm -f ".deps/rfftwnd.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwnd.lo -MD -MP -MF .deps/rfftwnd.Tpo -c rfftwnd.c -o rfftwnd.o echo timestamp > rfftwnd.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rgeneric.lo -MD -MP -MF ".deps/rgeneric.Tpo" \ -c -o rgeneric.lo `test -f 'rgeneric.c' || echo './'`rgeneric.c; \ then mv ".deps/rgeneric.Tpo" ".deps/rgeneric.Plo"; \ else rm -f ".deps/rgeneric.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rgeneric.lo -MD -MP -MF .deps/rgeneric.Tpo -c rgeneric.c -o rgeneric.o echo timestamp > rgeneric.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwf77.lo -MD -MP -MF ".deps/rfftwf77.Tpo" \ -c -o rfftwf77.lo `test -f 'rfftwf77.c' || echo './'`rfftwf77.c; \ then mv ".deps/rfftwf77.Tpo" ".deps/rfftwf77.Plo"; \ else rm -f ".deps/rfftwf77.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwf77.lo -MD -MP -MF .deps/rfftwf77.Tpo -c rfftwf77.c -o rfftwf77.o echo timestamp > rfftwf77.lo /bin/sh ../libtool --mode=link cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o libdrfftw.la -rpath /home/astromake/opt/gadget/lib -version-info 2:7:0 frc_1.lo frc_2.lo frc_3.lo frc_4.lo frc_5.lo frc_6.lo frc_7.lo frc_8.lo frc_9.lo frc_10.lo frc_11.lo frc_12.lo frc_13.lo frc_14.lo frc_15.lo frc_16.lo frc_32.lo frc_64.lo frc_128.lo fhf_2.lo fhf_3.lo fhf_4.lo fhf_5.lo fhf_6.lo fhf_7.lo fhf_8.lo fhf_9.lo fhf_10.lo fhf_16.lo fhf_32.lo fcr_1.lo fcr_2.lo fcr_3.lo fcr_4.lo fcr_5.lo fcr_6.lo fcr_7.lo fcr_8.lo fcr_9.lo fcr_10.lo fcr_11.lo fcr_12.lo fcr_13.lo fcr_14.lo fcr_15.lo fcr_16.lo fcr_32.lo fcr_64.lo fcr_128.lo fhb_2.lo fhb_3.lo fhb_4.lo fhb_5.lo fhb_6.lo fhb_7.lo fhb_8.lo fhb_9.lo fhb_10.lo fhb_16.lo fhb_32.lo rconfig.lo rplanner.lo rexec.lo rexec2.lo rfftwnd.lo rgeneric.lo rfftwf77.lo -lm rm -fr .libs/libdrfftw.la .libs/libdrfftw.* .libs/libdrfftw.* ar cru .libs/libdrfftw.a frc_1.o frc_2.o frc_3.o frc_4.o frc_5.o frc_6.o frc_7.o frc_8.o frc_9.o frc_10.o frc_11.o frc_12.o frc_13.o frc_14.o frc_15.o frc_16.o frc_32.o frc_64.o frc_128.o fhf_2.o fhf_3.o fhf_4.o fhf_5.o fhf_6.o fhf_7.o fhf_8.o fhf_9.o fhf_10.o fhf_16.o fhf_32.o fcr_1.o fcr_2.o fcr_3.o fcr_4.o fcr_5.o fcr_6.o fcr_7.o fcr_8.o fcr_9.o fcr_10.o fcr_11.o fcr_12.o fcr_13.o fcr_14.o fcr_15.o fcr_16.o fcr_32.o fcr_64.o fcr_128.o fhb_2.o fhb_3.o fhb_4.o fhb_5.o fhb_6.o fhb_7.o fhb_8.o fhb_9.o fhb_10.o fhb_16.o fhb_32.o rconfig.o rplanner.o rexec.o rexec2.o rfftwnd.o rgeneric.o rfftwf77.o ranlib .libs/libdrfftw.a creating libdrfftw.la (cd .libs && rm -f libdrfftw.la && ln -s ../libdrfftw.la libdrfftw.la) rm -f drfftw.h sed 's/\"fftw/\"dfftw/g;s/\"rfftw/\"drfftw/g' ./rfftw.h > drfftw.h make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' Making all in tests make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' if cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I./../rfftw -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_test.o -MD -MP -MF ".deps/fftw_test.Tpo" \ -c -o fftw_test.o `test -f 'fftw_test.c' || echo './'`fftw_test.c; \ then mv ".deps/fftw_test.Tpo" ".deps/fftw_test.Po"; \ else rm -f ".deps/fftw_test.Tpo"; exit 1; \ fi if cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I./../rfftw -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT test_main.o -MD -MP -MF ".deps/test_main.Tpo" \ -c -o test_main.o `test -f 'test_main.c' || echo './'`test_main.c; \ then mv ".deps/test_main.Tpo" ".deps/test_main.Po"; \ else rm -f ".deps/test_main.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o fftw_test fftw_test.o test_main.o ../fftw/libdfftw.la -lm cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o fftw_test fftw_test.o test_main.o ../fftw/.libs/libdfftw.a -lm if cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I./../rfftw -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftw_test.o -MD -MP -MF ".deps/rfftw_test.Tpo" \ -c -o rfftw_test.o `test -f 'rfftw_test.c' || echo './'`rfftw_test.c; \ then mv ".deps/rfftw_test.Tpo" ".deps/rfftw_test.Po"; \ else rm -f ".deps/rfftw_test.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o rfftw_test rfftw_test.o test_main.o ../rfftw/libdrfftw.la ../fftw/libdfftw.la -lm cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o rfftw_test rfftw_test.o test_main.o ../rfftw/.libs/libdrfftw.a ../fftw/.libs/libdfftw.a -lm make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' Making all in doc make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' Making all in threads make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' Making all in mpi make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT sched.lo -MD -MP -MF ".deps/sched.Tpo" \ -c -o sched.lo `test -f 'sched.c' || echo './'`sched.c; \ then mv ".deps/sched.Tpo" ".deps/sched.Plo"; \ else rm -f ".deps/sched.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT sched.lo -MD -MP -MF .deps/sched.Tpo -c sched.c -o sched.o echo timestamp > sched.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT TOMS_transpose.lo -MD -MP -MF ".deps/TOMS_transpose.Tpo" \ -c -o TOMS_transpose.lo `test -f 'TOMS_transpose.c' || echo './'`TOMS_transpose.c; \ then mv ".deps/TOMS_transpose.Tpo" ".deps/TOMS_transpose.Plo"; \ else rm -f ".deps/TOMS_transpose.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT TOMS_transpose.lo -MD -MP -MF .deps/TOMS_transpose.Tpo -c TOMS_transpose.c -o TOMS_transpose.o echo timestamp > TOMS_transpose.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT transpose_mpi.lo -MD -MP -MF ".deps/transpose_mpi.Tpo" \ -c -o transpose_mpi.lo `test -f 'transpose_mpi.c' || echo './'`transpose_mpi.c; \ then mv ".deps/transpose_mpi.Tpo" ".deps/transpose_mpi.Plo"; \ else rm -f ".deps/transpose_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT transpose_mpi.lo -MD -MP -MF .deps/transpose_mpi.Tpo -c transpose_mpi.c -o transpose_mpi.o echo timestamp > transpose_mpi.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwnd_mpi.lo -MD -MP -MF ".deps/fftwnd_mpi.Tpo" \ -c -o fftwnd_mpi.lo `test -f 'fftwnd_mpi.c' || echo './'`fftwnd_mpi.c; \ then mv ".deps/fftwnd_mpi.Tpo" ".deps/fftwnd_mpi.Plo"; \ else rm -f ".deps/fftwnd_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwnd_mpi.lo -MD -MP -MF .deps/fftwnd_mpi.Tpo -c fftwnd_mpi.c -o fftwnd_mpi.o echo timestamp > fftwnd_mpi.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_mpi.lo -MD -MP -MF ".deps/fftw_mpi.Tpo" \ -c -o fftw_mpi.lo `test -f 'fftw_mpi.c' || echo './'`fftw_mpi.c; \ then mv ".deps/fftw_mpi.Tpo" ".deps/fftw_mpi.Plo"; \ else rm -f ".deps/fftw_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_mpi.lo -MD -MP -MF .deps/fftw_mpi.Tpo -c fftw_mpi.c -o fftw_mpi.o echo timestamp > fftw_mpi.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_f77_mpi.lo -MD -MP -MF ".deps/fftw_f77_mpi.Tpo" \ -c -o fftw_f77_mpi.lo `test -f 'fftw_f77_mpi.c' || echo './'`fftw_f77_mpi.c; \ then mv ".deps/fftw_f77_mpi.Tpo" ".deps/fftw_f77_mpi.Plo"; \ else rm -f ".deps/fftw_f77_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_f77_mpi.lo -MD -MP -MF .deps/fftw_f77_mpi.Tpo -c fftw_f77_mpi.c -o fftw_f77_mpi.o fftw_f77_mpi.c: In function 'fftw_f77_mpi_create_plan__': fftw_f77_mpi.c:35: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast fftw_f77_mpi.c: In function 'fftwnd_f77_mpi_create_plan__': fftw_f77_mpi.c:71: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast fftw_f77_mpi.c: In function 'fftw2d_f77_mpi_create_plan__': fftw_f77_mpi.c:81: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast fftw_f77_mpi.c: In function 'fftw3d_f77_mpi_create_plan__': fftw_f77_mpi.c:90: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast echo timestamp > fftw_f77_mpi.lo /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o libdfftw_mpi.la -version-info 2:7:0 -rpath /home/astromake/opt/gadget/lib sched.lo TOMS_transpose.lo transpose_mpi.lo fftwnd_mpi.lo fftw_mpi.lo fftw_f77_mpi.lo -lm rm -fr .libs/libdfftw_mpi.la .libs/libdfftw_mpi.* .libs/libdfftw_mpi.* ar cru .libs/libdfftw_mpi.a sched.o TOMS_transpose.o transpose_mpi.o fftwnd_mpi.o fftw_mpi.o fftw_f77_mpi.o ranlib .libs/libdfftw_mpi.a creating libdfftw_mpi.la (cd .libs && rm -f libdfftw_mpi.la && ln -s ../libdfftw_mpi.la libdfftw_mpi.la) if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwnd_mpi.lo -MD -MP -MF ".deps/rfftwnd_mpi.Tpo" \ -c -o rfftwnd_mpi.lo `test -f 'rfftwnd_mpi.c' || echo './'`rfftwnd_mpi.c; \ then mv ".deps/rfftwnd_mpi.Tpo" ".deps/rfftwnd_mpi.Plo"; \ else rm -f ".deps/rfftwnd_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwnd_mpi.lo -MD -MP -MF .deps/rfftwnd_mpi.Tpo -c rfftwnd_mpi.c -o rfftwnd_mpi.o echo timestamp > rfftwnd_mpi.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftw_f77_mpi.lo -MD -MP -MF ".deps/rfftw_f77_mpi.Tpo" \ -c -o rfftw_f77_mpi.lo `test -f 'rfftw_f77_mpi.c' || echo './'`rfftw_f77_mpi.c; \ then mv ".deps/rfftw_f77_mpi.Tpo" ".deps/rfftw_f77_mpi.Plo"; \ else rm -f ".deps/rfftw_f77_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftw_f77_mpi.lo -MD -MP -MF .deps/rfftw_f77_mpi.Tpo -c rfftw_f77_mpi.c -o rfftw_f77_mpi.o rfftw_f77_mpi.c: In function 'rfftwnd_f77_mpi_create_plan__': rfftw_f77_mpi.c:39: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast rfftw_f77_mpi.c: In function 'rfftw2d_f77_mpi_create_plan__': rfftw_f77_mpi.c:49: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast rfftw_f77_mpi.c: In function 'rfftw3d_f77_mpi_create_plan__': rfftw_f77_mpi.c:58: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast echo timestamp > rfftw_f77_mpi.lo /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o libdrfftw_mpi.la -version-info 2:7:0 -rpath /home/astromake/opt/gadget/lib rfftwnd_mpi.lo rfftw_f77_mpi.lo -lm rm -fr .libs/libdrfftw_mpi.la .libs/libdrfftw_mpi.* .libs/libdrfftw_mpi.* ar cru .libs/libdrfftw_mpi.a rfftwnd_mpi.o rfftw_f77_mpi.o ranlib .libs/libdrfftw_mpi.a creating libdrfftw_mpi.la (cd .libs && rm -f libdrfftw_mpi.la && ln -s ../libdrfftw_mpi.la libdrfftw_mpi.la) /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o test_sched test_sched.o libdfftw_mpi.la ../fftw/libdfftw.la -lm mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o test_sched test_sched.o ./.libs/libdfftw_mpi.a ../fftw/.libs/libdfftw.a -lm if mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT test_transpose_mpi.o -MD -MP -MF ".deps/test_transpose_mpi.Tpo" \ -c -o test_transpose_mpi.o `test -f 'test_transpose_mpi.c' || echo './'`test_transpose_mpi.c; \ then mv ".deps/test_transpose_mpi.Tpo" ".deps/test_transpose_mpi.Po"; \ else rm -f ".deps/test_transpose_mpi.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o test_transpose_mpi test_transpose_mpi.o libdfftw_mpi.la ../fftw/libdfftw.la -lm mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o test_transpose_mpi test_transpose_mpi.o ./.libs/libdfftw_mpi.a ../fftw/.libs/libdfftw.a -lm if mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_mpi_test.o -MD -MP -MF ".deps/fftw_mpi_test.Tpo" \ -c -o fftw_mpi_test.o `test -f 'fftw_mpi_test.c' || echo './'`fftw_mpi_test.c; \ then mv ".deps/fftw_mpi_test.Tpo" ".deps/fftw_mpi_test.Po"; \ else rm -f ".deps/fftw_mpi_test.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o fftw_mpi_test fftw_mpi_test.o ../tests/test_main.o libdfftw_mpi.la ../fftw/libdfftw.la -lm mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o fftw_mpi_test fftw_mpi_test.o ../tests/test_main.o ./.libs/libdfftw_mpi.a ../fftw/.libs/libdfftw.a -lm if mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftw_mpi_test.o -MD -MP -MF ".deps/rfftw_mpi_test.Tpo" \ -c -o rfftw_mpi_test.o `test -f 'rfftw_mpi_test.c' || echo './'`rfftw_mpi_test.c; \ then mv ".deps/rfftw_mpi_test.Tpo" ".deps/rfftw_mpi_test.Po"; \ else rm -f ".deps/rfftw_mpi_test.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o rfftw_mpi_test rfftw_mpi_test.o ../tests/test_main.o libdrfftw_mpi.la libdfftw_mpi.la ../rfftw/libdrfftw.la ../fftw/libdfftw.la -lm mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o rfftw_mpi_test rfftw_mpi_test.o ../tests/test_main.o ./.libs/libdrfftw_mpi.a ./.libs/libdfftw_mpi.a ../rfftw/.libs/libdrfftw.a ../fftw/.libs/libdfftw.a -lm rm -f dfftw_mpi.h sed 's/\"fftw/\"dfftw/g;s/\"rfftw/\"drfftw/g' ./fftw_mpi.h > dfftw_mpi.h rm -f drfftw_mpi.h sed 's/\"fftw/\"dfftw/g;s/\"rfftw/\"drfftw/g' ./rfftw_mpi.h > drfftw_mpi.h make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5' Making install in fftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/lib /bin/sh ../libtool --mode=install /usr/bin/install -c libdfftw.la /home/astromake/opt/gadget/lib/libdfftw.la /usr/bin/install -c .libs/libdfftw.lai /home/astromake/opt/gadget/lib/libdfftw.la /usr/bin/install -c .libs/libdfftw.a /home/astromake/opt/gadget/lib/libdfftw.a ranlib /home/astromake/opt/gadget/lib/libdfftw.a chmod 644 /home/astromake/opt/gadget/lib/libdfftw.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/include /usr/bin/install -c -m 644 dfftw.h /home/astromake/opt/gadget/include/dfftw.h make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' Making install in rfftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/lib /bin/sh ../libtool --mode=install /usr/bin/install -c libdrfftw.la /home/astromake/opt/gadget/lib/libdrfftw.la /usr/bin/install -c .libs/libdrfftw.lai /home/astromake/opt/gadget/lib/libdrfftw.la /usr/bin/install -c .libs/libdrfftw.a /home/astromake/opt/gadget/lib/libdrfftw.a ranlib /home/astromake/opt/gadget/lib/libdrfftw.a chmod 644 /home/astromake/opt/gadget/lib/libdrfftw.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/include /usr/bin/install -c -m 644 drfftw.h /home/astromake/opt/gadget/include/drfftw.h make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' Making install in tests make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' Making install in doc make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' make[2]: Nothing to be done for `install-exec-am'. /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/info /usr/bin/install -c -m 644 ./fftw.info /home/astromake/opt/gadget/info/fftw.info /usr/bin/install -c -m 644 ./fftw.info-1 /home/astromake/opt/gadget/info/fftw.info-1 /usr/bin/install -c -m 644 ./fftw.info-2 /home/astromake/opt/gadget/info/fftw.info-2 /usr/bin/install -c -m 644 ./fftw.info-3 /home/astromake/opt/gadget/info/fftw.info-3 /usr/bin/install -c -m 644 ./fftw.info-4 /home/astromake/opt/gadget/info/fftw.info-4 /usr/bin/install -c -m 644 ./fftw.info-5 /home/astromake/opt/gadget/info/fftw.info-5 install-info --info-dir=/home/astromake/opt/gadget/info /home/astromake/opt/gadget/info/fftw.info install-info: warning: no info dir entry in `/home/astromake/opt/gadget/info/fftw.info' make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' Making install in threads make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/lib /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/include make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' Making install in mpi make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/lib /bin/sh ../libtool --mode=install /usr/bin/install -c libdfftw_mpi.la /home/astromake/opt/gadget/lib/libdfftw_mpi.la /usr/bin/install -c .libs/libdfftw_mpi.lai /home/astromake/opt/gadget/lib/libdfftw_mpi.la /usr/bin/install -c .libs/libdfftw_mpi.a /home/astromake/opt/gadget/lib/libdfftw_mpi.a ranlib /home/astromake/opt/gadget/lib/libdfftw_mpi.a chmod 644 /home/astromake/opt/gadget/lib/libdfftw_mpi.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../libtool --mode=install /usr/bin/install -c libdrfftw_mpi.la /home/astromake/opt/gadget/lib/libdrfftw_mpi.la /usr/bin/install -c .libs/libdrfftw_mpi.lai /home/astromake/opt/gadget/lib/libdrfftw_mpi.la /usr/bin/install -c .libs/libdrfftw_mpi.a /home/astromake/opt/gadget/lib/libdrfftw_mpi.a ranlib /home/astromake/opt/gadget/lib/libdrfftw_mpi.a chmod 644 /home/astromake/opt/gadget/lib/libdrfftw_mpi.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/include /usr/bin/install -c -m 644 dfftw_mpi.h /home/astromake/opt/gadget/include/dfftw_mpi.h /usr/bin/install -c -m 644 drfftw_mpi.h /home/astromake/opt/gadget/include/drfftw_mpi.h make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5' Making clean in mpi make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' test -z "dfftw_mpi.h drfftw_mpi.h" || rm -f dfftw_mpi.h drfftw_mpi.h test -z "libdfftw_mpi.la libdrfftw_mpi.la" || rm -f libdfftw_mpi.la libdrfftw_mpi.la rm -f "./so_locations" rm -f "./so_locations" rm -rf .libs _libs rm -f test_sched test_sched rm -f test_transpose_mpi test_transpose_mpi rm -f fftw_mpi_test fftw_mpi_test rm -f rfftw_mpi_test rfftw_mpi_test rm -f *.o core *.core rm -f *.lo make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' Making clean in threads make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' test -z "dfftw_threads.h drfftw_threads.h" || rm -f dfftw_threads.h drfftw_threads.h test -z "" || rm -f rm -rf .libs _libs rm -f *.o core *.core rm -f *.lo make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' Making clean in doc make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' rm -rf .libs _libs rm -f *.html rm -f fftw.aux fftw.cp fftw.cps fftw.ct fftw.fc fftw.ff fftw.fn fftw.fns \ fftw.fp fftw.ky fftw.kys fftw.log fftw.pg fftw.tmp fftw.toc \ fftw.tp fftw.vr fftw.dvi fftw.pdf fftw.ps rm -f *.lo rm -f vti.tmp make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' Making clean in tests make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' rm -rf .libs _libs rm -f fftw_test fftw_test rm -f rfftw_test rfftw_test rm -f *.o core *.core rm -f *.lo make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' Making clean in rfftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' test -z "drfftw.h" || rm -f drfftw.h test -z "libdrfftw.la" || rm -f libdrfftw.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o core *.core rm -f *.lo make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' Making clean in fftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' test -z "dfftw.h" || rm -f dfftw.h test -z "libdfftw.la" || rm -f libdfftw.la rm -f "./so_locations" rm -rf .libs _libs rm -f *.o core *.core rm -f *.lo make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' Making clean in . make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5' rm -rf .libs _libs rm -f *.lo make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5' 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 type prefix for installed files... s checking for vendor's cc to be used instead of gcc... checking for cc... cc checking for C compiler default output... 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 cc accepts -g... yes checking for cc option to accept ANSI C... none needed checking for style of include used by make... GNU checking dependency style of cc... gcc3 checking whether we are using gcc 2.90 or later... yes checking for a BSD-compatible install... /usr/bin/install -c checking whether make sets $(MAKE)... (cached) yes checking for ranlib... ranlib checking whether ln -s works... yes checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu 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 for a sed that does not truncate output... /bin/sed checking how to recognise dependent libraries... pass_all checking command to parse /usr/bin/nm -B output... ok checking how to run the C preprocessor... cc -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 dlfcn.h usability... yes checking dlfcn.h presence... yes checking for dlfcn.h... yes checking for ranlib... (cached) ranlib checking for strip... strip checking for objdir... .libs checking for cc option to produce PIC... -fPIC checking if cc PIC flag -fPIC works... yes checking if cc static flag -static works... yes checking if cc supports -c -o file.o... yes checking if cc supports -c -o file.lo... yes checking if cc supports -fno-rtti -fno-exceptions... yes checking whether the linker (/usr/bin/ld) supports shared libraries... yes checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking dynamic linker characteristics... GNU/Linux ld.so checking if libtool supports shared libraries... yes checking whether to build shared libraries... no checking whether to build static libraries... yes creating libtool checking for perl... perl checking for g77... g77 checking whether we are using the GNU Fortran 77 compiler... yes checking whether g77 accepts -g... yes checking how to get verbose linking output from g77... -v checking for Fortran 77 libraries... -L/usr/lib/gcc/i386-redhat-linux/3.4.6 -L/usr/lib/gcc/i386-redhat-linux/3.4.6/../../.. -lfrtbegin -lg2c -lm -lgcc_s checking for dummy main to link with Fortran 77 libraries... none checking for Fortran 77 name-mangling scheme... lower case, underscore, extra underscore ******************************************************* * Congratulations! You are running linux. * ******************************************************* checking whether cc accepts -malign-double... yes checking whether cc accepts -fstrict-aliasing... yes checking whether cc accepts -mcpu=pentiumpro... no checking whether cc accepts -mpentiumpro... no checking whether cc accepts -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing... yes checking whether cc accepts -mpreferred-stack-boundary=4... yes checking whether the stack is correctly aligned by gcc... yes checking for sqrt in -lm... yes checking for ANSI C header files... (cached) yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking malloc.h usability... yes checking malloc.h presence... yes checking for malloc.h... yes checking for an ANSI C-conforming const... yes checking for size_t... yes checking whether time.h and sys/time.h may both be included... yes checking for working alloca.h... yes checking for alloca... yes checking for gettimeofday... yes checking for BSDgettimeofday... no checking for gethrtime... no checking for getopt... yes checking for getopt_long... yes checking for isnan... yes checking for hrtime_t... no checking for int... yes checking size of int... 4 checking for long long... yes checking size of long long... 8 checking whether cc accepts "-fkeep-programmers-inline"... no checking whether cc accepts "-vomit-frame-pointer"... no checking for mpicc... mpicc checking for MPI_Init... yes checking for mpi.h... yes checking for MPI_Comm_f2c... yes configure: creating ./config.status config.status: creating fftw/Makefile config.status: creating tests/Makefile config.status: creating rfftw/Makefile config.status: creating doc/Makefile config.status: creating Makefile config.status: creating threads/Makefile config.status: creating mpi/Makefile config.status: creating fftw.spec config.status: creating fftw/config.h config.status: fftw/config.h is unchanged config.status: creating fftw/fftw.h config.status: executing depfiles commands Making all in fftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' make all-am make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_1.lo -MD -MP -MF ".deps/fn_1.Tpo" \ -c -o fn_1.lo `test -f 'fn_1.c' || echo './'`fn_1.c; \ then mv ".deps/fn_1.Tpo" ".deps/fn_1.Plo"; \ else rm -f ".deps/fn_1.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_1.lo -MD -MP -MF .deps/fn_1.Tpo -c fn_1.c -o fn_1.o echo timestamp > fn_1.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_2.lo -MD -MP -MF ".deps/fn_2.Tpo" \ -c -o fn_2.lo `test -f 'fn_2.c' || echo './'`fn_2.c; \ then mv ".deps/fn_2.Tpo" ".deps/fn_2.Plo"; \ else rm -f ".deps/fn_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_2.lo -MD -MP -MF .deps/fn_2.Tpo -c fn_2.c -o fn_2.o echo timestamp > fn_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_3.lo -MD -MP -MF ".deps/fn_3.Tpo" \ -c -o fn_3.lo `test -f 'fn_3.c' || echo './'`fn_3.c; \ then mv ".deps/fn_3.Tpo" ".deps/fn_3.Plo"; \ else rm -f ".deps/fn_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_3.lo -MD -MP -MF .deps/fn_3.Tpo -c fn_3.c -o fn_3.o echo timestamp > fn_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_4.lo -MD -MP -MF ".deps/fn_4.Tpo" \ -c -o fn_4.lo `test -f 'fn_4.c' || echo './'`fn_4.c; \ then mv ".deps/fn_4.Tpo" ".deps/fn_4.Plo"; \ else rm -f ".deps/fn_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_4.lo -MD -MP -MF .deps/fn_4.Tpo -c fn_4.c -o fn_4.o echo timestamp > fn_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_5.lo -MD -MP -MF ".deps/fn_5.Tpo" \ -c -o fn_5.lo `test -f 'fn_5.c' || echo './'`fn_5.c; \ then mv ".deps/fn_5.Tpo" ".deps/fn_5.Plo"; \ else rm -f ".deps/fn_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_5.lo -MD -MP -MF .deps/fn_5.Tpo -c fn_5.c -o fn_5.o echo timestamp > fn_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_6.lo -MD -MP -MF ".deps/fn_6.Tpo" \ -c -o fn_6.lo `test -f 'fn_6.c' || echo './'`fn_6.c; \ then mv ".deps/fn_6.Tpo" ".deps/fn_6.Plo"; \ else rm -f ".deps/fn_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_6.lo -MD -MP -MF .deps/fn_6.Tpo -c fn_6.c -o fn_6.o echo timestamp > fn_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_7.lo -MD -MP -MF ".deps/fn_7.Tpo" \ -c -o fn_7.lo `test -f 'fn_7.c' || echo './'`fn_7.c; \ then mv ".deps/fn_7.Tpo" ".deps/fn_7.Plo"; \ else rm -f ".deps/fn_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_7.lo -MD -MP -MF .deps/fn_7.Tpo -c fn_7.c -o fn_7.o echo timestamp > fn_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_8.lo -MD -MP -MF ".deps/fn_8.Tpo" \ -c -o fn_8.lo `test -f 'fn_8.c' || echo './'`fn_8.c; \ then mv ".deps/fn_8.Tpo" ".deps/fn_8.Plo"; \ else rm -f ".deps/fn_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_8.lo -MD -MP -MF .deps/fn_8.Tpo -c fn_8.c -o fn_8.o echo timestamp > fn_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_9.lo -MD -MP -MF ".deps/fn_9.Tpo" \ -c -o fn_9.lo `test -f 'fn_9.c' || echo './'`fn_9.c; \ then mv ".deps/fn_9.Tpo" ".deps/fn_9.Plo"; \ else rm -f ".deps/fn_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_9.lo -MD -MP -MF .deps/fn_9.Tpo -c fn_9.c -o fn_9.o echo timestamp > fn_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_10.lo -MD -MP -MF ".deps/fn_10.Tpo" \ -c -o fn_10.lo `test -f 'fn_10.c' || echo './'`fn_10.c; \ then mv ".deps/fn_10.Tpo" ".deps/fn_10.Plo"; \ else rm -f ".deps/fn_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_10.lo -MD -MP -MF .deps/fn_10.Tpo -c fn_10.c -o fn_10.o echo timestamp > fn_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_11.lo -MD -MP -MF ".deps/fn_11.Tpo" \ -c -o fn_11.lo `test -f 'fn_11.c' || echo './'`fn_11.c; \ then mv ".deps/fn_11.Tpo" ".deps/fn_11.Plo"; \ else rm -f ".deps/fn_11.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_11.lo -MD -MP -MF .deps/fn_11.Tpo -c fn_11.c -o fn_11.o echo timestamp > fn_11.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_12.lo -MD -MP -MF ".deps/fn_12.Tpo" \ -c -o fn_12.lo `test -f 'fn_12.c' || echo './'`fn_12.c; \ then mv ".deps/fn_12.Tpo" ".deps/fn_12.Plo"; \ else rm -f ".deps/fn_12.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_12.lo -MD -MP -MF .deps/fn_12.Tpo -c fn_12.c -o fn_12.o echo timestamp > fn_12.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_13.lo -MD -MP -MF ".deps/fn_13.Tpo" \ -c -o fn_13.lo `test -f 'fn_13.c' || echo './'`fn_13.c; \ then mv ".deps/fn_13.Tpo" ".deps/fn_13.Plo"; \ else rm -f ".deps/fn_13.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_13.lo -MD -MP -MF .deps/fn_13.Tpo -c fn_13.c -o fn_13.o echo timestamp > fn_13.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_14.lo -MD -MP -MF ".deps/fn_14.Tpo" \ -c -o fn_14.lo `test -f 'fn_14.c' || echo './'`fn_14.c; \ then mv ".deps/fn_14.Tpo" ".deps/fn_14.Plo"; \ else rm -f ".deps/fn_14.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_14.lo -MD -MP -MF .deps/fn_14.Tpo -c fn_14.c -o fn_14.o echo timestamp > fn_14.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_15.lo -MD -MP -MF ".deps/fn_15.Tpo" \ -c -o fn_15.lo `test -f 'fn_15.c' || echo './'`fn_15.c; \ then mv ".deps/fn_15.Tpo" ".deps/fn_15.Plo"; \ else rm -f ".deps/fn_15.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_15.lo -MD -MP -MF .deps/fn_15.Tpo -c fn_15.c -o fn_15.o echo timestamp > fn_15.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_16.lo -MD -MP -MF ".deps/fn_16.Tpo" \ -c -o fn_16.lo `test -f 'fn_16.c' || echo './'`fn_16.c; \ then mv ".deps/fn_16.Tpo" ".deps/fn_16.Plo"; \ else rm -f ".deps/fn_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_16.lo -MD -MP -MF .deps/fn_16.Tpo -c fn_16.c -o fn_16.o echo timestamp > fn_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_32.lo -MD -MP -MF ".deps/fn_32.Tpo" \ -c -o fn_32.lo `test -f 'fn_32.c' || echo './'`fn_32.c; \ then mv ".deps/fn_32.Tpo" ".deps/fn_32.Plo"; \ else rm -f ".deps/fn_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_32.lo -MD -MP -MF .deps/fn_32.Tpo -c fn_32.c -o fn_32.o echo timestamp > fn_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_64.lo -MD -MP -MF ".deps/fn_64.Tpo" \ -c -o fn_64.lo `test -f 'fn_64.c' || echo './'`fn_64.c; \ then mv ".deps/fn_64.Tpo" ".deps/fn_64.Plo"; \ else rm -f ".deps/fn_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fn_64.lo -MD -MP -MF .deps/fn_64.Tpo -c fn_64.c -o fn_64.o echo timestamp > fn_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_2.lo -MD -MP -MF ".deps/ftw_2.Tpo" \ -c -o ftw_2.lo `test -f 'ftw_2.c' || echo './'`ftw_2.c; \ then mv ".deps/ftw_2.Tpo" ".deps/ftw_2.Plo"; \ else rm -f ".deps/ftw_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_2.lo -MD -MP -MF .deps/ftw_2.Tpo -c ftw_2.c -o ftw_2.o echo timestamp > ftw_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_3.lo -MD -MP -MF ".deps/ftw_3.Tpo" \ -c -o ftw_3.lo `test -f 'ftw_3.c' || echo './'`ftw_3.c; \ then mv ".deps/ftw_3.Tpo" ".deps/ftw_3.Plo"; \ else rm -f ".deps/ftw_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_3.lo -MD -MP -MF .deps/ftw_3.Tpo -c ftw_3.c -o ftw_3.o echo timestamp > ftw_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_4.lo -MD -MP -MF ".deps/ftw_4.Tpo" \ -c -o ftw_4.lo `test -f 'ftw_4.c' || echo './'`ftw_4.c; \ then mv ".deps/ftw_4.Tpo" ".deps/ftw_4.Plo"; \ else rm -f ".deps/ftw_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_4.lo -MD -MP -MF .deps/ftw_4.Tpo -c ftw_4.c -o ftw_4.o echo timestamp > ftw_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_5.lo -MD -MP -MF ".deps/ftw_5.Tpo" \ -c -o ftw_5.lo `test -f 'ftw_5.c' || echo './'`ftw_5.c; \ then mv ".deps/ftw_5.Tpo" ".deps/ftw_5.Plo"; \ else rm -f ".deps/ftw_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_5.lo -MD -MP -MF .deps/ftw_5.Tpo -c ftw_5.c -o ftw_5.o echo timestamp > ftw_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_6.lo -MD -MP -MF ".deps/ftw_6.Tpo" \ -c -o ftw_6.lo `test -f 'ftw_6.c' || echo './'`ftw_6.c; \ then mv ".deps/ftw_6.Tpo" ".deps/ftw_6.Plo"; \ else rm -f ".deps/ftw_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_6.lo -MD -MP -MF .deps/ftw_6.Tpo -c ftw_6.c -o ftw_6.o echo timestamp > ftw_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_7.lo -MD -MP -MF ".deps/ftw_7.Tpo" \ -c -o ftw_7.lo `test -f 'ftw_7.c' || echo './'`ftw_7.c; \ then mv ".deps/ftw_7.Tpo" ".deps/ftw_7.Plo"; \ else rm -f ".deps/ftw_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_7.lo -MD -MP -MF .deps/ftw_7.Tpo -c ftw_7.c -o ftw_7.o echo timestamp > ftw_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_8.lo -MD -MP -MF ".deps/ftw_8.Tpo" \ -c -o ftw_8.lo `test -f 'ftw_8.c' || echo './'`ftw_8.c; \ then mv ".deps/ftw_8.Tpo" ".deps/ftw_8.Plo"; \ else rm -f ".deps/ftw_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_8.lo -MD -MP -MF .deps/ftw_8.Tpo -c ftw_8.c -o ftw_8.o echo timestamp > ftw_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_9.lo -MD -MP -MF ".deps/ftw_9.Tpo" \ -c -o ftw_9.lo `test -f 'ftw_9.c' || echo './'`ftw_9.c; \ then mv ".deps/ftw_9.Tpo" ".deps/ftw_9.Plo"; \ else rm -f ".deps/ftw_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_9.lo -MD -MP -MF .deps/ftw_9.Tpo -c ftw_9.c -o ftw_9.o echo timestamp > ftw_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_10.lo -MD -MP -MF ".deps/ftw_10.Tpo" \ -c -o ftw_10.lo `test -f 'ftw_10.c' || echo './'`ftw_10.c; \ then mv ".deps/ftw_10.Tpo" ".deps/ftw_10.Plo"; \ else rm -f ".deps/ftw_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_10.lo -MD -MP -MF .deps/ftw_10.Tpo -c ftw_10.c -o ftw_10.o echo timestamp > ftw_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_16.lo -MD -MP -MF ".deps/ftw_16.Tpo" \ -c -o ftw_16.lo `test -f 'ftw_16.c' || echo './'`ftw_16.c; \ then mv ".deps/ftw_16.Tpo" ".deps/ftw_16.Plo"; \ else rm -f ".deps/ftw_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_16.lo -MD -MP -MF .deps/ftw_16.Tpo -c ftw_16.c -o ftw_16.o echo timestamp > ftw_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_32.lo -MD -MP -MF ".deps/ftw_32.Tpo" \ -c -o ftw_32.lo `test -f 'ftw_32.c' || echo './'`ftw_32.c; \ then mv ".deps/ftw_32.Tpo" ".deps/ftw_32.Plo"; \ else rm -f ".deps/ftw_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_32.lo -MD -MP -MF .deps/ftw_32.Tpo -c ftw_32.c -o ftw_32.o echo timestamp > ftw_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_64.lo -MD -MP -MF ".deps/ftw_64.Tpo" \ -c -o ftw_64.lo `test -f 'ftw_64.c' || echo './'`ftw_64.c; \ then mv ".deps/ftw_64.Tpo" ".deps/ftw_64.Plo"; \ else rm -f ".deps/ftw_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftw_64.lo -MD -MP -MF .deps/ftw_64.Tpo -c ftw_64.c -o ftw_64.o echo timestamp > ftw_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_1.lo -MD -MP -MF ".deps/fni_1.Tpo" \ -c -o fni_1.lo `test -f 'fni_1.c' || echo './'`fni_1.c; \ then mv ".deps/fni_1.Tpo" ".deps/fni_1.Plo"; \ else rm -f ".deps/fni_1.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_1.lo -MD -MP -MF .deps/fni_1.Tpo -c fni_1.c -o fni_1.o echo timestamp > fni_1.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_2.lo -MD -MP -MF ".deps/fni_2.Tpo" \ -c -o fni_2.lo `test -f 'fni_2.c' || echo './'`fni_2.c; \ then mv ".deps/fni_2.Tpo" ".deps/fni_2.Plo"; \ else rm -f ".deps/fni_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_2.lo -MD -MP -MF .deps/fni_2.Tpo -c fni_2.c -o fni_2.o echo timestamp > fni_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_3.lo -MD -MP -MF ".deps/fni_3.Tpo" \ -c -o fni_3.lo `test -f 'fni_3.c' || echo './'`fni_3.c; \ then mv ".deps/fni_3.Tpo" ".deps/fni_3.Plo"; \ else rm -f ".deps/fni_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_3.lo -MD -MP -MF .deps/fni_3.Tpo -c fni_3.c -o fni_3.o echo timestamp > fni_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_4.lo -MD -MP -MF ".deps/fni_4.Tpo" \ -c -o fni_4.lo `test -f 'fni_4.c' || echo './'`fni_4.c; \ then mv ".deps/fni_4.Tpo" ".deps/fni_4.Plo"; \ else rm -f ".deps/fni_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_4.lo -MD -MP -MF .deps/fni_4.Tpo -c fni_4.c -o fni_4.o echo timestamp > fni_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_5.lo -MD -MP -MF ".deps/fni_5.Tpo" \ -c -o fni_5.lo `test -f 'fni_5.c' || echo './'`fni_5.c; \ then mv ".deps/fni_5.Tpo" ".deps/fni_5.Plo"; \ else rm -f ".deps/fni_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_5.lo -MD -MP -MF .deps/fni_5.Tpo -c fni_5.c -o fni_5.o echo timestamp > fni_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_6.lo -MD -MP -MF ".deps/fni_6.Tpo" \ -c -o fni_6.lo `test -f 'fni_6.c' || echo './'`fni_6.c; \ then mv ".deps/fni_6.Tpo" ".deps/fni_6.Plo"; \ else rm -f ".deps/fni_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_6.lo -MD -MP -MF .deps/fni_6.Tpo -c fni_6.c -o fni_6.o echo timestamp > fni_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_7.lo -MD -MP -MF ".deps/fni_7.Tpo" \ -c -o fni_7.lo `test -f 'fni_7.c' || echo './'`fni_7.c; \ then mv ".deps/fni_7.Tpo" ".deps/fni_7.Plo"; \ else rm -f ".deps/fni_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_7.lo -MD -MP -MF .deps/fni_7.Tpo -c fni_7.c -o fni_7.o echo timestamp > fni_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_8.lo -MD -MP -MF ".deps/fni_8.Tpo" \ -c -o fni_8.lo `test -f 'fni_8.c' || echo './'`fni_8.c; \ then mv ".deps/fni_8.Tpo" ".deps/fni_8.Plo"; \ else rm -f ".deps/fni_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_8.lo -MD -MP -MF .deps/fni_8.Tpo -c fni_8.c -o fni_8.o echo timestamp > fni_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_9.lo -MD -MP -MF ".deps/fni_9.Tpo" \ -c -o fni_9.lo `test -f 'fni_9.c' || echo './'`fni_9.c; \ then mv ".deps/fni_9.Tpo" ".deps/fni_9.Plo"; \ else rm -f ".deps/fni_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_9.lo -MD -MP -MF .deps/fni_9.Tpo -c fni_9.c -o fni_9.o echo timestamp > fni_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_10.lo -MD -MP -MF ".deps/fni_10.Tpo" \ -c -o fni_10.lo `test -f 'fni_10.c' || echo './'`fni_10.c; \ then mv ".deps/fni_10.Tpo" ".deps/fni_10.Plo"; \ else rm -f ".deps/fni_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_10.lo -MD -MP -MF .deps/fni_10.Tpo -c fni_10.c -o fni_10.o echo timestamp > fni_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_11.lo -MD -MP -MF ".deps/fni_11.Tpo" \ -c -o fni_11.lo `test -f 'fni_11.c' || echo './'`fni_11.c; \ then mv ".deps/fni_11.Tpo" ".deps/fni_11.Plo"; \ else rm -f ".deps/fni_11.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_11.lo -MD -MP -MF .deps/fni_11.Tpo -c fni_11.c -o fni_11.o echo timestamp > fni_11.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_12.lo -MD -MP -MF ".deps/fni_12.Tpo" \ -c -o fni_12.lo `test -f 'fni_12.c' || echo './'`fni_12.c; \ then mv ".deps/fni_12.Tpo" ".deps/fni_12.Plo"; \ else rm -f ".deps/fni_12.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_12.lo -MD -MP -MF .deps/fni_12.Tpo -c fni_12.c -o fni_12.o echo timestamp > fni_12.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_13.lo -MD -MP -MF ".deps/fni_13.Tpo" \ -c -o fni_13.lo `test -f 'fni_13.c' || echo './'`fni_13.c; \ then mv ".deps/fni_13.Tpo" ".deps/fni_13.Plo"; \ else rm -f ".deps/fni_13.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_13.lo -MD -MP -MF .deps/fni_13.Tpo -c fni_13.c -o fni_13.o echo timestamp > fni_13.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_14.lo -MD -MP -MF ".deps/fni_14.Tpo" \ -c -o fni_14.lo `test -f 'fni_14.c' || echo './'`fni_14.c; \ then mv ".deps/fni_14.Tpo" ".deps/fni_14.Plo"; \ else rm -f ".deps/fni_14.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_14.lo -MD -MP -MF .deps/fni_14.Tpo -c fni_14.c -o fni_14.o echo timestamp > fni_14.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_15.lo -MD -MP -MF ".deps/fni_15.Tpo" \ -c -o fni_15.lo `test -f 'fni_15.c' || echo './'`fni_15.c; \ then mv ".deps/fni_15.Tpo" ".deps/fni_15.Plo"; \ else rm -f ".deps/fni_15.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_15.lo -MD -MP -MF .deps/fni_15.Tpo -c fni_15.c -o fni_15.o echo timestamp > fni_15.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_16.lo -MD -MP -MF ".deps/fni_16.Tpo" \ -c -o fni_16.lo `test -f 'fni_16.c' || echo './'`fni_16.c; \ then mv ".deps/fni_16.Tpo" ".deps/fni_16.Plo"; \ else rm -f ".deps/fni_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_16.lo -MD -MP -MF .deps/fni_16.Tpo -c fni_16.c -o fni_16.o echo timestamp > fni_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_32.lo -MD -MP -MF ".deps/fni_32.Tpo" \ -c -o fni_32.lo `test -f 'fni_32.c' || echo './'`fni_32.c; \ then mv ".deps/fni_32.Tpo" ".deps/fni_32.Plo"; \ else rm -f ".deps/fni_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_32.lo -MD -MP -MF .deps/fni_32.Tpo -c fni_32.c -o fni_32.o echo timestamp > fni_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_64.lo -MD -MP -MF ".deps/fni_64.Tpo" \ -c -o fni_64.lo `test -f 'fni_64.c' || echo './'`fni_64.c; \ then mv ".deps/fni_64.Tpo" ".deps/fni_64.Plo"; \ else rm -f ".deps/fni_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fni_64.lo -MD -MP -MF .deps/fni_64.Tpo -c fni_64.c -o fni_64.o echo timestamp > fni_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_2.lo -MD -MP -MF ".deps/ftwi_2.Tpo" \ -c -o ftwi_2.lo `test -f 'ftwi_2.c' || echo './'`ftwi_2.c; \ then mv ".deps/ftwi_2.Tpo" ".deps/ftwi_2.Plo"; \ else rm -f ".deps/ftwi_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_2.lo -MD -MP -MF .deps/ftwi_2.Tpo -c ftwi_2.c -o ftwi_2.o echo timestamp > ftwi_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_3.lo -MD -MP -MF ".deps/ftwi_3.Tpo" \ -c -o ftwi_3.lo `test -f 'ftwi_3.c' || echo './'`ftwi_3.c; \ then mv ".deps/ftwi_3.Tpo" ".deps/ftwi_3.Plo"; \ else rm -f ".deps/ftwi_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_3.lo -MD -MP -MF .deps/ftwi_3.Tpo -c ftwi_3.c -o ftwi_3.o echo timestamp > ftwi_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_4.lo -MD -MP -MF ".deps/ftwi_4.Tpo" \ -c -o ftwi_4.lo `test -f 'ftwi_4.c' || echo './'`ftwi_4.c; \ then mv ".deps/ftwi_4.Tpo" ".deps/ftwi_4.Plo"; \ else rm -f ".deps/ftwi_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_4.lo -MD -MP -MF .deps/ftwi_4.Tpo -c ftwi_4.c -o ftwi_4.o echo timestamp > ftwi_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_5.lo -MD -MP -MF ".deps/ftwi_5.Tpo" \ -c -o ftwi_5.lo `test -f 'ftwi_5.c' || echo './'`ftwi_5.c; \ then mv ".deps/ftwi_5.Tpo" ".deps/ftwi_5.Plo"; \ else rm -f ".deps/ftwi_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_5.lo -MD -MP -MF .deps/ftwi_5.Tpo -c ftwi_5.c -o ftwi_5.o echo timestamp > ftwi_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_6.lo -MD -MP -MF ".deps/ftwi_6.Tpo" \ -c -o ftwi_6.lo `test -f 'ftwi_6.c' || echo './'`ftwi_6.c; \ then mv ".deps/ftwi_6.Tpo" ".deps/ftwi_6.Plo"; \ else rm -f ".deps/ftwi_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_6.lo -MD -MP -MF .deps/ftwi_6.Tpo -c ftwi_6.c -o ftwi_6.o echo timestamp > ftwi_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_7.lo -MD -MP -MF ".deps/ftwi_7.Tpo" \ -c -o ftwi_7.lo `test -f 'ftwi_7.c' || echo './'`ftwi_7.c; \ then mv ".deps/ftwi_7.Tpo" ".deps/ftwi_7.Plo"; \ else rm -f ".deps/ftwi_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_7.lo -MD -MP -MF .deps/ftwi_7.Tpo -c ftwi_7.c -o ftwi_7.o echo timestamp > ftwi_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_8.lo -MD -MP -MF ".deps/ftwi_8.Tpo" \ -c -o ftwi_8.lo `test -f 'ftwi_8.c' || echo './'`ftwi_8.c; \ then mv ".deps/ftwi_8.Tpo" ".deps/ftwi_8.Plo"; \ else rm -f ".deps/ftwi_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_8.lo -MD -MP -MF .deps/ftwi_8.Tpo -c ftwi_8.c -o ftwi_8.o echo timestamp > ftwi_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_9.lo -MD -MP -MF ".deps/ftwi_9.Tpo" \ -c -o ftwi_9.lo `test -f 'ftwi_9.c' || echo './'`ftwi_9.c; \ then mv ".deps/ftwi_9.Tpo" ".deps/ftwi_9.Plo"; \ else rm -f ".deps/ftwi_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_9.lo -MD -MP -MF .deps/ftwi_9.Tpo -c ftwi_9.c -o ftwi_9.o echo timestamp > ftwi_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_10.lo -MD -MP -MF ".deps/ftwi_10.Tpo" \ -c -o ftwi_10.lo `test -f 'ftwi_10.c' || echo './'`ftwi_10.c; \ then mv ".deps/ftwi_10.Tpo" ".deps/ftwi_10.Plo"; \ else rm -f ".deps/ftwi_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_10.lo -MD -MP -MF .deps/ftwi_10.Tpo -c ftwi_10.c -o ftwi_10.o echo timestamp > ftwi_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_16.lo -MD -MP -MF ".deps/ftwi_16.Tpo" \ -c -o ftwi_16.lo `test -f 'ftwi_16.c' || echo './'`ftwi_16.c; \ then mv ".deps/ftwi_16.Tpo" ".deps/ftwi_16.Plo"; \ else rm -f ".deps/ftwi_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_16.lo -MD -MP -MF .deps/ftwi_16.Tpo -c ftwi_16.c -o ftwi_16.o echo timestamp > ftwi_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_32.lo -MD -MP -MF ".deps/ftwi_32.Tpo" \ -c -o ftwi_32.lo `test -f 'ftwi_32.c' || echo './'`ftwi_32.c; \ then mv ".deps/ftwi_32.Tpo" ".deps/ftwi_32.Plo"; \ else rm -f ".deps/ftwi_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_32.lo -MD -MP -MF .deps/ftwi_32.Tpo -c ftwi_32.c -o ftwi_32.o echo timestamp > ftwi_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_64.lo -MD -MP -MF ".deps/ftwi_64.Tpo" \ -c -o ftwi_64.lo `test -f 'ftwi_64.c' || echo './'`ftwi_64.c; \ then mv ".deps/ftwi_64.Tpo" ".deps/ftwi_64.Plo"; \ else rm -f ".deps/ftwi_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT ftwi_64.lo -MD -MP -MF .deps/ftwi_64.Tpo -c ftwi_64.c -o ftwi_64.o echo timestamp > ftwi_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT timer.lo -MD -MP -MF ".deps/timer.Tpo" \ -c -o timer.lo `test -f 'timer.c' || echo './'`timer.c; \ then mv ".deps/timer.Tpo" ".deps/timer.Plo"; \ else rm -f ".deps/timer.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT timer.lo -MD -MP -MF .deps/timer.Tpo -c timer.c -o timer.o echo timestamp > timer.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT config.lo -MD -MP -MF ".deps/config.Tpo" \ -c -o config.lo `test -f 'config.c' || echo './'`config.c; \ then mv ".deps/config.Tpo" ".deps/config.Plo"; \ else rm -f ".deps/config.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT config.lo -MD -MP -MF .deps/config.Tpo -c config.c -o config.o echo timestamp > config.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT planner.lo -MD -MP -MF ".deps/planner.Tpo" \ -c -o planner.lo `test -f 'planner.c' || echo './'`planner.c; \ then mv ".deps/planner.Tpo" ".deps/planner.Plo"; \ else rm -f ".deps/planner.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT planner.lo -MD -MP -MF .deps/planner.Tpo -c planner.c -o planner.o echo timestamp > planner.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT twiddle.lo -MD -MP -MF ".deps/twiddle.Tpo" \ -c -o twiddle.lo `test -f 'twiddle.c' || echo './'`twiddle.c; \ then mv ".deps/twiddle.Tpo" ".deps/twiddle.Plo"; \ else rm -f ".deps/twiddle.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT twiddle.lo -MD -MP -MF .deps/twiddle.Tpo -c twiddle.c -o twiddle.o echo timestamp > twiddle.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT executor.lo -MD -MP -MF ".deps/executor.Tpo" \ -c -o executor.lo `test -f 'executor.c' || echo './'`executor.c; \ then mv ".deps/executor.Tpo" ".deps/executor.Plo"; \ else rm -f ".deps/executor.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT executor.lo -MD -MP -MF .deps/executor.Tpo -c executor.c -o executor.o echo timestamp > executor.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT generic.lo -MD -MP -MF ".deps/generic.Tpo" \ -c -o generic.lo `test -f 'generic.c' || echo './'`generic.c; \ then mv ".deps/generic.Tpo" ".deps/generic.Plo"; \ else rm -f ".deps/generic.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT generic.lo -MD -MP -MF .deps/generic.Tpo -c generic.c -o generic.o echo timestamp > generic.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwnd.lo -MD -MP -MF ".deps/fftwnd.Tpo" \ -c -o fftwnd.lo `test -f 'fftwnd.c' || echo './'`fftwnd.c; \ then mv ".deps/fftwnd.Tpo" ".deps/fftwnd.Plo"; \ else rm -f ".deps/fftwnd.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwnd.lo -MD -MP -MF .deps/fftwnd.Tpo -c fftwnd.c -o fftwnd.o echo timestamp > fftwnd.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT malloc.lo -MD -MP -MF ".deps/malloc.Tpo" \ -c -o malloc.lo `test -f 'malloc.c' || echo './'`malloc.c; \ then mv ".deps/malloc.Tpo" ".deps/malloc.Plo"; \ else rm -f ".deps/malloc.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT malloc.lo -MD -MP -MF .deps/malloc.Tpo -c malloc.c -o malloc.o echo timestamp > malloc.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT wisdom.lo -MD -MP -MF ".deps/wisdom.Tpo" \ -c -o wisdom.lo `test -f 'wisdom.c' || echo './'`wisdom.c; \ then mv ".deps/wisdom.Tpo" ".deps/wisdom.Plo"; \ else rm -f ".deps/wisdom.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT wisdom.lo -MD -MP -MF .deps/wisdom.Tpo -c wisdom.c -o wisdom.o echo timestamp > wisdom.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT wisdomio.lo -MD -MP -MF ".deps/wisdomio.Tpo" \ -c -o wisdomio.lo `test -f 'wisdomio.c' || echo './'`wisdomio.c; \ then mv ".deps/wisdomio.Tpo" ".deps/wisdomio.Plo"; \ else rm -f ".deps/wisdomio.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT wisdomio.lo -MD -MP -MF .deps/wisdomio.Tpo -c wisdomio.c -o wisdomio.o echo timestamp > wisdomio.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT putils.lo -MD -MP -MF ".deps/putils.Tpo" \ -c -o putils.lo `test -f 'putils.c' || echo './'`putils.c; \ then mv ".deps/putils.Tpo" ".deps/putils.Plo"; \ else rm -f ".deps/putils.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT putils.lo -MD -MP -MF .deps/putils.Tpo -c putils.c -o putils.o echo timestamp > putils.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rader.lo -MD -MP -MF ".deps/rader.Tpo" \ -c -o rader.lo `test -f 'rader.c' || echo './'`rader.c; \ then mv ".deps/rader.Tpo" ".deps/rader.Plo"; \ else rm -f ".deps/rader.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rader.lo -MD -MP -MF .deps/rader.Tpo -c rader.c -o rader.o echo timestamp > rader.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwf77.lo -MD -MP -MF ".deps/fftwf77.Tpo" \ -c -o fftwf77.lo `test -f 'fftwf77.c' || echo './'`fftwf77.c; \ then mv ".deps/fftwf77.Tpo" ".deps/fftwf77.Plo"; \ else rm -f ".deps/fftwf77.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I. -I. -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwf77.lo -MD -MP -MF .deps/fftwf77.Tpo -c fftwf77.c -o fftwf77.o echo timestamp > fftwf77.lo /bin/sh ../libtool --mode=link cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o libsfftw.la -rpath /home/astromake/opt/gadget/lib -version-info 2:7:0 fn_1.lo fn_2.lo fn_3.lo fn_4.lo fn_5.lo fn_6.lo fn_7.lo fn_8.lo fn_9.lo fn_10.lo fn_11.lo fn_12.lo fn_13.lo fn_14.lo fn_15.lo fn_16.lo fn_32.lo fn_64.lo ftw_2.lo ftw_3.lo ftw_4.lo ftw_5.lo ftw_6.lo ftw_7.lo ftw_8.lo ftw_9.lo ftw_10.lo ftw_16.lo ftw_32.lo ftw_64.lo fni_1.lo fni_2.lo fni_3.lo fni_4.lo fni_5.lo fni_6.lo fni_7.lo fni_8.lo fni_9.lo fni_10.lo fni_11.lo fni_12.lo fni_13.lo fni_14.lo fni_15.lo fni_16.lo fni_32.lo fni_64.lo ftwi_2.lo ftwi_3.lo ftwi_4.lo ftwi_5.lo ftwi_6.lo ftwi_7.lo ftwi_8.lo ftwi_9.lo ftwi_10.lo ftwi_16.lo ftwi_32.lo ftwi_64.lo timer.lo config.lo planner.lo twiddle.lo executor.lo generic.lo fftwnd.lo malloc.lo wisdom.lo wisdomio.lo putils.lo rader.lo fftwf77.lo -lm mkdir .libs rm -fr .libs/libsfftw.la .libs/libsfftw.* .libs/libsfftw.* ar cru .libs/libsfftw.a fn_1.o fn_2.o fn_3.o fn_4.o fn_5.o fn_6.o fn_7.o fn_8.o fn_9.o fn_10.o fn_11.o fn_12.o fn_13.o fn_14.o fn_15.o fn_16.o fn_32.o fn_64.o ftw_2.o ftw_3.o ftw_4.o ftw_5.o ftw_6.o ftw_7.o ftw_8.o ftw_9.o ftw_10.o ftw_16.o ftw_32.o ftw_64.o fni_1.o fni_2.o fni_3.o fni_4.o fni_5.o fni_6.o fni_7.o fni_8.o fni_9.o fni_10.o fni_11.o fni_12.o fni_13.o fni_14.o fni_15.o fni_16.o fni_32.o fni_64.o ftwi_2.o ftwi_3.o ftwi_4.o ftwi_5.o ftwi_6.o ftwi_7.o ftwi_8.o ftwi_9.o ftwi_10.o ftwi_16.o ftwi_32.o ftwi_64.o timer.o config.o planner.o twiddle.o executor.o generic.o fftwnd.o malloc.o wisdom.o wisdomio.o putils.o rader.o fftwf77.o ranlib .libs/libsfftw.a creating libsfftw.la (cd .libs && rm -f libsfftw.la && ln -s ../libsfftw.la libsfftw.la) rm -f sfftw.h sed 's/\"fftw/\"sfftw/g;s/\"rfftw/\"srfftw/g' ./fftw.h > sfftw.h make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' Making all in rfftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_1.lo -MD -MP -MF ".deps/frc_1.Tpo" \ -c -o frc_1.lo `test -f 'frc_1.c' || echo './'`frc_1.c; \ then mv ".deps/frc_1.Tpo" ".deps/frc_1.Plo"; \ else rm -f ".deps/frc_1.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_1.lo -MD -MP -MF .deps/frc_1.Tpo -c frc_1.c -o frc_1.o echo timestamp > frc_1.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_2.lo -MD -MP -MF ".deps/frc_2.Tpo" \ -c -o frc_2.lo `test -f 'frc_2.c' || echo './'`frc_2.c; \ then mv ".deps/frc_2.Tpo" ".deps/frc_2.Plo"; \ else rm -f ".deps/frc_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_2.lo -MD -MP -MF .deps/frc_2.Tpo -c frc_2.c -o frc_2.o echo timestamp > frc_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_3.lo -MD -MP -MF ".deps/frc_3.Tpo" \ -c -o frc_3.lo `test -f 'frc_3.c' || echo './'`frc_3.c; \ then mv ".deps/frc_3.Tpo" ".deps/frc_3.Plo"; \ else rm -f ".deps/frc_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_3.lo -MD -MP -MF .deps/frc_3.Tpo -c frc_3.c -o frc_3.o echo timestamp > frc_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_4.lo -MD -MP -MF ".deps/frc_4.Tpo" \ -c -o frc_4.lo `test -f 'frc_4.c' || echo './'`frc_4.c; \ then mv ".deps/frc_4.Tpo" ".deps/frc_4.Plo"; \ else rm -f ".deps/frc_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_4.lo -MD -MP -MF .deps/frc_4.Tpo -c frc_4.c -o frc_4.o echo timestamp > frc_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_5.lo -MD -MP -MF ".deps/frc_5.Tpo" \ -c -o frc_5.lo `test -f 'frc_5.c' || echo './'`frc_5.c; \ then mv ".deps/frc_5.Tpo" ".deps/frc_5.Plo"; \ else rm -f ".deps/frc_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_5.lo -MD -MP -MF .deps/frc_5.Tpo -c frc_5.c -o frc_5.o echo timestamp > frc_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_6.lo -MD -MP -MF ".deps/frc_6.Tpo" \ -c -o frc_6.lo `test -f 'frc_6.c' || echo './'`frc_6.c; \ then mv ".deps/frc_6.Tpo" ".deps/frc_6.Plo"; \ else rm -f ".deps/frc_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_6.lo -MD -MP -MF .deps/frc_6.Tpo -c frc_6.c -o frc_6.o echo timestamp > frc_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_7.lo -MD -MP -MF ".deps/frc_7.Tpo" \ -c -o frc_7.lo `test -f 'frc_7.c' || echo './'`frc_7.c; \ then mv ".deps/frc_7.Tpo" ".deps/frc_7.Plo"; \ else rm -f ".deps/frc_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_7.lo -MD -MP -MF .deps/frc_7.Tpo -c frc_7.c -o frc_7.o echo timestamp > frc_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_8.lo -MD -MP -MF ".deps/frc_8.Tpo" \ -c -o frc_8.lo `test -f 'frc_8.c' || echo './'`frc_8.c; \ then mv ".deps/frc_8.Tpo" ".deps/frc_8.Plo"; \ else rm -f ".deps/frc_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_8.lo -MD -MP -MF .deps/frc_8.Tpo -c frc_8.c -o frc_8.o echo timestamp > frc_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_9.lo -MD -MP -MF ".deps/frc_9.Tpo" \ -c -o frc_9.lo `test -f 'frc_9.c' || echo './'`frc_9.c; \ then mv ".deps/frc_9.Tpo" ".deps/frc_9.Plo"; \ else rm -f ".deps/frc_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_9.lo -MD -MP -MF .deps/frc_9.Tpo -c frc_9.c -o frc_9.o echo timestamp > frc_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_10.lo -MD -MP -MF ".deps/frc_10.Tpo" \ -c -o frc_10.lo `test -f 'frc_10.c' || echo './'`frc_10.c; \ then mv ".deps/frc_10.Tpo" ".deps/frc_10.Plo"; \ else rm -f ".deps/frc_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_10.lo -MD -MP -MF .deps/frc_10.Tpo -c frc_10.c -o frc_10.o echo timestamp > frc_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_11.lo -MD -MP -MF ".deps/frc_11.Tpo" \ -c -o frc_11.lo `test -f 'frc_11.c' || echo './'`frc_11.c; \ then mv ".deps/frc_11.Tpo" ".deps/frc_11.Plo"; \ else rm -f ".deps/frc_11.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_11.lo -MD -MP -MF .deps/frc_11.Tpo -c frc_11.c -o frc_11.o echo timestamp > frc_11.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_12.lo -MD -MP -MF ".deps/frc_12.Tpo" \ -c -o frc_12.lo `test -f 'frc_12.c' || echo './'`frc_12.c; \ then mv ".deps/frc_12.Tpo" ".deps/frc_12.Plo"; \ else rm -f ".deps/frc_12.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_12.lo -MD -MP -MF .deps/frc_12.Tpo -c frc_12.c -o frc_12.o echo timestamp > frc_12.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_13.lo -MD -MP -MF ".deps/frc_13.Tpo" \ -c -o frc_13.lo `test -f 'frc_13.c' || echo './'`frc_13.c; \ then mv ".deps/frc_13.Tpo" ".deps/frc_13.Plo"; \ else rm -f ".deps/frc_13.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_13.lo -MD -MP -MF .deps/frc_13.Tpo -c frc_13.c -o frc_13.o echo timestamp > frc_13.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_14.lo -MD -MP -MF ".deps/frc_14.Tpo" \ -c -o frc_14.lo `test -f 'frc_14.c' || echo './'`frc_14.c; \ then mv ".deps/frc_14.Tpo" ".deps/frc_14.Plo"; \ else rm -f ".deps/frc_14.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_14.lo -MD -MP -MF .deps/frc_14.Tpo -c frc_14.c -o frc_14.o echo timestamp > frc_14.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_15.lo -MD -MP -MF ".deps/frc_15.Tpo" \ -c -o frc_15.lo `test -f 'frc_15.c' || echo './'`frc_15.c; \ then mv ".deps/frc_15.Tpo" ".deps/frc_15.Plo"; \ else rm -f ".deps/frc_15.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_15.lo -MD -MP -MF .deps/frc_15.Tpo -c frc_15.c -o frc_15.o echo timestamp > frc_15.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_16.lo -MD -MP -MF ".deps/frc_16.Tpo" \ -c -o frc_16.lo `test -f 'frc_16.c' || echo './'`frc_16.c; \ then mv ".deps/frc_16.Tpo" ".deps/frc_16.Plo"; \ else rm -f ".deps/frc_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_16.lo -MD -MP -MF .deps/frc_16.Tpo -c frc_16.c -o frc_16.o echo timestamp > frc_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_32.lo -MD -MP -MF ".deps/frc_32.Tpo" \ -c -o frc_32.lo `test -f 'frc_32.c' || echo './'`frc_32.c; \ then mv ".deps/frc_32.Tpo" ".deps/frc_32.Plo"; \ else rm -f ".deps/frc_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_32.lo -MD -MP -MF .deps/frc_32.Tpo -c frc_32.c -o frc_32.o echo timestamp > frc_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_64.lo -MD -MP -MF ".deps/frc_64.Tpo" \ -c -o frc_64.lo `test -f 'frc_64.c' || echo './'`frc_64.c; \ then mv ".deps/frc_64.Tpo" ".deps/frc_64.Plo"; \ else rm -f ".deps/frc_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_64.lo -MD -MP -MF .deps/frc_64.Tpo -c frc_64.c -o frc_64.o echo timestamp > frc_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_128.lo -MD -MP -MF ".deps/frc_128.Tpo" \ -c -o frc_128.lo `test -f 'frc_128.c' || echo './'`frc_128.c; \ then mv ".deps/frc_128.Tpo" ".deps/frc_128.Plo"; \ else rm -f ".deps/frc_128.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT frc_128.lo -MD -MP -MF .deps/frc_128.Tpo -c frc_128.c -o frc_128.o echo timestamp > frc_128.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_2.lo -MD -MP -MF ".deps/fhf_2.Tpo" \ -c -o fhf_2.lo `test -f 'fhf_2.c' || echo './'`fhf_2.c; \ then mv ".deps/fhf_2.Tpo" ".deps/fhf_2.Plo"; \ else rm -f ".deps/fhf_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_2.lo -MD -MP -MF .deps/fhf_2.Tpo -c fhf_2.c -o fhf_2.o echo timestamp > fhf_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_3.lo -MD -MP -MF ".deps/fhf_3.Tpo" \ -c -o fhf_3.lo `test -f 'fhf_3.c' || echo './'`fhf_3.c; \ then mv ".deps/fhf_3.Tpo" ".deps/fhf_3.Plo"; \ else rm -f ".deps/fhf_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_3.lo -MD -MP -MF .deps/fhf_3.Tpo -c fhf_3.c -o fhf_3.o echo timestamp > fhf_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_4.lo -MD -MP -MF ".deps/fhf_4.Tpo" \ -c -o fhf_4.lo `test -f 'fhf_4.c' || echo './'`fhf_4.c; \ then mv ".deps/fhf_4.Tpo" ".deps/fhf_4.Plo"; \ else rm -f ".deps/fhf_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_4.lo -MD -MP -MF .deps/fhf_4.Tpo -c fhf_4.c -o fhf_4.o echo timestamp > fhf_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_5.lo -MD -MP -MF ".deps/fhf_5.Tpo" \ -c -o fhf_5.lo `test -f 'fhf_5.c' || echo './'`fhf_5.c; \ then mv ".deps/fhf_5.Tpo" ".deps/fhf_5.Plo"; \ else rm -f ".deps/fhf_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_5.lo -MD -MP -MF .deps/fhf_5.Tpo -c fhf_5.c -o fhf_5.o echo timestamp > fhf_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_6.lo -MD -MP -MF ".deps/fhf_6.Tpo" \ -c -o fhf_6.lo `test -f 'fhf_6.c' || echo './'`fhf_6.c; \ then mv ".deps/fhf_6.Tpo" ".deps/fhf_6.Plo"; \ else rm -f ".deps/fhf_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_6.lo -MD -MP -MF .deps/fhf_6.Tpo -c fhf_6.c -o fhf_6.o echo timestamp > fhf_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_7.lo -MD -MP -MF ".deps/fhf_7.Tpo" \ -c -o fhf_7.lo `test -f 'fhf_7.c' || echo './'`fhf_7.c; \ then mv ".deps/fhf_7.Tpo" ".deps/fhf_7.Plo"; \ else rm -f ".deps/fhf_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_7.lo -MD -MP -MF .deps/fhf_7.Tpo -c fhf_7.c -o fhf_7.o echo timestamp > fhf_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_8.lo -MD -MP -MF ".deps/fhf_8.Tpo" \ -c -o fhf_8.lo `test -f 'fhf_8.c' || echo './'`fhf_8.c; \ then mv ".deps/fhf_8.Tpo" ".deps/fhf_8.Plo"; \ else rm -f ".deps/fhf_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_8.lo -MD -MP -MF .deps/fhf_8.Tpo -c fhf_8.c -o fhf_8.o echo timestamp > fhf_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_9.lo -MD -MP -MF ".deps/fhf_9.Tpo" \ -c -o fhf_9.lo `test -f 'fhf_9.c' || echo './'`fhf_9.c; \ then mv ".deps/fhf_9.Tpo" ".deps/fhf_9.Plo"; \ else rm -f ".deps/fhf_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_9.lo -MD -MP -MF .deps/fhf_9.Tpo -c fhf_9.c -o fhf_9.o echo timestamp > fhf_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_10.lo -MD -MP -MF ".deps/fhf_10.Tpo" \ -c -o fhf_10.lo `test -f 'fhf_10.c' || echo './'`fhf_10.c; \ then mv ".deps/fhf_10.Tpo" ".deps/fhf_10.Plo"; \ else rm -f ".deps/fhf_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_10.lo -MD -MP -MF .deps/fhf_10.Tpo -c fhf_10.c -o fhf_10.o echo timestamp > fhf_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_16.lo -MD -MP -MF ".deps/fhf_16.Tpo" \ -c -o fhf_16.lo `test -f 'fhf_16.c' || echo './'`fhf_16.c; \ then mv ".deps/fhf_16.Tpo" ".deps/fhf_16.Plo"; \ else rm -f ".deps/fhf_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_16.lo -MD -MP -MF .deps/fhf_16.Tpo -c fhf_16.c -o fhf_16.o echo timestamp > fhf_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_32.lo -MD -MP -MF ".deps/fhf_32.Tpo" \ -c -o fhf_32.lo `test -f 'fhf_32.c' || echo './'`fhf_32.c; \ then mv ".deps/fhf_32.Tpo" ".deps/fhf_32.Plo"; \ else rm -f ".deps/fhf_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhf_32.lo -MD -MP -MF .deps/fhf_32.Tpo -c fhf_32.c -o fhf_32.o echo timestamp > fhf_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_1.lo -MD -MP -MF ".deps/fcr_1.Tpo" \ -c -o fcr_1.lo `test -f 'fcr_1.c' || echo './'`fcr_1.c; \ then mv ".deps/fcr_1.Tpo" ".deps/fcr_1.Plo"; \ else rm -f ".deps/fcr_1.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_1.lo -MD -MP -MF .deps/fcr_1.Tpo -c fcr_1.c -o fcr_1.o echo timestamp > fcr_1.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_2.lo -MD -MP -MF ".deps/fcr_2.Tpo" \ -c -o fcr_2.lo `test -f 'fcr_2.c' || echo './'`fcr_2.c; \ then mv ".deps/fcr_2.Tpo" ".deps/fcr_2.Plo"; \ else rm -f ".deps/fcr_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_2.lo -MD -MP -MF .deps/fcr_2.Tpo -c fcr_2.c -o fcr_2.o echo timestamp > fcr_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_3.lo -MD -MP -MF ".deps/fcr_3.Tpo" \ -c -o fcr_3.lo `test -f 'fcr_3.c' || echo './'`fcr_3.c; \ then mv ".deps/fcr_3.Tpo" ".deps/fcr_3.Plo"; \ else rm -f ".deps/fcr_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_3.lo -MD -MP -MF .deps/fcr_3.Tpo -c fcr_3.c -o fcr_3.o echo timestamp > fcr_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_4.lo -MD -MP -MF ".deps/fcr_4.Tpo" \ -c -o fcr_4.lo `test -f 'fcr_4.c' || echo './'`fcr_4.c; \ then mv ".deps/fcr_4.Tpo" ".deps/fcr_4.Plo"; \ else rm -f ".deps/fcr_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_4.lo -MD -MP -MF .deps/fcr_4.Tpo -c fcr_4.c -o fcr_4.o echo timestamp > fcr_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_5.lo -MD -MP -MF ".deps/fcr_5.Tpo" \ -c -o fcr_5.lo `test -f 'fcr_5.c' || echo './'`fcr_5.c; \ then mv ".deps/fcr_5.Tpo" ".deps/fcr_5.Plo"; \ else rm -f ".deps/fcr_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_5.lo -MD -MP -MF .deps/fcr_5.Tpo -c fcr_5.c -o fcr_5.o echo timestamp > fcr_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_6.lo -MD -MP -MF ".deps/fcr_6.Tpo" \ -c -o fcr_6.lo `test -f 'fcr_6.c' || echo './'`fcr_6.c; \ then mv ".deps/fcr_6.Tpo" ".deps/fcr_6.Plo"; \ else rm -f ".deps/fcr_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_6.lo -MD -MP -MF .deps/fcr_6.Tpo -c fcr_6.c -o fcr_6.o echo timestamp > fcr_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_7.lo -MD -MP -MF ".deps/fcr_7.Tpo" \ -c -o fcr_7.lo `test -f 'fcr_7.c' || echo './'`fcr_7.c; \ then mv ".deps/fcr_7.Tpo" ".deps/fcr_7.Plo"; \ else rm -f ".deps/fcr_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_7.lo -MD -MP -MF .deps/fcr_7.Tpo -c fcr_7.c -o fcr_7.o echo timestamp > fcr_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_8.lo -MD -MP -MF ".deps/fcr_8.Tpo" \ -c -o fcr_8.lo `test -f 'fcr_8.c' || echo './'`fcr_8.c; \ then mv ".deps/fcr_8.Tpo" ".deps/fcr_8.Plo"; \ else rm -f ".deps/fcr_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_8.lo -MD -MP -MF .deps/fcr_8.Tpo -c fcr_8.c -o fcr_8.o echo timestamp > fcr_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_9.lo -MD -MP -MF ".deps/fcr_9.Tpo" \ -c -o fcr_9.lo `test -f 'fcr_9.c' || echo './'`fcr_9.c; \ then mv ".deps/fcr_9.Tpo" ".deps/fcr_9.Plo"; \ else rm -f ".deps/fcr_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_9.lo -MD -MP -MF .deps/fcr_9.Tpo -c fcr_9.c -o fcr_9.o echo timestamp > fcr_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_10.lo -MD -MP -MF ".deps/fcr_10.Tpo" \ -c -o fcr_10.lo `test -f 'fcr_10.c' || echo './'`fcr_10.c; \ then mv ".deps/fcr_10.Tpo" ".deps/fcr_10.Plo"; \ else rm -f ".deps/fcr_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_10.lo -MD -MP -MF .deps/fcr_10.Tpo -c fcr_10.c -o fcr_10.o echo timestamp > fcr_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_11.lo -MD -MP -MF ".deps/fcr_11.Tpo" \ -c -o fcr_11.lo `test -f 'fcr_11.c' || echo './'`fcr_11.c; \ then mv ".deps/fcr_11.Tpo" ".deps/fcr_11.Plo"; \ else rm -f ".deps/fcr_11.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_11.lo -MD -MP -MF .deps/fcr_11.Tpo -c fcr_11.c -o fcr_11.o echo timestamp > fcr_11.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_12.lo -MD -MP -MF ".deps/fcr_12.Tpo" \ -c -o fcr_12.lo `test -f 'fcr_12.c' || echo './'`fcr_12.c; \ then mv ".deps/fcr_12.Tpo" ".deps/fcr_12.Plo"; \ else rm -f ".deps/fcr_12.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_12.lo -MD -MP -MF .deps/fcr_12.Tpo -c fcr_12.c -o fcr_12.o echo timestamp > fcr_12.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_13.lo -MD -MP -MF ".deps/fcr_13.Tpo" \ -c -o fcr_13.lo `test -f 'fcr_13.c' || echo './'`fcr_13.c; \ then mv ".deps/fcr_13.Tpo" ".deps/fcr_13.Plo"; \ else rm -f ".deps/fcr_13.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_13.lo -MD -MP -MF .deps/fcr_13.Tpo -c fcr_13.c -o fcr_13.o echo timestamp > fcr_13.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_14.lo -MD -MP -MF ".deps/fcr_14.Tpo" \ -c -o fcr_14.lo `test -f 'fcr_14.c' || echo './'`fcr_14.c; \ then mv ".deps/fcr_14.Tpo" ".deps/fcr_14.Plo"; \ else rm -f ".deps/fcr_14.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_14.lo -MD -MP -MF .deps/fcr_14.Tpo -c fcr_14.c -o fcr_14.o echo timestamp > fcr_14.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_15.lo -MD -MP -MF ".deps/fcr_15.Tpo" \ -c -o fcr_15.lo `test -f 'fcr_15.c' || echo './'`fcr_15.c; \ then mv ".deps/fcr_15.Tpo" ".deps/fcr_15.Plo"; \ else rm -f ".deps/fcr_15.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_15.lo -MD -MP -MF .deps/fcr_15.Tpo -c fcr_15.c -o fcr_15.o echo timestamp > fcr_15.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_16.lo -MD -MP -MF ".deps/fcr_16.Tpo" \ -c -o fcr_16.lo `test -f 'fcr_16.c' || echo './'`fcr_16.c; \ then mv ".deps/fcr_16.Tpo" ".deps/fcr_16.Plo"; \ else rm -f ".deps/fcr_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_16.lo -MD -MP -MF .deps/fcr_16.Tpo -c fcr_16.c -o fcr_16.o echo timestamp > fcr_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_32.lo -MD -MP -MF ".deps/fcr_32.Tpo" \ -c -o fcr_32.lo `test -f 'fcr_32.c' || echo './'`fcr_32.c; \ then mv ".deps/fcr_32.Tpo" ".deps/fcr_32.Plo"; \ else rm -f ".deps/fcr_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_32.lo -MD -MP -MF .deps/fcr_32.Tpo -c fcr_32.c -o fcr_32.o echo timestamp > fcr_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_64.lo -MD -MP -MF ".deps/fcr_64.Tpo" \ -c -o fcr_64.lo `test -f 'fcr_64.c' || echo './'`fcr_64.c; \ then mv ".deps/fcr_64.Tpo" ".deps/fcr_64.Plo"; \ else rm -f ".deps/fcr_64.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_64.lo -MD -MP -MF .deps/fcr_64.Tpo -c fcr_64.c -o fcr_64.o echo timestamp > fcr_64.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_128.lo -MD -MP -MF ".deps/fcr_128.Tpo" \ -c -o fcr_128.lo `test -f 'fcr_128.c' || echo './'`fcr_128.c; \ then mv ".deps/fcr_128.Tpo" ".deps/fcr_128.Plo"; \ else rm -f ".deps/fcr_128.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fcr_128.lo -MD -MP -MF .deps/fcr_128.Tpo -c fcr_128.c -o fcr_128.o echo timestamp > fcr_128.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_2.lo -MD -MP -MF ".deps/fhb_2.Tpo" \ -c -o fhb_2.lo `test -f 'fhb_2.c' || echo './'`fhb_2.c; \ then mv ".deps/fhb_2.Tpo" ".deps/fhb_2.Plo"; \ else rm -f ".deps/fhb_2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_2.lo -MD -MP -MF .deps/fhb_2.Tpo -c fhb_2.c -o fhb_2.o echo timestamp > fhb_2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_3.lo -MD -MP -MF ".deps/fhb_3.Tpo" \ -c -o fhb_3.lo `test -f 'fhb_3.c' || echo './'`fhb_3.c; \ then mv ".deps/fhb_3.Tpo" ".deps/fhb_3.Plo"; \ else rm -f ".deps/fhb_3.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_3.lo -MD -MP -MF .deps/fhb_3.Tpo -c fhb_3.c -o fhb_3.o echo timestamp > fhb_3.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_4.lo -MD -MP -MF ".deps/fhb_4.Tpo" \ -c -o fhb_4.lo `test -f 'fhb_4.c' || echo './'`fhb_4.c; \ then mv ".deps/fhb_4.Tpo" ".deps/fhb_4.Plo"; \ else rm -f ".deps/fhb_4.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_4.lo -MD -MP -MF .deps/fhb_4.Tpo -c fhb_4.c -o fhb_4.o echo timestamp > fhb_4.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_5.lo -MD -MP -MF ".deps/fhb_5.Tpo" \ -c -o fhb_5.lo `test -f 'fhb_5.c' || echo './'`fhb_5.c; \ then mv ".deps/fhb_5.Tpo" ".deps/fhb_5.Plo"; \ else rm -f ".deps/fhb_5.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_5.lo -MD -MP -MF .deps/fhb_5.Tpo -c fhb_5.c -o fhb_5.o echo timestamp > fhb_5.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_6.lo -MD -MP -MF ".deps/fhb_6.Tpo" \ -c -o fhb_6.lo `test -f 'fhb_6.c' || echo './'`fhb_6.c; \ then mv ".deps/fhb_6.Tpo" ".deps/fhb_6.Plo"; \ else rm -f ".deps/fhb_6.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_6.lo -MD -MP -MF .deps/fhb_6.Tpo -c fhb_6.c -o fhb_6.o echo timestamp > fhb_6.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_7.lo -MD -MP -MF ".deps/fhb_7.Tpo" \ -c -o fhb_7.lo `test -f 'fhb_7.c' || echo './'`fhb_7.c; \ then mv ".deps/fhb_7.Tpo" ".deps/fhb_7.Plo"; \ else rm -f ".deps/fhb_7.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_7.lo -MD -MP -MF .deps/fhb_7.Tpo -c fhb_7.c -o fhb_7.o echo timestamp > fhb_7.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_8.lo -MD -MP -MF ".deps/fhb_8.Tpo" \ -c -o fhb_8.lo `test -f 'fhb_8.c' || echo './'`fhb_8.c; \ then mv ".deps/fhb_8.Tpo" ".deps/fhb_8.Plo"; \ else rm -f ".deps/fhb_8.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_8.lo -MD -MP -MF .deps/fhb_8.Tpo -c fhb_8.c -o fhb_8.o echo timestamp > fhb_8.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_9.lo -MD -MP -MF ".deps/fhb_9.Tpo" \ -c -o fhb_9.lo `test -f 'fhb_9.c' || echo './'`fhb_9.c; \ then mv ".deps/fhb_9.Tpo" ".deps/fhb_9.Plo"; \ else rm -f ".deps/fhb_9.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_9.lo -MD -MP -MF .deps/fhb_9.Tpo -c fhb_9.c -o fhb_9.o echo timestamp > fhb_9.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_10.lo -MD -MP -MF ".deps/fhb_10.Tpo" \ -c -o fhb_10.lo `test -f 'fhb_10.c' || echo './'`fhb_10.c; \ then mv ".deps/fhb_10.Tpo" ".deps/fhb_10.Plo"; \ else rm -f ".deps/fhb_10.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_10.lo -MD -MP -MF .deps/fhb_10.Tpo -c fhb_10.c -o fhb_10.o echo timestamp > fhb_10.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_16.lo -MD -MP -MF ".deps/fhb_16.Tpo" \ -c -o fhb_16.lo `test -f 'fhb_16.c' || echo './'`fhb_16.c; \ then mv ".deps/fhb_16.Tpo" ".deps/fhb_16.Plo"; \ else rm -f ".deps/fhb_16.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_16.lo -MD -MP -MF .deps/fhb_16.Tpo -c fhb_16.c -o fhb_16.o echo timestamp > fhb_16.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_32.lo -MD -MP -MF ".deps/fhb_32.Tpo" \ -c -o fhb_32.lo `test -f 'fhb_32.c' || echo './'`fhb_32.c; \ then mv ".deps/fhb_32.Tpo" ".deps/fhb_32.Plo"; \ else rm -f ".deps/fhb_32.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fhb_32.lo -MD -MP -MF .deps/fhb_32.Tpo -c fhb_32.c -o fhb_32.o echo timestamp > fhb_32.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rconfig.lo -MD -MP -MF ".deps/rconfig.Tpo" \ -c -o rconfig.lo `test -f 'rconfig.c' || echo './'`rconfig.c; \ then mv ".deps/rconfig.Tpo" ".deps/rconfig.Plo"; \ else rm -f ".deps/rconfig.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rconfig.lo -MD -MP -MF .deps/rconfig.Tpo -c rconfig.c -o rconfig.o echo timestamp > rconfig.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rplanner.lo -MD -MP -MF ".deps/rplanner.Tpo" \ -c -o rplanner.lo `test -f 'rplanner.c' || echo './'`rplanner.c; \ then mv ".deps/rplanner.Tpo" ".deps/rplanner.Plo"; \ else rm -f ".deps/rplanner.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rplanner.lo -MD -MP -MF .deps/rplanner.Tpo -c rplanner.c -o rplanner.o echo timestamp > rplanner.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rexec.lo -MD -MP -MF ".deps/rexec.Tpo" \ -c -o rexec.lo `test -f 'rexec.c' || echo './'`rexec.c; \ then mv ".deps/rexec.Tpo" ".deps/rexec.Plo"; \ else rm -f ".deps/rexec.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rexec.lo -MD -MP -MF .deps/rexec.Tpo -c rexec.c -o rexec.o echo timestamp > rexec.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rexec2.lo -MD -MP -MF ".deps/rexec2.Tpo" \ -c -o rexec2.lo `test -f 'rexec2.c' || echo './'`rexec2.c; \ then mv ".deps/rexec2.Tpo" ".deps/rexec2.Plo"; \ else rm -f ".deps/rexec2.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rexec2.lo -MD -MP -MF .deps/rexec2.Tpo -c rexec2.c -o rexec2.o echo timestamp > rexec2.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwnd.lo -MD -MP -MF ".deps/rfftwnd.Tpo" \ -c -o rfftwnd.lo `test -f 'rfftwnd.c' || echo './'`rfftwnd.c; \ then mv ".deps/rfftwnd.Tpo" ".deps/rfftwnd.Plo"; \ else rm -f ".deps/rfftwnd.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwnd.lo -MD -MP -MF .deps/rfftwnd.Tpo -c rfftwnd.c -o rfftwnd.o echo timestamp > rfftwnd.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rgeneric.lo -MD -MP -MF ".deps/rgeneric.Tpo" \ -c -o rgeneric.lo `test -f 'rgeneric.c' || echo './'`rgeneric.c; \ then mv ".deps/rgeneric.Tpo" ".deps/rgeneric.Plo"; \ else rm -f ".deps/rgeneric.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rgeneric.lo -MD -MP -MF .deps/rgeneric.Tpo -c rgeneric.c -o rgeneric.o echo timestamp > rgeneric.lo if /bin/sh ../libtool --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwf77.lo -MD -MP -MF ".deps/rfftwf77.Tpo" \ -c -o rfftwf77.lo `test -f 'rfftwf77.c' || echo './'`rfftwf77.c; \ then mv ".deps/rfftwf77.Tpo" ".deps/rfftwf77.Plo"; \ else rm -f ".deps/rfftwf77.Tpo"; exit 1; \ fi cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwf77.lo -MD -MP -MF .deps/rfftwf77.Tpo -c rfftwf77.c -o rfftwf77.o echo timestamp > rfftwf77.lo /bin/sh ../libtool --mode=link cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o libsrfftw.la -rpath /home/astromake/opt/gadget/lib -version-info 2:7:0 frc_1.lo frc_2.lo frc_3.lo frc_4.lo frc_5.lo frc_6.lo frc_7.lo frc_8.lo frc_9.lo frc_10.lo frc_11.lo frc_12.lo frc_13.lo frc_14.lo frc_15.lo frc_16.lo frc_32.lo frc_64.lo frc_128.lo fhf_2.lo fhf_3.lo fhf_4.lo fhf_5.lo fhf_6.lo fhf_7.lo fhf_8.lo fhf_9.lo fhf_10.lo fhf_16.lo fhf_32.lo fcr_1.lo fcr_2.lo fcr_3.lo fcr_4.lo fcr_5.lo fcr_6.lo fcr_7.lo fcr_8.lo fcr_9.lo fcr_10.lo fcr_11.lo fcr_12.lo fcr_13.lo fcr_14.lo fcr_15.lo fcr_16.lo fcr_32.lo fcr_64.lo fcr_128.lo fhb_2.lo fhb_3.lo fhb_4.lo fhb_5.lo fhb_6.lo fhb_7.lo fhb_8.lo fhb_9.lo fhb_10.lo fhb_16.lo fhb_32.lo rconfig.lo rplanner.lo rexec.lo rexec2.lo rfftwnd.lo rgeneric.lo rfftwf77.lo -lm mkdir .libs rm -fr .libs/libsrfftw.la .libs/libsrfftw.* .libs/libsrfftw.* ar cru .libs/libsrfftw.a frc_1.o frc_2.o frc_3.o frc_4.o frc_5.o frc_6.o frc_7.o frc_8.o frc_9.o frc_10.o frc_11.o frc_12.o frc_13.o frc_14.o frc_15.o frc_16.o frc_32.o frc_64.o frc_128.o fhf_2.o fhf_3.o fhf_4.o fhf_5.o fhf_6.o fhf_7.o fhf_8.o fhf_9.o fhf_10.o fhf_16.o fhf_32.o fcr_1.o fcr_2.o fcr_3.o fcr_4.o fcr_5.o fcr_6.o fcr_7.o fcr_8.o fcr_9.o fcr_10.o fcr_11.o fcr_12.o fcr_13.o fcr_14.o fcr_15.o fcr_16.o fcr_32.o fcr_64.o fcr_128.o fhb_2.o fhb_3.o fhb_4.o fhb_5.o fhb_6.o fhb_7.o fhb_8.o fhb_9.o fhb_10.o fhb_16.o fhb_32.o rconfig.o rplanner.o rexec.o rexec2.o rfftwnd.o rgeneric.o rfftwf77.o ranlib .libs/libsrfftw.a creating libsrfftw.la (cd .libs && rm -f libsrfftw.la && ln -s ../libsrfftw.la libsrfftw.la) make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' Making all in tests make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' if cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I./../rfftw -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_test.o -MD -MP -MF ".deps/fftw_test.Tpo" \ -c -o fftw_test.o `test -f 'fftw_test.c' || echo './'`fftw_test.c; \ then mv ".deps/fftw_test.Tpo" ".deps/fftw_test.Po"; \ else rm -f ".deps/fftw_test.Tpo"; exit 1; \ fi if cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I./../rfftw -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT test_main.o -MD -MP -MF ".deps/test_main.Tpo" \ -c -o test_main.o `test -f 'test_main.c' || echo './'`test_main.c; \ then mv ".deps/test_main.Tpo" ".deps/test_main.Po"; \ else rm -f ".deps/test_main.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o fftw_test fftw_test.o test_main.o ../fftw/libsfftw.la -lm mkdir .libs cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o fftw_test fftw_test.o test_main.o ../fftw/.libs/libsfftw.a -lm if cc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../fftw -I./../rfftw -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftw_test.o -MD -MP -MF ".deps/rfftw_test.Tpo" \ -c -o rfftw_test.o `test -f 'rfftw_test.c' || echo './'`rfftw_test.c; \ then mv ".deps/rfftw_test.Tpo" ".deps/rfftw_test.Po"; \ else rm -f ".deps/rfftw_test.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o rfftw_test rfftw_test.o test_main.o ../rfftw/libsrfftw.la ../fftw/libsfftw.la -lm cc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o rfftw_test rfftw_test.o test_main.o ../rfftw/.libs/libsrfftw.a ../fftw/.libs/libsfftw.a -lm make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' Making all in doc make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' Making all in threads make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' Making all in mpi make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT sched.lo -MD -MP -MF ".deps/sched.Tpo" \ -c -o sched.lo `test -f 'sched.c' || echo './'`sched.c; \ then mv ".deps/sched.Tpo" ".deps/sched.Plo"; \ else rm -f ".deps/sched.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT sched.lo -MD -MP -MF .deps/sched.Tpo -c sched.c -o sched.o echo timestamp > sched.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT TOMS_transpose.lo -MD -MP -MF ".deps/TOMS_transpose.Tpo" \ -c -o TOMS_transpose.lo `test -f 'TOMS_transpose.c' || echo './'`TOMS_transpose.c; \ then mv ".deps/TOMS_transpose.Tpo" ".deps/TOMS_transpose.Plo"; \ else rm -f ".deps/TOMS_transpose.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT TOMS_transpose.lo -MD -MP -MF .deps/TOMS_transpose.Tpo -c TOMS_transpose.c -o TOMS_transpose.o echo timestamp > TOMS_transpose.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT transpose_mpi.lo -MD -MP -MF ".deps/transpose_mpi.Tpo" \ -c -o transpose_mpi.lo `test -f 'transpose_mpi.c' || echo './'`transpose_mpi.c; \ then mv ".deps/transpose_mpi.Tpo" ".deps/transpose_mpi.Plo"; \ else rm -f ".deps/transpose_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT transpose_mpi.lo -MD -MP -MF .deps/transpose_mpi.Tpo -c transpose_mpi.c -o transpose_mpi.o echo timestamp > transpose_mpi.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwnd_mpi.lo -MD -MP -MF ".deps/fftwnd_mpi.Tpo" \ -c -o fftwnd_mpi.lo `test -f 'fftwnd_mpi.c' || echo './'`fftwnd_mpi.c; \ then mv ".deps/fftwnd_mpi.Tpo" ".deps/fftwnd_mpi.Plo"; \ else rm -f ".deps/fftwnd_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftwnd_mpi.lo -MD -MP -MF .deps/fftwnd_mpi.Tpo -c fftwnd_mpi.c -o fftwnd_mpi.o echo timestamp > fftwnd_mpi.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_mpi.lo -MD -MP -MF ".deps/fftw_mpi.Tpo" \ -c -o fftw_mpi.lo `test -f 'fftw_mpi.c' || echo './'`fftw_mpi.c; \ then mv ".deps/fftw_mpi.Tpo" ".deps/fftw_mpi.Plo"; \ else rm -f ".deps/fftw_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_mpi.lo -MD -MP -MF .deps/fftw_mpi.Tpo -c fftw_mpi.c -o fftw_mpi.o echo timestamp > fftw_mpi.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_f77_mpi.lo -MD -MP -MF ".deps/fftw_f77_mpi.Tpo" \ -c -o fftw_f77_mpi.lo `test -f 'fftw_f77_mpi.c' || echo './'`fftw_f77_mpi.c; \ then mv ".deps/fftw_f77_mpi.Tpo" ".deps/fftw_f77_mpi.Plo"; \ else rm -f ".deps/fftw_f77_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_f77_mpi.lo -MD -MP -MF .deps/fftw_f77_mpi.Tpo -c fftw_f77_mpi.c -o fftw_f77_mpi.o fftw_f77_mpi.c: In function 'fftw_f77_mpi_create_plan__': fftw_f77_mpi.c:35: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast fftw_f77_mpi.c: In function 'fftwnd_f77_mpi_create_plan__': fftw_f77_mpi.c:71: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast fftw_f77_mpi.c: In function 'fftw2d_f77_mpi_create_plan__': fftw_f77_mpi.c:81: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast fftw_f77_mpi.c: In function 'fftw3d_f77_mpi_create_plan__': fftw_f77_mpi.c:90: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast echo timestamp > fftw_f77_mpi.lo /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o libsfftw_mpi.la -version-info 2:7:0 -rpath /home/astromake/opt/gadget/lib sched.lo TOMS_transpose.lo transpose_mpi.lo fftwnd_mpi.lo fftw_mpi.lo fftw_f77_mpi.lo -lm mkdir .libs rm -fr .libs/libsfftw_mpi.la .libs/libsfftw_mpi.* .libs/libsfftw_mpi.* ar cru .libs/libsfftw_mpi.a sched.o TOMS_transpose.o transpose_mpi.o fftwnd_mpi.o fftw_mpi.o fftw_f77_mpi.o ranlib .libs/libsfftw_mpi.a creating libsfftw_mpi.la (cd .libs && rm -f libsfftw_mpi.la && ln -s ../libsfftw_mpi.la libsfftw_mpi.la) if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwnd_mpi.lo -MD -MP -MF ".deps/rfftwnd_mpi.Tpo" \ -c -o rfftwnd_mpi.lo `test -f 'rfftwnd_mpi.c' || echo './'`rfftwnd_mpi.c; \ then mv ".deps/rfftwnd_mpi.Tpo" ".deps/rfftwnd_mpi.Plo"; \ else rm -f ".deps/rfftwnd_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftwnd_mpi.lo -MD -MP -MF .deps/rfftwnd_mpi.Tpo -c rfftwnd_mpi.c -o rfftwnd_mpi.o echo timestamp > rfftwnd_mpi.lo if /bin/sh ../libtool --mode=compile mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftw_f77_mpi.lo -MD -MP -MF ".deps/rfftw_f77_mpi.Tpo" \ -c -o rfftw_f77_mpi.lo `test -f 'rfftw_f77_mpi.c' || echo './'`rfftw_f77_mpi.c; \ then mv ".deps/rfftw_f77_mpi.Tpo" ".deps/rfftw_f77_mpi.Plo"; \ else rm -f ".deps/rfftw_f77_mpi.Tpo"; exit 1; \ fi mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftw_f77_mpi.lo -MD -MP -MF .deps/rfftw_f77_mpi.Tpo -c rfftw_f77_mpi.c -o rfftw_f77_mpi.o rfftw_f77_mpi.c: In function 'rfftwnd_f77_mpi_create_plan__': rfftw_f77_mpi.c:39: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast rfftw_f77_mpi.c: In function 'rfftw2d_f77_mpi_create_plan__': rfftw_f77_mpi.c:49: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast rfftw_f77_mpi.c: In function 'rfftw3d_f77_mpi_create_plan__': rfftw_f77_mpi.c:58: warning: passing argument 1 of 'MPI_Comm_f2c' makes integer from pointer without a cast echo timestamp > rfftw_f77_mpi.lo /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o libsrfftw_mpi.la -version-info 2:7:0 -rpath /home/astromake/opt/gadget/lib rfftwnd_mpi.lo rfftw_f77_mpi.lo -lm rm -fr .libs/libsrfftw_mpi.la .libs/libsrfftw_mpi.* .libs/libsrfftw_mpi.* ar cru .libs/libsrfftw_mpi.a rfftwnd_mpi.o rfftw_f77_mpi.o ranlib .libs/libsrfftw_mpi.a creating libsrfftw_mpi.la (cd .libs && rm -f libsrfftw_mpi.la && ln -s ../libsrfftw_mpi.la libsrfftw_mpi.la) if mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT test_sched.o -MD -MP -MF ".deps/test_sched.Tpo" \ -c -o test_sched.o `test -f 'test_sched.c' || echo './'`test_sched.c; \ then mv ".deps/test_sched.Tpo" ".deps/test_sched.Po"; \ else rm -f ".deps/test_sched.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o test_sched test_sched.o libsfftw_mpi.la ../fftw/libsfftw.la -lm mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o test_sched test_sched.o ./.libs/libsfftw_mpi.a ../fftw/.libs/libsfftw.a -lm if mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT test_transpose_mpi.o -MD -MP -MF ".deps/test_transpose_mpi.Tpo" \ -c -o test_transpose_mpi.o `test -f 'test_transpose_mpi.c' || echo './'`test_transpose_mpi.c; \ then mv ".deps/test_transpose_mpi.Tpo" ".deps/test_transpose_mpi.Po"; \ else rm -f ".deps/test_transpose_mpi.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o test_transpose_mpi test_transpose_mpi.o libsfftw_mpi.la ../fftw/libsfftw.la -lm mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o test_transpose_mpi test_transpose_mpi.o ./.libs/libsfftw_mpi.a ../fftw/.libs/libsfftw.a -lm if mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT fftw_mpi_test.o -MD -MP -MF ".deps/fftw_mpi_test.Tpo" \ -c -o fftw_mpi_test.o `test -f 'fftw_mpi_test.c' || echo './'`fftw_mpi_test.c; \ then mv ".deps/fftw_mpi_test.Tpo" ".deps/fftw_mpi_test.Po"; \ else rm -f ".deps/fftw_mpi_test.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o fftw_mpi_test fftw_mpi_test.o ../tests/test_main.o libsfftw_mpi.la ../fftw/libsfftw.la -lm mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o fftw_mpi_test fftw_mpi_test.o ../tests/test_main.o ./.libs/libsfftw_mpi.a ../fftw/.libs/libsfftw.a -lm if mpicc -DHAVE_CONFIG_H -I. -I. -I../fftw -I../fftw -I./../tests -I./../fftw -I./../rfftw -I. -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -MT rfftw_mpi_test.o -MD -MP -MF ".deps/rfftw_mpi_test.Tpo" \ -c -o rfftw_mpi_test.o `test -f 'rfftw_mpi_test.c' || echo './'`rfftw_mpi_test.c; \ then mv ".deps/rfftw_mpi_test.Tpo" ".deps/rfftw_mpi_test.Po"; \ else rm -f ".deps/rfftw_mpi_test.Tpo"; exit 1; \ fi /bin/sh ../libtool --mode=link mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o rfftw_mpi_test rfftw_mpi_test.o ../tests/test_main.o libsrfftw_mpi.la libsfftw_mpi.la ../rfftw/libsrfftw.la ../fftw/libsfftw.la -lm mpicc -O3 -fomit-frame-pointer -fno-schedule-insns -fschedule-insns2 -malign-double -fstrict-aliasing -o rfftw_mpi_test rfftw_mpi_test.o ../tests/test_main.o ./.libs/libsrfftw_mpi.a ./.libs/libsfftw_mpi.a ../rfftw/.libs/libsrfftw.a ../fftw/.libs/libsfftw.a -lm make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5' make[1]: Nothing to be done for `all-am'. make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5' Making install in fftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/lib /bin/sh ../libtool --mode=install /usr/bin/install -c libsfftw.la /home/astromake/opt/gadget/lib/libsfftw.la /usr/bin/install -c .libs/libsfftw.lai /home/astromake/opt/gadget/lib/libsfftw.la /usr/bin/install -c .libs/libsfftw.a /home/astromake/opt/gadget/lib/libsfftw.a ranlib /home/astromake/opt/gadget/lib/libsfftw.a chmod 644 /home/astromake/opt/gadget/lib/libsfftw.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/include /usr/bin/install -c -m 644 sfftw.h /home/astromake/opt/gadget/include/sfftw.h make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/fftw' Making install in rfftw make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/lib /bin/sh ../libtool --mode=install /usr/bin/install -c libsrfftw.la /home/astromake/opt/gadget/lib/libsrfftw.la /usr/bin/install -c .libs/libsrfftw.lai /home/astromake/opt/gadget/lib/libsrfftw.la /usr/bin/install -c .libs/libsrfftw.a /home/astromake/opt/gadget/lib/libsrfftw.a ranlib /home/astromake/opt/gadget/lib/libsrfftw.a chmod 644 /home/astromake/opt/gadget/lib/libsrfftw.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/include /usr/bin/install -c -m 644 srfftw.h /home/astromake/opt/gadget/include/srfftw.h make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/rfftw' Making install in tests make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/tests' Making install in doc make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' make[2]: Nothing to be done for `install-exec-am'. /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/info /usr/bin/install -c -m 644 ./fftw.info /home/astromake/opt/gadget/info/fftw.info /usr/bin/install -c -m 644 ./fftw.info-1 /home/astromake/opt/gadget/info/fftw.info-1 /usr/bin/install -c -m 644 ./fftw.info-2 /home/astromake/opt/gadget/info/fftw.info-2 /usr/bin/install -c -m 644 ./fftw.info-3 /home/astromake/opt/gadget/info/fftw.info-3 /usr/bin/install -c -m 644 ./fftw.info-4 /home/astromake/opt/gadget/info/fftw.info-4 /usr/bin/install -c -m 644 ./fftw.info-5 /home/astromake/opt/gadget/info/fftw.info-5 install-info --info-dir=/home/astromake/opt/gadget/info /home/astromake/opt/gadget/info/fftw.info install-info: warning: no info dir entry in `/home/astromake/opt/gadget/info/fftw.info' make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/doc' Making install in threads make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/lib /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/include make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/threads' Making install in mpi make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/lib /bin/sh ../libtool --mode=install /usr/bin/install -c libsfftw_mpi.la /home/astromake/opt/gadget/lib/libsfftw_mpi.la /usr/bin/install -c .libs/libsfftw_mpi.lai /home/astromake/opt/gadget/lib/libsfftw_mpi.la /usr/bin/install -c .libs/libsfftw_mpi.a /home/astromake/opt/gadget/lib/libsfftw_mpi.a ranlib /home/astromake/opt/gadget/lib/libsfftw_mpi.a chmod 644 /home/astromake/opt/gadget/lib/libsfftw_mpi.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../libtool --mode=install /usr/bin/install -c libsrfftw_mpi.la /home/astromake/opt/gadget/lib/libsrfftw_mpi.la /usr/bin/install -c .libs/libsrfftw_mpi.lai /home/astromake/opt/gadget/lib/libsrfftw_mpi.la /usr/bin/install -c .libs/libsrfftw_mpi.a /home/astromake/opt/gadget/lib/libsrfftw_mpi.a ranlib /home/astromake/opt/gadget/lib/libsrfftw_mpi.a chmod 644 /home/astromake/opt/gadget/lib/libsrfftw_mpi.a PATH="$PATH:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,--rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- /bin/sh ../mkinstalldirs /home/astromake/opt/gadget/include /usr/bin/install -c -m 644 sfftw_mpi.h /home/astromake/opt/gadget/include/sfftw_mpi.h /usr/bin/install -c -m 644 srfftw_mpi.h /home/astromake/opt/gadget/include/srfftw_mpi.h make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5/mpi' make[1]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5' make[2]: Entering directory `/home/teuben/PITP/codes/fftw-2.1.5' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5' make[1]: Leaving directory `/home/teuben/PITP/codes/fftw-2.1.5' ~/PITP/codes ~/PITP/codes/hdf5-1.8.3 ~/PITP/codes checking for a BSD-compatible install... /usr/bin/install -c checking whether build environment is sane... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for gawk... gawk checking whether make sets $(MAKE)... yes checking whether to enable maintainer-specific portions of Makefiles... no checking build system type... i686-pc-linux-gnu checking host system type... i686-pc-linux-gnu checking shell variables initial values... done checking if basename works... yes checking if xargs works... yes checking for cached host... none checking for config i686-pc-linux-gnu... no checking for config i686-pc-linux-gnu... no checking for config pc-linux-gnu... no checking for config pc-linux-gnu... no checking for config i686-linux-gnu... no checking for config i686-linux-gnu... no checking for config i686-pc... no checking for config linux-gnu... found compiler 'gcc' is GNU gcc-4.3.2 checking for config ./config/site-specific/host-nemo... no 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 ISO C89... none needed checking for style of include used by make... GNU checking dependency style of gcc... gcc3 checking if Fortran interface enabled... no 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 c++ interface enabled... no checking if should build only statically linked executables... no checking for perl... perl checking for ar... ar checking whether make sets $(MAKE)... (cached) yes checking for a BSD-compatible install... /usr/bin/install -c checking for tr... /usr/bin/tr checking if srcdir= and time commands work together... yes checking for a sed that does not truncate output... ./configure: line 7436: echo: write error: Broken pipe /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for fgrep... /bin/grep -F checking for ld used by gcc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B checking the name lister (/usr/bin/nm -B) interface... BSD nm checking whether ln -s works... yes checking the maximum length of command line arguments... 1966080 checking whether the shell understands some XSI constructs... yes checking whether the shell understands "+="... yes checking for /usr/bin/ld option to reload object files... -r checking for objdump... objdump checking how to recognize dependent libraries... pass_all checking for strip... strip checking for ranlib... ranlib checking command to parse /usr/bin/nm -B output from gcc object... ok 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 for dlfcn.h... yes checking whether we are using the GNU C++ compiler... (cached) yes checking whether g++ accepts -g... (cached) yes checking dependency style of g++... (cached) gcc3 checking how to run the C++ preprocessor... g++ -E checking whether we are using the GNU Fortran compiler... no checking whether g95 accepts -g... yes checking for objdir... .libs checking if gcc supports -fno-rtti -fno-exceptions... no checking for gcc option to produce PIC... -fPIC -DPIC checking if gcc PIC flag -fPIC -DPIC works... yes checking if gcc static flag -static works... yes checking if gcc supports -c -o file.o... yes checking if gcc supports -c -o file.o... (cached) 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 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... no checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking 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 -DPIC checking if g++ PIC flag -fPIC -DPIC works... yes checking if g++ static flag -static works... yes checking if g++ supports -c -o file.o... yes checking if g++ supports -c -o file.o... (cached) yes checking whether the g++ linker (/usr/bin/ld) supports shared libraries... yes checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... yes checking for g95 option to produce PIC... checking if g95 static flag works... yes checking if g95 supports -c -o file.o... yes checking if g95 supports -c -o file.o... (cached) yes checking whether the g95 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 if -Wl,-rpath should be used to link shared libs in nondefault directories... yes checking make... checking how make searches directories... VPATH=DIR1 DIR2 ... checking whether make will build with undefined variables... yes checking for production mode... production checking for ceil in -lm... yes checking for ANSI C header files... (cached) yes checking whether time.h and sys/time.h may both be included... yes checking for difftime... yes checking for gettimeofday... yes checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes checking for unistd.h... (cached) yes checking sys/ioctl.h usability... yes checking sys/ioctl.h presence... yes checking for sys/ioctl.h... yes checking for sys/stat.h... (cached) yes checking sys/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking for sys/types.h... (cached) yes checking stddef.h usability... yes checking stddef.h presence... yes checking for stddef.h... yes checking setjmp.h usability... yes checking setjmp.h presence... yes checking for setjmp.h... yes checking features.h usability... yes checking features.h presence... yes checking for features.h... yes checking for stdint.h... (cached) yes checking io.h usability... no checking io.h presence... no checking for io.h... no checking winsock.h usability... no checking winsock.h presence... no checking for winsock.h... no checking sys/timeb.h usability... yes checking sys/timeb.h presence... yes checking for sys/timeb.h... yes checking for large file support mode on Linux... enabled checking for lseek64... yes checking for fseek64... no checking for ftruncate64... yes checking for fseeko... yes checking for ftello... yes checking for stat64... yes checking for fstat64... yes checking for off_t... yes checking for size_t... yes checking for ssize_t... yes checking whether byte ordering is bigendian... no 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... yes checking size of long long... 8 checking for __int64... no checking size of __int64... 0 checking for float... yes checking size of float... 4 checking for double... yes checking size of double... 8 checking for long double... yes checking size of long double... 12 checking for int8_t... yes checking size of int8_t... 1 checking for uint8_t... yes checking size of uint8_t... 1 checking for int_least8_t... yes checking size of int_least8_t... 1 checking for uint_least8_t... yes checking size of uint_least8_t... 1 checking for int_fast8_t... yes checking size of int_fast8_t... 1 checking for uint_fast8_t... yes checking size of uint_fast8_t... 1 checking for int16_t... yes checking size of int16_t... 2 checking for uint16_t... yes checking size of uint16_t... 2 checking for int_least16_t... yes checking size of int_least16_t... 2 checking for uint_least16_t... yes checking size of uint_least16_t... 2 checking for int_fast16_t... yes checking size of int_fast16_t... 4 checking for uint_fast16_t... yes checking size of uint_fast16_t... 4 checking for int32_t... yes checking size of int32_t... 4 checking for uint32_t... yes checking size of uint32_t... 4 checking for int_least32_t... yes checking size of int_least32_t... 4 checking for uint_least32_t... yes checking size of uint_least32_t... 4 checking for int_fast32_t... yes checking size of int_fast32_t... 4 checking for uint_fast32_t... yes checking size of uint_fast32_t... 4 checking for int64_t... yes checking size of int64_t... 8 checking for uint64_t... yes checking size of uint64_t... 8 checking for int_least64_t... yes checking size of int_least64_t... 8 checking for uint_least64_t... yes checking size of uint_least64_t... 8 checking for int_fast64_t... yes checking size of int_fast64_t... 8 checking for uint_fast64_t... yes checking size of uint_fast64_t... 8 checking for size_t... (cached) yes checking size of size_t... 4 checking for ssize_t... (cached) yes checking size of ssize_t... 4 checking for off_t... (cached) yes checking size of off_t... 8 checking for off64_t... yes checking size of off64_t... 8 checking if dev_t is scalar... yes checking for dmalloc library... suppressed checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking for compress2 in -lz... yes checking for compress2... yes checking for szlib... suppressed checking for pthread... suppressed checking for thread safe support... no checking for tm_gmtoff in struct tm... yes checking for __tm_gmtoff in struct tm... no checking for global timezone variable... no checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct timezone... yes checking whether gettimeofday() gives timezone... yes checking for st_blocks in struct stat... yes checking for _getvideoconfig... no checking for gettextinfo... no checking for GetConsoleScreenBufferInfo... no checking for _scrsize... no checking for ioctl... yes checking for struct videoconfig... no checking for struct text_info... no checking for TIOCGWINSZ... yes checking for TIOCGETD... yes checking for alarm... yes checking for fork... yes checking for frexpf... yes checking for frexpl... yes checking for gethostname... yes checking for getpwuid... yes checking for getrusage... yes checking for BSDgettimeofday... no checking for siglongjmp... yes checking for longjmp... yes checking for setsysinfo... no checking for sigaction... yes checking for signal... yes checking for snprintf... yes checking for vasprintf... yes checking for strdup... yes checking for system... yes checking for waitpid... yes checking for rand_r... yes checking for random... yes checking for srandom... yes checking for tmpfile... yes checking for vsnprintf... yes checking if vsnprintf returns correct value... yes checking if lone colon can be used as an argument... yes checking for an ANSI C-conforming const... yes checking for inline... inline checking for __attribute__ extension... yes checking for __func__ extension... yes checking for __FUNCTION__ extension... yes checking for C99 designated initialization support... yes checking how to print long long... %lld and %llu checking Threads support system scope... yes checking for gpfs... suppressed checking for debug flags... none checking whether function stack tracking is enabled... no checking whether metadata trace file code is enabled... no checking for API tracing... no checking for instrumented library... no checking whether to clear file buffers... yes checking whether a memory checking tool will be used... no checking for parallel support files... skipped checking for I/O filters... all (shuffle,fletcher32,nbit,scaleoffset) checking for Default Virtual File Driver definition... yes checking for Direct Virtual File Driver support... no checking whether exception handling functions is checked during data conversions... yes checking whether data accuracy is guaranteed during data conversions... yes checking if converting denormalized floating-point values is possible... yes checking if converting floating-point values to long long is not working... false checking if the machine has window style path name... no checking if converting from long double to integers is accurate... yes checking if converting from long double to integers works... yes checking if accurately converting from integers to long double... yes checking if accurately converting unsigned long long to floating-point values... yes checking if accurately roundup converting floating-point to unsigned long long values... yes checking if right maximum converting floating-point to unsigned long long values... no checking if correctly converting long double to unsigned int values... yes checking if compiling unsigned long long to floating-point typecasts work... yes checking if compiling long long to floating-point typecasts work... yes checking if converting unsigned long long to long double with precision... yes checking if overflows normally converting floating-point to integer values... yes checking if correctly converting long double to (unsigned) long long values... yes checking if correctly converting (unsigned) long long to long double values... yes checking if bad code for log2 routine is generated... no checking if high level library is enabled... yes checking additional programs should be built... no checking if deprecated public symbols are available... yes checking which version of public symbols to use by default... v18 checking Whether to perform strict file format checks... no checking Whether to have library information embedded in the executables... yes checking if alignment restrictions are strictly enforced... no configure: creating ./config.status config.status: creating src/libhdf5.settings config.status: creating Makefile config.status: creating src/Makefile config.status: creating test/Makefile config.status: creating test/testerror.sh config.status: creating testpar/Makefile config.status: creating testpar/testph5.sh config.status: creating perform/Makefile config.status: creating tools/Makefile config.status: creating tools/h5dump/Makefile config.status: creating tools/h5dump/testh5dump.sh config.status: creating tools/h5dump/testh5dumpxml.sh config.status: creating tools/h5ls/testh5ls.sh config.status: creating tools/h5import/Makefile config.status: creating tools/h5diff/Makefile config.status: creating tools/h5jam/Makefile config.status: creating tools/h5jam/testh5jam.sh config.status: creating tools/h5repack/Makefile config.status: creating tools/h5repack/h5repack.sh config.status: creating tools/h5ls/Makefile config.status: creating tools/h5copy/Makefile config.status: creating tools/lib/Makefile config.status: creating tools/misc/Makefile config.status: creating tools/misc/h5cc config.status: creating tools/misc/testh5repart.sh config.status: creating tools/h5stat/testh5stat.sh config.status: creating tools/h5stat/Makefile config.status: creating examples/Makefile config.status: creating examples/testh5cc.sh config.status: creating c++/Makefile config.status: creating c++/src/Makefile config.status: creating c++/src/h5c++ config.status: creating c++/test/Makefile config.status: creating c++/examples/Makefile config.status: creating c++/examples/testh5c++.sh config.status: creating fortran/Makefile config.status: creating fortran/src/h5fc config.status: creating fortran/src/Makefile config.status: creating fortran/test/Makefile config.status: creating fortran/testpar/Makefile config.status: creating fortran/examples/Makefile config.status: creating fortran/examples/testh5fc.sh config.status: creating hl/Makefile config.status: creating hl/src/Makefile config.status: creating hl/test/Makefile config.status: creating hl/tools/Makefile config.status: creating hl/tools/gif2h5/Makefile config.status: creating hl/examples/Makefile config.status: creating hl/c++/Makefile config.status: creating hl/c++/src/Makefile config.status: creating hl/c++/test/Makefile config.status: creating hl/c++/examples/Makefile config.status: creating hl/fortran/Makefile config.status: creating hl/fortran/src/Makefile config.status: creating hl/fortran/test/Makefile config.status: creating hl/fortran/examples/Makefile config.status: creating src/H5config.h config.status: executing default-1 commands creating src/H5pubconf.h src/H5pubconf.h is unchanged Post process src/libhdf5.settings config.status: executing depfiles commands config.status: executing libtool commands SUMMARY OF THE HDF5 CONFIGURATION ================================= General Information: ------------------- HDF5 Version: 1.8.3 Configured on: Tue Jul 14 00:10:45 EDT 2009 Configured by: teuben@nemo Configure mode: production Host system: i686-pc-linux-gnu Uname information: Linux nemo 2.6.27.24-78.2.53.fc9.i686 #1 SMP Wed May 20 23:51:32 EDT 2009 i686 i686 i386 GNU/Linux Byte sex: little-endian Libraries: Installation point: /home/astromake/opt/gadget Compiling Options: ------------------ Compilation Mode: production C Compiler: /home/astromake/opt/gcc/4.3.2/bin/gcc (gcc-4.3.2) CFLAGS/H5_CFLAGS: /-std=c99 -pedantic -Wall -Wextra -Wundef -Wshadow -Wpointer-arith -Wbad-function-cast -Wcast-qual -Wcast-align -Wwrite-strings -Wconversion -Waggregate-return -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wredundant-decls -Wnested-externs -Winline -Wno-long-long -Wfloat-equal -Wmissing-format-attribute -Wmissing-noreturn -Wpacked -Wdisabled-optimization -Wformat=2 -Wunreachable-code -Wendif-labels -Wdeclaration-after-statement -Wold-style-definition -Winvalid-pch -Wvariadic-macros -Wnonnull -Winit-self -Wmissing-include-dirs -Wswitch-default -Wswitch-enum -Wunused-macros -Wunsafe-loop-optimizations -Wc++-compat -Wvolatile-register-var -Wstrict-overflow -Wlogical-op -Wvla -O0 -fomit-frame-pointer -finline-functions CPPFLAGS/H5_CPPFLAGS: -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D_POSIX_SOURCE -D_BSD_SOURCE / -DNDEBUG -UH5_DEBUG_API Shared Libraries: yes Static Libraries: yes Statically Linked Executables: no Extra libraries: -lz -lm Archiver: ar Ranlib: ranlib Debugged Packages: API Tracing: no Languages: ---------- Fortran: no C++: no Features: --------- Parallel HDF5: no High Level library: yes Threadsafety: no Default API Mapping: v18 With Deprecated Public Symbols: yes I/O filters (external): deflate(zlib) I/O filters (internal): shuffle,fletcher32,nbit,scaleoffset MPE: no Direct VFD: no dmalloc: no Clear file buffers before write: yes Using memory checker: no Function Stack Tracing: no GPFS: no Strict File Format Checks: no Optimization Instrumentation: no Linux Large File Support (LFS): yes Making all in src make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/src' make all-am make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/src' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/src' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/src' Making all in test make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/test' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/test' Making all in tools make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' Making all in lib make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/lib' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/lib' Making all in h5diff make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5diff' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5diff' Making all in h5ls make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5ls' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5ls' Making all in misc make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/misc' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/misc' Making all in h5import make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5import' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5import' Making all in h5repack make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5repack' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5repack' Making all in h5jam make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5jam' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5jam' Making all in h5copy make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5copy' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5copy' Making all in h5stat make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5stat' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5stat' Making all in h5dump make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5dump' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5dump' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' Making all in . make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3' Making all in hl make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' Making all in src make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/src' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/src' Making all in test make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/test' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/test' Making all in tools make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' Making all in gif2h5 make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools/gif2h5' make[3]: Nothing to be done for `all'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools/gif2h5' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' make[3]: Nothing to be done for `all-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' make[2]: Nothing to be done for `all-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' Making all in perform make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[1]: Nothing to be done for `all'. make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' Making install in src make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/src' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/src' test -z "/home/astromake/opt/gadget/lib" || /bin/mkdir -p "/home/astromake/opt/gadget/lib" /bin/sh ../libtool --mode=install /usr/bin/install -c 'libhdf5.la' '/home/astromake/opt/gadget/lib/libhdf5.la' libtool: install: /usr/bin/install -c .libs/libhdf5.so.6.0.2 /home/astromake/opt/gadget/lib/libhdf5.so.6.0.2 libtool: install: (cd /home/astromake/opt/gadget/lib && { ln -s -f libhdf5.so.6.0.2 libhdf5.so.6 || { rm -f libhdf5.so.6 && ln -s libhdf5.so.6.0.2 libhdf5.so.6; }; }) libtool: install: (cd /home/astromake/opt/gadget/lib && { ln -s -f libhdf5.so.6.0.2 libhdf5.so || { rm -f libhdf5.so && ln -s libhdf5.so.6.0.2 libhdf5.so; }; }) libtool: install: /usr/bin/install -c .libs/libhdf5.lai /home/astromake/opt/gadget/lib/libhdf5.la libtool: install: /usr/bin/install -c .libs/libhdf5.a /home/astromake/opt/gadget/lib/libhdf5.a libtool: install: chmod 644 /home/astromake/opt/gadget/lib/libhdf5.a libtool: install: ranlib /home/astromake/opt/gadget/lib/libhdf5.a libtool: finish: PATH="/home/astromake/opt/gadget/bin:/home/astromake/opt/gcc/4.3.2/bin:/home/astromake/opt/gadget/bin:.:/home/astromake/bin:/home/teuben/bin:.:/home/astromake/bin:/home/teuben/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/sbin:/sbin:/etc/ppp:/home/adabas/bin:/home/adabas/pgm:/usr/sbin:/sbin:/etc/ppp:/home/adabas/bin:/home/adabas/pgm:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/astromake/opt/gadget/include" || /bin/mkdir -p "/home/astromake/opt/gadget/include" /usr/bin/install -c -m 644 'hdf5.h' '/home/astromake/opt/gadget/include/hdf5.h' /usr/bin/install -c -m 644 'H5api_adpt.h' '/home/astromake/opt/gadget/include/H5api_adpt.h' /usr/bin/install -c -m 644 'H5pubconf.h' '/home/astromake/opt/gadget/include/H5pubconf.h' /usr/bin/install -c -m 644 'H5public.h' '/home/astromake/opt/gadget/include/H5public.h' /usr/bin/install -c -m 644 'H5version.h' '/home/astromake/opt/gadget/include/H5version.h' /usr/bin/install -c -m 644 'H5Apublic.h' '/home/astromake/opt/gadget/include/H5Apublic.h' /usr/bin/install -c -m 644 'H5ACpublic.h' '/home/astromake/opt/gadget/include/H5ACpublic.h' /usr/bin/install -c -m 644 'H5Cpublic.h' '/home/astromake/opt/gadget/include/H5Cpublic.h' /usr/bin/install -c -m 644 'H5Dpublic.h' '/home/astromake/opt/gadget/include/H5Dpublic.h' /usr/bin/install -c -m 644 'H5Epubgen.h' '/home/astromake/opt/gadget/include/H5Epubgen.h' /usr/bin/install -c -m 644 'H5Epublic.h' '/home/astromake/opt/gadget/include/H5Epublic.h' /usr/bin/install -c -m 644 'H5Fpublic.h' '/home/astromake/opt/gadget/include/H5Fpublic.h' /usr/bin/install -c -m 644 'H5FDpublic.h' '/home/astromake/opt/gadget/include/H5FDpublic.h' /usr/bin/install -c -m 644 'H5FDcore.h' '/home/astromake/opt/gadget/include/H5FDcore.h' /usr/bin/install -c -m 644 'H5FDdirect.h' '/home/astromake/opt/gadget/include/H5FDdirect.h' /usr/bin/install -c -m 644 'H5FDfamily.h' '/home/astromake/opt/gadget/include/H5FDfamily.h' /usr/bin/install -c -m 644 'H5FDlog.h' '/home/astromake/opt/gadget/include/H5FDlog.h' /usr/bin/install -c -m 644 'H5FDmpi.h' '/home/astromake/opt/gadget/include/H5FDmpi.h' /usr/bin/install -c -m 644 'H5FDmpio.h' '/home/astromake/opt/gadget/include/H5FDmpio.h' /usr/bin/install -c -m 644 'H5FDmpiposix.h' '/home/astromake/opt/gadget/include/H5FDmpiposix.h' /usr/bin/install -c -m 644 'H5FDmulti.h' '/home/astromake/opt/gadget/include/H5FDmulti.h' /usr/bin/install -c -m 644 'H5FDsec2.h' '/home/astromake/opt/gadget/include/H5FDsec2.h' /usr/bin/install -c -m 644 'H5FDstdio.h' '/home/astromake/opt/gadget/include/H5FDstdio.h' /usr/bin/install -c -m 644 'H5Gpublic.h' '/home/astromake/opt/gadget/include/H5Gpublic.h' /usr/bin/install -c -m 644 'H5Ipublic.h' '/home/astromake/opt/gadget/include/H5Ipublic.h' /usr/bin/install -c -m 644 'H5Lpublic.h' '/home/astromake/opt/gadget/include/H5Lpublic.h' /usr/bin/install -c -m 644 'H5MMpublic.h' '/home/astromake/opt/gadget/include/H5MMpublic.h' /usr/bin/install -c -m 644 'H5Opublic.h' '/home/astromake/opt/gadget/include/H5Opublic.h' /usr/bin/install -c -m 644 'H5Ppublic.h' '/home/astromake/opt/gadget/include/H5Ppublic.h' /usr/bin/install -c -m 644 'H5Rpublic.h' '/home/astromake/opt/gadget/include/H5Rpublic.h' /usr/bin/install -c -m 644 'H5Spublic.h' '/home/astromake/opt/gadget/include/H5Spublic.h' /usr/bin/install -c -m 644 'H5Tpublic.h' '/home/astromake/opt/gadget/include/H5Tpublic.h' /usr/bin/install -c -m 644 'H5Zpublic.h' '/home/astromake/opt/gadget/include/H5Zpublic.h' test -z "/home/astromake/opt/gadget/lib" || /bin/mkdir -p "/home/astromake/opt/gadget/lib" /usr/bin/install -c -m 644 'libhdf5.settings' '/home/astromake/opt/gadget/lib/libhdf5.settings' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/src' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/src' Making install in test make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/test' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/test' make[2]: Nothing to be done for `install-exec-am'. make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/test' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/test' Making install in tools make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' Making install in lib make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/lib' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/lib' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/lib' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/lib' Making install in h5diff make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5diff' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5diff' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5diff' '/home/astromake/opt/gadget/bin/h5diff' libtool: install: /usr/bin/install -c .libs/h5diff /home/astromake/opt/gadget/bin/h5diff make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5diff' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5diff' Making install in h5ls make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5ls' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5ls' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5ls' '/home/astromake/opt/gadget/bin/h5ls' libtool: install: /usr/bin/install -c .libs/h5ls /home/astromake/opt/gadget/bin/h5ls make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5ls' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5ls' Making install in misc make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/misc' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/misc' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5debug' '/home/astromake/opt/gadget/bin/h5debug' libtool: install: /usr/bin/install -c .libs/h5debug /home/astromake/opt/gadget/bin/h5debug /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repart' '/home/astromake/opt/gadget/bin/h5repart' libtool: install: /usr/bin/install -c .libs/h5repart /home/astromake/opt/gadget/bin/h5repart /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5mkgrp' '/home/astromake/opt/gadget/bin/h5mkgrp' libtool: install: /usr/bin/install -c .libs/h5mkgrp /home/astromake/opt/gadget/bin/h5mkgrp test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /usr/bin/install -c 'h5redeploy' '/home/astromake/opt/gadget/bin/h5redeploy' make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/misc' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/misc' Making install in h5import make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5import' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5import' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5import' '/home/astromake/opt/gadget/bin/h5import' libtool: install: /usr/bin/install -c .libs/h5import /home/astromake/opt/gadget/bin/h5import make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5import' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5import' Making install in h5repack make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5repack' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5repack' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5repack' '/home/astromake/opt/gadget/bin/h5repack' libtool: install: /usr/bin/install -c .libs/h5repack /home/astromake/opt/gadget/bin/h5repack make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5repack' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5repack' Making install in h5jam make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5jam' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5jam' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5jam' '/home/astromake/opt/gadget/bin/h5jam' libtool: install: /usr/bin/install -c .libs/h5jam /home/astromake/opt/gadget/bin/h5jam /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5unjam' '/home/astromake/opt/gadget/bin/h5unjam' libtool: install: /usr/bin/install -c .libs/h5unjam /home/astromake/opt/gadget/bin/h5unjam make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5jam' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5jam' Making install in h5copy make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5copy' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5copy' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5copy' '/home/astromake/opt/gadget/bin/h5copy' libtool: install: /usr/bin/install -c .libs/h5copy /home/astromake/opt/gadget/bin/h5copy make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5copy' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5copy' Making install in h5stat make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5stat' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5stat' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5stat' '/home/astromake/opt/gadget/bin/h5stat' libtool: install: /usr/bin/install -c .libs/h5stat /home/astromake/opt/gadget/bin/h5stat test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5stat' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5stat' Making install in h5dump make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5dump' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5dump' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'h5dump' '/home/astromake/opt/gadget/bin/h5dump' libtool: install: /usr/bin/install -c .libs/h5dump /home/astromake/opt/gadget/bin/h5dump make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5dump' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools/h5dump' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/tools' Making install in . make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[2]: Nothing to be done for `all'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[4]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/home/astromake/opt/gadget/bin/h5perf_serial' libtool: install: /usr/bin/install -c .libs/h5perf_serial /home/astromake/opt/gadget/bin/h5perf_serial make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3' Making install in hl make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' Making install in src make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/src' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/src' test -z "/home/astromake/opt/gadget/lib" || /bin/mkdir -p "/home/astromake/opt/gadget/lib" /bin/sh ../../libtool --mode=install /usr/bin/install -c 'libhdf5_hl.la' '/home/astromake/opt/gadget/lib/libhdf5_hl.la' libtool: install: /usr/bin/install -c .libs/libhdf5_hl.so.6.0.2 /home/astromake/opt/gadget/lib/libhdf5_hl.so.6.0.2 libtool: install: (cd /home/astromake/opt/gadget/lib && { ln -s -f libhdf5_hl.so.6.0.2 libhdf5_hl.so.6 || { rm -f libhdf5_hl.so.6 && ln -s libhdf5_hl.so.6.0.2 libhdf5_hl.so.6; }; }) libtool: install: (cd /home/astromake/opt/gadget/lib && { ln -s -f libhdf5_hl.so.6.0.2 libhdf5_hl.so || { rm -f libhdf5_hl.so && ln -s libhdf5_hl.so.6.0.2 libhdf5_hl.so; }; }) libtool: install: /usr/bin/install -c .libs/libhdf5_hl.lai /home/astromake/opt/gadget/lib/libhdf5_hl.la libtool: install: /usr/bin/install -c .libs/libhdf5_hl.a /home/astromake/opt/gadget/lib/libhdf5_hl.a libtool: install: chmod 644 /home/astromake/opt/gadget/lib/libhdf5_hl.a libtool: install: ranlib /home/astromake/opt/gadget/lib/libhdf5_hl.a libtool: finish: PATH="/home/astromake/opt/gadget/bin:/home/astromake/opt/gcc/4.3.2/bin:/home/astromake/opt/gadget/bin:.:/home/astromake/bin:/home/teuben/bin:.:/home/astromake/bin:/home/teuben/bin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/lib/ccache:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/usr/sbin:/sbin:/etc/ppp:/home/adabas/bin:/home/adabas/pgm:/usr/sbin:/sbin:/etc/ppp:/home/adabas/bin:/home/adabas/pgm:/sbin" ldconfig -n /home/astromake/opt/gadget/lib ---------------------------------------------------------------------- Libraries have been installed in: /home/astromake/opt/gadget/lib If you ever happen to want to link against installed libraries in a given directory, LIBDIR, you must either use libtool, and specify the full pathname of the library, or use the `-LLIBDIR' flag during linking and do at least one of the following: - add LIBDIR to the `LD_LIBRARY_PATH' environment variable during execution - add LIBDIR to the `LD_RUN_PATH' environment variable during linking - use the `-Wl,-rpath -Wl,LIBDIR' linker flag - have your system administrator add LIBDIR to `/etc/ld.so.conf' See any operating system documentation about shared libraries for more information, such as the ld(1) and ld.so(8) manual pages. ---------------------------------------------------------------------- test -z "/home/astromake/opt/gadget/include" || /bin/mkdir -p "/home/astromake/opt/gadget/include" /usr/bin/install -c -m 644 'hdf5_hl.h' '/home/astromake/opt/gadget/include/hdf5_hl.h' /usr/bin/install -c -m 644 'H5IMpublic.h' '/home/astromake/opt/gadget/include/H5IMpublic.h' /usr/bin/install -c -m 644 'H5LTpublic.h' '/home/astromake/opt/gadget/include/H5LTpublic.h' /usr/bin/install -c -m 644 'H5TBpublic.h' '/home/astromake/opt/gadget/include/H5TBpublic.h' /usr/bin/install -c -m 644 'H5DSpublic.h' '/home/astromake/opt/gadget/include/H5DSpublic.h' /usr/bin/install -c -m 644 'H5PTpublic.h' '/home/astromake/opt/gadget/include/H5PTpublic.h' make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/src' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/src' Making install in test make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/test' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/test' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/test' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/test' Making install in tools make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' Making install in gif2h5 make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools/gif2h5' make[4]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools/gif2h5' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'gif2h5' '/home/astromake/opt/gadget/bin/gif2h5' libtool: install: /usr/bin/install -c .libs/gif2h5 /home/astromake/opt/gadget/bin/gif2h5 /bin/sh ../../../libtool --mode=install /usr/bin/install -c 'h52gif' '/home/astromake/opt/gadget/bin/h52gif' libtool: install: /usr/bin/install -c .libs/h52gif /home/astromake/opt/gadget/bin/h52gif make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools/gif2h5' make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools/gif2h5' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' make[4]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' make[4]: Nothing to be done for `install-exec-am'. make[4]: Nothing to be done for `install-data-am'. make[4]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl/tools' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' make[3]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' make[3]: Nothing to be done for `install-exec-am'. make[3]: Nothing to be done for `install-data-am'. make[3]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/hl' Making install in perform make[1]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[2]: Entering directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' test -z "/home/astromake/opt/gadget/bin" || /bin/mkdir -p "/home/astromake/opt/gadget/bin" /bin/sh ../libtool --mode=install /usr/bin/install -c 'h5perf_serial' '/home/astromake/opt/gadget/bin/h5perf_serial' libtool: install: /usr/bin/install -c .libs/h5perf_serial /home/astromake/opt/gadget/bin/h5perf_serial make[2]: Nothing to be done for `install-data-am'. make[2]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' make[1]: Leaving directory `/home/teuben/PITP/codes/hdf5-1.8.3/perform' ~/PITP/codes ~/PITP/codes/Gadget-2.0.4/Gadget2 ~/PITP/codes rm -f main.o run.o predict.o begrun.o endrun.o global.o timestep.o init.o restart.o io.o accel.o read_ic.o ngb.o system.o allocate.o density.o gravtree.o hydra.o driftfac.o domain.o allvars.o potential.o forcetree.o peano.o gravtree_forcetest.o pm_periodic.o pm_nonperiodic.o longrange.o Gadget2 mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o main.o main.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o run.o run.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o predict.o predict.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o begrun.o begrun.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o endrun.o endrun.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o global.o global.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o timestep.o timestep.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o init.o init.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o restart.o restart.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o io.o io.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o accel.o accel.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o read_ic.o read_ic.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o ngb.o ngb.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o system.o system.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o allocate.o allocate.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o density.o density.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o gravtree.o gravtree.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o hydra.o hydra.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o driftfac.o driftfac.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o domain.o domain.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o allvars.o allvars.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o potential.o potential.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o forcetree.o forcetree.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o peano.o peano.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o gravtree_forcetest.o gravtree_forcetest.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o pm_periodic.o pm_periodic.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o pm_nonperiodic.o pm_nonperiodic.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o longrange.o longrange.c mpicc main.o run.o predict.o begrun.o endrun.o global.o timestep.o init.o restart.o io.o accel.o read_ic.o ngb.o system.o allocate.o density.o gravtree.o hydra.o driftfac.o domain.o allvars.o potential.o forcetree.o peano.o gravtree_forcetest.o pm_periodic.o pm_nonperiodic.o longrange.o -lhdf5 -lz -g -lgsl -lgslcblas -lm -L/home/astromake/opt/gadget -lsrfftw_mpi -lsfftw_mpi -lsrfftw -lsfftw -o Gadget2 rm -f main.o run.o predict.o begrun.o endrun.o global.o timestep.o init.o restart.o io.o accel.o read_ic.o ngb.o system.o allocate.o density.o gravtree.o hydra.o driftfac.o domain.o allvars.o potential.o forcetree.o peano.o gravtree_forcetest.o pm_periodic.o pm_nonperiodic.o longrange.o Gadget2 mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o main.o main.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o run.o run.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o predict.o predict.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o begrun.o begrun.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o endrun.o endrun.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o global.o global.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o timestep.o timestep.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o init.o init.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o restart.o restart.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o io.o io.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o accel.o accel.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o read_ic.o read_ic.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o ngb.o ngb.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o system.o system.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o allocate.o allocate.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o density.o density.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o gravtree.o gravtree.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o hydra.o hydra.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o driftfac.o driftfac.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o domain.o domain.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o allvars.o allvars.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o potential.o potential.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o forcetree.o forcetree.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o peano.o peano.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o gravtree_forcetest.o gravtree_forcetest.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o pm_periodic.o pm_periodic.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o pm_nonperiodic.o pm_nonperiodic.c mpicc -O3 -Wall -DUNEQUALSOFTENINGS -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o longrange.o longrange.c mpicc main.o run.o predict.o begrun.o endrun.o global.o timestep.o init.o restart.o io.o accel.o read_ic.o ngb.o system.o allocate.o density.o gravtree.o hydra.o driftfac.o domain.o allvars.o potential.o forcetree.o peano.o gravtree_forcetest.o pm_periodic.o pm_nonperiodic.o longrange.o -lhdf5 -lz -g -lgsl -lgslcblas -lm -L/home/astromake/opt/gadget -lsrfftw_mpi -lsfftw_mpi -lsrfftw -lsfftw -o Gadget2 rm -f main.o run.o predict.o begrun.o endrun.o global.o timestep.o init.o restart.o io.o accel.o read_ic.o ngb.o system.o allocate.o density.o gravtree.o hydra.o driftfac.o domain.o allvars.o potential.o forcetree.o peano.o gravtree_forcetest.o pm_periodic.o pm_nonperiodic.o longrange.o Gadget2 mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o main.o main.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o run.o run.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o predict.o predict.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o begrun.o begrun.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o endrun.o endrun.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o global.o global.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o timestep.o timestep.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o init.o init.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o restart.o restart.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o io.o io.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o accel.o accel.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o read_ic.o read_ic.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o ngb.o ngb.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o system.o system.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o allocate.o allocate.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o density.o density.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o gravtree.o gravtree.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o hydra.o hydra.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o driftfac.o driftfac.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o domain.o domain.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o allvars.o allvars.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o potential.o potential.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o forcetree.o forcetree.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o peano.o peano.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o gravtree_forcetest.o gravtree_forcetest.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o pm_periodic.o pm_periodic.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o pm_nonperiodic.o pm_nonperiodic.c mpicc -O3 -Wall -DPEANOHILBERT -DWALLCLOCK -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o longrange.o longrange.c mpicc main.o run.o predict.o begrun.o endrun.o global.o timestep.o init.o restart.o io.o accel.o read_ic.o ngb.o system.o allocate.o density.o gravtree.o hydra.o driftfac.o domain.o allvars.o potential.o forcetree.o peano.o gravtree_forcetest.o pm_periodic.o pm_nonperiodic.o longrange.o -lhdf5 -lz -g -lgsl -lgslcblas -lm -L/home/astromake/opt/gadget -lsrfftw_mpi -lsfftw_mpi -lsrfftw -lsfftw -o Gadget2 rm -f main.o run.o predict.o begrun.o endrun.o global.o timestep.o init.o restart.o io.o accel.o read_ic.o ngb.o system.o allocate.o density.o gravtree.o hydra.o driftfac.o domain.o allvars.o potential.o forcetree.o peano.o gravtree_forcetest.o pm_periodic.o pm_nonperiodic.o longrange.o Gadget2 mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o main.o main.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o run.o run.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o predict.o predict.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o begrun.o begrun.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o endrun.o endrun.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o global.o global.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o timestep.o timestep.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o init.o init.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o restart.o restart.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o io.o io.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o accel.o accel.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o read_ic.o read_ic.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o ngb.o ngb.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o system.o system.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o allocate.o allocate.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o density.o density.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o gravtree.o gravtree.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o hydra.o hydra.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o driftfac.o driftfac.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o domain.o domain.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o allvars.o allvars.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o potential.o potential.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o forcetree.o forcetree.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o peano.o peano.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o gravtree_forcetest.o gravtree_forcetest.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o pm_periodic.o pm_periodic.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o pm_nonperiodic.o pm_nonperiodic.c mpicc -O3 -Wall -DPERIODIC -DPEANOHILBERT -DWALLCLOCK -DPMGRID=128 -DSYNCHRONIZATION -I/home/astromake/opt/gadget/include -I/home/astromake/opt/gadget -c -o longrange.o longrange.c mpicc main.o run.o predict.o begrun.o endrun.o global.o timestep.o init.o restart.o io.o accel.o read_ic.o ngb.o system.o allocate.o density.o gravtree.o hydra.o driftfac.o domain.o allvars.o potential.o forcetree.o peano.o gravtree_forcetest.o pm_periodic.o pm_nonperiodic.o longrange.o -lhdf5 -lz -g -lgsl -lgslcblas -lm -L/home/astromake/opt/gadget -lsrfftw_mpi -lsfftw_mpi -lsrfftw -lsfftw -o Gadget2 ~/PITP/codes ~/PITP/codes/Gadget-2.0.4 ~/PITP/codes LAM 7.1.5b1/MPI 2 C++/ROMIO - Indiana University