Created
October 18, 2012 16:52
-
-
Save gonsie/3913214 to your computer and use it in GitHub Desktop.
homebrew mpich2 issue #15533
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| brew install -v --env=std mpich2 | |
| ==> Downloading http://www.mcs.anl.gov/research/projects/mpich2/downloads/tarballs/1.5/mpich2-1.5.tar.gz | |
| Already downloaded: /Library/Caches/Homebrew/mpich2-1.5.tar.gz | |
| /usr/bin/tar xf /Library/Caches/Homebrew/mpich2-1.5.tar.gz | |
| ==> Using Homebrew-provided fortran compiler. | |
| This may be changed by setting the FC environment variable. | |
| ==> ./configure --prefix=/usr/local/Cellar/mpich2/1.5 --mandir=/usr/local/Cellar/mpich2/1.5/share/man --enable-shared | |
| ./configure --prefix=/usr/local/Cellar/mpich2/1.5 --mandir=/usr/local/Cellar/mpich2/1.5/share/man --enable-shared | |
| Configuring MPICH2 version 1.5 with '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8' 'LDFLAGS=-L/usr/local/lib' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' | |
| Running on system: Darwin dimple.dyn.cs.rpi.edu 12.2.0 Darwin Kernel Version 12.2.0: Sat Aug 25 00:48:52 PDT 2012; root:xnu-2050.18.24~1/RELEASE_X86_64 x86_64 | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... confdb/install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking for style of include used by make... GNU | |
| checking whether make supports nested variables... yes | |
| checking dependency style of /usr/bin/clang... gcc3 | |
| checking whether to enable maintainer-specific portions of Makefiles... yes | |
| checking for ar... ar | |
| checking the archiver (ar) interface... ar | |
| checking build system type... x86_64-apple-darwin12.2.0 | |
| checking host system type... x86_64-apple-darwin12.2.0 | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by /usr/bin/clang... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
| checking the name lister (/usr/bin/nm) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 196608 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... no | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for archiver @FILE support... no | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... nmedit | |
| checking for lipo... lipo | |
| checking for otool... otool | |
| checking for otool64... no | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking for -force_load linker flag... yes | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
| checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/clang static flag -static works... no | |
| checking if /usr/bin/clang supports -c -o file.o... yes | |
| checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking whether make supports nested variables... (cached) yes | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether /usr/bin/clang++ accepts -g... yes | |
| checking dependency style of /usr/bin/clang++... gcc3 | |
| checking how to run the C++ preprocessor... /usr/bin/clang++ -E | |
| checking for ld used by /usr/bin/clang++... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking for /usr/bin/clang++ option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/clang++ PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/clang++ static flag -static works... no | |
| checking if /usr/bin/clang++ supports -c -o file.o... yes | |
| checking if /usr/bin/clang++ supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/clang++ linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether we are using the GNU Fortran 77 compiler... yes | |
| checking whether /usr/local/bin/gfortran accepts -g... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for /usr/local/bin/gfortran option to produce PIC... -fno-common | |
| checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes | |
| checking if /usr/local/bin/gfortran static flag -static works... no | |
| checking if /usr/local/bin/gfortran supports -c -o file.o... yes | |
| checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes | |
| checking whether the /usr/local/bin/gfortran linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether we are using the GNU Fortran compiler... yes | |
| checking whether /usr/local/bin/gfortran accepts -g... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for /usr/local/bin/gfortran option to produce PIC... -fno-common | |
| checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes | |
| checking if /usr/local/bin/gfortran static flag -static works... no | |
| checking if /usr/local/bin/gfortran supports -c -o file.o... yes | |
| checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes | |
| checking whether the /usr/local/bin/gfortran linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| configure: RUNNING PREREQ FOR ch3:nemesis | |
| checking for getpagesize... yes | |
| configure: ===== configuring src/mpl ===== | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 ' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 ' --cache-file=/dev/null --srcdir=. | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... confdb/install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking for style of include used by make... GNU | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking dependency style of /usr/bin/clang... gcc3 | |
| checking for ar... ar | |
| checking the archiver (ar) interface... ar | |
| checking build system type... x86_64-apple-darwin12.2.0 | |
| checking host system type... x86_64-apple-darwin12.2.0 | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by /usr/bin/clang... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
| checking the name lister (/usr/bin/nm) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 196608 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... no | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for archiver @FILE support... no | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... nmedit | |
| checking for lipo... lipo | |
| checking for otool... otool | |
| checking for otool64... no | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking for -force_load linker flag... yes | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
| checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/clang static flag -static works... no | |
| checking if /usr/bin/clang supports -c -o file.o... yes | |
| checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking whether make supports nested variables... yes | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether /usr/bin/clang accepts -g... (cached) yes | |
| checking for /usr/bin/clang option to accept ISO C89... (cached) none needed | |
| checking dependency style of /usr/bin/clang... (cached) gcc3 | |
| checking for an ANSI C-conforming const... yes | |
| checking for C/C++ restrict keyword... __restrict | |
| checking for variable argument list macro functionality... yes | |
| checking for gcov... gcov | |
| checking whether the compiler supports __typeof(variable)... yes | |
| checking stdio.h usability... yes | |
| checking stdio.h presence... yes | |
| checking for stdio.h... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking stdarg.h usability... yes | |
| checking stdarg.h presence... yes | |
| checking for stdarg.h... yes | |
| checking ctype.h usability... yes | |
| checking ctype.h presence... yes | |
| checking for ctype.h... yes | |
| checking for inttypes.h... (cached) yes | |
| checking for stdint.h... (cached) yes | |
| checking valgrind.h usability... no | |
| checking valgrind.h presence... no | |
| checking for valgrind.h... no | |
| checking memcheck.h usability... no | |
| checking memcheck.h presence... no | |
| checking for memcheck.h... no | |
| checking valgrind/valgrind.h usability... no | |
| checking valgrind/valgrind.h presence... no | |
| checking for valgrind/valgrind.h... no | |
| checking valgrind/memcheck.h usability... no | |
| checking valgrind/memcheck.h presence... no | |
| checking for valgrind/memcheck.h... no | |
| checking helgrind.h usability... no | |
| checking helgrind.h presence... no | |
| checking for helgrind.h... no | |
| checking valgrind/helgrind.h usability... no | |
| checking valgrind/helgrind.h presence... no | |
| checking for valgrind/helgrind.h... no | |
| checking drd.h usability... no | |
| checking drd.h presence... no | |
| checking for drd.h... no | |
| checking valgrind/drd.h usability... no | |
| checking valgrind/drd.h presence... no | |
| checking for valgrind/drd.h... no | |
| checking whether the valgrind headers are broken or too old... yes | |
| checking for strdup... yes | |
| checking whether strdup needs a declaration... yes | |
| checking for snprintf... yes | |
| checking whether snprintf needs a declaration... no | |
| checking for strncmp... yes | |
| checking whether strncmp needs a declaration... yes | |
| checking for putenv... yes | |
| checking whether putenv needs a declaration... no | |
| checking whether __attribute__ allowed... yes | |
| checking whether __attribute__((format)) allowed... yes | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating localdefs | |
| config.status: creating include/config.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| config.status: executing include/mplconfig.h commands | |
| config.status: creating include/mplconfig.h - prefix MPL for include/config.h defines | |
| configure: ===== done with src/mpl configure ===== | |
| configure: sourcing src/mpl/localdefs | |
| configure: ===== configuring src/openpa ===== | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' --with-atomic-primitives=auto_allow_emulation '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 ' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 ' --cache-file=/dev/null --srcdir=. | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... confdb/install-sh -c -d | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking for style of include used by make... GNU | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking dependency style of /usr/bin/clang... gcc3 | |
| checking for ar... ar | |
| checking the archiver (ar) interface... ar | |
| checking build system type... x86_64-apple-darwin12.2.0 | |
| checking host system type... x86_64-apple-darwin12.2.0 | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by /usr/bin/clang... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
| checking the name lister (/usr/bin/nm) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 196608 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... no | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for archiver @FILE support... no | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... nmedit | |
| checking for lipo... lipo | |
| checking for otool... otool | |
| checking for otool64... no | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking for -force_load linker flag... yes | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
| checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/clang static flag -static works... no | |
| checking if /usr/bin/clang supports -c -o file.o... yes | |
| checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking whether make supports nested variables... yes | |
| checking for gcc... (cached) /usr/bin/clang | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether /usr/bin/clang accepts -g... (cached) yes | |
| checking for /usr/bin/clang option to accept ISO C89... (cached) none needed | |
| checking dependency style of /usr/bin/clang... (cached) gcc3 | |
| checking whether to enable assertions... yes | |
| checking pthread.h usability... yes | |
| checking pthread.h presence... yes | |
| checking for pthread.h... yes | |
| checking atomic.h usability... no | |
| checking atomic.h presence... no | |
| checking for atomic.h... no | |
| checking intrin.h usability... no | |
| checking intrin.h presence... no | |
| checking for intrin.h... no | |
| checking for inttypes.h... (cached) yes | |
| checking for stdint.h... (cached) yes | |
| checking stddef.h usability... yes | |
| checking stddef.h presence... yes | |
| checking for stddef.h... yes | |
| checking for C/C++ restrict keyword... __restrict | |
| checking for inline... inline | |
| checking for an ANSI C-conforming const... yes | |
| checking for pthread_create in -lpthread... yes | |
| checking for pthread_yield... no | |
| checking sched.h usability... yes | |
| checking sched.h presence... yes | |
| checking for sched.h... yes | |
| checking for sched_yield... yes | |
| checking if 100 threads can be run at once... yes | |
| checking size of void *... 8 | |
| checking size of int... 4 | |
| checking whether __attribute__ allowed... yes | |
| checking whether __attribute__((format)) allowed... yes | |
| checking if compiler rejects bogus asm statements... yes | |
| checking for support for gcc x86/x86_64 primitives... yes | |
| checking for support for gcc x86 primitives for pre-Pentium 4... yes | |
| checking for support for gcc ia64 primitives... no | |
| checking for support for gcc PowerPC atomics... no | |
| checking for support for gcc SiCortex atomics... no | |
| checking for support for gcc atomic intrinsics... yes | |
| checking for support for Windows NT atomic intrinsics... no | |
| checking for support for Sun atomic operations library... no | |
| checking whether to enable strict fairness checks... no | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating test/Makefile | |
| config.status: creating openpa.pc | |
| config.status: creating src/config.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| config.status: executing src/opa_config.h commands | |
| config.status: creating src/opa_config.h - prefix OPA for src/config.h defines | |
| configure: ===== done with src/openpa configure ===== | |
| sourcing /private/tmp/mpich2-H2iV/mpich2-1.5/src/pm/hydra/mpich2prereq | |
| checking whether the compiler defines __func__... yes | |
| checking whether the compiler defines __FUNC__... no | |
| checking whether the compiler sets __FUNCTION__... yes | |
| checking whether C compiler accepts option -O2... yes | |
| checking whether C compiler option -O2 works with an invalid prototype program... no | |
| checking for type of weak symbol alias support... no | |
| checking whether __attribute__ ((weak)) allowed... yes | |
| checking whether __attribute__ ((weak_import)) allowed... yes | |
| checking whether __attribute__((weak,alias(...))) allowed... no | |
| checking for shared library (esp. rpath) characteristics of CC... done (results in src/env/cc_shlib.conf) | |
| checking whether Fortran 77 compiler accepts option -O2... yes | |
| checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes | |
| checking how to get verbose linking output from /usr/local/bin/gfortran... -v | |
| checking for Fortran 77 libraries of /usr/local/bin/gfortran... -L/usr/local/lib -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -lgfortranbegin -lgfortran | |
| checking whether /usr/local/bin/gfortran accepts the FLIBS found by autoconf... yes | |
| checking whether /usr/bin/clang links with FLIBS found by autoconf... yes | |
| checking whether Fortran 77 and C objects are compatible... yes | |
| checking for linker for Fortran main program... Use Fortran to link programs | |
| checking for Fortran 77 name mangling... lower uscore | |
| checking for libraries to link Fortran main with C stdio routines... none | |
| checking whether Fortran init will work with C... yes | |
| checking for extension for Fortran 90 programs... f90 | |
| checking whether the Fortran 90 compiler (/usr/local/bin/gfortran -Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -L/usr/local/lib ) works... yes | |
| checking whether the Fortran 90 compiler (/usr/local/bin/gfortran -Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -L/usr/local/lib ) is a cross-compiler... no | |
| checking whether Fortran 90 compiler works with Fortran 77 compiler... yes | |
| checking for shared library (esp. rpath) characteristics of F77... done (results in src/env/f77_shlib.conf) | |
| checking whether Fortran 77 accepts ! for comments... yes | |
| checking for include directory flag for Fortran... -I | |
| checking for Fortran 77 flag for library directories... -L | |
| checking whether Fortran 77 compiler processes .F files with C preprocessor... yes | |
| checking whether /usr/local/bin/gfortran allows mismatched arguments... yes | |
| checking for shared library (esp. rpath) characteristics of FC... done (results in src/env/fc_shlib.conf) | |
| checking whether the Fortran 90 compiler (/usr/local/bin/gfortran -Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -L/usr/local/lib ) works... yes | |
| checking whether the Fortran 90 compiler (/usr/local/bin/gfortran -Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -L/usr/local/lib ) is a cross-compiler... no | |
| checking for Fortran 90 module extension... mod | |
| checking for Fortran 90 module include flag... -I | |
| checking for Fortran 90 module output directory flag... -J | |
| checking whether Fortran 90 compiler accepts option -O2... yes | |
| checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes | |
| checking whether Fortran 90 compiler processes .F90 files with C preprocessor... yes | |
| checking what libraries are needed to link Fortran90 programs with C routines that use stdio... none | |
| checking whether the C++ compiler /usr/bin/clang++ can build an executable... yes | |
| checking whether C++ compiler works with string... yes | |
| checking whether the compiler supports exceptions... yes | |
| checking whether the compiler recognizes bool as a built-in type... yes | |
| checking whether the compiler implements namespaces... yes | |
| checking whether <iostream> available... yes | |
| checking whether the compiler implements the namespace std... yes | |
| checking whether <math> available... no | |
| checking for GNU g++ version... 4 . 2 | |
| checking for shared library (esp. rpath) characteristics of CXX... done (results in src/env/cxx_shlib.conf) | |
| checking whether C++ compiler accepts option -O2... yes | |
| checking whether routines compiled with -O2 can be linked with ones compiled without -O2... yes | |
| checking for perl... /usr/bin/perl | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking for killall... killall | |
| checking whether install works... yes | |
| checking whether mkdir -p works... yes | |
| checking for make... make | |
| checking whether clock skew breaks make... no | |
| checking whether make supports include... yes | |
| checking whether make allows comments in actions... yes | |
| checking for virtual path format... VPATH | |
| checking whether make sets CFLAGS... yes | |
| checking for bash... /bin/bash | |
| checking whether /bin/bash supports arrays... yes | |
| checking for doctext... false | |
| checking for an ANSI C-conforming const... yes | |
| checking for working volatile... yes | |
| checking for C/C++ restrict keyword... __restrict | |
| checking for inline... inline | |
| checking whether __attribute__ allowed... yes | |
| checking whether __attribute__((format)) allowed... yes | |
| checking whether byte ordering is bigendian... no | |
| checking whether C compiler allows unaligned doubles... yes | |
| checking whether /usr/bin/clang supports __func__... yes | |
| checking whether long double is supported... yes | |
| checking whether long long is supported... yes | |
| checking for max C struct integer alignment... eight | |
| checking for max C struct floating point alignment... sixteen | |
| checking for max C struct alignment of structs with doubles... eight | |
| checking for max C struct floating point alignment with long doubles... sixteen | |
| configure: WARNING: Structures containing long doubles may be aligned differently from structures with floats or longs. MPICH2 does not handle this case automatically and you should avoid assumed extents for structures containing float types. | |
| checking if alignment of structs with doubles is based on position... no | |
| checking if alignment of structs with long long ints is based on position... no | |
| checking if double alignment breaks rules, find actual alignment... no | |
| checking for alignment restrictions on pointers... int or better | |
| checking size of char... 1 | |
| checking size of unsigned char... 1 | |
| checking size of short... 2 | |
| checking size of unsigned short... 2 | |
| checking size of int... 4 | |
| checking size of unsigned int... 4 | |
| checking size of long... 8 | |
| checking size of unsigned long... 8 | |
| checking size of long long... 8 | |
| checking size of unsigned long long... 8 | |
| checking size of float... 4 | |
| checking size of double... 8 | |
| checking size of long double... 16 | |
| checking size of void *... 8 | |
| checking for ANSI C header files... (cached) yes | |
| checking stddef.h usability... yes | |
| checking stddef.h presence... yes | |
| checking for stddef.h... yes | |
| checking size of wchar_t... 4 | |
| checking size of float_int... 8 | |
| checking size of double_int... 16 | |
| checking size of long_int... 16 | |
| checking size of short_int... 8 | |
| checking size of two_int... 8 | |
| checking size of long_double_int... 32 | |
| checking sys/bitypes.h usability... no | |
| checking sys/bitypes.h presence... no | |
| checking for sys/bitypes.h... no | |
| checking for inttypes.h... (cached) yes | |
| checking for stdint.h... (cached) yes | |
| checking for int8_t... yes | |
| checking for int16_t... yes | |
| checking for int32_t... yes | |
| checking for int64_t... yes | |
| checking for uint8_t... yes | |
| checking for uint16_t... yes | |
| checking for uint32_t... yes | |
| checking for uint64_t... yes | |
| checking stdbool.h usability... yes | |
| checking stdbool.h presence... yes | |
| checking for stdbool.h... yes | |
| checking complex.h usability... yes | |
| checking complex.h presence... yes | |
| checking for complex.h... yes | |
| checking size of _Bool... 1 | |
| checking size of float _Complex... 8 | |
| checking size of double _Complex... 16 | |
| checking size of long double _Complex... 32 | |
| checking for _Bool... yes | |
| checking for float _Complex... yes | |
| checking for double _Complex... yes | |
| checking for long double _Complex... yes | |
| checking for size of Fortran type integer... 4 | |
| checking for size of Fortran type real... 4 | |
| checking for size of Fortran type double precision... 8 | |
| checking whether integer*1 is supported... yes | |
| checking whether integer*2 is supported... yes | |
| checking whether integer*4 is supported... yes | |
| checking whether integer*8 is supported... yes | |
| checking whether integer*16 is supported... yes | |
| checking whether real*4 is supported... yes | |
| checking whether real*8 is supported... yes | |
| checking whether real*16 is supported... no | |
| checking for C type matching Fortran real... float | |
| checking for C type matching Fortran double... double | |
| checking for C type matching Fortran integer... int | |
| checking for size of MPI_Status... 20 | |
| checking for values of Fortran logicals... True is 1 and False is 0 | |
| checking for BSD/POSIX style global symbol lister... no | |
| checking stdio.h usability... yes | |
| checking stdio.h presence... yes | |
| checking for stdio.h... yes | |
| checking for multiple __attribute__((alias)) support... no! link failure | |
| checking for Fortran 90 integer kind for 8-byte integers... 8 | |
| checking for Fortran 90 integer kind for 4-byte integers... 4 | |
| checking if real*8 is supported in Fortran 90... yes | |
| checking size of bool... 1 | |
| checking complex usability... yes | |
| checking complex presence... yes | |
| checking for complex... yes | |
| checking size of Complex... 8 | |
| checking size of DoubleComplex... 16 | |
| checking size of LongDoubleComplex... 32 | |
| checking for alignment restrictions on int64_t... no | |
| checking for alignment restrictions on int32_t... no | |
| checking size of MPIR_Bsend_data_t... 88 | |
| checking for gcc __asm__ and pentium cmpxchgl instruction... no | |
| checking for gcc __asm__ and AMD x86_64 cmpxchgq instruction... yes | |
| checking for gcc __asm__ and IA64 xchg4 instruction... no | |
| checking for gcov... gcov | |
| checking for ANSI C header files... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking stdarg.h usability... yes | |
| checking stdarg.h presence... yes | |
| checking for stdarg.h... yes | |
| checking for sys/types.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for inttypes.h... (cached) yes | |
| checking limits.h usability... yes | |
| checking limits.h presence... yes | |
| checking for limits.h... yes | |
| checking for stddef.h... (cached) yes | |
| checking errno.h usability... yes | |
| checking errno.h presence... yes | |
| checking for errno.h... yes | |
| checking sys/socket.h usability... yes | |
| checking sys/socket.h presence... yes | |
| checking for sys/socket.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 endian.h usability... no | |
| checking endian.h presence... no | |
| checking for endian.h... no | |
| checking assert.h usability... yes | |
| checking assert.h presence... yes | |
| checking for assert.h... yes | |
| checking sys/param.h usability... yes | |
| checking sys/param.h presence... yes | |
| checking for sys/param.h... yes | |
| checking for sys/uio.h... yes | |
| checking for size_t... yes | |
| checking for setitimer... yes | |
| checking for alarm... yes | |
| checking for vsnprintf... yes | |
| checking for vsprintf... yes | |
| checking whether vsnprintf needs a declaration... no | |
| checking for strerror... yes | |
| checking for strncasecmp... yes | |
| checking whether strerror_r is declared... yes | |
| checking for strerror_r... yes | |
| checking whether strerror_r returns char *... no | |
| checking whether strerror_r needs a declaration... no | |
| checking for snprintf... yes | |
| checking whether snprintf needs a declaration... no | |
| checking for qsort... yes | |
| checking for va_copy... yes | |
| checking for variable argument list macro functionality... yes | |
| checking for working alloca.h... yes | |
| checking for alloca... yes | |
| checking for strdup... yes | |
| checking whether strdup needs a declaration... yes | |
| checking for mkstemp... yes | |
| checking whether mkstemp needs a declaration... no | |
| checking for fdopen... yes | |
| checking whether fdopen needs a declaration... yes | |
| checking for putenv... yes | |
| checking whether putenv needs a declaration... no | |
| checking for clock_gettime... no | |
| checking for clock_getres... no | |
| checking for gethrtime... no | |
| checking for mach_absolute_time... yes | |
| checking for gettimeofday... yes | |
| checking for mach_absolute_time... (cached) yes | |
| checking for mach_timebase_info... yes | |
| checking pthread.h usability... yes | |
| checking pthread.h presence... yes | |
| checking for pthread.h... yes | |
| checking for pthread_key_create in -lpthread... yes | |
| checking for pthread_yield... no | |
| checking for pthread_key_create... yes | |
| checking for pthread_cleanup_push... no | |
| checking whether pthread_cleanup_push is available (may be a macro in pthread.h)... no | |
| checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE_NP... no | |
| checking whether pthread.h defines PTHREAD_MUTEX_RECURSIVE... yes | |
| checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK_NP... no | |
| checking whether pthread.h defines PTHREAD_MUTEX_ERRORCHECK... yes | |
| checking whether pthread_mutexattr_settype needs a declaration... no | |
| checking for thread local storage specifier... __thread | |
| checking for getpid... yes | |
| checking sched.h usability... yes | |
| checking sched.h presence... yes | |
| checking for sched.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking sys/select.h usability... yes | |
| checking sys/select.h presence... yes | |
| checking for sys/select.h... yes | |
| checking for sched_yield... yes | |
| checking for yield... no | |
| checking for usleep... yes | |
| checking for sleep... yes | |
| checking for select... yes | |
| checking whether usleep needs a declaration... no | |
| checking for sched_setaffinity... no | |
| checking for sched_getaffinity... no | |
| checking for bindprocessor... no | |
| checking for thread_policy_set... yes | |
| checking whether thread affinity macros defined... no | |
| configure: RUNNING CONFIGURE FOR F90 CODE | |
| checking whether ln -s works... yes | |
| checking for extension for Fortran 90 programs... f90 | |
| checking for the precision and range of reals... 6 , 37 | |
| checking for the precision and range of double precision... 15 , 307 | |
| checking for the range of integer... 9 | |
| checking for available integer kinds... 2 , 1, 4 , 2, 9 , 4, 18 , 8, | |
| checking for available integer ranges... { 2 , 1 , 1 }, { 4 , 2 , 2 }, { 9 , 4 , 4 }, { 18 , 8 , 8 }, | |
| checking for unistd.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking for sys/socket.h... (cached) yes | |
| checking for strings.h... (cached) yes | |
| checking for assert.h... (cached) yes | |
| checking for snprintf... (cached) yes | |
| checking whether snprintf needs a declaration... (cached) no | |
| checking for strncasecmp... (cached) yes | |
| checking for sys/types.h... (cached) yes | |
| checking for sys/param.h... (cached) yes | |
| checking for sys/socket.h... (cached) yes | |
| checking netinet/in.h usability... yes | |
| checking netinet/in.h presence... yes | |
| checking for netinet/in.h... yes | |
| checking netinet/tcp.h usability... yes | |
| checking netinet/tcp.h presence... yes | |
| checking for netinet/tcp.h... yes | |
| checking sys/un.h usability... yes | |
| checking sys/un.h presence... yes | |
| checking for sys/un.h... yes | |
| checking netdb.h usability... yes | |
| checking netdb.h presence... yes | |
| checking for netdb.h... yes | |
| checking for library containing socket... none required | |
| checking for library containing gethostbyname... none required | |
| checking for socket... yes | |
| checking for setsockopt... yes | |
| checking for gethostbyname... yes | |
| checking whether socklen_t is defined (in sys/socket.h if present)... yes | |
| checking whether struct hostent contains h_addr_list... yes | |
| checking whether __attribute__ allowed... (cached) yes | |
| checking whether __attribute__((format)) allowed... (cached) yes | |
| configure: RUNNING CONFIGURE FOR CH3 DEVICE | |
| checking for assert.h... (cached) yes | |
| checking for limits.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for sys/types.h... (cached) yes | |
| checking for sys/uio.h... (cached) yes | |
| checking uuid/uuid.h usability... yes | |
| checking uuid/uuid.h presence... yes | |
| checking for uuid/uuid.h... yes | |
| checking time.h usability... yes | |
| checking time.h presence... yes | |
| checking for time.h... yes | |
| checking ctype.h usability... yes | |
| checking ctype.h presence... yes | |
| checking for ctype.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking arpa/inet.h usability... yes | |
| checking arpa/inet.h presence... yes | |
| checking for arpa/inet.h... yes | |
| checking for sys/socket.h... (cached) yes | |
| checking for net/if.h... yes | |
| checking for pid_t... yes | |
| checking for inet_pton... yes | |
| checking for gethostname... yes | |
| checking whether gethostname needs a declaration... no | |
| checking for CFUUIDCreate... no | |
| checking for uuid_generate... yes | |
| checking for time... yes | |
| checking for OpenPA atomic primitive availability... yes | |
| checking whether CPP accepts variable length argument lists... yes | |
| checking whether byte ordering is bigendian... (cached) no | |
| configure: RUNNING CONFIGURE FOR ch3:nemesis | |
| checking for net/if.h... yes | |
| checking for assert.h... (cached) yes | |
| checking for netdb.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| checking for sched.h... (cached) yes | |
| checking sys/mman.h usability... yes | |
| checking sys/mman.h presence... yes | |
| checking for sys/mman.h... yes | |
| checking sys/ioctl.h usability... yes | |
| checking sys/ioctl.h presence... yes | |
| checking for sys/ioctl.h... yes | |
| checking for sys/socket.h... (cached) yes | |
| checking sys/sockio.h usability... yes | |
| checking sys/sockio.h presence... yes | |
| checking for sys/sockio.h... yes | |
| checking for sys/types.h... (cached) yes | |
| checking for errno.h... (cached) yes | |
| checking sys/ipc.h usability... yes | |
| checking sys/ipc.h presence... yes | |
| checking for sys/ipc.h... yes | |
| checking sys/shm.h usability... yes | |
| checking sys/shm.h presence... yes | |
| checking for sys/shm.h... yes | |
| checking for netinet/in.h... (cached) yes | |
| checking signal.h usability... yes | |
| checking signal.h presence... yes | |
| checking for signal.h... yes | |
| checking for signal... yes | |
| checking for mkstemp... (cached) yes | |
| checking for rand... yes | |
| checking for srand... yes | |
| checking for mmap... yes | |
| checking for munmap... yes | |
| configure: Using a memory-mapped file for shared memory | |
| checking whether struct hostent contains h_addr_list... (cached) yes | |
| checking whether we can use struct ifconf... yes | |
| checking whether we can use struct ifreq... yes | |
| checking knem_io.h usability... no | |
| checking knem_io.h presence... no | |
| checking for knem_io.h... no | |
| configure: ===== configuring src/mpi/romio ===== | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' --cache-file=/dev/null --srcdir=. | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... mkdir -p | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make supports nested variables... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... yes | |
| checking for style of include used by make... GNU | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking dependency style of /usr/bin/clang... gcc3 | |
| checking the archiver (ar) interface... ar | |
| checking build system type... x86_64-apple-darwin12.2.0 | |
| checking host system type... x86_64-apple-darwin12.2.0 | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by /usr/bin/clang... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
| checking the name lister (/usr/bin/nm) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 196608 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... no | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for archiver @FILE support... no | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... nmedit | |
| checking for lipo... lipo | |
| checking for otool... otool | |
| checking for otool64... no | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking for -force_load linker flag... yes | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
| checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/clang static flag -static works... no | |
| checking if /usr/bin/clang supports -c -o file.o... yes | |
| checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking whether make supports nested variables... (cached) yes | |
| Configuring with args dummy otool64 | |
| checking whether clock skew breaks make... no | |
| checking whether make supports include... yes | |
| checking whether make allows comments in actions... yes | |
| checking for virtual path format... VPATH | |
| checking whether make sets CFLAGS... yes | |
| checking for architecture... Darwin | |
| ROMIO home directory is /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether /usr/bin/clang accepts -g... (cached) yes | |
| checking for /usr/bin/clang option to accept ISO C89... (cached) none needed | |
| checking dependency style of /usr/bin/clang... (cached) gcc3 | |
| checking whether we are using the GNU Fortran 77 compiler... yes | |
| checking whether /usr/local/bin/gfortran accepts -g... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for /usr/local/bin/gfortran option to produce PIC... -fno-common | |
| checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes | |
| checking if /usr/local/bin/gfortran static flag -static works... no | |
| checking if /usr/local/bin/gfortran supports -c -o file.o... yes | |
| checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes | |
| checking whether the /usr/local/bin/gfortran linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether we are using the GNU Fortran compiler... yes | |
| checking whether /usr/local/bin/gfortran accepts -g... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for /usr/local/bin/gfortran option to produce PIC... -fno-common | |
| checking if /usr/local/bin/gfortran PIC flag -fno-common works... yes | |
| checking if /usr/local/bin/gfortran static flag -static works... no | |
| checking if /usr/local/bin/gfortran supports -c -o file.o... yes | |
| checking if /usr/local/bin/gfortran supports -c -o file.o... (cached) yes | |
| checking whether the /usr/local/bin/gfortran linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking for memalign... no | |
| checking Fortran external names | |
| Fortran externals have a trailing underscore and are lowercase | |
| checking for inline... inline | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for unistd.h... (cached) yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking malloc.h usability... no | |
| checking malloc.h presence... no | |
| checking for malloc.h... no | |
| checking stddef.h usability... yes | |
| checking stddef.h presence... yes | |
| checking for stddef.h... yes | |
| checking for sys/types.h... (cached) yes | |
| checking for u_char... yes | |
| checking for u_short... yes | |
| checking for u_int... yes | |
| checking for u_long... yes | |
| checking sys/attr.h usability... yes | |
| checking sys/attr.h presence... yes | |
| checking for sys/attr.h... yes | |
| checking size of int... 4 | |
| checking size of void *... 8 | |
| checking for int large enough for pointers... no | |
| checking size of long long... 8 | |
| checking for extension for Fortran 90 programs... f90 | |
| checking for Fortran 90 KIND parameter for 8-byte integers... 8 | |
| checking that we can use integer*8 to declare MPI_DISPLACMENT_CURRENT... yes | |
| Overriding Array test for MPICH2 | |
| checking for weak symbol support... no | |
| checking whether struct flock compatible with MPI_Offset... yes | |
| checking for pvfs2-config... notfound | |
| checking configured file systems... testfs ufs nfs | |
| configure: WARNING: File locks may not work with NFS. See the Installation and | |
| users manual for instructions on testing and if necessary fixing this | |
| checking for library containing aio_write... none required | |
| checking signal.h usability... yes | |
| checking signal.h presence... yes | |
| checking for signal.h... yes | |
| checking if aio.h exists and can be compiled... yes | |
| checking if sys/aio.h exists and can be compiled... yes | |
| checking whether aio routines can be used... yes | |
| checking for obsolete two-argument aio_write... no | |
| checking for obsolete two-argument aio_suspend... no | |
| checking for aio_fildes member of aiocb structure... yes | |
| checking for aio_whence member of aiocb structure... no | |
| checking for aio_handle member of aiocb structure... no | |
| checking for aio_reqprio member of aiocb structure... yes | |
| checking for aio_sigevent member of aiocb structure... yes | |
| checking sys/vfs.h usability... no | |
| checking sys/vfs.h presence... no | |
| checking for sys/vfs.h... no | |
| checking sys/param.h usability... yes | |
| checking sys/param.h presence... yes | |
| checking for sys/param.h... yes | |
| checking sys/mount.h usability... yes | |
| checking sys/mount.h presence... yes | |
| checking for sys/mount.h... yes | |
| checking sys/statvfs.h usability... yes | |
| checking sys/statvfs.h presence... yes | |
| checking for sys/statvfs.h... yes | |
| checking whether struct statfs properly defined... yes | |
| checking for f_fstypename member of statfs structure... yes | |
| checking for sys/stat.h... (cached) yes | |
| checking for sys/types.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| checking for stat... yes | |
| checking for st_fstype member of stat structure... no | |
| checking for sys/types.h... (cached) yes | |
| checking for sys/statvfs.h... (cached) yes | |
| checking for sys/vfs.h... (cached) no | |
| checking for statvfs... yes | |
| checking for f_basetype member of statvfs structure... no | |
| checking for unistd.h... (cached) yes | |
| checking for large file defines... no | |
| checking for strerror... yes | |
| checking for doctext... false | |
| checking for strdup... yes | |
| checking whether strdup needs a declaration... yes | |
| checking for snprintf... yes | |
| checking whether snprintf needs a declaration... no | |
| checking for lstat... yes | |
| checking whether lstat needs a declaration... yes | |
| checking for readlink... yes | |
| checking whether readlink needs a declaration... no | |
| checking for fsync... yes | |
| checking whether fsync needs a declaration... no | |
| checking for ftruncate... yes | |
| checking whether ftruncate needs a declaration... no | |
| checking for lseek64... no | |
| checking for unistd.h... (cached) yes | |
| checking for large file defines... none | |
| setting SYSDEP_INC to | |
| checking for C/C++ restrict keyword... __restrict | |
| checking whether __attribute__ allowed... yes | |
| checking whether __attribute__((format)) allowed... yes | |
| checking for gcov... gcov | |
| setting CC to /usr/bin/clang | |
| setting F77 to /usr/local/bin/gfortran | |
| setting TEST_CC to $(bindir)/mpicc | |
| setting TEST_F77 to $(bindir)/mpif77 | |
| setting CFLAGS to -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DFORTRANUNDERSCORE -DHAVE_ROMIOCONF_H | |
| setting USER_CFLAGS to | |
| setting USER_FFLAGS to | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating localdefs | |
| config.status: creating mpi2-other/info/Makefile | |
| config.status: creating mpi2-other/array/Makefile | |
| config.status: creating test/Makefile | |
| config.status: creating test/misc.c | |
| config.status: creating test/large_file.c | |
| config.status: creating test/runtests | |
| config.status: creating test-internal/Makefile | |
| config.status: creating util/romioinstall | |
| config.status: creating include/mpio.h | |
| config.status: creating include/mpiof.h | |
| config.status: creating mpi2-other/info/fortran/Makefile | |
| config.status: creating mpi2-other/array/fortran/Makefile | |
| config.status: creating test/fmisc.f | |
| config.status: creating test/fcoll_test.f | |
| config.status: creating test/pfcoll_test.f | |
| config.status: creating test/fperf.f | |
| config.status: creating adio/include/romioconf.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| config.status: executing default-1 commands | |
| configure: ===== done with src/mpi/romio configure ===== | |
| configure: sourcing src/mpi/romio/localdefs | |
| configure: ===== configuring src/pm/hydra ===== | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' --cache-file=/dev/null --srcdir=. | |
| checking build system type... x86_64-apple-darwin12.2.0 | |
| checking host system type... x86_64-apple-darwin12.2.0 | |
| checking target system type... x86_64-apple-darwin12.2.0 | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking minix/config.h usability... no | |
| checking minix/config.h presence... no | |
| checking for minix/config.h... no | |
| checking whether it is safe to define __EXTENSIONS__... yes | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... mkdir -p | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking for style of include used by make... GNU | |
| checking dependency style of /usr/bin/clang... gcc3 | |
| checking the archiver (ar) interface... ar | |
| checking whether make supports nested variables... yes | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether /usr/bin/clang accepts -g... (cached) yes | |
| checking for /usr/bin/clang option to accept ISO C89... (cached) none needed | |
| checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking for working volatile... yes | |
| checking for C/C++ restrict keyword... __restrict | |
| checking for inline... inline | |
| checking size of unsigned long... 8 | |
| checking for size_t... yes | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... /usr/bin/sed | |
| checking for ld used by /usr/bin/clang... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
| checking the name lister (/usr/bin/nm) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 196608 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop | |
| checking for /usr/bin/ld option to reload object files... -r | |
| checking for objdump... no | |
| checking how to recognize dependent libraries... pass_all | |
| checking for dlltool... no | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for archiver @FILE support... no | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... nmedit | |
| checking for lipo... lipo | |
| checking for otool... otool | |
| checking for otool64... no | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking for -force_load linker flag... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
| checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/clang static flag -static works... no | |
| checking if /usr/bin/clang supports -c -o file.o... yes | |
| checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... yes | |
| checking for variable argument list macro functionality... yes | |
| checking whether __attribute__ allowed... yes | |
| checking whether __attribute__((format)) allowed... yes | |
| checking whether the compiler defines __func__... yes | |
| checking whether the compiler defines __FUNC__... no | |
| checking whether the compiler sets __FUNCTION__... yes | |
| checking for doxygen... no | |
| checking for gcov... gcov | |
| checking for unistd.h... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for strings.h... (cached) yes | |
| checking stdarg.h usability... yes | |
| checking stdarg.h presence... yes | |
| checking for stdarg.h... yes | |
| checking for sys/types.h... (cached) yes | |
| checking sys/socket.h usability... yes | |
| checking sys/socket.h presence... yes | |
| checking for sys/socket.h... yes | |
| checking sched.h usability... yes | |
| checking sched.h presence... yes | |
| checking for sched.h... yes | |
| checking for sys/stat.h... (cached) yes | |
| checking sys/param.h usability... yes | |
| checking sys/param.h presence... yes | |
| checking for sys/param.h... yes | |
| checking netinet/in.h usability... yes | |
| checking netinet/in.h presence... yes | |
| checking for netinet/in.h... yes | |
| checking netinet/tcp.h usability... yes | |
| checking netinet/tcp.h presence... yes | |
| checking for netinet/tcp.h... yes | |
| checking sys/un.h usability... yes | |
| checking sys/un.h presence... yes | |
| checking for sys/un.h... yes | |
| checking netdb.h usability... yes | |
| checking netdb.h presence... yes | |
| checking for netdb.h... yes | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking time.h usability... yes | |
| checking time.h presence... yes | |
| checking for time.h... yes | |
| checking ifaddrs.h usability... yes | |
| checking ifaddrs.h presence... yes | |
| checking for ifaddrs.h... yes | |
| checking arpa/inet.h usability... yes | |
| checking arpa/inet.h presence... yes | |
| checking for arpa/inet.h... yes | |
| checking errno.h usability... yes | |
| checking errno.h presence... yes | |
| checking for errno.h... yes | |
| checking poll.h usability... yes | |
| checking poll.h presence... yes | |
| checking for poll.h... yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking for netdb.h... (cached) yes | |
| checking winsock2.h usability... no | |
| checking winsock2.h presence... no | |
| checking for winsock2.h... no | |
| checking windows.h usability... no | |
| checking windows.h presence... no | |
| checking for windows.h... no | |
| checking for socket in -lsocket... no | |
| checking for gethostbyname in -lnsl... no | |
| checking for gettimeofday... yes | |
| checking for time... yes | |
| checking for strdup... yes | |
| checking for sigaction... yes | |
| checking for signal... yes | |
| checking for usleep... yes | |
| checking for alloca... no | |
| checking for unsetenv... yes | |
| checking for strerror... yes | |
| checking for strsignal... yes | |
| checking for stat... yes | |
| checking for getifaddrs... yes | |
| checking for fcntl... yes | |
| checking for alarm... yes | |
| checking for isatty... yes | |
| checking for inet_ntop... yes | |
| checking for getpgid... yes | |
| checking for setsid... yes | |
| checking for environ in unistd.h... no | |
| checking for manually declared extern environ... yes | |
| checking bootstrap server... user,ssh,rsh,fork,slurm,ll,lsf,sge,pbs,manual,persist | |
| checking tm.h usability... no | |
| checking tm.h presence... no | |
| checking for tm.h... no | |
| checking for tm_init in -ltorque... no | |
| checking process manager... pmiserv | |
| checking user interface... mpich | |
| checking desired processor topology libraries... hwloc | |
| checking for pkg-config... no | |
| ### | |
| ### Configuring hwloc core | |
| ### | |
| checking hwloc building mode... embedded | |
| configure: hwloc builddir: /private/tmp/mpich2-H2iV/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc | |
| configure: hwloc srcdir: /private/tmp/mpich2-H2iV/mpich2-1.5/src/pm/hydra/tools/topo/hwloc/hwloc | |
| checking if want hwloc maintainer support... disabled (embedded mode) | |
| checking for hwloc directory prefix... tools/topo/hwloc/hwloc/ | |
| checking for hwloc symbol prefix... hwloc_ | |
| checking size of void *... 8 | |
| checking which OS support to include... Darwin | |
| checking which CPU support to include... x86_64 | |
| checking size of unsigned long... (cached) 8 | |
| checking size of unsigned int... 4 | |
| checking for the C compiler vendor... gnu | |
| checking for __attribute__... yes | |
| checking for __attribute__(aligned)... yes | |
| checking for __attribute__(always_inline)... yes | |
| checking for __attribute__(cold)... yes | |
| checking for __attribute__(const)... yes | |
| checking for __attribute__(deprecated)... yes | |
| checking for __attribute__(format)... no | |
| checking for __attribute__(hot)... yes | |
| checking for __attribute__(malloc)... yes | |
| checking for __attribute__(may_alias)... yes | |
| checking for __attribute__(no_instrument_function)... yes | |
| checking for __attribute__(nonnull)... no | |
| checking for __attribute__(noreturn)... yes | |
| checking for __attribute__(packed)... yes | |
| checking for __attribute__(pure)... yes | |
| checking for __attribute__(sentinel)... no | |
| checking for __attribute__(unused)... yes | |
| checking for __attribute__(warn_unused_result)... no | |
| checking for __attribute__(weak_alias)... no | |
| checking if /usr/bin/clang supports -fvisibility=hidden... yes | |
| checking whether to enable symbol visibility... yes (via -fvisibility=hidden) | |
| configure: WARNING: "-fvisibility=hidden" has been added to the hwloc CFLAGS | |
| checking whether the C compiler rejects function calls with too many arguments... yes | |
| checking whether the C compiler rejects function calls with too few arguments... yes | |
| checking for unistd.h... (cached) yes | |
| checking dirent.h usability... yes | |
| checking dirent.h presence... yes | |
| checking for dirent.h... yes | |
| checking for strings.h... (cached) yes | |
| checking for strncasecmp... yes | |
| checking whether function strncasecmp is declared... yes | |
| checking for strftime... yes | |
| checking for setlocale... yes | |
| checking for stdint.h... (cached) yes | |
| checking sys/mman.h usability... yes | |
| checking sys/mman.h presence... yes | |
| checking for sys/mman.h... yes | |
| checking for KAFFINITY... no | |
| checking for PROCESSOR_CACHE_TYPE... no | |
| checking for CACHE_DESCRIPTOR... no | |
| checking for LOGICAL_PROCESSOR_RELATIONSHIP... no | |
| checking for RelationProcessorPackage... no | |
| checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION... no | |
| checking for GROUP_AFFINITY... no | |
| checking for PROCESSOR_RELATIONSHIP... no | |
| checking for NUMA_NODE_RELATIONSHIP... no | |
| checking for CACHE_RELATIONSHIP... no | |
| checking for PROCESSOR_GROUP_INFO... no | |
| checking for GROUP_RELATIONSHIP... no | |
| checking for SYSTEM_LOGICAL_PROCESSOR_INFORMATION_EX... no | |
| checking for PSAPI_WORKING_SET_EX_BLOCK... no | |
| checking for PSAPI_WORKING_SET_EX_INFORMATION... no | |
| checking for main in -lgdi32... no | |
| checking for windows.h... (cached) no | |
| checking sys/lgrp_user.h usability... no | |
| checking sys/lgrp_user.h presence... no | |
| checking for sys/lgrp_user.h... no | |
| checking kstat.h usability... no | |
| checking kstat.h presence... no | |
| checking for kstat.h... no | |
| checking whether fabsf is declared... yes | |
| checking for fabsf in -lm... yes | |
| checking picl.h usability... no | |
| checking picl.h presence... no | |
| checking for picl.h... no | |
| checking whether _SC_NPROCESSORS_ONLN is declared... yes | |
| checking whether _SC_NPROCESSORS_CONF is declared... yes | |
| checking whether _SC_NPROC_ONLN is declared... no | |
| checking whether _SC_NPROC_CONF is declared... no | |
| checking whether _SC_LARGE_PAGESIZE is declared... no | |
| checking mach/mach_host.h usability... yes | |
| checking mach/mach_host.h presence... yes | |
| checking for mach/mach_host.h... yes | |
| checking mach/mach_init.h usability... yes | |
| checking mach/mach_init.h presence... yes | |
| checking for mach/mach_init.h... yes | |
| checking for host_info... yes | |
| checking for sys/param.h... (cached) yes | |
| checking for sys/sysctl.h... yes | |
| checking whether CTL_HW is declared... yes | |
| checking whether HW_NCPU is declared... yes | |
| checking for sysctl... yes | |
| checking for sysctlbyname... yes | |
| checking for pthread_t... yes | |
| checking whether function sched_setaffinity is declared... no | |
| checking for working CPU_SET... no | |
| checking for working CPU_SET_S... no | |
| checking for working _syscall3... no | |
| checking for KERRIGHED... cannot check without pkg-config | |
| checking for lib... no | |
| checking for bash... /bin/sh | |
| checking for ffs... yes | |
| checking whether function ffs is declared... yes | |
| checking for ffsl... yes | |
| checking whether function ffsl is declared... yes | |
| checking for fls... yes | |
| checking whether function fls is declared... yes | |
| checking for flsl... yes | |
| checking whether function flsl is declared... yes | |
| checking for clz... no | |
| checking for clzl... no | |
| checking for openat... no | |
| checking malloc.h usability... no | |
| checking malloc.h presence... no | |
| checking for malloc.h... no | |
| checking for getpagesize... yes | |
| checking for memalign... no | |
| checking for posix_memalign... yes | |
| checking whether getpagesize needs a declaration... no | |
| checking sys/utsname.h usability... yes | |
| checking sys/utsname.h presence... yes | |
| checking for sys/utsname.h... yes | |
| checking for uname... yes | |
| checking pthread_np.h usability... no | |
| checking pthread_np.h presence... no | |
| checking for pthread_np.h... no | |
| checking whether pthread_setaffinity_np is declared... no | |
| checking whether pthread_getaffinity_np is declared... no | |
| checking for sched_setaffinity... no | |
| checking for sys/cpuset.h... no | |
| checking for cpuset_setaffinity... no | |
| checking for library containing pthread_getthrds_np... no | |
| checking numaif.h usability... no | |
| checking numaif.h presence... no | |
| checking for numaif.h... no | |
| checking for PCI... cannot check without pkg-config | |
| checking pci/pci.h usability... no | |
| checking pci/pci.h presence... no | |
| checking for pci/pci.h... no | |
| checking for LIBXML2... cannot check without pkg-config | |
| checking for cpuid... yes | |
| checking available processor topology libraries... hwloc | |
| checking pthread.h usability... yes | |
| checking pthread.h presence... yes | |
| checking for pthread.h... yes | |
| checking for pthread_key_create in -lpthread... yes | |
| checking checkpointing library... blcr | |
| checking libcr.h usability... no | |
| checking libcr.h presence... no | |
| checking for libcr.h... no | |
| checking for cr_init in -lcr... no | |
| checking demux engine... poll,select,port | |
| checking for poll... yes | |
| checking for select... yes | |
| checking debugging support... none | |
| checking error checking... yes | |
| checking warnings... no | |
| checking profiling... yes | |
| checking libftb.h usability... no | |
| checking libftb.h presence... no | |
| checking for libftb.h... no | |
| checking for FTB_Connect in -lftb... no | |
| checking for strsignal... (cached) yes | |
| checking whether strsignal needs a declaration... no | |
| checking for sigaction... (cached) yes | |
| checking for signal... (cached) yes | |
| checking for sigset... yes | |
| checking for struct sigaction and sa_handler... yes | |
| checking for gethostname... yes | |
| checking whether gethostname needs a declaration... no | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating tools/topo/hwloc/hwloc/Makefile | |
| config.status: creating tools/topo/hwloc/hwloc/include/Makefile | |
| config.status: creating tools/topo/hwloc/hwloc/src/Makefile | |
| config.status: creating Makefile | |
| config.status: creating tools/bootstrap/src/bsci_init.c | |
| config.status: creating hydra-doxygen.cfg | |
| config.status: creating include/hydra_config.h | |
| config.status: creating tools/topo/hwloc/hwloc/include/private/autogen/config.h | |
| config.status: creating tools/topo/hwloc/hwloc/include/hwloc/autogen/config.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| configure: ===== done with src/pm/hydra configure ===== | |
| configure: ===== configuring src/mpe2 ===== | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' --cache-file=/dev/null --srcdir=. | |
| Configuring MPE Profiling System with '--disable-option-checking' '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' '--cache-file=/dev/null' '--srcdir=.' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' | |
| checking for current directory name... /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2 | |
| checking gnumake... no | |
| checking BSD 4.4 make... no - whew | |
| checking OSF V3 make... no | |
| checking for virtual path format... VPATH | |
| This MPE build is part of the MPICH2 build | |
| checking for leftover Makefiles in subpackages ... none | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking whether MPI_CC has been set ... /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include | |
| checking whether we are using the GNU Fortran 77 compiler... yes | |
| checking whether /usr/local/bin/gfortran accepts -g... yes | |
| checking whether MPI_F77 has been set ... /usr/local/bin/gfortran -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include | |
| checking build system type... i386-apple-darwin12.2.0 | |
| checking host system type... i386-apple-darwin12.2.0 | |
| checking how to get verbose linking output from /usr/local/bin/gfortran... -v | |
| checking for Fortran 77 libraries of /usr/local/bin/gfortran... -L/usr/local/lib -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -lpthread -lgfortranbegin -lgfortran | |
| checking whether /usr/local/bin/gfortran accepts the FLIBS found by autoconf... yes | |
| checking whether C can link with -L/usr/local/lib -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -lpthread -lgfortranbegin -lgfortran... yes | |
| checking for linker for Fortran main programs... Use Fortran to link programs | |
| checking whether Fortran 77 and C objects are compatible... yes | |
| checking for Fortran 77 name mangling... lower underscore | |
| checking what libraries are needed to link Fortran programs with C routines that use stdio... none | |
| checking for Fortran 77 flag for library directories... -L | |
| checking for include directory flag for Fortran... -I | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking whether ln -s works... yes | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether install works... yes | |
| checking for ranlib... ranlib | |
| checking whether install breaks libraries... no | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating sbin/mpetestlink | |
| config.status: creating sbin/mpetestexec | |
| config.status: creating sbin/mpetestexeclog | |
| config.status: creating sbin/mpeinstall | |
| config.status: creating sbin/mpecheckinstall | |
| config.status: WARNING: 'sbin/mpecheckinstall.in' seems to ignore the --datarootdir setting | |
| config.status: creating sbin/mpecheckbuild | |
| config.status: creating etc/mpe_help.conf | |
| config.status: creating etc/mpe_f77env.conf | |
| config.status: creating mpe_conf.h | |
| config.status: executing default-1 commands | |
| === configuring in src/misc (/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/misc) | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' --cache-file=/dev/null --srcdir=. | |
| Configuring MPE Miscellaneous Library with '--disable-option-checking' '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' '--cache-file=/dev/null' '--srcdir=.' | |
| checking for current directory name... /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/misc | |
| checking gnumake... no | |
| checking BSD 4.4 make... no - whew | |
| checking OSF V3 make... no | |
| checking for virtual path format... VPATH | |
| checking build system type... i386-apple-darwin12.2.0 | |
| checking host system type... i386-apple-darwin12.2.0 | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for dbx... no | |
| checking for gdb... /usr/bin/gdb | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking for sysinfo... no | |
| checking for uname... yes | |
| checking for gethostbyname... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for unistd.h... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking netdb.h usability... yes | |
| checking netdb.h presence... yes | |
| checking for netdb.h... yes | |
| checking sys/systeminfo.h usability... no | |
| checking sys/systeminfo.h presence... no | |
| checking for sys/systeminfo.h... no | |
| checking for sys/types.h... (cached) yes | |
| checking for sighandler_t... no | |
| checking for kill... yes | |
| checking whether kill needs a declaration... no | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating src/dbxerr.c | |
| config.status: creating mpe_misc_conf.h | |
| === configuring in src/callstack (/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/callstack) | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' --cache-file=/dev/null --srcdir=. | |
| Configuring MPE CallStack Library with '--disable-option-checking' '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' '--cache-file=/dev/null' '--srcdir=.' | |
| checking for current directory name... /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/callstack | |
| checking gnumake... no | |
| checking BSD 4.4 make... no - whew | |
| checking OSF V3 make... no | |
| checking for virtual path format... VPATH | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking for inline... inline | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking stdio.h usability... yes | |
| checking stdio.h presence... yes | |
| checking for stdio.h... yes | |
| checking for string.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking execinfo.h usability... yes | |
| checking execinfo.h presence... yes | |
| checking for execinfo.h... yes | |
| checking whether <execinfo.h> defines backtrace_symbols_fd() ... yes | |
| checking if <execinfo.h> links with -Wl,--export-dynamic ... no | |
| checking for fdopen... yes | |
| checking whether fdopen needs a declaration... no | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating include/mpe_callstack.h | |
| config.status: creating etc/mpe_callstack_ldflags.conf | |
| config.status: creating bin/bt2line | |
| config.status: creating mpe_callstack_conf.h | |
| config.status: executing default-1 commands | |
| === configuring in src/logging (/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/logging) | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' --cache-file=/dev/null --srcdir=. | |
| Configuring MPE Logging Library and Tools with '--disable-option-checking' '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' '--cache-file=/dev/null' '--srcdir=.' | |
| checking for current directory name... /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/logging | |
| checking gnumake... no | |
| checking BSD 4.4 make... no - whew | |
| checking OSF V3 make... no | |
| checking for virtual path format... VPATH | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for an ANSI C-conforming const... 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 whether byte ordering is bigendian... no | |
| checking stdio.h usability... yes | |
| checking stdio.h presence... yes | |
| checking for stdio.h... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking for sys/types.h... (cached) yes | |
| checking sys/bitypes.h usability... no | |
| checking sys/bitypes.h presence... no | |
| checking for sys/bitypes.h... no | |
| checking for sys/stat.h... (cached) yes | |
| checking fcntl.h usability... yes | |
| checking fcntl.h presence... yes | |
| checking for fcntl.h... yes | |
| checking for header that defines C99 integer types, intXX_t ... <stdint.h> | |
| checking for inttypes.h... (cached) yes | |
| checking whether <inttypes.h> defines the PRIdXX macros ... yes | |
| checking if <stdint.h> can be behind system headers ... yes | |
| checking size of void *... 8 | |
| checking for address-sized integer ... CLOG_int64_t | |
| checking build system type... i386-apple-darwin12.2.0 | |
| checking host system type... i386-apple-darwin12.2.0 | |
| checking for gethostname... yes | |
| checking whether gethostname needs a declaration... no | |
| checking for snprintf... yes | |
| checking whether snprintf needs a declaration... no | |
| checking for mkstemp... yes | |
| checking whether mkstemp needs a declaration... no | |
| checking for srand48... yes | |
| checking whether srand48 needs a declaration... no | |
| checking for lrand48... yes | |
| checking whether lrand48 needs a declaration... no | |
| checking for special C compiler options needed for large files... no | |
| checking for _FILE_OFFSET_BITS value needed for large files... no | |
| checking for O_LARGEFILE for open() ... no | |
| checking for O_BINARY for open() ... no | |
| checking pthread.h usability... yes | |
| checking pthread.h presence... yes | |
| checking for pthread.h... yes | |
| checking for pthread_mutex_lock in -lpthread... yes | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating include/clog_inttypes.h | |
| config.status: creating include/mpi_null.h | |
| config.status: creating include/mpe_log_thread.h | |
| config.status: creating etc/mpe_log.conf | |
| config.status: creating etc/mpe_nolog.conf | |
| config.status: creating etc/mpe_log_postlib.conf | |
| config.status: creating mpe_logging_conf.h | |
| === configuring in src/wrappers (/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/wrappers) | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' --cache-file=/dev/null --srcdir=. | |
| Configuring MPE Wrapper Libraries For MPI with '--disable-option-checking' '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' '--cache-file=/dev/null' '--srcdir=.' | |
| checking for current directory name... /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/wrappers | |
| checking gnumake... no | |
| checking BSD 4.4 make... no - whew | |
| checking OSF V3 make... no | |
| checking for virtual path format... VPATH | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking stdio.h usability... yes | |
| checking stdio.h presence... yes | |
| checking for stdio.h... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking stdarg.h usability... yes | |
| checking stdarg.h presence... yes | |
| checking for stdarg.h... yes | |
| checking for size_t... yes | |
| checking for working alloca.h... yes | |
| checking for alloca... yes | |
| checking for stdarg is correct... yes | |
| checking if compiler accepts prototypes ... yes | |
| checking build system type... i386-apple-darwin12.2.0 | |
| checking host system type... i386-apple-darwin12.2.0 | |
| checking for safe PMPI invocations ... no | |
| checking for the value of MPI_STATUS_SIZE ... 5 | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating test/Makefile | |
| config.status: creating etc/mpe_f77env.conf | |
| config.status: creating etc/mpe_mpilog.conf | |
| config.status: creating etc/mpe_mpitrace.conf | |
| config.status: creating mpe_wrappers_conf.h | |
| === configuring in src/graphics (/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/graphics) | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' --cache-file=/dev/null --srcdir=. | |
| Configuring MPE X Graphics Library with '--disable-option-checking' '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' '--cache-file=/dev/null' '--srcdir=.' | |
| checking for current directory name... /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/graphics | |
| checking gnumake... no | |
| checking BSD 4.4 make... no - whew | |
| checking OSF V3 make... no | |
| checking for virtual path format... VPATH | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking whether /usr/bin/clang and cc understand -c and -o together... yes | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for X... libraries /usr/X11/lib, headers /usr/X11/include | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for an ANSI C-conforming const... 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 size of void *... 8 | |
| checking for long pointer... yes | |
| checking for system... yes | |
| checking for unistd.h... (cached) yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating contrib/life/Makefile | |
| config.status: creating contrib/mandel/Makefile | |
| config.status: creating contrib/mastermind/Makefile | |
| config.status: creating contrib/test/Makefile | |
| config.status: creating etc/mpe_mpianim.conf | |
| config.status: creating etc/mpe_graphics.conf | |
| config.status: creating mpe_graphics_conf.h | |
| === configuring in src/collchk (/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/collchk) | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' --cache-file=/dev/null --srcdir=. | |
| Configuring MPE Collective and Datatype Checking Library with '--disable-option-checking' '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' '--cache-file=/dev/null' '--srcdir=.' | |
| checking for current directory name... /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/collchk | |
| checking gnumake... no | |
| checking BSD 4.4 make... no - whew | |
| checking OSF V3 make... no | |
| checking for virtual path format... VPATH | |
| checking build system type... i386-apple-darwin12.2.0 | |
| checking host system type... i386-apple-darwin12.2.0 | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking for ar... ar | |
| checking for ranlib... ranlib | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking stdio.h usability... yes | |
| checking stdio.h presence... yes | |
| checking for stdio.h... yes | |
| checking for stdlib.h... (cached) yes | |
| checking for string.h... (cached) yes | |
| checking for unistd.h... (cached) yes | |
| checking for size_t... yes | |
| checking for working alloca.h... yes | |
| checking for alloca... yes | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating src/Makefile | |
| config.status: creating test/Makefile | |
| config.status: creating etc/mpe_mpicheck.conf | |
| config.status: creating mpe_collchk_conf.h | |
| === configuring in src/slog2sdk (/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/slog2sdk) | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' --cache-file=/dev/null --srcdir=. | |
| checking for current directory name... /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/slog2sdk | |
| Configuring SLOG2SDK with '--disable-option-checking' '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' '--cache-file=/dev/null' '--srcdir=.' | |
| checking gnumake... no | |
| checking BSD 4.4 make... no - whew | |
| checking OSF V3 make... no | |
| checking for virtual path format... VPATH | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether install works... yes | |
| checking if CLASSPATH is set... no, good to go | |
| checking build system type... i386-apple-darwin12.2.0 | |
| checking host system type... i386-apple-darwin12.2.0 | |
| checking for java in user's PATH... found /usr/bin/java | |
| checking if /usr/bin/java runs simple java class... yes | |
| checking if /usr/bin/java runs simple jar file... yes | |
| checking if /usr/bin/java runs non-GUI tool... yes | |
| checking if /usr/bin/java runs simple Swing class... yes | |
| checking if /usr/bin/java runs simple Swing jar file... yes | |
| checking for Java version... java full version "1.6.0_37-b06-434", i.e. Java 2 SDK | |
| checking for cygpath... no | |
| configure: creating directory /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/slog2sdk/share | |
| configure: creating directory /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/slog2sdk/share/examples/logfiles | |
| configure: creating sample logfiles from source | |
| checking for leftover Makefiles in subpackages ... none | |
| configure: creating ./config.status | |
| config.status: creating Makefile | |
| config.status: creating sbin/install-package | |
| config.status: creating bin/slog2print | |
| config.status: creating bin/slog2navigator | |
| config.status: creating bin/slog2filter | |
| config.status: creating bin/slog2updater | |
| config.status: creating bin/logconvertor | |
| config.status: creating bin/jumpshot | |
| config.status: creating bin/clogprint | |
| config.status: creating bin/clogTOslog2 | |
| config.status: creating bin/clog2print | |
| config.status: creating bin/clog2TOslog2 | |
| === configuring in trace_rlog (/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/slog2sdk/trace_rlog) | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' --cache-file=/dev/null --srcdir=. | |
| checking for current directory name... /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/src/slog2sdk/trace_rlog | |
| Configuring TRACE_RLOG implementation with '--disable-option-checking' '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 ' 'LDFLAGS=-L/usr/local/lib ' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -O2' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -O2' 'LIBS=-lpthread ' 'CPPFLAGS= -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpl/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/openpa/src -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpi/romio/include' '--cache-file=/dev/null' '--srcdir=.' | |
| checking gnumake... no | |
| checking BSD 4.4 make... no - whew | |
| checking OSF V3 make... no | |
| checking for virtual path format... VPATH | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking for stdlib.h... (cached) yes | |
| checking stdio.h usability... yes | |
| checking stdio.h presence... yes | |
| checking for stdio.h... yes | |
| checking for string.h... (cached) 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 for an ANSI C-conforming const... yes | |
| checking size of void *... 8 | |
| checking size of int... 4 | |
| checking size of long... 8 | |
| checking size of long long... 8 | |
| checking size of __int64... 0 | |
| checking whether byte ordering is bigendian... no | |
| checking build system type... x86_64-apple-darwin12.2.0 | |
| checking host system type... x86_64-apple-darwin12.2.0 | |
| checking for sed... sed | |
| checking how to print strings... printf | |
| checking for a sed that does not truncate output... sed | |
| checking for fgrep... /usr/bin/grep -F | |
| checking for ld used by /usr/bin/clang... /usr/bin/ld | |
| checking if the linker (/usr/bin/ld) is GNU ld... no | |
| checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm | |
| checking the name lister (/usr/bin/nm) interface... BSD nm | |
| checking whether ln -s works... yes | |
| checking the maximum length of command line arguments... 196608 | |
| checking whether the shell understands some XSI constructs... yes | |
| checking whether the shell understands "+="... yes | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to x86_64-apple-darwin12.2.0 format... func_convert_file_noop | |
| checking how to convert x86_64-apple-darwin12.2.0 file names to toolchain format... func_convert_file_noop | |
| 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 dlltool... dlltool | |
| checking how to associate runtime and link libraries... printf %s\n | |
| checking for archiver @FILE support... no | |
| checking for strip... strip | |
| checking for ranlib... ranlib | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking command to parse /usr/bin/nm output from /usr/bin/clang object... ok | |
| checking for sysroot... no | |
| checking for mt... no | |
| checking if : is a manifest tool... no | |
| checking for dsymutil... dsymutil | |
| checking for nmedit... nmedit | |
| checking for lipo... lipo | |
| checking for otool... otool | |
| checking for otool64... no | |
| checking for -single_module linker flag... yes | |
| checking for -exported_symbols_list linker flag... yes | |
| checking for -force_load linker flag... yes | |
| checking for dlfcn.h... yes | |
| checking for objdir... .libs | |
| checking if /usr/bin/clang supports -fno-rtti -fno-exceptions... yes | |
| checking for /usr/bin/clang option to produce PIC... -fno-common -DPIC | |
| checking if /usr/bin/clang PIC flag -fno-common -DPIC works... yes | |
| checking if /usr/bin/clang static flag -static works... no | |
| checking if /usr/bin/clang supports -c -o file.o... yes | |
| checking if /usr/bin/clang supports -c -o file.o... (cached) yes | |
| checking whether the /usr/bin/clang linker (/usr/bin/ld) supports shared libraries... yes | |
| checking dynamic linker characteristics... darwin12.2.0 dyld | |
| checking how to hardcode library paths into programs... immediate | |
| checking whether stripping libraries is possible... yes | |
| checking if libtool supports shared libraries... yes | |
| checking whether to build shared libraries... yes | |
| checking whether to build static libraries... no | |
| checking for malloc in -lefence... no | |
| checking for strstr... yes | |
| checking target system type... x86_64-apple-darwin12.2.0 | |
| checking for javah in user's PATH... found /usr/bin/javah | |
| checking if /usr exists... yes | |
| checking for <jni.h> include flag... no | |
| checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home/bin/javah | |
| checking if /System/Library/Frameworks/JavaVM.framework/Versions/CurrentJDK/Home exists... yes | |
| checking for <jni.h> include flag... no | |
| checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home/bin/javah | |
| checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.6/Home exists... yes | |
| checking for <jni.h> include flag... no | |
| checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bin/javah | |
| checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home exists... yes | |
| checking for <jni.h> include flag... no | |
| checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home/bin/javah | |
| checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.5/Home exists... yes | |
| checking for <jni.h> include flag... no | |
| checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/bin/javah | |
| checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home exists... yes | |
| checking for <jni.h> include flag... no | |
| checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Home/bin/javah | |
| checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.4/Home exists... yes | |
| checking for <jni.h> include flag... no | |
| checking for javah in known path... found /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home/bin/javah | |
| checking if /System/Library/Frameworks/JavaVM.framework/Versions/1.4.2/Home exists... yes | |
| checking for <jni.h> include flag... no | |
| checking for javah in known path... found /usr/bin/javah | |
| checking if /usr exists... yes | |
| checking for <jni.h> include flag... no | |
| configure: WARNING: Invalid JNI include dir, exit! | |
| configure: WARNING: SLOG2SDK: No sub-package has been configured | |
| MPE2: "src/misc" "src/callstack" "src/logging" "src/wrappers" "src/graphics" "src/collchk" "src/slog2sdk" have been configured | |
| configure: ===== done with src/mpe2 configure ===== | |
| checking size of OPA_ptr_t... 8 | |
| checking the sizeof MPI_Offset... 8 | |
| checking whether the Fortran Offset type works with Fortran 77... yes | |
| checking whether the Fortran Offset type works with Fortran 90... yes | |
| configure: creating ./config.lt | |
| config.lt: creating libtool | |
| checking if the C compiler accepts -Wl,-flat_namespace... yes | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating src/binding/f90/mpif90model.h | |
| config.status: creating src/mpid/ch3/channels/nemesis/include/mpid_nem_net_module_defs.h | |
| config.status: creating src/mpid/ch3/channels/nemesis/src/mpid_nem_net_array.c | |
| config.status: creating Makefile | |
| config.status: creating examples/Makefile | |
| config.status: creating test/Makefile | |
| config.status: creating test/commands/Makefile | |
| config.status: creating src/include/mpich2info.h | |
| config.status: creating mpich2-doxygen | |
| config.status: creating src/include/glue_romio.h | |
| config.status: creating src/include/mpichtimer.h | |
| config.status: creating src/binding/cxx/mpicxx.h | |
| config.status: creating src/binding/f77/mpif.h | |
| config.status: creating src/binding/f77/setbotf.f | |
| config.status: creating src/binding/f77/setbot.c | |
| config.status: creating src/binding/f90/mpi_sizeofs.f90 | |
| config.status: creating src/binding/f90/mpi_base.f90 | |
| config.status: creating src/packaging/pkgconfig/mpich2.pc | |
| config.status: creating src/packaging/envmods/mpich2.module | |
| config.status: WARNING: 'src/packaging/envmods/mpich2.module.in' seems to ignore the --datarootdir setting | |
| config.status: creating src/env/mpixxx_opts.conf | |
| config.status: creating src/env/mpicc.sh | |
| config.status: creating src/env/mpicc.conf | |
| config.status: creating src/env/mpicc.bash | |
| config.status: creating src/env/mpicxx.sh | |
| config.status: creating src/env/mpicxx.conf | |
| config.status: creating src/env/mpicxx.bash | |
| config.status: creating src/env/mpif77.sh | |
| config.status: creating src/env/mpif77.conf | |
| config.status: creating src/env/mpif77.bash | |
| config.status: creating src/env/mpif90.sh | |
| config.status: creating src/env/mpif90.conf | |
| config.status: creating src/env/mpif90.bash | |
| config.status: creating src/env/parkill | |
| config.status: creating src/util/dbg/getfuncstack | |
| config.status: creating src/include/mpi.h | |
| config.status: creating doc/design/Makefile | |
| config.status: creating doc/installguide/Makefile | |
| config.status: creating doc/logging/Makefile | |
| config.status: creating doc/refman/Makefile | |
| config.status: creating doc/smpd/Makefile | |
| config.status: creating doc/userguide/Makefile | |
| config.status: creating doc/windev/Makefile | |
| config.status: creating test/commands/cmdtests | |
| config.status: creating src/include/mpichconf.h | |
| config.status: executing depfiles commands | |
| config.status: executing libtool commands | |
| config.status: executing default-1 commands | |
| config.status: executing default-2 commands | |
| config.status: executing default-3 commands | |
| config.status: executing default-4 commands | |
| config.status: executing default-5 commands | |
| === configuring in test/mpi (/private/tmp/mpich2-H2iV/mpich2-1.5/test/mpi) | |
| configure: running /bin/sh ./configure --disable-option-checking '--prefix=/usr/local/Cellar/mpich2/1.5' '--mandir=/usr/local/Cellar/mpich2/1.5/share/man' '--enable-shared' 'CC=/usr/bin/clang' 'CFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8' 'LDFLAGS=-L/usr/local/lib' 'CXX=/usr/bin/clang++' 'CXXFLAGS=-Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8' 'F77=/usr/local/bin/gfortran' 'FFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' 'FC=/usr/local/bin/gfortran' 'FCFLAGS=-Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4' --cache-file=/dev/null --srcdir=. | |
| RUNNING CONFIGURE FOR MPI TESTS | |
| checking for a BSD-compatible install... /usr/bin/install -c | |
| checking whether build environment is sane... yes | |
| checking for a thread-safe mkdir -p... mkdir -p | |
| checking for gawk... no | |
| checking for mawk... no | |
| checking for nawk... no | |
| checking for awk... awk | |
| checking whether make sets $(MAKE)... yes | |
| checking whether make supports nested variables... yes | |
| checking whether to enable maintainer-specific portions of Makefiles... yes | |
| checking for ranlib... ranlib | |
| checking for style of include used by make... GNU | |
| checking for gcc... /usr/bin/clang | |
| checking whether the C compiler works... yes | |
| checking for C compiler default output file name... a.out | |
| checking for suffix of executables... | |
| checking whether we are cross compiling... no | |
| checking for suffix of object files... o | |
| checking whether we are using the GNU C compiler... yes | |
| checking whether /usr/bin/clang accepts -g... yes | |
| checking for /usr/bin/clang option to accept ISO C89... none needed | |
| checking dependency style of /usr/bin/clang... gcc3 | |
| checking the archiver (ar) interface... ar | |
| checking whether make supports nested variables... (cached) yes | |
| checking for make... make | |
| checking whether clock skew breaks make... no | |
| checking whether make supports include... yes | |
| checking whether make allows comments in actions... yes | |
| checking for virtual path format... VPATH | |
| checking whether make sets CFLAGS... yes | |
| checking whether we are using the GNU C compiler... (cached) yes | |
| checking whether /usr/bin/clang accepts -g... (cached) yes | |
| checking for /usr/bin/clang option to accept ISO C89... (cached) none needed | |
| checking dependency style of /usr/bin/clang... (cached) gcc3 | |
| checking whether long double is supported... yes | |
| checking whether long long is supported... yes | |
| checking for an ANSI C-conforming const... yes | |
| checking for C/C++ restrict keyword... __restrict | |
| checking for grep that handles long lines and -e... /usr/bin/grep | |
| checking for fgrep... /usr/bin/grep -F | |
| checking how to run the C preprocessor... /usr/bin/clang -E | |
| checking for egrep... /usr/bin/grep -E | |
| checking for ANSI C header files... yes | |
| checking for sys/types.h... yes | |
| checking for sys/stat.h... yes | |
| checking for stdlib.h... yes | |
| checking for string.h... yes | |
| checking for memory.h... yes | |
| checking for strings.h... yes | |
| checking for inttypes.h... yes | |
| checking for stdint.h... yes | |
| checking for unistd.h... yes | |
| checking stdarg.h usability... yes | |
| checking stdarg.h presence... yes | |
| checking for stdarg.h... yes | |
| checking sys/time.h usability... yes | |
| checking sys/time.h presence... yes | |
| checking for sys/time.h... yes | |
| checking sys/resource.h usability... yes | |
| checking sys/resource.h presence... yes | |
| checking for sys/resource.h... yes | |
| checking for int8_t... yes | |
| checking for int16_t... yes | |
| checking for int32_t... yes | |
| checking for int64_t... yes | |
| checking for uint8_t... yes | |
| checking for uint16_t... yes | |
| checking for uint32_t... yes | |
| checking for uint64_t... yes | |
| checking for _Bool... yes | |
| checking for float _Complex... yes | |
| checking for double _Complex... yes | |
| checking for long double _Complex... yes | |
| checking pthread.h usability... yes | |
| checking pthread.h presence... yes | |
| checking for pthread.h... yes | |
| checking for library containing pthread_create... none required | |
| checking for library containing pthread_barrier_init... no | |
| checking for pthread_create... yes | |
| checking for pthread_yield... no | |
| checking for pthread_barrier_init... no | |
| checking for pthread_barrier_wait... no | |
| checking whether struct hostent contains h_addr_list... yes | |
| checking for getrusage... yes | |
| checking whether we are using the GNU Fortran 77 compiler... yes | |
| checking whether /usr/local/bin/gfortran accepts -g... yes | |
| checking whether integer*4 is supported... yes | |
| checking whether integer*8 is supported... yes | |
| checking whether integer*16 is supported... yes | |
| checking build system type... x86_64-apple-darwin12.2.0 | |
| checking host system type... x86_64-apple-darwin12.2.0 | |
| checking how to get verbose linking output from /usr/local/bin/gfortran... -v | |
| checking for Fortran 77 libraries of /usr/local/bin/gfortran... -L/usr/local/lib -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/x86_64 -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1 -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc -L/usr/local/Cellar/gfortran/4.2.4-5666.3/bin/../lib/gcc/i686-apple-darwin11/4.2.1/../../.. -lgfortranbegin -lgfortran | |
| checking for Fortran 77 name mangling... lower uscore | |
| checking whether /usr/local/bin/gfortran allows mismatched arguments... yes | |
| checking for Fortran libraries needed for getarg... none needed | |
| checking whether Fortran 77 supports Cray-style pointer... yes | |
| checking for Fortran 77 compiler flag for Cray-style pointer... -fcray-pointer | |
| checking whether we are using the GNU Fortran compiler... yes | |
| checking whether /usr/local/bin/gfortran accepts -g... yes | |
| checking for extension for Fortran 90 programs... f90 | |
| checking whether the Fortran 90 compiler (/usr/local/bin/gfortran -Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -L/usr/local/lib -Wl,-flat_namespace) works... yes | |
| checking whether the Fortran 90 compiler (/usr/local/bin/gfortran -Os -w -pipe -mmacosx-version-min=10.8 -march=core2 -msse4 -L/usr/local/lib -Wl,-flat_namespace) is a cross-compiler... no | |
| checking for Fortran flag needed to accept free-form source... none | |
| checking whether Fortran 90 supports Cray-style pointer... yes | |
| checking for Fortran 90 compiler flag for Cray-style pointer... -fcray-pointer | |
| checking whether /usr/local/bin/gfortran supports the Fortran 2003 routines to access the commandline... yes | |
| checking whether we are using the GNU C++ compiler... yes | |
| checking whether /usr/bin/clang++ accepts -g... yes | |
| checking dependency style of /usr/bin/clang++... gcc3 | |
| checking whether <iostream> available... yes | |
| checking whether the compiler implements namespaces... yes | |
| checking whether the compiler implements the namespace std... yes | |
| checking whether MPI_2DOUBLE_COMPLEX is available... no | |
| checking whether MPI_2COMPLEX is available... no | |
| checking size of void *... 8 | |
| checking size of int... 4 | |
| checking size of long... 8 | |
| checking size of long long... 8 | |
| checking size of short... 2 | |
| checking for C integer type of address size... long | |
| checking for perl... /usr/bin/perl | |
| checking that generated files are newer than configure... done | |
| configure: creating ./config.status | |
| config.status: creating maint/testmerge | |
| config.status: creating runtests | |
| config.status: creating checktests | |
| config.status: creating Makefile | |
| config.status: creating basic/Makefile | |
| config.status: creating attr/Makefile | |
| config.status: creating util/Makefile | |
| config.status: creating coll/Makefile | |
| config.status: creating comm/Makefile | |
| config.status: creating datatype/Makefile | |
| config.status: creating errhan/Makefile | |
| config.status: creating group/Makefile | |
| config.status: creating info/Makefile | |
| config.status: creating init/Makefile | |
| config.status: creating pt2pt/Makefile | |
| config.status: creating rma/Makefile | |
| config.status: creating spawn/Makefile | |
| config.status: creating topo/Makefile | |
| config.status: creating io/Makefile | |
| config.status: creating f77/Makefile | |
| config.status: creating f77/attr/Makefile | |
| config.status: creating f77/attr/attraints.h | |
| config.status: creating f77/pt2pt/attr1aints.h | |
| config.status: creating f77/ext/add1size.h | |
| config.status: creating f77/datatype/Makefile | |
| config.status: creating f77/datatype/typeaints.h | |
| config.status: creating f77/util/Makefile | |
| config.status: creating f77/coll/Makefile | |
| config.status: creating f77/comm/Makefile | |
| config.status: creating f77/topo/Makefile | |
| config.status: creating f77/init/Makefile | |
| config.status: creating f77/rma/addsize.h | |
| config.status: creating f77/pt2pt/Makefile | |
| config.status: creating f77/info/Makefile | |
| config.status: creating f77/spawn/Makefile | |
| config.status: creating f77/spawn/testlist | |
| config.status: creating f77/spawn/type1aint.h | |
| config.status: creating f77/rma/Makefile | |
| config.status: creating f77/ext/Makefile | |
| config.status: creating f77/ext/testlist | |
| config.status: creating f77/io/Makefile | |
| config.status: creating f77/io/iooffset.h | |
| config.status: creating f77/io/iodisp.h | |
| config.status: creating f77/io/ioaint.h | |
| config.status: creating f90/Makefile | |
| config.status: creating f90/attr/Makefile | |
| config.status: creating f90/datatype/Makefile | |
| config.status: creating f90/f90types/Makefile | |
| config.status: creating f90/util/Makefile | |
| config.status: creating f90/coll/Makefile | |
| config.status: creating f90/comm/Makefile | |
| config.status: creating f90/topo/Makefile | |
| config.status: creating f90/init/Makefile | |
| config.status: creating f90/pt2pt/Makefile | |
| config.status: creating f90/rma/Makefile | |
| config.status: creating f90/info/Makefile | |
| config.status: creating f90/spawn/Makefile | |
| config.status: creating f90/spawn/testlist | |
| config.status: creating f90/timer/Makefile | |
| config.status: creating f90/ext/Makefile | |
| config.status: creating f90/ext/testlist | |
| config.status: creating f90/io/Makefile | |
| config.status: creating f90/misc/Makefile | |
| config.status: creating cxx/Makefile | |
| config.status: creating cxx/util/Makefile | |
| config.status: creating cxx/attr/Makefile | |
| config.status: creating cxx/pt2pt/Makefile | |
| config.status: creating cxx/comm/Makefile | |
| config.status: creating cxx/coll/Makefile | |
| config.status: creating cxx/errhan/Makefile | |
| config.status: creating cxx/info/Makefile | |
| config.status: creating cxx/datatype/Makefile | |
| config.status: creating cxx/io/Makefile | |
| config.status: creating cxx/init/Makefile | |
| config.status: creating cxx/rma/Makefile | |
| config.status: creating cxx/spawn/Makefile | |
| config.status: creating threads/Makefile | |
| config.status: creating threads/pt2pt/Makefile | |
| config.status: creating threads/util/Makefile | |
| config.status: creating threads/comm/Makefile | |
| config.status: creating threads/init/Makefile | |
| config.status: creating threads/spawn/Makefile | |
| config.status: creating errors/Makefile | |
| config.status: creating errors/attr/Makefile | |
| config.status: creating errors/basic/Makefile | |
| config.status: creating errors/coll/Makefile | |
| config.status: creating errors/comm/Makefile | |
| config.status: creating errors/datatype/Makefile | |
| config.status: creating errors/faults/Makefile | |
| config.status: creating errors/group/Makefile | |
| config.status: creating errors/pt2pt/Makefile | |
| config.status: creating errors/rma/Makefile | |
| config.status: creating errors/spawn/Makefile | |
| config.status: creating errors/topo/Makefile | |
| config.status: creating errors/io/Makefile | |
| config.status: creating errors/cxx/Makefile | |
| config.status: creating errors/cxx/errhan/Makefile | |
| config.status: creating errors/cxx/io/Makefile | |
| config.status: creating errors/f77/Makefile | |
| config.status: creating errors/f90/Makefile | |
| config.status: creating manual/Makefile | |
| config.status: creating manual/manyconnect | |
| config.status: creating perf/Makefile | |
| config.status: creating testlist | |
| config.status: creating cxx/testlist | |
| config.status: creating f77/testlist | |
| config.status: creating f90/testlist | |
| config.status: creating threads/testlist | |
| config.status: creating errors/testlist | |
| config.status: creating errors/cxx/testlist | |
| config.status: creating include/mpitestconf.h | |
| config.status: executing depfiles commands | |
| config.status: executing default-1 commands | |
| config.status: executing default-2 commands | |
| config.status: executing default-3 commands | |
| Configuration completed. | |
| ==> make | |
| make | |
| if test ! -h ./src/include/mpio.h ; then \ | |
| rm -f ./src/include/mpio.h ; \ | |
| ( cd ./src/include && \ | |
| ln -s ../mpi/romio/include/mpio.h ) ; \ | |
| fi | |
| make all-recursive | |
| Making all in src/mpl | |
| CC mplstr.lo | |
| CC mpltrmem.lo | |
| CC mplenv.lo | |
| CCLD libmpl.la | |
| Making all in src/openpa | |
| Making all in src | |
| make all-am | |
| CC opa_primitives.lo | |
| CC opa_queue.lo | |
| CCLD libopa.la | |
| Making all in test | |
| make[3]: Nothing to be done for `all'. | |
| make[3]: Nothing to be done for `all-am'. | |
| Making all in src/mpe2 | |
| make build_lib_bin | |
| **** Making src/misc .... | |
| make build_lib_bin | |
| make mpe_debug_objs | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| /usr/bin/clang -I.. -I../include -I../../.. -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o mpehname.no -c mpehname.c | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a mpehname.no | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o decomp.po -c decomp.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o mpe_seq.po -c mpe_seq.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o dbxerr.po -c dbxerr.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o getgrank.po -c getgrank.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o examine.po -c examine.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o privtags.po -c privtags.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o mpehname.po -c mpehname.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o mpe_io.po -c mpe_io.c | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a decomp.po mpe_seq.po dbxerr.po getgrank.po examine.po privtags.po mpehname.po mpe_io.po | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o decompf.po -c decompf.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o mpe_seqf.po -c mpe_seqf.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o getgrankf.po -c getgrankf.c | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| **** Making src/callstack .... | |
| for file in ./etc/*.conf ; do \ | |
| cp -f $file /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/etc ; \ | |
| done | |
| make build_lib_bin | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -o iterator.po -c iterator.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -o fancyprint.po -c fancyprint.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o iterator.no -c iterator.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o fancyprint.no -c fancyprint.c | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a iterator.no fancyprint.no | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a iterator.po fancyprint.po | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/bin/check_callstack | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o check_callstack.no -c check_callstack.c | |
| cp -f check_callstack.no mpe2tmp.o | |
| /usr/bin/clang -L/usr/local/lib -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/bin/check_callstack mpe2tmp.o \ | |
| -L/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib -lmpe_nompi | |
| ( cd bin && cp -f bt2line /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/bin ) | |
| **** Making src/logging .... | |
| make build_lib_bin | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpi_null.no -c mpi_null.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_util.no -c clog_util.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_timer.no -c clog_timer.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_uuid.no -c clog_uuid.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_commset.no -c clog_commset.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_preamble.no -c clog_preamble.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_record.no -c clog_record.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_sync.no -c clog_sync.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_block.no -c clog_block.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_buffer.no -c clog_buffer.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_merger.no -c clog_merger.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_cache.no -c clog_cache.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_joiner.no -c clog_joiner.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog.no -c clog.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpe_log_thread.no -c mpe_log_thread.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpe_log.no -c mpe_log.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpe_log_null.no -c mpe_log_null.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o mpe_log_null.po -c mpe_log_null.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_util.po -c clog_util.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_timer.po -c clog_timer.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_uuid.po -c clog_uuid.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_commset.po -c clog_commset.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_preamble.po -c clog_preamble.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_record.po -c clog_record.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_sync.po -c clog_sync.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_block.po -c clog_block.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_buffer.po -c clog_buffer.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_merger.po -c clog_merger.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_cache.po -c clog_cache.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog_joiner.po -c clog_joiner.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o clog.po -c clog.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o mpe_log_thread.po -c mpe_log_thread.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o mpe_log.po -c mpe_log.c | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a mpi_null.no clog_util.no clog_timer.no clog_uuid.no clog_commset.no clog_preamble.no clog_record.no clog_sync.no clog_block.no clog_buffer.no clog_merger.no clog_cache.no clog_joiner.no clog.no mpe_log_thread.no mpe_log.no | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpe_logf.no -c mpe_logf.c | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi_null.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi_null.a mpi_null.no mpe_log_null.no | |
| make[8]: `mpe_logf.no' is up to date. | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi_null.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_null.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_null.a mpe_log_null.po | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -o mpe_logf.po -c mpe_logf.c | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_null.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a clog_util.po clog_timer.po clog_uuid.po clog_commset.po clog_preamble.po clog_record.po clog_sync.po clog_block.po clog_buffer.po clog_merger.po clog_cache.po clog_joiner.po clog.po mpe_log_thread.po mpe_log.po | |
| make[8]: `mpe_logf.po' is up to date. | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/bin/clog2_print /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/bin/clog2_join /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/bin/clog2_repair | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_print.no -c clog_print.c | |
| cp -f clog_print.no mpe2tmp1.o | |
| /usr/bin/clang -L/usr/local/lib -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/bin/clog2_print mpe2tmp1.o \ | |
| -L/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib -lmpe_nompi | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_join.no -c clog_join.c | |
| cp -f clog_join.no mpe2tmp2.o | |
| /usr/bin/clang -L/usr/local/lib -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/bin/clog2_join mpe2tmp2.o \ | |
| -L/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib -lmpe_nompi | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_repair.no -c clog_repair.c | |
| cp -f clog_repair.no mpe2tmp3.o | |
| /usr/bin/clang -L/usr/local/lib -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/bin/clog2_repair mpe2tmp3.o \ | |
| -L/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib -lmpe_nompi | |
| **** Making src/wrappers .... | |
| make build_lib_bin | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c log_mpi_util.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c log_mpi_core.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c trace_mpi_core.c | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/liblmpe.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/liblmpe.a log_mpi_util.o log_mpi_core.o | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/liblmpe.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libtmpe.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libtmpe.a trace_mpi_core.o | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libtmpe.a | |
| /usr/local/bin/gfortran -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -c mpi_f2c_consts.f | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c mpe_proff.c | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_f2cmpi.a mpi_f2c_consts.o log_mpi_util.o mpe_proff.o | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_f2cmpi.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/mpe_prof.o | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c mpe_prof.c | |
| make linktest_all | |
| make linktest_C | |
| make linktest_F77 | |
| **** Making src/graphics .... | |
| make build_lib_bin | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o mpe_graphics.no -c mpe_graphics.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xcolor.no -c xcolor.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xframe.no -c xframe.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xinit.no -c xinit.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xwmap.no -c xwmap.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xmouse.no -c xmouse.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xkey.no -c xkey.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o mpe_graphics.po -c mpe_graphics.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xcolor.po -c xcolor.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xframe.po -c xframe.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xinit.po -c xinit.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xwmap.po -c xwmap.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xmouse.po -c xmouse.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xkey.po -c xkey.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o visual_mess.po -c visual_mess.c | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a mpe_graphics.no xcolor.no xframe.no xinit.no xwmap.no xmouse.no xkey.no | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a mpe_graphics.po xcolor.po xframe.po xinit.po xwmap.po xmouse.po xkey.po | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o mpe_graphicsf.po -c mpe_graphicsf.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xmousef.po -c xmousef.c | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libampe.a | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libampe.a visual_mess.po | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libampe.a | |
| make linktest_all | |
| make linktest_C | |
| make linktest_F77 | |
| **** Making src/collchk .... | |
| make build_lib_bin | |
| make /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_collchk.a | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c err_han.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c is_init.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c check_buff.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c check_dims.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c check_graph.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c check_size.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_amode.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_call.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_dtype.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_high_low.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_int.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_local_leader.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_op.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_root.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_tag.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_datarep.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_whence.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c allgather.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c allgatherv.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c allreduce.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c alltoall.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c alltoallv.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c barrier.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c bcast.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c cart_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c cart_map.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c gather.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c gatherv.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c graph_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c graph_map.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c init.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c intercomm_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c intercomm_merge.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c reduce.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c reduce_scatter.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c scan.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c scatter.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c scatterv.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c finalize.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c exscan.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c reduce_scatter_blk.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c alltoallw.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_open.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_preallocate.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_all_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_all.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_all_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_at_all_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_at_all.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_at_all_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_ordered_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_ordered.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_ordered_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_seek_shared.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_set_atomicity.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_set_size.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_set_view.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_all_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_all.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_all_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_at_all_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_at_all.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_at_all_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_ordered_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_ordered.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_ordered_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c add_fh.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c get_fh.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c win_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c win_fence.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c add_win.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c get_win.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_accept.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_connect.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_disconnect.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_dup.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_spawn.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_spawn_multiple.c | |
| /usr/bin/clang -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_split.c | |
| ar cr /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_collchk.a *.o | |
| ranlib /private/tmp/mpich2-H2iV/mpich2-1.5/src/mpe2/lib/libmpe_collchk.a | |
| make linktest_all | |
| make linktest_C | |
| make linktest_F77 | |
| **** Making src/slog2sdk .... | |
| Making all in src/mpi/romio | |
| CC mpi-io/close.lo | |
| CC mpi-io/delete.lo | |
| CC mpi-io/file_c2f.lo | |
| CC mpi-io/file_f2c.lo | |
| CC mpi-io/fsync.lo | |
| CC mpi-io/get_amode.lo | |
| CC mpi-io/get_atom.lo | |
| CC mpi-io/get_bytoff.lo | |
| CC mpi-io/get_extent.lo | |
| CC mpi-io/get_group.lo | |
| CC mpi-io/get_info.lo | |
| CC mpi-io/get_posn.lo | |
| CC mpi-io/get_posn_sh.lo | |
| CC mpi-io/get_size.lo | |
| CC mpi-io/get_view.lo | |
| CC mpi-io/iread.lo | |
| CC mpi-io/iread_at.lo | |
| CC mpi-io/iread_sh.lo | |
| CC mpi-io/iwrite.lo | |
| CC mpi-io/iwrite_at.lo | |
| CC mpi-io/iwrite_sh.lo | |
| CC mpi-io/open.lo | |
| CC mpi-io/prealloc.lo | |
| CC mpi-io/rd_atallb.lo | |
| CC mpi-io/rd_atalle.lo | |
| CC mpi-io/read.lo | |
| CC mpi-io/read_all.lo | |
| CC mpi-io/read_allb.lo | |
| CC mpi-io/read_alle.lo | |
| CC mpi-io/read_at.lo | |
| CC mpi-io/read_atall.lo | |
| CC mpi-io/read_ord.lo | |
| CC mpi-io/read_ordb.lo | |
| CC mpi-io/read_orde.lo | |
| CC mpi-io/read_sh.lo | |
| CC mpi-io/register_datarep.lo | |
| CC mpi-io/seek.lo | |
| CC mpi-io/seek_sh.lo | |
| CC mpi-io/set_atom.lo | |
| CC mpi-io/set_info.lo | |
| CC mpi-io/set_size.lo | |
| CC mpi-io/set_view.lo | |
| CC mpi-io/wr_atallb.lo | |
| CC mpi-io/wr_atalle.lo | |
| CC mpi-io/write.lo | |
| CC mpi-io/write_all.lo | |
| CC mpi-io/write_allb.lo | |
| CC mpi-io/write_alle.lo | |
| CC mpi-io/write_at.lo | |
| CC mpi-io/write_atall.lo | |
| CC mpi-io/write_ord.lo | |
| CC mpi-io/write_ordb.lo | |
| CC mpi-io/write_orde.lo | |
| CC mpi-io/write_sh.lo | |
| CC mpi-io/glue/mpich2/mpio_file.lo | |
| CC mpi-io/glue/mpich2/mpio_err.lo | |
| CC mpi-io/mpich2_fileutil.lo | |
| CC mpi-io/mpir-mpioinit.lo | |
| CC mpi-io/mpiu_greq.lo | |
| CC mpi-io/mpiu_external32.lo | |
| CC adio/ad_nfs/ad_nfs_read.lo | |
| CC adio/ad_nfs/ad_nfs_open.lo | |
| CC adio/ad_nfs/ad_nfs_write.lo | |
| CC adio/ad_nfs/ad_nfs_done.lo | |
| CC adio/ad_nfs/ad_nfs_fcntl.lo | |
| CC adio/ad_nfs/ad_nfs_iread.lo | |
| CC adio/ad_nfs/ad_nfs_iwrite.lo | |
| CC adio/ad_nfs/ad_nfs_wait.lo | |
| CC adio/ad_nfs/ad_nfs_setsh.lo | |
| CC adio/ad_nfs/ad_nfs_getsh.lo | |
| CC adio/ad_nfs/ad_nfs.lo | |
| CC adio/ad_nfs/ad_nfs_resize.lo | |
| CC adio/ad_nfs/ad_nfs_features.lo | |
| CC adio/ad_testfs/ad_testfs_close.lo | |
| CC adio/ad_testfs/ad_testfs_read.lo | |
| CC adio/ad_testfs/ad_testfs_rdcoll.lo | |
| CC adio/ad_testfs/ad_testfs_wrcoll.lo | |
| CC adio/ad_testfs/ad_testfs_open.lo | |
| CC adio/ad_testfs/ad_testfs_write.lo | |
| CC adio/ad_testfs/ad_testfs_done.lo | |
| CC adio/ad_testfs/ad_testfs_fcntl.lo | |
| CC adio/ad_testfs/ad_testfs_iread.lo | |
| CC adio/ad_testfs/ad_testfs_iwrite.lo | |
| CC adio/ad_testfs/ad_testfs_wait.lo | |
| CC adio/ad_testfs/ad_testfs_flush.lo | |
| CC adio/ad_testfs/ad_testfs_seek.lo | |
| CC adio/ad_testfs/ad_testfs_resize.lo | |
| CC adio/ad_testfs/ad_testfs_hints.lo | |
| CC adio/ad_testfs/ad_testfs_delete.lo | |
| CC adio/ad_testfs/ad_testfs.lo | |
| CC adio/ad_ufs/ad_ufs.lo | |
| CC adio/ad_ufs/ad_ufs_open.lo | |
| CC adio/common/ad_aggregate.lo | |
| CC adio/common/ad_aggregate_new.lo | |
| CC adio/common/ad_close.lo | |
| CC adio/common/ad_coll_build_req_new.lo | |
| CC adio/common/ad_coll_exch_new.lo | |
| CC adio/common/ad_darray.lo | |
| CC adio/common/ad_delete.lo | |
| CC adio/common/ad_done.lo | |
| CC adio/common/ad_done_fake.lo | |
| CC adio/common/ad_end.lo | |
| CC adio/common/ad_fcntl.lo | |
| CC adio/common/ad_features.lo | |
| CC adio/common/ad_flush.lo | |
| CC adio/common/ad_fstype.lo | |
| CC adio/common/ad_get_sh_fp.lo | |
| CC adio/common/ad_hints.lo | |
| CC adio/common/ad_init.lo | |
| CC adio/common/ad_io_coll.lo | |
| CC adio/common/ad_iopen.lo | |
| CC adio/common/ad_iread.lo | |
| CC adio/common/ad_iread_fake.lo | |
| CC adio/common/ad_iwrite.lo | |
| CC adio/common/ad_iwrite_fake.lo | |
| CC adio/common/ad_open.lo | |
| CC adio/common/ad_opencoll.lo | |
| CC adio/common/ad_opencoll_failsafe.lo | |
| CC adio/common/ad_opencoll_scalable.lo | |
| CC adio/common/ad_prealloc.lo | |
| CC adio/common/ad_read.lo | |
| CC adio/common/ad_read_coll.lo | |
| CC adio/common/ad_read_str.lo | |
| CC adio/common/ad_read_str_naive.lo | |
| CC adio/common/ad_resize.lo | |
| CC adio/common/ad_seek.lo | |
| CC adio/common/ad_set_sh_fp.lo | |
| CC adio/common/ad_set_view.lo | |
| CC adio/common/ad_subarray.lo | |
| CC adio/common/ad_wait.lo | |
| CC adio/common/ad_wait_fake.lo | |
| CC adio/common/ad_write.lo | |
| CC adio/common/ad_write_coll.lo | |
| CC adio/common/ad_write_nolock.lo | |
| CC adio/common/ad_write_str.lo | |
| CC adio/common/ad_write_str_naive.lo | |
| CC adio/common/adi_close.lo | |
| CC adio/common/byte_offset.lo | |
| CC adio/common/cb_config_list.lo | |
| CC adio/common/eof_offset.lo | |
| CC adio/common/error.lo | |
| CC adio/common/flatten.lo | |
| CC adio/common/get_fp_posn.lo | |
| CC adio/common/greq_fns.lo | |
| CC adio/common/heap-sort.lo | |
| CC adio/common/iscontig.lo | |
| CC adio/common/lock.lo | |
| CC adio/common/malloc.lo | |
| CC adio/common/shfp_fname.lo | |
| CC adio/common/status_setb.lo | |
| CC adio/common/strfns.lo | |
| CC adio/common/system_hints.lo | |
| CCLD libromio.la | |
| CC mpi-io/libpromio_la-close.lo | |
| CC mpi-io/libpromio_la-delete.lo | |
| CC mpi-io/libpromio_la-file_c2f.lo | |
| CC mpi-io/libpromio_la-file_f2c.lo | |
| CC mpi-io/libpromio_la-fsync.lo | |
| CC mpi-io/libpromio_la-get_amode.lo | |
| CC mpi-io/libpromio_la-get_atom.lo | |
| CC mpi-io/libpromio_la-get_bytoff.lo | |
| CC mpi-io/libpromio_la-get_extent.lo | |
| CC mpi-io/libpromio_la-get_group.lo | |
| CC mpi-io/libpromio_la-get_info.lo | |
| CC mpi-io/libpromio_la-get_posn.lo | |
| CC mpi-io/libpromio_la-get_posn_sh.lo | |
| CC mpi-io/libpromio_la-get_size.lo | |
| CC mpi-io/libpromio_la-get_view.lo | |
| CC mpi-io/libpromio_la-iread.lo | |
| CC mpi-io/libpromio_la-iread_at.lo | |
| CC mpi-io/libpromio_la-iread_sh.lo | |
| CC mpi-io/libpromio_la-iwrite.lo | |
| CC mpi-io/libpromio_la-iwrite_at.lo | |
| CC mpi-io/libpromio_la-iwrite_sh.lo | |
| CC mpi-io/libpromio_la-open.lo | |
| CC mpi-io/libpromio_la-prealloc.lo | |
| CC mpi-io/libpromio_la-rd_atallb.lo | |
| CC mpi-io/libpromio_la-rd_atalle.lo | |
| CC mpi-io/libpromio_la-read.lo | |
| CC mpi-io/libpromio_la-read_all.lo | |
| CC mpi-io/libpromio_la-read_allb.lo | |
| CC mpi-io/libpromio_la-read_alle.lo | |
| CC mpi-io/libpromio_la-read_at.lo | |
| CC mpi-io/libpromio_la-read_atall.lo | |
| CC mpi-io/libpromio_la-read_ord.lo | |
| CC mpi-io/libpromio_la-read_ordb.lo | |
| CC mpi-io/libpromio_la-read_orde.lo | |
| CC mpi-io/libpromio_la-read_sh.lo | |
| CC mpi-io/libpromio_la-register_datarep.lo | |
| CC mpi-io/libpromio_la-seek.lo | |
| CC mpi-io/libpromio_la-seek_sh.lo | |
| CC mpi-io/libpromio_la-set_atom.lo | |
| CC mpi-io/libpromio_la-set_info.lo | |
| CC mpi-io/libpromio_la-set_size.lo | |
| CC mpi-io/libpromio_la-set_view.lo | |
| CC mpi-io/libpromio_la-wr_atallb.lo | |
| CC mpi-io/libpromio_la-wr_atalle.lo | |
| CC mpi-io/libpromio_la-write.lo | |
| CC mpi-io/libpromio_la-write_all.lo | |
| CC mpi-io/libpromio_la-write_allb.lo | |
| CC mpi-io/libpromio_la-write_alle.lo | |
| CC mpi-io/libpromio_la-write_at.lo | |
| CC mpi-io/libpromio_la-write_atall.lo | |
| CC mpi-io/libpromio_la-write_ord.lo | |
| CC mpi-io/libpromio_la-write_ordb.lo | |
| CC mpi-io/libpromio_la-write_orde.lo | |
| CC mpi-io/libpromio_la-write_sh.lo | |
| CCLD libpromio.la | |
| Making all in src/pm/hydra | |
| Making all in ../../mpl | |
| make[3]: Nothing to be done for `all'. | |
| Making all in tools/topo/hwloc/hwloc | |
| Making all in src | |
| CC topology.lo | |
| CC traversal.lo | |
| CC distances.lo | |
| CC topology-synthetic.lo | |
| CC topology-xml.lo | |
| CC topology-xml-nolibxml.lo | |
| CC bind.lo | |
| CC bitmap.lo | |
| CC misc.lo | |
| CC topology-darwin.lo | |
| CC topology-x86.lo | |
| CCLD libhwloc_embedded.la | |
| Making all in include | |
| make[4]: Nothing to be done for `all'. | |
| make[4]: Nothing to be done for `all-am'. | |
| Making all in . | |
| CC alloc.lo | |
| CC args.lo | |
| CC dbg.lo | |
| CC env.lo | |
| CC launch.lo | |
| CC others.lo | |
| CC signals.lo | |
| CC sock.lo | |
| CC string.lo | |
| CC topo.lo | |
| CC topo_hwloc.lo | |
| CC bsci_init.lo | |
| CC bsci_finalize.lo | |
| CC bsci_launch.lo | |
| CC bsci_query_node_list.lo | |
| CC bsci_query_job_id.lo | |
| CC bsci_query_proxy_id.lo | |
| CC bsci_query_native_int.lo | |
| CC bsci_wait.lo | |
| CC bsci_env.lo | |
| CC bscu_wait.lo | |
| CC bscu_cb.lo | |
| CC external_common.lo | |
| CC external_common_launch.lo | |
| CC fork_init.lo | |
| CC user_init.lo | |
| CC manual_init.lo | |
| CC rsh_init.lo | |
| CC rsh_env.lo | |
| CC ssh_init.lo | |
| CC ssh.lo | |
| CC ssh_env.lo | |
| CC ssh_finalize.lo | |
| CC slurm_init.lo | |
| CC slurm_launch.lo | |
| CC slurm_env.lo | |
| CC slurm_query_native_int.lo | |
| CC slurm_query_node_list.lo | |
| CC slurm_query_proxy_id.lo | |
| CC slurm_query_jobid.lo | |
| CC ll_init.lo | |
| CC ll_launch.lo | |
| CC ll_query_native_int.lo | |
| CC ll_query_node_list.lo | |
| CC ll_query_proxy_id.lo | |
| CC ll_env.lo | |
| CC lsf_init.lo | |
| CC lsf_query_native_int.lo | |
| CC lsf_query_node_list.lo | |
| CC lsf_env.lo | |
| CC sge_init.lo | |
| CC sge_query_native_int.lo | |
| CC sge_query_node_list.lo | |
| CC sge_env.lo | |
| CC pbs_init.lo | |
| CC pbs_query_native_int.lo | |
| CC pbs_query_node_list.lo | |
| CC pbs_query_jobid.lo | |
| CC persist_init.lo | |
| CC persist_launch.lo | |
| CC persist_wait.lo | |
| CC ckpoint.lo | |
| CC demux.lo | |
| CC demux_poll.lo | |
| CC demux_select.lo | |
| CC debugger.lo | |
| CC hydt_ftb_dummy.lo | |
| CC uiu.lo | |
| CCLD libhydra.la | |
| CC pmiserv_pmi.lo | |
| CC pmiserv_pmi_v1.lo | |
| CC pmiserv_pmi_v2.lo | |
| CC pmiserv_pmci.lo | |
| CC pmiserv_cb.lo | |
| CC pmiserv_utils.lo | |
| CC common.lo | |
| CC pmi_v2_common.lo | |
| CCLD libpm.la | |
| CC hydra_persist-persist_server.o | |
| CCLD hydra_persist | |
| CC hydra_nameserver-hydra_nameserver.o | |
| CCLD hydra_nameserver | |
| CC hydra_pmi_proxy-pmip.o | |
| CC hydra_pmi_proxy-pmip_cb.o | |
| CC hydra_pmi_proxy-pmip_utils.o | |
| CC hydra_pmi_proxy-pmip_pmi_v1.o | |
| CC hydra_pmi_proxy-pmip_pmi_v2.o | |
| CC hydra_pmi_proxy-common.o | |
| CC hydra_pmi_proxy-pmi_v2_common.o | |
| CCLD hydra_pmi_proxy | |
| CC mpiexec.o | |
| CC utils.o | |
| CCLD mpiexec.hydra | |
| Making all in . | |
| CC src/mpi/attr/attrutil.lo | |
| CC src/mpi/attr/dup_fn.lo | |
| CC src/mpi/coll/allred_group.lo | |
| CC src/mpi/coll/barrier_group.lo | |
| CC src/mpi/coll/helper_fns.lo | |
| CC src/mpi/coll/opsum.lo | |
| CC src/mpi/coll/opmax.lo | |
| CC src/mpi/coll/opmin.lo | |
| CC src/mpi/coll/opband.lo | |
| CC src/mpi/coll/opbor.lo | |
| CC src/mpi/coll/opbxor.lo | |
| CC src/mpi/coll/opland.lo | |
| CC src/mpi/coll/oplor.lo | |
| CC src/mpi/coll/oplxor.lo | |
| CC src/mpi/coll/opprod.lo | |
| CC src/mpi/coll/opminloc.lo | |
| CC src/mpi/coll/opmaxloc.lo | |
| CC src/mpi/coll/opno_op.lo | |
| CC src/mpi/coll/opreplace.lo | |
| CC src/mpi/coll/nbcutil.lo | |
| CC src/mpi/comm/commutil.lo | |
| CC src/mpi/datatype/typeutil.lo | |
| CC src/mpi/errhan/errutil.lo | |
| CC src/mpi/errhan/dynerrutil.lo | |
| CC src/mpi/group/grouputil.lo | |
| CC src/mpi/init/initinfo.lo | |
| CC src/mpi/init/async.lo | |
| CC src/mpi/pt2pt/bsendutil.lo | |
| CC src/mpi/pt2pt/mpir_request.lo | |
| CC src/mpi/rma/winutil.lo | |
| CC src/mpi/rma/rmatypeutil.lo | |
| CC src/mpi/timer/mpidtime.lo | |
| CC src/mpi/topo/topoutil.lo | |
| CC src/util/dbg/dbg_printf.lo | |
| CC src/util/dbg/timelimit.lo | |
| CC src/util/dbg/exit.lo | |
| CC src/util/info/infoutil.lo | |
| CC src/util/instrm/states.lo | |
| CC src/util/instrm/instr.lo | |
| CC src/util/mem/trmem.lo | |
| CC src/util/mem/handlemem.lo | |
| CC src/util/mem/safestr.lo | |
| CC src/util/mem/argstr.lo | |
| CC src/util/mem/strerror.lo | |
| CC src/util/msgs/msgprint.lo | |
| CC src/util/other/outliers.lo | |
| CC src/util/other/assert.lo | |
| CC src/util/param/param_vals.lo | |
| CC src/util/procmap/local_proc.lo | |
| CC src/util/thread/mpiu_thread.lo | |
| CC src/binding/f77/sendf.lo | |
| CC src/binding/f77/recvf.lo | |
| CC src/binding/f77/get_countf.lo | |
| CC src/binding/f77/bsendf.lo | |
| CC src/binding/f77/ssendf.lo | |
| CC src/binding/f77/rsendf.lo | |
| CC src/binding/f77/bufattachf.lo | |
| CC src/binding/f77/bufdetachf.lo | |
| CC src/binding/f77/isendf.lo | |
| CC src/binding/f77/ibsendf.lo | |
| CC src/binding/f77/issendf.lo | |
| CC src/binding/f77/irsendf.lo | |
| CC src/binding/f77/irecvf.lo | |
| CC src/binding/f77/waitf.lo | |
| CC src/binding/f77/testf.lo | |
| CC src/binding/f77/request_freef.lo | |
| CC src/binding/f77/waitanyf.lo | |
| CC src/binding/f77/testanyf.lo | |
| CC src/binding/f77/waitallf.lo | |
| CC src/binding/f77/testallf.lo | |
| CC src/binding/f77/waitsomef.lo | |
| CC src/binding/f77/testsomef.lo | |
| CC src/binding/f77/iprobef.lo | |
| CC src/binding/f77/probef.lo | |
| CC src/binding/f77/cancelf.lo | |
| CC src/binding/f77/testcancelf.lo | |
| CC src/binding/f77/send_initf.lo | |
| CC src/binding/f77/bsend_initf.lo | |
| CC src/binding/f77/ssend_initf.lo | |
| CC src/binding/f77/rsend_initf.lo | |
| CC src/binding/f77/recv_initf.lo | |
| CC src/binding/f77/startf.lo | |
| CC src/binding/f77/startallf.lo | |
| CC src/binding/f77/sendrecvf.lo | |
| CC src/binding/f77/sndrcvrplf.lo | |
| CC src/binding/f77/typecontigf.lo | |
| CC src/binding/f77/type_vectorf.lo | |
| CC src/binding/f77/type_hvectorf.lo | |
| CC src/binding/f77/type_indexedf.lo | |
| CC src/binding/f77/type_hindexedf.lo | |
| CC src/binding/f77/type_structf.lo | |
| CC src/binding/f77/type_extentf.lo | |
| CC src/binding/f77/type_sizef.lo | |
| CC src/binding/f77/type_lbf.lo | |
| CC src/binding/f77/type_ubf.lo | |
| CC src/binding/f77/type_commitf.lo | |
| CC src/binding/f77/type_freef.lo | |
| CC src/binding/f77/get_elementsf.lo | |
| CC src/binding/f77/packf.lo | |
| CC src/binding/f77/unpackf.lo | |
| CC src/binding/f77/pack_sizef.lo | |
| CC src/binding/f77/barrierf.lo | |
| CC src/binding/f77/bcastf.lo | |
| CC src/binding/f77/gatherf.lo | |
| CC src/binding/f77/gathervf.lo | |
| CC src/binding/f77/scatterf.lo | |
| CC src/binding/f77/scattervf.lo | |
| CC src/binding/f77/allgatherf.lo | |
| CC src/binding/f77/allgathervf.lo | |
| CC src/binding/f77/alltoallf.lo | |
| CC src/binding/f77/alltoallvf.lo | |
| CC src/binding/f77/reducef.lo | |
| CC src/binding/f77/op_createf.lo | |
| CC src/binding/f77/op_freef.lo | |
| CC src/binding/f77/allreducef.lo | |
| CC src/binding/f77/redscatf.lo | |
| CC src/binding/f77/scanf.lo | |
| CC src/binding/f77/group_sizef.lo | |
| CC src/binding/f77/group_rankf.lo | |
| CC src/binding/f77/grouptranksf.lo | |
| CC src/binding/f77/group_comparef.lo | |
| CC src/binding/f77/comm_groupf.lo | |
| CC src/binding/f77/group_unionf.lo | |
| CC src/binding/f77/groupinterf.lo | |
| CC src/binding/f77/groupdifff.lo | |
| CC src/binding/f77/group_inclf.lo | |
| CC src/binding/f77/group_exclf.lo | |
| CC src/binding/f77/grouprinclf.lo | |
| CC src/binding/f77/grouprexclf.lo | |
| CC src/binding/f77/group_freef.lo | |
| CC src/binding/f77/comm_sizef.lo | |
| CC src/binding/f77/comm_rankf.lo | |
| CC src/binding/f77/comm_comparef.lo | |
| CC src/binding/f77/comm_dupf.lo | |
| CC src/binding/f77/comm_createf.lo | |
| CC src/binding/f77/comm_splitf.lo | |
| CC src/binding/f77/comm_freef.lo | |
| CC src/binding/f77/commtesticf.lo | |
| CC src/binding/f77/commrsizef.lo | |
| CC src/binding/f77/commrgroupf.lo | |
| CC src/binding/f77/iccreatef.lo | |
| CC src/binding/f77/icmergef.lo | |
| CC src/binding/f77/keyval_freef.lo | |
| CC src/binding/f77/attr_putf.lo | |
| CC src/binding/f77/attr_getf.lo | |
| CC src/binding/f77/attr_deletef.lo | |
| CC src/binding/f77/topo_testf.lo | |
| CC src/binding/f77/cart_createf.lo | |
| CC src/binding/f77/dims_createf.lo | |
| CC src/binding/f77/graph_createf.lo | |
| CC src/binding/f77/graphdims_getf.lo | |
| CC src/binding/f77/graph_getf.lo | |
| CC src/binding/f77/cartdim_getf.lo | |
| CC src/binding/f77/cart_getf.lo | |
| CC src/binding/f77/cart_rankf.lo | |
| CC src/binding/f77/cart_coordsf.lo | |
| CC src/binding/f77/grfnbcountf.lo | |
| CC src/binding/f77/grfnbrsf.lo | |
| CC src/binding/f77/cart_shiftf.lo | |
| CC src/binding/f77/cart_subf.lo | |
| CC src/binding/f77/cart_mapf.lo | |
| CC src/binding/f77/graph_mapf.lo | |
| CC src/binding/f77/getpnamef.lo | |
| CC src/binding/f77/get_versionf.lo | |
| CC src/binding/f77/errhcreatef.lo | |
| CC src/binding/f77/errhsetf.lo | |
| CC src/binding/f77/errhgetf.lo | |
| CC src/binding/f77/errhfreef.lo | |
| CC src/binding/f77/error_stringf.lo | |
| CC src/binding/f77/error_classf.lo | |
| CC src/binding/f77/finalizef.lo | |
| CC src/binding/f77/initializedf.lo | |
| CC src/binding/f77/abortf.lo | |
| CC src/binding/f77/close_portf.lo | |
| CC src/binding/f77/comm_acceptf.lo | |
| CC src/binding/f77/comm_connectf.lo | |
| CC src/binding/f77/commdiscf.lo | |
| CC src/binding/f77/commparentf.lo | |
| CC src/binding/f77/comm_joinf.lo | |
| CC src/binding/f77/comm_spawnf.lo | |
| CC src/binding/f77/spawnmultf.lo | |
| CC src/binding/f77/lookup_namef.lo | |
| CC src/binding/f77/open_portf.lo | |
| CC src/binding/f77/publish_namef.lo | |
| CC src/binding/f77/unpubnamef.lo | |
| CC src/binding/f77/accumulatef.lo | |
| CC src/binding/f77/getf.lo | |
| CC src/binding/f77/putf.lo | |
| CC src/binding/f77/win_completef.lo | |
| CC src/binding/f77/win_createf.lo | |
| CC src/binding/f77/win_fencef.lo | |
| CC src/binding/f77/win_freef.lo | |
| CC src/binding/f77/win_get_groupf.lo | |
| CC src/binding/f77/win_lockf.lo | |
| CC src/binding/f77/win_postf.lo | |
| CC src/binding/f77/win_startf.lo | |
| CC src/binding/f77/win_testf.lo | |
| CC src/binding/f77/win_unlockf.lo | |
| CC src/binding/f77/win_waitf.lo | |
| CC src/binding/f77/win_allocatef.lo | |
| CC src/binding/f77/win_allocate_sharedf.lo | |
| CC src/binding/f77/win_shared_queryf.lo | |
| CC src/binding/f77/win_create_dynamicf.lo | |
| CC src/binding/f77/win_attachf.lo | |
| CC src/binding/f77/win_detachf.lo | |
| CC src/binding/f77/get_accumulatef.lo | |
| CC src/binding/f77/fetch_and_opf.lo | |
| CC src/binding/f77/compare_and_swapf.lo | |
| CC src/binding/f77/rputf.lo | |
| CC src/binding/f77/rgetf.lo | |
| CC src/binding/f77/raccumulatef.lo | |
| CC src/binding/f77/rget_accumulatef.lo | |
| CC src/binding/f77/win_lock_allf.lo | |
| CC src/binding/f77/win_unlock_allf.lo | |
| CC src/binding/f77/win_flushf.lo | |
| CC src/binding/f77/win_flush_allf.lo | |
| CC src/binding/f77/win_flush_localf.lo | |
| CC src/binding/f77/win_flush_local_allf.lo | |
| CC src/binding/f77/win_syncf.lo | |
| CC src/binding/f77/alltoallwf.lo | |
| CC src/binding/f77/exscanf.lo | |
| CC src/binding/f77/adderrclassf.lo | |
| CC src/binding/f77/adderrcodef.lo | |
| CC src/binding/f77/adderrstringf.lo | |
| CC src/binding/f77/commcallerrf.lo | |
| CC src/binding/f77/commnewkeyf.lo | |
| CC src/binding/f77/commdelattrf.lo | |
| CC src/binding/f77/commfreekeyf.lo | |
| CC src/binding/f77/comm_get_attrf.lo | |
| CC src/binding/f77/commgetnamf.lo | |
| CC src/binding/f77/comm_set_attrf.lo | |
| CC src/binding/f77/comm_set_namef.lo | |
| CC src/binding/f77/filecallerrf.lo | |
| CC src/binding/f77/greqcompletef.lo | |
| CC src/binding/f77/greqstartf.lo | |
| CC src/binding/f77/isthrmainf.lo | |
| CC src/binding/f77/query_threadf.lo | |
| CC src/binding/f77/statgetclf.lo | |
| CC src/binding/f77/statsetelf.lo | |
| CC src/binding/f77/typenewkeyf.lo | |
| CC src/binding/f77/typedelattrf.lo | |
| CC src/binding/f77/type_dupf.lo | |
| CC src/binding/f77/typefreekeyf.lo | |
| CC src/binding/f77/type_get_attrf.lo | |
| CC src/binding/f77/typegetcntsf.lo | |
| CC src/binding/f77/typegetenvf.lo | |
| CC src/binding/f77/typegnamef.lo | |
| CC src/binding/f77/typesetattrf.lo | |
| CC src/binding/f77/typesetnamef.lo | |
| CC src/binding/f77/type_match_sizef.lo | |
| CC src/binding/f77/wincallerrf.lo | |
| CC src/binding/f77/winnewkeyf.lo | |
| CC src/binding/f77/windelattrf.lo | |
| CC src/binding/f77/winfreekeyf.lo | |
| CC src/binding/f77/win_get_attrf.lo | |
| CC src/binding/f77/win_get_namef.lo | |
| CC src/binding/f77/win_set_attrf.lo | |
| CC src/binding/f77/win_set_namef.lo | |
| CC src/binding/f77/alloc_memf.lo | |
| CC src/binding/f77/commcreerrf.lo | |
| CC src/binding/f77/commgeterrf.lo | |
| CC src/binding/f77/commseterrf.lo | |
| CC src/binding/f77/filecreerrf.lo | |
| CC src/binding/f77/filegeterrf.lo | |
| CC src/binding/f77/fileseterrf.lo | |
| CC src/binding/f77/finalizedf.lo | |
| CC src/binding/f77/free_memf.lo | |
| CC src/binding/f77/info_createf.lo | |
| CC src/binding/f77/info_deletef.lo | |
| CC src/binding/f77/info_dupf.lo | |
| CC src/binding/f77/info_freef.lo | |
| CC src/binding/f77/info_getf.lo | |
| CC src/binding/f77/infognkf.lo | |
| CC src/binding/f77/infognthkf.lo | |
| CC src/binding/f77/infovallenf.lo | |
| CC src/binding/f77/info_setf.lo | |
| CC src/binding/f77/pack_externalf.lo | |
| CC src/binding/f77/packesizef.lo | |
| CC src/binding/f77/reqgetstatf.lo | |
| CC src/binding/f77/typedarrayf.lo | |
| CC src/binding/f77/typechindf.lo | |
| CC src/binding/f77/typechvecf.lo | |
| CC src/binding/f77/typecindbf.lo | |
| CC src/binding/f77/type_create_hindexed_blockf.lo | |
| CC src/binding/f77/typecresizef.lo | |
| CC src/binding/f77/typecstructf.lo | |
| CC src/binding/f77/typecsubarrf.lo | |
| CC src/binding/f77/typegetextentf.lo | |
| CC src/binding/f77/typegtextf.lo | |
| CC src/binding/f77/unpackextf.lo | |
| CC src/binding/f77/wincreerrf.lo | |
| CC src/binding/f77/wingeterrf.lo | |
| CC src/binding/f77/winseterrf.lo | |
| CC src/binding/f77/reduce_localf.lo | |
| CC src/binding/f77/op_commutativef.lo | |
| CC src/binding/f77/reduce_scatter_blockf.lo | |
| CC src/binding/f77/dist_graph_create_adjacentf.lo | |
| CC src/binding/f77/dist_graph_createf.lo | |
| CC src/binding/f77/dist_graph_neighbors_countf.lo | |
| CC src/binding/f77/dist_graph_neighborsf.lo | |
| CC src/binding/f77/improbef.lo | |
| CC src/binding/f77/imrecvf.lo | |
| CC src/binding/f77/mprobef.lo | |
| CC src/binding/f77/mrecvf.lo | |
| CC src/binding/f77/comm_idupf.lo | |
| CC src/binding/f77/ibarrierf.lo | |
| CC src/binding/f77/ibcastf.lo | |
| CC src/binding/f77/igatherf.lo | |
| CC src/binding/f77/igathervf.lo | |
| CC src/binding/f77/iscatterf.lo | |
| CC src/binding/f77/iscattervf.lo | |
| CC src/binding/f77/iallgatherf.lo | |
| CC src/binding/f77/iallgathervf.lo | |
| CC src/binding/f77/ialltoallf.lo | |
| CC src/binding/f77/ialltoallvf.lo | |
| CC src/binding/f77/ialltoallwf.lo | |
| CC src/binding/f77/ireducef.lo | |
| CC src/binding/f77/iallreducef.lo | |
| CC src/binding/f77/ireduce_scatterf.lo | |
| CC src/binding/f77/ireduce_scatter_blockf.lo | |
| CC src/binding/f77/iscanf.lo | |
| CC src/binding/f77/iexscanf.lo | |
| CC src/binding/f77/ineighbor_allgatherf.lo | |
| CC src/binding/f77/ineighbor_allgathervf.lo | |
| CC src/binding/f77/ineighbor_alltoallf.lo | |
| CC src/binding/f77/ineighbor_alltoallvf.lo | |
| CC src/binding/f77/ineighbor_alltoallwf.lo | |
| CC src/binding/f77/neighbor_allgatherf.lo | |
| CC src/binding/f77/neighbor_allgathervf.lo | |
| CC src/binding/f77/neighbor_alltoallf.lo | |
| CC src/binding/f77/neighbor_alltoallvf.lo | |
| CC src/binding/f77/neighbor_alltoallwf.lo | |
| CC src/binding/f77/comm_split_typef.lo | |
| CC src/binding/f77/comm_create_groupf.lo | |
| CC src/binding/f77/comm_group_failedf.lo | |
| CC src/binding/f77/comm_remote_group_failedf.lo | |
| CC src/binding/f77/comm_reenable_anysourcef.lo | |
| CC src/binding/f77/mutex_createf.lo | |
| CC src/binding/f77/mutex_freef.lo | |
| CC src/binding/f77/mutex_lockf.lo | |
| CC src/binding/f77/mutex_unlockf.lo | |
| CC src/binding/f77/file_openf.lo | |
| CC src/binding/f77/file_closef.lo | |
| CC src/binding/f77/file_deletef.lo | |
| CC src/binding/f77/file_set_sizef.lo | |
| CC src/binding/f77/file_preallocatef.lo | |
| CC src/binding/f77/file_get_sizef.lo | |
| CC src/binding/f77/file_get_groupf.lo | |
| CC src/binding/f77/file_get_amodef.lo | |
| CC src/binding/f77/file_set_infof.lo | |
| CC src/binding/f77/file_get_infof.lo | |
| CC src/binding/f77/file_set_viewf.lo | |
| CC src/binding/f77/file_get_viewf.lo | |
| CC src/binding/f77/file_read_atf.lo | |
| CC src/binding/f77/file_read_at_allf.lo | |
| CC src/binding/f77/file_write_atf.lo | |
| CC src/binding/f77/file_write_at_allf.lo | |
| CC src/binding/f77/file_iread_atf.lo | |
| CC src/binding/f77/file_iwrite_atf.lo | |
| CC src/binding/f77/file_readf.lo | |
| CC src/binding/f77/file_read_allf.lo | |
| CC src/binding/f77/file_writef.lo | |
| CC src/binding/f77/file_write_allf.lo | |
| CC src/binding/f77/file_ireadf.lo | |
| CC src/binding/f77/file_iwritef.lo | |
| CC src/binding/f77/file_seekf.lo | |
| CC src/binding/f77/file_get_positionf.lo | |
| CC src/binding/f77/file_get_byte_offsetf.lo | |
| CC src/binding/f77/file_read_sharedf.lo | |
| CC src/binding/f77/file_write_sharedf.lo | |
| CC src/binding/f77/file_iread_sharedf.lo | |
| CC src/binding/f77/file_iwrite_sharedf.lo | |
| CC src/binding/f77/file_read_orderedf.lo | |
| CC src/binding/f77/file_write_orderedf.lo | |
| CC src/binding/f77/file_seek_sharedf.lo | |
| CC src/binding/f77/file_get_position_sharedf.lo | |
| CC src/binding/f77/file_read_at_all_beginf.lo | |
| CC src/binding/f77/file_read_at_all_endf.lo | |
| CC src/binding/f77/file_write_at_all_beginf.lo | |
| CC src/binding/f77/file_write_at_all_endf.lo | |
| CC src/binding/f77/file_read_all_beginf.lo | |
| CC src/binding/f77/file_read_all_endf.lo | |
| CC src/binding/f77/file_write_all_beginf.lo | |
| CC src/binding/f77/file_write_all_endf.lo | |
| CC src/binding/f77/file_read_ordered_beginf.lo | |
| CC src/binding/f77/file_read_ordered_endf.lo | |
| CC src/binding/f77/file_write_ordered_beginf.lo | |
| CC src/binding/f77/file_write_ordered_endf.lo | |
| CC src/binding/f77/file_get_type_extentf.lo | |
| CC src/binding/f77/register_datarepf.lo | |
| CC src/binding/f77/file_set_atomicityf.lo | |
| CC src/binding/f77/file_get_atomicityf.lo | |
| CC src/binding/f77/file_syncf.lo | |
| CC src/binding/f77/initf.lo | |
| CC src/binding/f77/initthreadf.lo | |
| CC src/binding/f77/pcontrolf.lo | |
| CC src/binding/f77/addressf.lo | |
| CC src/binding/f77/getaddressf.lo | |
| CC src/binding/f77/wtimef.lo | |
| CC src/binding/f77/wtickf.lo | |
| CC src/binding/f77/keyval_createf.lo | |
| CC src/binding/f77/dup_fnf.lo | |
| CC src/binding/f77/null_del_fnf.lo | |
| CC src/binding/f77/null_copy_fnf.lo | |
| CC src/binding/f77/dup_comm_fnf.lo | |
| CC src/binding/f77/null_comm_del_fnf.lo | |
| CC src/binding/f77/null_comm_copy_fnf.lo | |
| CC src/binding/f77/dup_win_fnf.lo | |
| CC src/binding/f77/null_win_del_fnf.lo | |
| CC src/binding/f77/null_win_copy_fnf.lo | |
| CC src/binding/f77/dup_type_fnf.lo | |
| CC src/binding/f77/null_type_del_fnf.lo | |
| CC src/binding/f77/null_type_copy_fnf.lo | |
| CC src/binding/f77/statusf2c.lo | |
| CC src/binding/f77/statusc2f.lo | |
| CC src/binding/f77/fdebug.lo | |
| CC src/binding/f90/create_f90_util.lo | |
| CC src/glue/romio/glue_romio.lo | |
| CC src/mpid/ch3/src/ch3u_buffer.lo | |
| CC src/mpid/ch3/src/ch3u_comm.lo | |
| CC src/mpid/ch3/src/ch3u_comm_spawn_multiple.lo | |
| CC src/mpid/ch3/src/ch3u_handle_connection.lo | |
| CC src/mpid/ch3/src/ch3u_handle_recv_pkt.lo | |
| CC src/mpid/ch3/src/ch3u_handle_recv_req.lo | |
| CC src/mpid/ch3/src/ch3u_handle_send_req.lo | |
| CC src/mpid/ch3/src/ch3u_port.lo | |
| CC src/mpid/ch3/src/ch3u_recvq.lo | |
| CC src/mpid/ch3/src/ch3u_request.lo | |
| CC src/mpid/ch3/src/ch3u_rma_notimpl.lo | |
| CC src/mpid/ch3/src/ch3u_rma_acc_ops.lo | |
| CC src/mpid/ch3/src/ch3u_rma_ops.lo | |
| CC src/mpid/ch3/src/ch3u_rma_sync.lo | |
| CC src/mpid/ch3/src/ch3u_rndv.lo | |
| CC src/mpid/ch3/src/ch3u_eager.lo | |
| CC src/mpid/ch3/src/ch3u_eagersync.lo | |
| CC src/mpid/ch3/src/ch3u_win_fns.lo | |
| CC src/mpid/ch3/src/mpid_abort.lo | |
| CC src/mpid/ch3/src/mpid_cancel_recv.lo | |
| CC src/mpid/ch3/src/mpid_cancel_send.lo | |
| CC src/mpid/ch3/src/mpid_comm_disconnect.lo | |
| CC src/mpid/ch3/src/mpid_comm_group_failed.lo | |
| CC src/mpid/ch3/src/mpid_comm_reenable_anysource.lo | |
| CC src/mpid/ch3/src/mpid_comm_spawn_multiple.lo | |
| CC src/mpid/ch3/src/mpid_finalize.lo | |
| CC src/mpid/ch3/src/mpid_get_universe_size.lo | |
| CC src/mpid/ch3/src/mpid_getpname.lo | |
| CC src/mpid/ch3/src/mpid_improbe.lo | |
| CC src/mpid/ch3/src/mpid_imrecv.lo | |
| CC src/mpid/ch3/src/mpid_init.lo | |
| CC src/mpid/ch3/src/mpid_iprobe.lo | |
| CC src/mpid/ch3/src/mpid_irecv.lo | |
| CC src/mpid/ch3/src/mpid_irsend.lo | |
| CC src/mpid/ch3/src/mpid_isend.lo | |
| CC src/mpid/ch3/src/mpid_issend.lo | |
| CC src/mpid/ch3/src/mpid_mprobe.lo | |
| CC src/mpid/ch3/src/mpid_mrecv.lo | |
| CC src/mpid/ch3/src/mpid_port.lo | |
| CC src/mpid/ch3/src/mpid_probe.lo | |
| CC src/mpid/ch3/src/mpid_recv.lo | |
| CC src/mpid/ch3/src/mpid_rsend.lo | |
| CC src/mpid/ch3/src/mpid_send.lo | |
| CC src/mpid/ch3/src/mpid_ssend.lo | |
| CC src/mpid/ch3/src/mpid_startall.lo | |
| CC src/mpid/ch3/src/mpid_vc.lo | |
| CC src/mpid/ch3/src/mpid_rma.lo | |
| CC src/mpid/ch3/src/mpidi_isend_self.lo | |
| CC src/mpid/ch3/src/mpidi_pg.lo | |
| CC src/mpid/ch3/src/mpidi_printf.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_finalize.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_init.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_isend.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_isendv.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_istartmsg.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_istartmsgv.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_progress.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_abort.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_rma_shm.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_win_fns.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3i_comm.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3i_eagernoncontig.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_alloc.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_init.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_queue.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_barrier.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_mpich2.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_ckpt.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_finalize.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_network_poll.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_network.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_debug.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_shm.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_net_array.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_dma.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_vmsplice.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_finalize.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_init.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_send.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_utility.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/socksm.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_getip.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_ckpt.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/none/none.lo | |
| CC src/mpid/ch3/channels/nemesis/utils/monitor/papi_defs.lo | |
| CC src/mpid/ch3/channels/nemesis/utils/replacements/mkstemp.lo | |
| CC src/mpid/common/datatype/dataloop/darray_support.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_blockindexed.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_contig.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_indexed.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_pairtype.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_struct.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_vector.lo | |
| CC src/mpid/common/datatype/dataloop/segment.lo | |
| CC src/mpid/common/datatype/dataloop/segment_count.lo | |
| CC src/mpid/common/datatype/dataloop/segment_flatten.lo | |
| CC src/mpid/common/datatype/dataloop/segment_packunpack.lo | |
| CC src/mpid/common/datatype/dataloop/subarray_support.lo | |
| CC src/mpid/common/datatype/mpid_contents_support.lo | |
| CC src/mpid/common/datatype/mpid_datatype_contents.lo | |
| CC src/mpid/common/datatype/mpid_datatype_free.lo | |
| CC src/mpid/common/datatype/mpid_ext32_datatype.lo | |
| CC src/mpid/common/datatype/mpid_ext32_segment.lo | |
| CC src/mpid/common/datatype/mpid_segment.lo | |
| CC src/mpid/common/datatype/mpid_type_blockindexed.lo | |
| CC src/mpid/common/datatype/mpid_type_commit.lo | |
| CC src/mpid/common/datatype/mpid_type_contiguous.lo | |
| CC src/mpid/common/datatype/mpid_type_create_pairtype.lo | |
| CC src/mpid/common/datatype/mpid_type_create_resized.lo | |
| CC src/mpid/common/datatype/mpid_type_debug.lo | |
| CC src/mpid/common/datatype/mpid_type_dup.lo | |
| CC src/mpid/common/datatype/mpid_type_get_contents.lo | |
| CC src/mpid/common/datatype/mpid_type_get_envelope.lo | |
| CC src/mpid/common/datatype/mpid_type_indexed.lo | |
| CC src/mpid/common/datatype/mpid_type_struct.lo | |
| CC src/mpid/common/datatype/mpid_type_vector.lo | |
| CC src/mpid/common/datatype/mpid_type_zerolen.lo | |
| CC src/mpid/common/datatype/mpir_type_flatten.lo | |
| CC src/mpid/common/datatype/mpir_type_get_contig_blocks.lo | |
| CC src/mpid/common/sched/mpid_sched.lo | |
| CC src/mpid/common/thread/mpid_thread.lo | |
| CC src/mpi_t/mpi_t_util.lo | |
| CC src/nameserv/file/file_nameserv.lo | |
| CC src/pmi/simple/simple_pmiutil.lo | |
| CC src/pmi/simple/simple_pmi.lo | |
| CC src/mpi/attr/attr_delete.lo | |
| CC src/mpi/attr/attr_get.lo | |
| CC src/mpi/attr/attr_put.lo | |
| CC src/mpi/attr/comm_create_keyval.lo | |
| CC src/mpi/attr/comm_delete_attr.lo | |
| CC src/mpi/attr/comm_free_keyval.lo | |
| CC src/mpi/attr/comm_get_attr.lo | |
| CC src/mpi/attr/comm_set_attr.lo | |
| CC src/mpi/attr/keyval_create.lo | |
| CC src/mpi/attr/keyval_free.lo | |
| CC src/mpi/attr/type_create_keyval.lo | |
| CC src/mpi/attr/type_delete_attr.lo | |
| CC src/mpi/attr/type_free_keyval.lo | |
| CC src/mpi/attr/type_get_attr.lo | |
| CC src/mpi/attr/type_set_attr.lo | |
| CC src/mpi/attr/win_create_keyval.lo | |
| CC src/mpi/attr/win_delete_attr.lo | |
| CC src/mpi/attr/win_free_keyval.lo | |
| CC src/mpi/attr/win_get_attr.lo | |
| CC src/mpi/attr/win_set_attr.lo | |
| CC src/mpi/coll/allreduce.lo | |
| CC src/mpi/coll/barrier.lo | |
| CC src/mpi/coll/op_create.lo | |
| CC src/mpi/coll/op_free.lo | |
| CC src/mpi/coll/bcast.lo | |
| CC src/mpi/coll/alltoall.lo | |
| CC src/mpi/coll/alltoallv.lo | |
| CC src/mpi/coll/reduce.lo | |
| CC src/mpi/coll/scatter.lo | |
| CC src/mpi/coll/gather.lo | |
| CC src/mpi/coll/scatterv.lo | |
| CC src/mpi/coll/gatherv.lo | |
| CC src/mpi/coll/scan.lo | |
| CC src/mpi/coll/exscan.lo | |
| CC src/mpi/coll/allgather.lo | |
| CC src/mpi/coll/allgatherv.lo | |
| CC src/mpi/coll/red_scat.lo | |
| CC src/mpi/coll/alltoallw.lo | |
| CC src/mpi/coll/reduce_local.lo | |
| CC src/mpi/coll/op_commutative.lo | |
| CC src/mpi/coll/red_scat_block.lo | |
| CC src/mpi/coll/iallgather.lo | |
| CC src/mpi/coll/iallgatherv.lo | |
| CC src/mpi/coll/iallreduce.lo | |
| CC src/mpi/coll/ialltoall.lo | |
| CC src/mpi/coll/ialltoallv.lo | |
| CC src/mpi/coll/ialltoallw.lo | |
| CC src/mpi/coll/ibarrier.lo | |
| CC src/mpi/coll/ibcast.lo | |
| CC src/mpi/coll/iexscan.lo | |
| CC src/mpi/coll/igather.lo | |
| CC src/mpi/coll/igatherv.lo | |
| CC src/mpi/coll/ired_scat.lo | |
| CC src/mpi/coll/ired_scat_block.lo | |
| CC src/mpi/coll/ireduce.lo | |
| CC src/mpi/coll/iscan.lo | |
| CC src/mpi/coll/iscatter.lo | |
| CC src/mpi/coll/iscatterv.lo | |
| CC src/mpi/comm/comm_compare.lo | |
| CC src/mpi/comm/comm_create.lo | |
| CC src/mpi/comm/comm_create_group.lo | |
| CC src/mpi/comm/comm_dup.lo | |
| CC src/mpi/comm/comm_free.lo | |
| CC src/mpi/comm/comm_get_name.lo | |
| CC src/mpi/comm/comm_group.lo | |
| CC src/mpi/comm/comm_idup.lo | |
| CC src/mpi/comm/comm_rank.lo | |
| CC src/mpi/comm/comm_size.lo | |
| CC src/mpi/comm/comm_remote_group.lo | |
| CC src/mpi/comm/comm_remote_size.lo | |
| CC src/mpi/comm/comm_set_name.lo | |
| CC src/mpi/comm/comm_split.lo | |
| CC src/mpi/comm/comm_test_inter.lo | |
| CC src/mpi/comm/intercomm_create.lo | |
| CC src/mpi/comm/intercomm_merge.lo | |
| CC src/mpi/comm/comm_split_type.lo | |
| CC src/mpi/comm/comm_group_failed.lo | |
| CC src/mpi/comm/comm_reenable_anysource.lo | |
| CC src/mpi/comm/comm_remote_group_failed.lo | |
| CC src/mpi/datatype/address.lo | |
| CC src/mpi/datatype/get_address.lo | |
| CC src/mpi/datatype/get_count.lo | |
| CC src/mpi/datatype/get_elements.lo | |
| CC src/mpi/datatype/pack.lo | |
| CC src/mpi/datatype/unpack.lo | |
| CC src/mpi/datatype/pack_size.lo | |
| CC src/mpi/datatype/status_set_elements.lo | |
| CC src/mpi/datatype/type_get_name.lo | |
| CC src/mpi/datatype/type_set_name.lo | |
| CC src/mpi/datatype/type_size.lo | |
| CC src/mpi/datatype/type_extent.lo | |
| CC src/mpi/datatype/type_vector.lo | |
| CC src/mpi/datatype/type_commit.lo | |
| CC src/mpi/datatype/type_indexed.lo | |
| CC src/mpi/datatype/type_hindexed.lo | |
| CC src/mpi/datatype/type_struct.lo | |
| CC src/mpi/datatype/type_contiguous.lo | |
| CC src/mpi/datatype/type_free.lo | |
| CC src/mpi/datatype/type_hvector.lo | |
| CC src/mpi/datatype/type_dup.lo | |
| CC src/mpi/datatype/type_get_envelope.lo | |
| CC src/mpi/datatype/type_get_contents.lo | |
| CC src/mpi/datatype/type_ub.lo | |
| CC src/mpi/datatype/type_lb.lo | |
| CC src/mpi/datatype/type_get_extent.lo | |
| CC src/mpi/datatype/type_get_true_extent.lo | |
| CC src/mpi/datatype/type_match_size.lo | |
| CC src/mpi/datatype/type_create_struct.lo | |
| CC src/mpi/datatype/type_create_hindexed.lo | |
| CC src/mpi/datatype/type_create_hvector.lo | |
| CC src/mpi/datatype/pack_external.lo | |
| CC src/mpi/datatype/pack_external_size.lo | |
| CC src/mpi/datatype/unpack_external.lo | |
| CC src/mpi/datatype/type_create_indexed_block.lo | |
| CC src/mpi/datatype/type_create_hindexed_block.lo | |
| CC src/mpi/datatype/type_create_resized.lo | |
| CC src/mpi/datatype/type_create_darray.lo | |
| CC src/mpi/datatype/type_create_subarray.lo | |
| CC src/mpi/errhan/add_error_code.lo | |
| CC src/mpi/errhan/add_error_class.lo | |
| CC src/mpi/errhan/add_error_string.lo | |
| CC src/mpi/errhan/comm_call_errhandler.lo | |
| CC src/mpi/errhan/comm_create_errhandler.lo | |
| CC src/mpi/errhan/comm_get_errhandler.lo | |
| CC src/mpi/errhan/comm_set_errhandler.lo | |
| CC src/mpi/errhan/errhandler_create.lo | |
| CC src/mpi/errhan/errhandler_free.lo | |
| CC src/mpi/errhan/errhandler_get.lo | |
| CC src/mpi/errhan/errhandler_set.lo | |
| CC src/mpi/errhan/error_class.lo | |
| CC src/mpi/errhan/error_string.lo | |
| CC src/mpi/errhan/file_create_errhandler.lo | |
| CC src/mpi/errhan/file_get_errhandler.lo | |
| CC src/mpi/errhan/file_set_errhandler.lo | |
| CC src/mpi/errhan/file_call_errhandler.lo | |
| CC src/mpi/errhan/win_create_errhandler.lo | |
| CC src/mpi/errhan/win_call_errhandler.lo | |
| CC src/mpi/errhan/win_get_errhandler.lo | |
| CC src/mpi/errhan/win_set_errhandler.lo | |
| CC src/mpi/group/group_compare.lo | |
| CC src/mpi/group/group_difference.lo | |
| CC src/mpi/group/group_excl.lo | |
| CC src/mpi/group/group_free.lo | |
| CC src/mpi/group/group_incl.lo | |
| CC src/mpi/group/group_intersection.lo | |
| CC src/mpi/group/group_range_excl.lo | |
| CC src/mpi/group/group_range_incl.lo | |
| CC src/mpi/group/group_rank.lo | |
| CC src/mpi/group/group_size.lo | |
| CC src/mpi/group/group_translate_ranks.lo | |
| CC src/mpi/group/group_union.lo | |
| CC src/mpi/init/abort.lo | |
| CC src/mpi/init/init.lo | |
| CC src/mpi/init/initialized.lo | |
| CC src/mpi/init/initthread.lo | |
| CC src/mpi/init/ismain.lo | |
| CC src/mpi/init/finalize.lo | |
| CC src/mpi/init/finalized.lo | |
| CC src/mpi/init/querythread.lo | |
| CC src/mpi/misc/getpname.lo | |
| CC src/mpi/misc/pcontrol.lo | |
| CC src/mpi/misc/version.lo | |
| CC src/mpi/pt2pt/bsend.lo | |
| CC src/mpi/pt2pt/bsend_init.lo | |
| CC src/mpi/pt2pt/bufattach.lo | |
| CC src/mpi/pt2pt/buffree.lo | |
| CC src/mpi/pt2pt/cancel.lo | |
| CC src/mpi/pt2pt/greq_start.lo | |
| CC src/mpi/pt2pt/greq_complete.lo | |
| CC src/mpi/pt2pt/ibsend.lo | |
| CC src/mpi/pt2pt/improbe.lo | |
| CC src/mpi/pt2pt/imrecv.lo | |
| CC src/mpi/pt2pt/iprobe.lo | |
| CC src/mpi/pt2pt/irecv.lo | |
| CC src/mpi/pt2pt/irsend.lo | |
| CC src/mpi/pt2pt/isend.lo | |
| CC src/mpi/pt2pt/issend.lo | |
| CC src/mpi/pt2pt/mprobe.lo | |
| CC src/mpi/pt2pt/mrecv.lo | |
| CC src/mpi/pt2pt/probe.lo | |
| CC src/mpi/pt2pt/recv.lo | |
| CC src/mpi/pt2pt/recv_init.lo | |
| CC src/mpi/pt2pt/request_free.lo | |
| CC src/mpi/pt2pt/request_get_status.lo | |
| CC src/mpi/pt2pt/rsend.lo | |
| CC src/mpi/pt2pt/rsend_init.lo | |
| CC src/mpi/pt2pt/send.lo | |
| CC src/mpi/pt2pt/send_init.lo | |
| CC src/mpi/pt2pt/sendrecv.lo | |
| CC src/mpi/pt2pt/sendrecv_rep.lo | |
| CC src/mpi/pt2pt/status_set_cancelled.lo | |
| CC src/mpi/pt2pt/ssend.lo | |
| CC src/mpi/pt2pt/ssend_init.lo | |
| CC src/mpi/pt2pt/start.lo | |
| CC src/mpi/pt2pt/startall.lo | |
| CC src/mpi/pt2pt/test.lo | |
| CC src/mpi/pt2pt/test_cancelled.lo | |
| CC src/mpi/pt2pt/testall.lo | |
| CC src/mpi/pt2pt/testany.lo | |
| CC src/mpi/pt2pt/testsome.lo | |
| CC src/mpi/pt2pt/wait.lo | |
| CC src/mpi/pt2pt/waitall.lo | |
| CC src/mpi/pt2pt/waitany.lo | |
| CC src/mpi/pt2pt/waitsome.lo | |
| CC src/mpi/rma/accumulate.lo | |
| CC src/mpi/rma/alloc_mem.lo | |
| CC src/mpi/rma/compare_and_swap.lo | |
| CC src/mpi/rma/fetch_and_op.lo | |
| CC src/mpi/rma/free_mem.lo | |
| CC src/mpi/rma/get.lo | |
| CC src/mpi/rma/get_accumulate.lo | |
| CC src/mpi/rma/put.lo | |
| CC src/mpi/rma/raccumulate.lo | |
| CC src/mpi/rma/rget.lo | |
| CC src/mpi/rma/rget_accumulate.lo | |
| CC src/mpi/rma/rput.lo | |
| CC src/mpi/rma/win_allocate.lo | |
| CC src/mpi/rma/win_allocate_shared.lo | |
| CC src/mpi/rma/win_attach.lo | |
| CC src/mpi/rma/win_complete.lo | |
| CC src/mpi/rma/win_create.lo | |
| CC src/mpi/rma/win_create_dynamic.lo | |
| CC src/mpi/rma/win_detach.lo | |
| CC src/mpi/rma/win_fence.lo | |
| CC src/mpi/rma/win_flush.lo | |
| CC src/mpi/rma/win_flush_all.lo | |
| CC src/mpi/rma/win_flush_local.lo | |
| CC src/mpi/rma/win_flush_local_all.lo | |
| CC src/mpi/rma/win_free.lo | |
| CC src/mpi/rma/win_get_group.lo | |
| CC src/mpi/rma/win_get_name.lo | |
| CC src/mpi/rma/win_lock.lo | |
| CC src/mpi/rma/win_lock_all.lo | |
| CC src/mpi/rma/win_post.lo | |
| CC src/mpi/rma/win_set_name.lo | |
| CC src/mpi/rma/win_shared_query.lo | |
| CC src/mpi/rma/win_start.lo | |
| CC src/mpi/rma/win_sync.lo | |
| CC src/mpi/rma/win_test.lo | |
| CC src/mpi/rma/win_unlock.lo | |
| CC src/mpi/rma/win_unlock_all.lo | |
| CC src/mpi/rma/win_wait.lo | |
| CC src/mpi/spawn/comm_disconnect.lo | |
| CC src/mpi/spawn/comm_get_parent.lo | |
| CC src/mpi/spawn/comm_join.lo | |
| CC src/mpi/spawn/comm_spawn.lo | |
| CC src/mpi/spawn/comm_spawn_multiple.lo | |
| CC src/mpi/spawn/lookup_name.lo | |
| CC src/mpi/spawn/publish_name.lo | |
| CC src/mpi/spawn/unpublish_name.lo | |
| CC src/mpi/spawn/open_port.lo | |
| CC src/mpi/spawn/close_port.lo | |
| CC src/mpi/spawn/comm_connect.lo | |
| CC src/mpi/spawn/comm_accept.lo | |
| CC src/mpi/timer/wtime.lo | |
| CC src/mpi/timer/wtick.lo | |
| CC src/mpi/topo/cart_coords.lo | |
| CC src/mpi/topo/cart_create.lo | |
| CC src/mpi/topo/cart_get.lo | |
| CC src/mpi/topo/cart_map.lo | |
| CC src/mpi/topo/cart_rank.lo | |
| CC src/mpi/topo/cart_shift.lo | |
| CC src/mpi/topo/cart_sub.lo | |
| CC src/mpi/topo/dims_create.lo | |
| CC src/mpi/topo/graph_get.lo | |
| CC src/mpi/topo/graph_map.lo | |
| CC src/mpi/topo/graph_nbr.lo | |
| CC src/mpi/topo/graphcreate.lo | |
| CC src/mpi/topo/graphdimsget.lo | |
| CC src/mpi/topo/graphnbrcnt.lo | |
| CC src/mpi/topo/cartdim_get.lo | |
| CC src/mpi/topo/topo_test.lo | |
| CC src/mpi/topo/dist_gr_create_adj.lo | |
| CC src/mpi/topo/dist_gr_create.lo | |
| CC src/mpi/topo/dist_gr_neighb_count.lo | |
| CC src/mpi/topo/dist_gr_neighb.lo | |
| CC src/mpi/topo/inhb_allgather.lo | |
| CC src/mpi/topo/inhb_allgatherv.lo | |
| CC src/mpi/topo/inhb_alltoall.lo | |
| CC src/mpi/topo/inhb_alltoallv.lo | |
| CC src/mpi/topo/inhb_alltoallw.lo | |
| CC src/mpi/topo/nhb_allgather.lo | |
| CC src/mpi/topo/nhb_allgatherv.lo | |
| CC src/mpi/topo/nhb_alltoall.lo | |
| CC src/mpi/topo/nhb_alltoallv.lo | |
| CC src/mpi/topo/nhb_alltoallw.lo | |
| CC src/util/info/info_create.lo | |
| CC src/util/info/info_delete.lo | |
| CC src/util/info/info_dup.lo | |
| CC src/util/info/info_free.lo | |
| CC src/util/info/info_get.lo | |
| CC src/util/info/info_getn.lo | |
| CC src/util/info/info_getnth.lo | |
| CC src/util/info/info_getvallen.lo | |
| CC src/util/info/info_set.lo | |
| CC src/binding/f90/create_f90_int.lo | |
| CC src/binding/f90/create_f90_real.lo | |
| CC src/binding/f90/create_f90_complex.lo | |
| CC src/binding/f90/typef90cmplxf.lo | |
| CC src/binding/f90/typef90realf.lo | |
| CC src/binding/f90/typef90intf.lo | |
| CC src/mutex/mutex_create.lo | |
| CC src/mutex/mutex_free.lo | |
| CC src/mutex/mutex_lock.lo | |
| CC src/mutex/mutex_unlock.lo | |
| CC src/mpi_t/cat_changed.lo | |
| CC src/mpi_t/cat_get_categories.lo | |
| CC src/mpi_t/cat_get_cvars.lo | |
| CC src/mpi_t/cat_get_info.lo | |
| CC src/mpi_t/cat_get_num.lo | |
| CC src/mpi_t/cat_get_pv.lo | |
| CC src/mpi_t/cvar_get_info.lo | |
| CC src/mpi_t/cvar_get_num.lo | |
| CC src/mpi_t/cvar_handle_alloc.lo | |
| CC src/mpi_t/cvar_handle_free.lo | |
| CC src/mpi_t/cvar_read.lo | |
| CC src/mpi_t/cvar_write.lo | |
| CC src/mpi_t/enum_get_info.lo | |
| CC src/mpi_t/enum_get_item.lo | |
| CC src/mpi_t/mpit_finalize.lo | |
| CC src/mpi_t/mpit_init_thread.lo | |
| CC src/mpi_t/pvar_get_info.lo | |
| CC src/mpi_t/pvar_get_num.lo | |
| CC src/mpi_t/pvar_handle_alloc.lo | |
| CC src/mpi_t/pvar_handle_free.lo | |
| CC src/mpi_t/pvar_read.lo | |
| CC src/mpi_t/pvar_readreset.lo | |
| CC src/mpi_t/pvar_reset.lo | |
| CC src/mpi_t/pvar_session_create.lo | |
| CC src/mpi_t/pvar_session_free.lo | |
| CC src/mpi_t/pvar_start.lo | |
| CC src/mpi_t/pvar_stop.lo | |
| CC src/mpi_t/pvar_write.lo | |
| CC src/binding/f77/setbot.lo | |
| F77 src/binding/f77/setbotf.lo | |
| GEN lib/libmpich.la | |
| collect2: ld terminated with signal 11 [Segmentation fault: 11] | |
| make[2]: *** [lib/libmpich.la] Error 1 | |
| make[1]: *** [all-recursive] Error 1 | |
| make: *** [all] Error 2 | |
| Error: Failure while executing: make |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| if test ! -h ./src/include/mpio.h ; then \ | |
| rm -f ./src/include/mpio.h ; \ | |
| ( cd ./src/include && \ | |
| ln -s ../mpi/romio/include/mpio.h ) ; \ | |
| fi | |
| make all-recursive | |
| Making all in src/mpl | |
| CC mplstr.lo | |
| CC mpltrmem.lo | |
| CC mplenv.lo | |
| CCLD libmpl.la | |
| Making all in src/openpa | |
| Making all in src | |
| make all-am | |
| CC opa_primitives.lo | |
| CC opa_queue.lo | |
| CCLD libopa.la | |
| Making all in test | |
| make[3]: Nothing to be done for `all'. | |
| make[3]: Nothing to be done for `all-am'. | |
| Making all in src/mpe2 | |
| make build_lib_bin | |
| **** Making src/misc .... | |
| make build_lib_bin | |
| make mpe_debug_objs | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| /usr/bin/clang -I.. -I../include -I../../.. -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o mpehname.no -c mpehname.c | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a mpehname.no | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o decomp.po -c decomp.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o mpe_seq.po -c mpe_seq.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o dbxerr.po -c dbxerr.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o getgrank.po -c getgrank.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o examine.po -c examine.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o privtags.po -c privtags.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o mpehname.po -c mpehname.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o mpe_io.po -c mpe_io.c | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a decomp.po mpe_seq.po dbxerr.po getgrank.po examine.po privtags.po mpehname.po mpe_io.po | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o decompf.po -c decompf.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o mpe_seqf.po -c mpe_seqf.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I../../.. -I../../../include -o getgrankf.po -c getgrankf.c | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| **** Making src/callstack .... | |
| for file in ./etc/*.conf ; do \ | |
| cp -f $file /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/etc ; \ | |
| done | |
| make build_lib_bin | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -o iterator.po -c iterator.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -o fancyprint.po -c fancyprint.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o iterator.no -c iterator.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o fancyprint.no -c fancyprint.c | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a iterator.no fancyprint.no | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a iterator.po fancyprint.po | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/bin/check_callstack | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o check_callstack.no -c check_callstack.c | |
| cp -f check_callstack.no mpe2tmp.o | |
| /usr/bin/clang -L/usr/local/lib -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/bin/check_callstack mpe2tmp.o \ | |
| -L/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib -lmpe_nompi | |
| ( cd bin && cp -f bt2line /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/bin ) | |
| **** Making src/logging .... | |
| make build_lib_bin | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpi_null.no -c mpi_null.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_util.no -c clog_util.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_timer.no -c clog_timer.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_uuid.no -c clog_uuid.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_commset.no -c clog_commset.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_preamble.no -c clog_preamble.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_record.no -c clog_record.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_sync.no -c clog_sync.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_block.no -c clog_block.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_buffer.no -c clog_buffer.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_merger.no -c clog_merger.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_cache.no -c clog_cache.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_joiner.no -c clog_joiner.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog.no -c clog.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpe_log_thread.no -c mpe_log_thread.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpe_log.no -c mpe_log.c | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpe_log_null.no -c mpe_log_null.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o mpe_log_null.po -c mpe_log_null.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_util.po -c clog_util.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_timer.po -c clog_timer.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_uuid.po -c clog_uuid.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_commset.po -c clog_commset.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_preamble.po -c clog_preamble.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_record.po -c clog_record.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_sync.po -c clog_sync.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_block.po -c clog_block.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_buffer.po -c clog_buffer.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_merger.po -c clog_merger.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_cache.po -c clog_cache.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog_joiner.po -c clog_joiner.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o clog.po -c clog.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o mpe_log_thread.po -c mpe_log_thread.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o mpe_log.po -c mpe_log.c | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a mpi_null.no clog_util.no clog_timer.no clog_uuid.no clog_commset.no clog_preamble.no clog_record.no clog_sync.no clog_block.no clog_buffer.no clog_merger.no clog_cache.no clog_joiner.no clog.no mpe_log_thread.no mpe_log.no | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o mpe_logf.no -c mpe_logf.c | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi_null.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi_null.a mpi_null.no mpe_log_null.no | |
| make[8]: `mpe_logf.no' is up to date. | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi_null.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_null.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_null.a mpe_log_null.po | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -o mpe_logf.po -c mpe_logf.c | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_null.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a clog_util.po clog_timer.po clog_uuid.po clog_commset.po clog_preamble.po clog_record.po clog_sync.po clog_block.po clog_buffer.po clog_merger.po clog_cache.po clog_joiner.po clog.po mpe_log_thread.po mpe_log.po | |
| make[8]: `mpe_logf.po' is up to date. | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/bin/clog2_print /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/bin/clog2_join /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/bin/clog2_repair | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_print.no -c clog_print.c | |
| cp -f clog_print.no mpe2tmp1.o | |
| /usr/bin/clang -L/usr/local/lib -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/bin/clog2_print mpe2tmp1.o \ | |
| -L/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib -lmpe_nompi | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_join.no -c clog_join.c | |
| cp -f clog_join.no mpe2tmp2.o | |
| /usr/bin/clang -L/usr/local/lib -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/bin/clog2_join mpe2tmp2.o \ | |
| -L/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib -lmpe_nompi | |
| /usr/bin/clang -I.. -I../../.. -I../include -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../../include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DCLOG_NOMPI -o clog_repair.no -c clog_repair.c | |
| cp -f clog_repair.no mpe2tmp3.o | |
| /usr/bin/clang -L/usr/local/lib -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -o /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/bin/clog2_repair mpe2tmp3.o \ | |
| -L/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib -lmpe_nompi | |
| **** Making src/wrappers .... | |
| make build_lib_bin | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c log_mpi_util.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c log_mpi_core.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c trace_mpi_core.c | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/liblmpe.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/liblmpe.a log_mpi_util.o log_mpi_core.o | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/liblmpe.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libtmpe.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libtmpe.a trace_mpi_core.o | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libtmpe.a | |
| /usr/local/bin/gfortran -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -c mpi_f2c_consts.f | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c mpe_proff.c | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_f2cmpi.a mpi_f2c_consts.o log_mpi_util.o mpe_proff.o | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_f2cmpi.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/mpe_prof.o | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c mpe_prof.c | |
| make linktest_all | |
| make linktest_C | |
| make linktest_F77 | |
| **** Making src/graphics .... | |
| make build_lib_bin | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o mpe_graphics.no -c mpe_graphics.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xcolor.no -c xcolor.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xframe.no -c xframe.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xinit.no -c xinit.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xwmap.no -c xwmap.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xmouse.no -c xmouse.c | |
| /usr/bin/clang -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -Os -w -pipe -march=native -Xclang -target-feature -Xclang -aes -Qunused-arguments -mmacosx-version-min=10.8 -DMPE_NOMPI -o xkey.no -c xkey.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o mpe_graphics.po -c mpe_graphics.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xcolor.po -c xcolor.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xframe.po -c xframe.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xinit.po -c xinit.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xwmap.po -c xwmap.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xmouse.po -c xmouse.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xkey.po -c xkey.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o visual_mess.po -c visual_mess.c | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a mpe_graphics.no xcolor.no xframe.no xinit.no xwmap.no xmouse.no xkey.no | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_nompi.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a mpe_graphics.po xcolor.po xframe.po xinit.po xwmap.po xmouse.po xkey.po | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o mpe_graphicsf.po -c mpe_graphicsf.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -I/usr/X11/include -o xmousef.po -c xmousef.c | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe.a | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libampe.a | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libampe.a visual_mess.po | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libampe.a | |
| make linktest_all | |
| make linktest_C | |
| make linktest_F77 | |
| **** Making src/collchk .... | |
| make build_lib_bin | |
| make /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_collchk.a | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c err_han.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c is_init.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c check_buff.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c check_dims.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c check_graph.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c check_size.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_amode.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_call.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_dtype.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_high_low.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_int.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_local_leader.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_op.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_root.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_tag.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_datarep.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c same_whence.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c allgather.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c allgatherv.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c allreduce.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c alltoall.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c alltoallv.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c barrier.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c bcast.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c cart_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c cart_map.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c gather.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c gatherv.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c graph_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c graph_map.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c init.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c intercomm_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c intercomm_merge.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c reduce.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c reduce_scatter.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c scan.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c scatter.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c scatterv.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c finalize.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c exscan.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c reduce_scatter_blk.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c alltoallw.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_open.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_preallocate.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_all_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_all.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_all_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_at_all_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_at_all.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_at_all_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_ordered_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_ordered.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_read_ordered_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_seek_shared.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_set_atomicity.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_set_size.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_set_view.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_all_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_all.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_all_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_at_all_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_at_all.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_at_all_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_ordered_begin.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_ordered.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c file_write_ordered_end.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c add_fh.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c get_fh.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c win_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c win_fence.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c add_win.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c get_win.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_accept.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_connect.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_create.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_disconnect.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_dup.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_spawn.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_spawn_multiple.c | |
| /usr/bin/clang -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/include -I.. -I../include -I/private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/include -I../../.. -I../../../include -c comm_split.c | |
| ar cr /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_collchk.a *.o | |
| ranlib /private/tmp/mpich2-Kq2g/mpich2-1.5/src/mpe2/lib/libmpe_collchk.a | |
| make linktest_all | |
| make linktest_C | |
| make linktest_F77 | |
| **** Making src/slog2sdk .... | |
| Making all in src/mpi/romio | |
| CC mpi-io/close.lo | |
| CC mpi-io/delete.lo | |
| CC mpi-io/file_c2f.lo | |
| CC mpi-io/file_f2c.lo | |
| CC mpi-io/fsync.lo | |
| CC mpi-io/get_amode.lo | |
| CC mpi-io/get_atom.lo | |
| CC mpi-io/get_bytoff.lo | |
| CC mpi-io/get_extent.lo | |
| CC mpi-io/get_group.lo | |
| CC mpi-io/get_info.lo | |
| CC mpi-io/get_posn.lo | |
| CC mpi-io/get_posn_sh.lo | |
| CC mpi-io/get_size.lo | |
| CC mpi-io/get_view.lo | |
| CC mpi-io/iread.lo | |
| CC mpi-io/iread_at.lo | |
| CC mpi-io/iread_sh.lo | |
| CC mpi-io/iwrite.lo | |
| CC mpi-io/iwrite_at.lo | |
| CC mpi-io/iwrite_sh.lo | |
| CC mpi-io/open.lo | |
| CC mpi-io/prealloc.lo | |
| CC mpi-io/rd_atallb.lo | |
| CC mpi-io/rd_atalle.lo | |
| CC mpi-io/read.lo | |
| CC mpi-io/read_all.lo | |
| CC mpi-io/read_allb.lo | |
| CC mpi-io/read_alle.lo | |
| CC mpi-io/read_at.lo | |
| CC mpi-io/read_atall.lo | |
| CC mpi-io/read_ord.lo | |
| CC mpi-io/read_ordb.lo | |
| CC mpi-io/read_orde.lo | |
| CC mpi-io/read_sh.lo | |
| CC mpi-io/register_datarep.lo | |
| CC mpi-io/seek.lo | |
| CC mpi-io/seek_sh.lo | |
| CC mpi-io/set_atom.lo | |
| CC mpi-io/set_info.lo | |
| CC mpi-io/set_size.lo | |
| CC mpi-io/set_view.lo | |
| CC mpi-io/wr_atallb.lo | |
| CC mpi-io/wr_atalle.lo | |
| CC mpi-io/write.lo | |
| CC mpi-io/write_all.lo | |
| CC mpi-io/write_allb.lo | |
| CC mpi-io/write_alle.lo | |
| CC mpi-io/write_at.lo | |
| CC mpi-io/write_atall.lo | |
| CC mpi-io/write_ord.lo | |
| CC mpi-io/write_ordb.lo | |
| CC mpi-io/write_orde.lo | |
| CC mpi-io/write_sh.lo | |
| CC mpi-io/glue/mpich2/mpio_file.lo | |
| CC mpi-io/glue/mpich2/mpio_err.lo | |
| CC mpi-io/mpich2_fileutil.lo | |
| CC mpi-io/mpir-mpioinit.lo | |
| CC mpi-io/mpiu_greq.lo | |
| CC mpi-io/mpiu_external32.lo | |
| CC adio/ad_nfs/ad_nfs_read.lo | |
| CC adio/ad_nfs/ad_nfs_open.lo | |
| CC adio/ad_nfs/ad_nfs_write.lo | |
| CC adio/ad_nfs/ad_nfs_done.lo | |
| CC adio/ad_nfs/ad_nfs_fcntl.lo | |
| CC adio/ad_nfs/ad_nfs_iread.lo | |
| CC adio/ad_nfs/ad_nfs_iwrite.lo | |
| CC adio/ad_nfs/ad_nfs_wait.lo | |
| CC adio/ad_nfs/ad_nfs_setsh.lo | |
| CC adio/ad_nfs/ad_nfs_getsh.lo | |
| CC adio/ad_nfs/ad_nfs.lo | |
| CC adio/ad_nfs/ad_nfs_resize.lo | |
| CC adio/ad_nfs/ad_nfs_features.lo | |
| CC adio/ad_testfs/ad_testfs_close.lo | |
| CC adio/ad_testfs/ad_testfs_read.lo | |
| CC adio/ad_testfs/ad_testfs_rdcoll.lo | |
| CC adio/ad_testfs/ad_testfs_wrcoll.lo | |
| CC adio/ad_testfs/ad_testfs_open.lo | |
| CC adio/ad_testfs/ad_testfs_write.lo | |
| CC adio/ad_testfs/ad_testfs_done.lo | |
| CC adio/ad_testfs/ad_testfs_fcntl.lo | |
| CC adio/ad_testfs/ad_testfs_iread.lo | |
| CC adio/ad_testfs/ad_testfs_iwrite.lo | |
| CC adio/ad_testfs/ad_testfs_wait.lo | |
| CC adio/ad_testfs/ad_testfs_flush.lo | |
| CC adio/ad_testfs/ad_testfs_seek.lo | |
| CC adio/ad_testfs/ad_testfs_resize.lo | |
| CC adio/ad_testfs/ad_testfs_hints.lo | |
| CC adio/ad_testfs/ad_testfs_delete.lo | |
| CC adio/ad_testfs/ad_testfs.lo | |
| CC adio/ad_ufs/ad_ufs.lo | |
| CC adio/ad_ufs/ad_ufs_open.lo | |
| CC adio/common/ad_aggregate.lo | |
| CC adio/common/ad_aggregate_new.lo | |
| CC adio/common/ad_close.lo | |
| CC adio/common/ad_coll_build_req_new.lo | |
| CC adio/common/ad_coll_exch_new.lo | |
| CC adio/common/ad_darray.lo | |
| CC adio/common/ad_delete.lo | |
| CC adio/common/ad_done.lo | |
| CC adio/common/ad_done_fake.lo | |
| CC adio/common/ad_end.lo | |
| CC adio/common/ad_fcntl.lo | |
| CC adio/common/ad_features.lo | |
| CC adio/common/ad_flush.lo | |
| CC adio/common/ad_fstype.lo | |
| CC adio/common/ad_get_sh_fp.lo | |
| CC adio/common/ad_hints.lo | |
| CC adio/common/ad_init.lo | |
| CC adio/common/ad_io_coll.lo | |
| CC adio/common/ad_iopen.lo | |
| CC adio/common/ad_iread.lo | |
| CC adio/common/ad_iread_fake.lo | |
| CC adio/common/ad_iwrite.lo | |
| CC adio/common/ad_iwrite_fake.lo | |
| CC adio/common/ad_open.lo | |
| CC adio/common/ad_opencoll.lo | |
| CC adio/common/ad_opencoll_failsafe.lo | |
| CC adio/common/ad_opencoll_scalable.lo | |
| CC adio/common/ad_prealloc.lo | |
| CC adio/common/ad_read.lo | |
| CC adio/common/ad_read_coll.lo | |
| CC adio/common/ad_read_str.lo | |
| CC adio/common/ad_read_str_naive.lo | |
| CC adio/common/ad_resize.lo | |
| CC adio/common/ad_seek.lo | |
| CC adio/common/ad_set_sh_fp.lo | |
| CC adio/common/ad_set_view.lo | |
| CC adio/common/ad_subarray.lo | |
| CC adio/common/ad_wait.lo | |
| CC adio/common/ad_wait_fake.lo | |
| CC adio/common/ad_write.lo | |
| CC adio/common/ad_write_coll.lo | |
| CC adio/common/ad_write_nolock.lo | |
| CC adio/common/ad_write_str.lo | |
| CC adio/common/ad_write_str_naive.lo | |
| CC adio/common/adi_close.lo | |
| CC adio/common/byte_offset.lo | |
| CC adio/common/cb_config_list.lo | |
| CC adio/common/eof_offset.lo | |
| CC adio/common/error.lo | |
| CC adio/common/flatten.lo | |
| CC adio/common/get_fp_posn.lo | |
| CC adio/common/greq_fns.lo | |
| CC adio/common/heap-sort.lo | |
| CC adio/common/iscontig.lo | |
| CC adio/common/lock.lo | |
| CC adio/common/malloc.lo | |
| CC adio/common/shfp_fname.lo | |
| CC adio/common/status_setb.lo | |
| CC adio/common/strfns.lo | |
| CC adio/common/system_hints.lo | |
| CCLD libromio.la | |
| CC mpi-io/libpromio_la-close.lo | |
| CC mpi-io/libpromio_la-delete.lo | |
| CC mpi-io/libpromio_la-file_c2f.lo | |
| CC mpi-io/libpromio_la-file_f2c.lo | |
| CC mpi-io/libpromio_la-fsync.lo | |
| CC mpi-io/libpromio_la-get_amode.lo | |
| CC mpi-io/libpromio_la-get_atom.lo | |
| CC mpi-io/libpromio_la-get_bytoff.lo | |
| CC mpi-io/libpromio_la-get_extent.lo | |
| CC mpi-io/libpromio_la-get_group.lo | |
| CC mpi-io/libpromio_la-get_info.lo | |
| CC mpi-io/libpromio_la-get_posn.lo | |
| CC mpi-io/libpromio_la-get_posn_sh.lo | |
| CC mpi-io/libpromio_la-get_size.lo | |
| CC mpi-io/libpromio_la-get_view.lo | |
| CC mpi-io/libpromio_la-iread.lo | |
| CC mpi-io/libpromio_la-iread_at.lo | |
| CC mpi-io/libpromio_la-iread_sh.lo | |
| CC mpi-io/libpromio_la-iwrite.lo | |
| CC mpi-io/libpromio_la-iwrite_at.lo | |
| CC mpi-io/libpromio_la-iwrite_sh.lo | |
| CC mpi-io/libpromio_la-open.lo | |
| CC mpi-io/libpromio_la-prealloc.lo | |
| CC mpi-io/libpromio_la-rd_atallb.lo | |
| CC mpi-io/libpromio_la-rd_atalle.lo | |
| CC mpi-io/libpromio_la-read.lo | |
| CC mpi-io/libpromio_la-read_all.lo | |
| CC mpi-io/libpromio_la-read_allb.lo | |
| CC mpi-io/libpromio_la-read_alle.lo | |
| CC mpi-io/libpromio_la-read_at.lo | |
| CC mpi-io/libpromio_la-read_atall.lo | |
| CC mpi-io/libpromio_la-read_ord.lo | |
| CC mpi-io/libpromio_la-read_ordb.lo | |
| CC mpi-io/libpromio_la-read_orde.lo | |
| CC mpi-io/libpromio_la-read_sh.lo | |
| CC mpi-io/libpromio_la-register_datarep.lo | |
| CC mpi-io/libpromio_la-seek.lo | |
| CC mpi-io/libpromio_la-seek_sh.lo | |
| CC mpi-io/libpromio_la-set_atom.lo | |
| CC mpi-io/libpromio_la-set_info.lo | |
| CC mpi-io/libpromio_la-set_size.lo | |
| CC mpi-io/libpromio_la-set_view.lo | |
| CC mpi-io/libpromio_la-wr_atallb.lo | |
| CC mpi-io/libpromio_la-wr_atalle.lo | |
| CC mpi-io/libpromio_la-write.lo | |
| CC mpi-io/libpromio_la-write_all.lo | |
| CC mpi-io/libpromio_la-write_allb.lo | |
| CC mpi-io/libpromio_la-write_alle.lo | |
| CC mpi-io/libpromio_la-write_at.lo | |
| CC mpi-io/libpromio_la-write_atall.lo | |
| CC mpi-io/libpromio_la-write_ord.lo | |
| CC mpi-io/libpromio_la-write_ordb.lo | |
| CC mpi-io/libpromio_la-write_orde.lo | |
| CC mpi-io/libpromio_la-write_sh.lo | |
| CCLD libpromio.la | |
| Making all in src/pm/hydra | |
| Making all in ../../mpl | |
| make[3]: Nothing to be done for `all'. | |
| Making all in tools/topo/hwloc/hwloc | |
| Making all in src | |
| CC topology.lo | |
| CC traversal.lo | |
| CC distances.lo | |
| CC topology-synthetic.lo | |
| CC topology-xml.lo | |
| CC topology-xml-nolibxml.lo | |
| CC bind.lo | |
| CC bitmap.lo | |
| CC misc.lo | |
| CC topology-darwin.lo | |
| CC topology-x86.lo | |
| CCLD libhwloc_embedded.la | |
| Making all in include | |
| make[4]: Nothing to be done for `all'. | |
| make[4]: Nothing to be done for `all-am'. | |
| Making all in . | |
| CC alloc.lo | |
| CC args.lo | |
| CC dbg.lo | |
| CC env.lo | |
| CC launch.lo | |
| CC others.lo | |
| CC signals.lo | |
| CC sock.lo | |
| CC string.lo | |
| CC topo.lo | |
| CC topo_hwloc.lo | |
| CC bsci_init.lo | |
| CC bsci_finalize.lo | |
| CC bsci_launch.lo | |
| CC bsci_query_node_list.lo | |
| CC bsci_query_job_id.lo | |
| CC bsci_query_proxy_id.lo | |
| CC bsci_query_native_int.lo | |
| CC bsci_wait.lo | |
| CC bsci_env.lo | |
| CC bscu_wait.lo | |
| CC bscu_cb.lo | |
| CC external_common.lo | |
| CC external_common_launch.lo | |
| CC fork_init.lo | |
| CC user_init.lo | |
| CC manual_init.lo | |
| CC rsh_init.lo | |
| CC rsh_env.lo | |
| CC ssh_init.lo | |
| CC ssh.lo | |
| CC ssh_env.lo | |
| CC ssh_finalize.lo | |
| CC slurm_init.lo | |
| CC slurm_launch.lo | |
| CC slurm_env.lo | |
| CC slurm_query_native_int.lo | |
| CC slurm_query_node_list.lo | |
| CC slurm_query_proxy_id.lo | |
| CC slurm_query_jobid.lo | |
| CC ll_init.lo | |
| CC ll_launch.lo | |
| CC ll_query_native_int.lo | |
| CC ll_query_node_list.lo | |
| CC ll_query_proxy_id.lo | |
| CC ll_env.lo | |
| CC lsf_init.lo | |
| CC lsf_query_native_int.lo | |
| CC lsf_query_node_list.lo | |
| CC lsf_env.lo | |
| CC sge_init.lo | |
| CC sge_query_native_int.lo | |
| CC sge_query_node_list.lo | |
| CC sge_env.lo | |
| CC pbs_init.lo | |
| CC pbs_query_native_int.lo | |
| CC pbs_query_node_list.lo | |
| CC pbs_query_jobid.lo | |
| CC persist_init.lo | |
| CC persist_launch.lo | |
| CC persist_wait.lo | |
| CC ckpoint.lo | |
| CC demux.lo | |
| CC demux_poll.lo | |
| CC demux_select.lo | |
| CC debugger.lo | |
| CC hydt_ftb_dummy.lo | |
| CC uiu.lo | |
| CCLD libhydra.la | |
| CC pmiserv_pmi.lo | |
| CC pmiserv_pmi_v1.lo | |
| CC pmiserv_pmi_v2.lo | |
| CC pmiserv_pmci.lo | |
| CC pmiserv_cb.lo | |
| CC pmiserv_utils.lo | |
| CC common.lo | |
| CC pmi_v2_common.lo | |
| CCLD libpm.la | |
| CC hydra_persist-persist_server.o | |
| CCLD hydra_persist | |
| CC hydra_nameserver-hydra_nameserver.o | |
| CCLD hydra_nameserver | |
| CC hydra_pmi_proxy-pmip.o | |
| CC hydra_pmi_proxy-pmip_cb.o | |
| CC hydra_pmi_proxy-pmip_utils.o | |
| CC hydra_pmi_proxy-pmip_pmi_v1.o | |
| CC hydra_pmi_proxy-pmip_pmi_v2.o | |
| CC hydra_pmi_proxy-common.o | |
| CC hydra_pmi_proxy-pmi_v2_common.o | |
| CCLD hydra_pmi_proxy | |
| CC mpiexec.o | |
| CC utils.o | |
| CCLD mpiexec.hydra | |
| Making all in . | |
| CC src/mpi/attr/attrutil.lo | |
| CC src/mpi/attr/dup_fn.lo | |
| CC src/mpi/coll/allred_group.lo | |
| CC src/mpi/coll/barrier_group.lo | |
| CC src/mpi/coll/helper_fns.lo | |
| CC src/mpi/coll/opsum.lo | |
| CC src/mpi/coll/opmax.lo | |
| CC src/mpi/coll/opmin.lo | |
| CC src/mpi/coll/opband.lo | |
| CC src/mpi/coll/opbor.lo | |
| CC src/mpi/coll/opbxor.lo | |
| CC src/mpi/coll/opland.lo | |
| CC src/mpi/coll/oplor.lo | |
| CC src/mpi/coll/oplxor.lo | |
| CC src/mpi/coll/opprod.lo | |
| CC src/mpi/coll/opminloc.lo | |
| CC src/mpi/coll/opmaxloc.lo | |
| CC src/mpi/coll/opno_op.lo | |
| CC src/mpi/coll/opreplace.lo | |
| CC src/mpi/coll/nbcutil.lo | |
| CC src/mpi/comm/commutil.lo | |
| CC src/mpi/datatype/typeutil.lo | |
| CC src/mpi/errhan/errutil.lo | |
| CC src/mpi/errhan/dynerrutil.lo | |
| CC src/mpi/group/grouputil.lo | |
| CC src/mpi/init/initinfo.lo | |
| CC src/mpi/init/async.lo | |
| CC src/mpi/pt2pt/bsendutil.lo | |
| CC src/mpi/pt2pt/mpir_request.lo | |
| CC src/mpi/rma/winutil.lo | |
| CC src/mpi/rma/rmatypeutil.lo | |
| CC src/mpi/timer/mpidtime.lo | |
| CC src/mpi/topo/topoutil.lo | |
| CC src/util/dbg/dbg_printf.lo | |
| CC src/util/dbg/timelimit.lo | |
| CC src/util/dbg/exit.lo | |
| CC src/util/info/infoutil.lo | |
| CC src/util/instrm/states.lo | |
| CC src/util/instrm/instr.lo | |
| CC src/util/mem/trmem.lo | |
| CC src/util/mem/handlemem.lo | |
| CC src/util/mem/safestr.lo | |
| CC src/util/mem/argstr.lo | |
| CC src/util/mem/strerror.lo | |
| CC src/util/msgs/msgprint.lo | |
| CC src/util/other/outliers.lo | |
| CC src/util/other/assert.lo | |
| CC src/util/param/param_vals.lo | |
| CC src/util/procmap/local_proc.lo | |
| CC src/util/thread/mpiu_thread.lo | |
| CC src/binding/f77/sendf.lo | |
| CC src/binding/f77/recvf.lo | |
| CC src/binding/f77/get_countf.lo | |
| CC src/binding/f77/bsendf.lo | |
| CC src/binding/f77/ssendf.lo | |
| CC src/binding/f77/rsendf.lo | |
| CC src/binding/f77/bufattachf.lo | |
| CC src/binding/f77/bufdetachf.lo | |
| CC src/binding/f77/isendf.lo | |
| CC src/binding/f77/ibsendf.lo | |
| CC src/binding/f77/issendf.lo | |
| CC src/binding/f77/irsendf.lo | |
| CC src/binding/f77/irecvf.lo | |
| CC src/binding/f77/waitf.lo | |
| CC src/binding/f77/testf.lo | |
| CC src/binding/f77/request_freef.lo | |
| CC src/binding/f77/waitanyf.lo | |
| CC src/binding/f77/testanyf.lo | |
| CC src/binding/f77/waitallf.lo | |
| CC src/binding/f77/testallf.lo | |
| CC src/binding/f77/waitsomef.lo | |
| CC src/binding/f77/testsomef.lo | |
| CC src/binding/f77/iprobef.lo | |
| CC src/binding/f77/probef.lo | |
| CC src/binding/f77/cancelf.lo | |
| CC src/binding/f77/testcancelf.lo | |
| CC src/binding/f77/send_initf.lo | |
| CC src/binding/f77/bsend_initf.lo | |
| CC src/binding/f77/ssend_initf.lo | |
| CC src/binding/f77/rsend_initf.lo | |
| CC src/binding/f77/recv_initf.lo | |
| CC src/binding/f77/startf.lo | |
| CC src/binding/f77/startallf.lo | |
| CC src/binding/f77/sendrecvf.lo | |
| CC src/binding/f77/sndrcvrplf.lo | |
| CC src/binding/f77/typecontigf.lo | |
| CC src/binding/f77/type_vectorf.lo | |
| CC src/binding/f77/type_hvectorf.lo | |
| CC src/binding/f77/type_indexedf.lo | |
| CC src/binding/f77/type_hindexedf.lo | |
| CC src/binding/f77/type_structf.lo | |
| CC src/binding/f77/type_extentf.lo | |
| CC src/binding/f77/type_sizef.lo | |
| CC src/binding/f77/type_lbf.lo | |
| CC src/binding/f77/type_ubf.lo | |
| CC src/binding/f77/type_commitf.lo | |
| CC src/binding/f77/type_freef.lo | |
| CC src/binding/f77/get_elementsf.lo | |
| CC src/binding/f77/packf.lo | |
| CC src/binding/f77/unpackf.lo | |
| CC src/binding/f77/pack_sizef.lo | |
| CC src/binding/f77/barrierf.lo | |
| CC src/binding/f77/bcastf.lo | |
| CC src/binding/f77/gatherf.lo | |
| CC src/binding/f77/gathervf.lo | |
| CC src/binding/f77/scatterf.lo | |
| CC src/binding/f77/scattervf.lo | |
| CC src/binding/f77/allgatherf.lo | |
| CC src/binding/f77/allgathervf.lo | |
| CC src/binding/f77/alltoallf.lo | |
| CC src/binding/f77/alltoallvf.lo | |
| CC src/binding/f77/reducef.lo | |
| CC src/binding/f77/op_createf.lo | |
| CC src/binding/f77/op_freef.lo | |
| CC src/binding/f77/allreducef.lo | |
| CC src/binding/f77/redscatf.lo | |
| CC src/binding/f77/scanf.lo | |
| CC src/binding/f77/group_sizef.lo | |
| CC src/binding/f77/group_rankf.lo | |
| CC src/binding/f77/grouptranksf.lo | |
| CC src/binding/f77/group_comparef.lo | |
| CC src/binding/f77/comm_groupf.lo | |
| CC src/binding/f77/group_unionf.lo | |
| CC src/binding/f77/groupinterf.lo | |
| CC src/binding/f77/groupdifff.lo | |
| CC src/binding/f77/group_inclf.lo | |
| CC src/binding/f77/group_exclf.lo | |
| CC src/binding/f77/grouprinclf.lo | |
| CC src/binding/f77/grouprexclf.lo | |
| CC src/binding/f77/group_freef.lo | |
| CC src/binding/f77/comm_sizef.lo | |
| CC src/binding/f77/comm_rankf.lo | |
| CC src/binding/f77/comm_comparef.lo | |
| CC src/binding/f77/comm_dupf.lo | |
| CC src/binding/f77/comm_createf.lo | |
| CC src/binding/f77/comm_splitf.lo | |
| CC src/binding/f77/comm_freef.lo | |
| CC src/binding/f77/commtesticf.lo | |
| CC src/binding/f77/commrsizef.lo | |
| CC src/binding/f77/commrgroupf.lo | |
| CC src/binding/f77/iccreatef.lo | |
| CC src/binding/f77/icmergef.lo | |
| CC src/binding/f77/keyval_freef.lo | |
| CC src/binding/f77/attr_putf.lo | |
| CC src/binding/f77/attr_getf.lo | |
| CC src/binding/f77/attr_deletef.lo | |
| CC src/binding/f77/topo_testf.lo | |
| CC src/binding/f77/cart_createf.lo | |
| CC src/binding/f77/dims_createf.lo | |
| CC src/binding/f77/graph_createf.lo | |
| CC src/binding/f77/graphdims_getf.lo | |
| CC src/binding/f77/graph_getf.lo | |
| CC src/binding/f77/cartdim_getf.lo | |
| CC src/binding/f77/cart_getf.lo | |
| CC src/binding/f77/cart_rankf.lo | |
| CC src/binding/f77/cart_coordsf.lo | |
| CC src/binding/f77/grfnbcountf.lo | |
| CC src/binding/f77/grfnbrsf.lo | |
| CC src/binding/f77/cart_shiftf.lo | |
| CC src/binding/f77/cart_subf.lo | |
| CC src/binding/f77/cart_mapf.lo | |
| CC src/binding/f77/graph_mapf.lo | |
| CC src/binding/f77/getpnamef.lo | |
| CC src/binding/f77/get_versionf.lo | |
| CC src/binding/f77/errhcreatef.lo | |
| CC src/binding/f77/errhsetf.lo | |
| CC src/binding/f77/errhgetf.lo | |
| CC src/binding/f77/errhfreef.lo | |
| CC src/binding/f77/error_stringf.lo | |
| CC src/binding/f77/error_classf.lo | |
| CC src/binding/f77/finalizef.lo | |
| CC src/binding/f77/initializedf.lo | |
| CC src/binding/f77/abortf.lo | |
| CC src/binding/f77/close_portf.lo | |
| CC src/binding/f77/comm_acceptf.lo | |
| CC src/binding/f77/comm_connectf.lo | |
| CC src/binding/f77/commdiscf.lo | |
| CC src/binding/f77/commparentf.lo | |
| CC src/binding/f77/comm_joinf.lo | |
| CC src/binding/f77/comm_spawnf.lo | |
| CC src/binding/f77/spawnmultf.lo | |
| CC src/binding/f77/lookup_namef.lo | |
| CC src/binding/f77/open_portf.lo | |
| CC src/binding/f77/publish_namef.lo | |
| CC src/binding/f77/unpubnamef.lo | |
| CC src/binding/f77/accumulatef.lo | |
| CC src/binding/f77/getf.lo | |
| CC src/binding/f77/putf.lo | |
| CC src/binding/f77/win_completef.lo | |
| CC src/binding/f77/win_createf.lo | |
| CC src/binding/f77/win_fencef.lo | |
| CC src/binding/f77/win_freef.lo | |
| CC src/binding/f77/win_get_groupf.lo | |
| CC src/binding/f77/win_lockf.lo | |
| CC src/binding/f77/win_postf.lo | |
| CC src/binding/f77/win_startf.lo | |
| CC src/binding/f77/win_testf.lo | |
| CC src/binding/f77/win_unlockf.lo | |
| CC src/binding/f77/win_waitf.lo | |
| CC src/binding/f77/win_allocatef.lo | |
| CC src/binding/f77/win_allocate_sharedf.lo | |
| CC src/binding/f77/win_shared_queryf.lo | |
| CC src/binding/f77/win_create_dynamicf.lo | |
| CC src/binding/f77/win_attachf.lo | |
| CC src/binding/f77/win_detachf.lo | |
| CC src/binding/f77/get_accumulatef.lo | |
| CC src/binding/f77/fetch_and_opf.lo | |
| CC src/binding/f77/compare_and_swapf.lo | |
| CC src/binding/f77/rputf.lo | |
| CC src/binding/f77/rgetf.lo | |
| CC src/binding/f77/raccumulatef.lo | |
| CC src/binding/f77/rget_accumulatef.lo | |
| CC src/binding/f77/win_lock_allf.lo | |
| CC src/binding/f77/win_unlock_allf.lo | |
| CC src/binding/f77/win_flushf.lo | |
| CC src/binding/f77/win_flush_allf.lo | |
| CC src/binding/f77/win_flush_localf.lo | |
| CC src/binding/f77/win_flush_local_allf.lo | |
| CC src/binding/f77/win_syncf.lo | |
| CC src/binding/f77/alltoallwf.lo | |
| CC src/binding/f77/exscanf.lo | |
| CC src/binding/f77/adderrclassf.lo | |
| CC src/binding/f77/adderrcodef.lo | |
| CC src/binding/f77/adderrstringf.lo | |
| CC src/binding/f77/commcallerrf.lo | |
| CC src/binding/f77/commnewkeyf.lo | |
| CC src/binding/f77/commdelattrf.lo | |
| CC src/binding/f77/commfreekeyf.lo | |
| CC src/binding/f77/comm_get_attrf.lo | |
| CC src/binding/f77/commgetnamf.lo | |
| CC src/binding/f77/comm_set_attrf.lo | |
| CC src/binding/f77/comm_set_namef.lo | |
| CC src/binding/f77/filecallerrf.lo | |
| CC src/binding/f77/greqcompletef.lo | |
| CC src/binding/f77/greqstartf.lo | |
| CC src/binding/f77/isthrmainf.lo | |
| CC src/binding/f77/query_threadf.lo | |
| CC src/binding/f77/statgetclf.lo | |
| CC src/binding/f77/statsetelf.lo | |
| CC src/binding/f77/typenewkeyf.lo | |
| CC src/binding/f77/typedelattrf.lo | |
| CC src/binding/f77/type_dupf.lo | |
| CC src/binding/f77/typefreekeyf.lo | |
| CC src/binding/f77/type_get_attrf.lo | |
| CC src/binding/f77/typegetcntsf.lo | |
| CC src/binding/f77/typegetenvf.lo | |
| CC src/binding/f77/typegnamef.lo | |
| CC src/binding/f77/typesetattrf.lo | |
| CC src/binding/f77/typesetnamef.lo | |
| CC src/binding/f77/type_match_sizef.lo | |
| CC src/binding/f77/wincallerrf.lo | |
| CC src/binding/f77/winnewkeyf.lo | |
| CC src/binding/f77/windelattrf.lo | |
| CC src/binding/f77/winfreekeyf.lo | |
| CC src/binding/f77/win_get_attrf.lo | |
| CC src/binding/f77/win_get_namef.lo | |
| CC src/binding/f77/win_set_attrf.lo | |
| CC src/binding/f77/win_set_namef.lo | |
| CC src/binding/f77/alloc_memf.lo | |
| CC src/binding/f77/commcreerrf.lo | |
| CC src/binding/f77/commgeterrf.lo | |
| CC src/binding/f77/commseterrf.lo | |
| CC src/binding/f77/filecreerrf.lo | |
| CC src/binding/f77/filegeterrf.lo | |
| CC src/binding/f77/fileseterrf.lo | |
| CC src/binding/f77/finalizedf.lo | |
| CC src/binding/f77/free_memf.lo | |
| CC src/binding/f77/info_createf.lo | |
| CC src/binding/f77/info_deletef.lo | |
| CC src/binding/f77/info_dupf.lo | |
| CC src/binding/f77/info_freef.lo | |
| CC src/binding/f77/info_getf.lo | |
| CC src/binding/f77/infognkf.lo | |
| CC src/binding/f77/infognthkf.lo | |
| CC src/binding/f77/infovallenf.lo | |
| CC src/binding/f77/info_setf.lo | |
| CC src/binding/f77/pack_externalf.lo | |
| CC src/binding/f77/packesizef.lo | |
| CC src/binding/f77/reqgetstatf.lo | |
| CC src/binding/f77/typedarrayf.lo | |
| CC src/binding/f77/typechindf.lo | |
| CC src/binding/f77/typechvecf.lo | |
| CC src/binding/f77/typecindbf.lo | |
| CC src/binding/f77/type_create_hindexed_blockf.lo | |
| CC src/binding/f77/typecresizef.lo | |
| CC src/binding/f77/typecstructf.lo | |
| CC src/binding/f77/typecsubarrf.lo | |
| CC src/binding/f77/typegetextentf.lo | |
| CC src/binding/f77/typegtextf.lo | |
| CC src/binding/f77/unpackextf.lo | |
| CC src/binding/f77/wincreerrf.lo | |
| CC src/binding/f77/wingeterrf.lo | |
| CC src/binding/f77/winseterrf.lo | |
| CC src/binding/f77/reduce_localf.lo | |
| CC src/binding/f77/op_commutativef.lo | |
| CC src/binding/f77/reduce_scatter_blockf.lo | |
| CC src/binding/f77/dist_graph_create_adjacentf.lo | |
| CC src/binding/f77/dist_graph_createf.lo | |
| CC src/binding/f77/dist_graph_neighbors_countf.lo | |
| CC src/binding/f77/dist_graph_neighborsf.lo | |
| CC src/binding/f77/improbef.lo | |
| CC src/binding/f77/imrecvf.lo | |
| CC src/binding/f77/mprobef.lo | |
| CC src/binding/f77/mrecvf.lo | |
| CC src/binding/f77/comm_idupf.lo | |
| CC src/binding/f77/ibarrierf.lo | |
| CC src/binding/f77/ibcastf.lo | |
| CC src/binding/f77/igatherf.lo | |
| CC src/binding/f77/igathervf.lo | |
| CC src/binding/f77/iscatterf.lo | |
| CC src/binding/f77/iscattervf.lo | |
| CC src/binding/f77/iallgatherf.lo | |
| CC src/binding/f77/iallgathervf.lo | |
| CC src/binding/f77/ialltoallf.lo | |
| CC src/binding/f77/ialltoallvf.lo | |
| CC src/binding/f77/ialltoallwf.lo | |
| CC src/binding/f77/ireducef.lo | |
| CC src/binding/f77/iallreducef.lo | |
| CC src/binding/f77/ireduce_scatterf.lo | |
| CC src/binding/f77/ireduce_scatter_blockf.lo | |
| CC src/binding/f77/iscanf.lo | |
| CC src/binding/f77/iexscanf.lo | |
| CC src/binding/f77/ineighbor_allgatherf.lo | |
| CC src/binding/f77/ineighbor_allgathervf.lo | |
| CC src/binding/f77/ineighbor_alltoallf.lo | |
| CC src/binding/f77/ineighbor_alltoallvf.lo | |
| CC src/binding/f77/ineighbor_alltoallwf.lo | |
| CC src/binding/f77/neighbor_allgatherf.lo | |
| CC src/binding/f77/neighbor_allgathervf.lo | |
| CC src/binding/f77/neighbor_alltoallf.lo | |
| CC src/binding/f77/neighbor_alltoallvf.lo | |
| CC src/binding/f77/neighbor_alltoallwf.lo | |
| CC src/binding/f77/comm_split_typef.lo | |
| CC src/binding/f77/comm_create_groupf.lo | |
| CC src/binding/f77/comm_group_failedf.lo | |
| CC src/binding/f77/comm_remote_group_failedf.lo | |
| CC src/binding/f77/comm_reenable_anysourcef.lo | |
| CC src/binding/f77/mutex_createf.lo | |
| CC src/binding/f77/mutex_freef.lo | |
| CC src/binding/f77/mutex_lockf.lo | |
| CC src/binding/f77/mutex_unlockf.lo | |
| CC src/binding/f77/file_openf.lo | |
| CC src/binding/f77/file_closef.lo | |
| CC src/binding/f77/file_deletef.lo | |
| CC src/binding/f77/file_set_sizef.lo | |
| CC src/binding/f77/file_preallocatef.lo | |
| CC src/binding/f77/file_get_sizef.lo | |
| CC src/binding/f77/file_get_groupf.lo | |
| CC src/binding/f77/file_get_amodef.lo | |
| CC src/binding/f77/file_set_infof.lo | |
| CC src/binding/f77/file_get_infof.lo | |
| CC src/binding/f77/file_set_viewf.lo | |
| CC src/binding/f77/file_get_viewf.lo | |
| CC src/binding/f77/file_read_atf.lo | |
| CC src/binding/f77/file_read_at_allf.lo | |
| CC src/binding/f77/file_write_atf.lo | |
| CC src/binding/f77/file_write_at_allf.lo | |
| CC src/binding/f77/file_iread_atf.lo | |
| CC src/binding/f77/file_iwrite_atf.lo | |
| CC src/binding/f77/file_readf.lo | |
| CC src/binding/f77/file_read_allf.lo | |
| CC src/binding/f77/file_writef.lo | |
| CC src/binding/f77/file_write_allf.lo | |
| CC src/binding/f77/file_ireadf.lo | |
| CC src/binding/f77/file_iwritef.lo | |
| CC src/binding/f77/file_seekf.lo | |
| CC src/binding/f77/file_get_positionf.lo | |
| CC src/binding/f77/file_get_byte_offsetf.lo | |
| CC src/binding/f77/file_read_sharedf.lo | |
| CC src/binding/f77/file_write_sharedf.lo | |
| CC src/binding/f77/file_iread_sharedf.lo | |
| CC src/binding/f77/file_iwrite_sharedf.lo | |
| CC src/binding/f77/file_read_orderedf.lo | |
| CC src/binding/f77/file_write_orderedf.lo | |
| CC src/binding/f77/file_seek_sharedf.lo | |
| CC src/binding/f77/file_get_position_sharedf.lo | |
| CC src/binding/f77/file_read_at_all_beginf.lo | |
| CC src/binding/f77/file_read_at_all_endf.lo | |
| CC src/binding/f77/file_write_at_all_beginf.lo | |
| CC src/binding/f77/file_write_at_all_endf.lo | |
| CC src/binding/f77/file_read_all_beginf.lo | |
| CC src/binding/f77/file_read_all_endf.lo | |
| CC src/binding/f77/file_write_all_beginf.lo | |
| CC src/binding/f77/file_write_all_endf.lo | |
| CC src/binding/f77/file_read_ordered_beginf.lo | |
| CC src/binding/f77/file_read_ordered_endf.lo | |
| CC src/binding/f77/file_write_ordered_beginf.lo | |
| CC src/binding/f77/file_write_ordered_endf.lo | |
| CC src/binding/f77/file_get_type_extentf.lo | |
| CC src/binding/f77/register_datarepf.lo | |
| CC src/binding/f77/file_set_atomicityf.lo | |
| CC src/binding/f77/file_get_atomicityf.lo | |
| CC src/binding/f77/file_syncf.lo | |
| CC src/binding/f77/initf.lo | |
| CC src/binding/f77/initthreadf.lo | |
| CC src/binding/f77/pcontrolf.lo | |
| CC src/binding/f77/addressf.lo | |
| CC src/binding/f77/getaddressf.lo | |
| CC src/binding/f77/wtimef.lo | |
| CC src/binding/f77/wtickf.lo | |
| CC src/binding/f77/keyval_createf.lo | |
| CC src/binding/f77/dup_fnf.lo | |
| CC src/binding/f77/null_del_fnf.lo | |
| CC src/binding/f77/null_copy_fnf.lo | |
| CC src/binding/f77/dup_comm_fnf.lo | |
| CC src/binding/f77/null_comm_del_fnf.lo | |
| CC src/binding/f77/null_comm_copy_fnf.lo | |
| CC src/binding/f77/dup_win_fnf.lo | |
| CC src/binding/f77/null_win_del_fnf.lo | |
| CC src/binding/f77/null_win_copy_fnf.lo | |
| CC src/binding/f77/dup_type_fnf.lo | |
| CC src/binding/f77/null_type_del_fnf.lo | |
| CC src/binding/f77/null_type_copy_fnf.lo | |
| CC src/binding/f77/statusf2c.lo | |
| CC src/binding/f77/statusc2f.lo | |
| CC src/binding/f77/fdebug.lo | |
| CC src/binding/f90/create_f90_util.lo | |
| CC src/glue/romio/glue_romio.lo | |
| CC src/mpid/ch3/src/ch3u_buffer.lo | |
| CC src/mpid/ch3/src/ch3u_comm.lo | |
| CC src/mpid/ch3/src/ch3u_comm_spawn_multiple.lo | |
| CC src/mpid/ch3/src/ch3u_handle_connection.lo | |
| CC src/mpid/ch3/src/ch3u_handle_recv_pkt.lo | |
| CC src/mpid/ch3/src/ch3u_handle_recv_req.lo | |
| CC src/mpid/ch3/src/ch3u_handle_send_req.lo | |
| CC src/mpid/ch3/src/ch3u_port.lo | |
| CC src/mpid/ch3/src/ch3u_recvq.lo | |
| CC src/mpid/ch3/src/ch3u_request.lo | |
| CC src/mpid/ch3/src/ch3u_rma_notimpl.lo | |
| CC src/mpid/ch3/src/ch3u_rma_acc_ops.lo | |
| CC src/mpid/ch3/src/ch3u_rma_ops.lo | |
| CC src/mpid/ch3/src/ch3u_rma_sync.lo | |
| CC src/mpid/ch3/src/ch3u_rndv.lo | |
| CC src/mpid/ch3/src/ch3u_eager.lo | |
| CC src/mpid/ch3/src/ch3u_eagersync.lo | |
| CC src/mpid/ch3/src/ch3u_win_fns.lo | |
| CC src/mpid/ch3/src/mpid_abort.lo | |
| CC src/mpid/ch3/src/mpid_cancel_recv.lo | |
| CC src/mpid/ch3/src/mpid_cancel_send.lo | |
| CC src/mpid/ch3/src/mpid_comm_disconnect.lo | |
| CC src/mpid/ch3/src/mpid_comm_group_failed.lo | |
| CC src/mpid/ch3/src/mpid_comm_reenable_anysource.lo | |
| CC src/mpid/ch3/src/mpid_comm_spawn_multiple.lo | |
| CC src/mpid/ch3/src/mpid_finalize.lo | |
| CC src/mpid/ch3/src/mpid_get_universe_size.lo | |
| CC src/mpid/ch3/src/mpid_getpname.lo | |
| CC src/mpid/ch3/src/mpid_improbe.lo | |
| CC src/mpid/ch3/src/mpid_imrecv.lo | |
| CC src/mpid/ch3/src/mpid_init.lo | |
| CC src/mpid/ch3/src/mpid_iprobe.lo | |
| CC src/mpid/ch3/src/mpid_irecv.lo | |
| CC src/mpid/ch3/src/mpid_irsend.lo | |
| CC src/mpid/ch3/src/mpid_isend.lo | |
| CC src/mpid/ch3/src/mpid_issend.lo | |
| CC src/mpid/ch3/src/mpid_mprobe.lo | |
| CC src/mpid/ch3/src/mpid_mrecv.lo | |
| CC src/mpid/ch3/src/mpid_port.lo | |
| CC src/mpid/ch3/src/mpid_probe.lo | |
| CC src/mpid/ch3/src/mpid_recv.lo | |
| CC src/mpid/ch3/src/mpid_rsend.lo | |
| CC src/mpid/ch3/src/mpid_send.lo | |
| CC src/mpid/ch3/src/mpid_ssend.lo | |
| CC src/mpid/ch3/src/mpid_startall.lo | |
| CC src/mpid/ch3/src/mpid_vc.lo | |
| CC src/mpid/ch3/src/mpid_rma.lo | |
| CC src/mpid/ch3/src/mpidi_isend_self.lo | |
| CC src/mpid/ch3/src/mpidi_pg.lo | |
| CC src/mpid/ch3/src/mpidi_printf.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_finalize.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_init.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_isend.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_isendv.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_istartmsg.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_istartmsgv.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_progress.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_abort.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_rma_shm.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3_win_fns.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3i_comm.lo | |
| CC src/mpid/ch3/channels/nemesis/src/ch3i_eagernoncontig.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_alloc.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_init.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_queue.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_barrier.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_mpich2.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_ckpt.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_finalize.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_network_poll.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_network.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_debug.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_shm.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_net_array.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_dma.lo | |
| CC src/mpid/ch3/channels/nemesis/src/mpid_nem_lmt_vmsplice.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_finalize.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_init.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_send.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_utility.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/socksm.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_getip.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_ckpt.lo | |
| CC src/mpid/ch3/channels/nemesis/netmod/none/none.lo | |
| CC src/mpid/ch3/channels/nemesis/utils/monitor/papi_defs.lo | |
| CC src/mpid/ch3/channels/nemesis/utils/replacements/mkstemp.lo | |
| CC src/mpid/common/datatype/dataloop/darray_support.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_blockindexed.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_contig.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_indexed.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_pairtype.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_struct.lo | |
| CC src/mpid/common/datatype/dataloop/dataloop_create_vector.lo | |
| CC src/mpid/common/datatype/dataloop/segment.lo | |
| CC src/mpid/common/datatype/dataloop/segment_count.lo | |
| CC src/mpid/common/datatype/dataloop/segment_flatten.lo | |
| CC src/mpid/common/datatype/dataloop/segment_packunpack.lo | |
| CC src/mpid/common/datatype/dataloop/subarray_support.lo | |
| CC src/mpid/common/datatype/mpid_contents_support.lo | |
| CC src/mpid/common/datatype/mpid_datatype_contents.lo | |
| CC src/mpid/common/datatype/mpid_datatype_free.lo | |
| CC src/mpid/common/datatype/mpid_ext32_datatype.lo | |
| CC src/mpid/common/datatype/mpid_ext32_segment.lo | |
| CC src/mpid/common/datatype/mpid_segment.lo | |
| CC src/mpid/common/datatype/mpid_type_blockindexed.lo | |
| CC src/mpid/common/datatype/mpid_type_commit.lo | |
| CC src/mpid/common/datatype/mpid_type_contiguous.lo | |
| CC src/mpid/common/datatype/mpid_type_create_pairtype.lo | |
| CC src/mpid/common/datatype/mpid_type_create_resized.lo | |
| CC src/mpid/common/datatype/mpid_type_debug.lo | |
| CC src/mpid/common/datatype/mpid_type_dup.lo | |
| CC src/mpid/common/datatype/mpid_type_get_contents.lo | |
| CC src/mpid/common/datatype/mpid_type_get_envelope.lo | |
| CC src/mpid/common/datatype/mpid_type_indexed.lo | |
| CC src/mpid/common/datatype/mpid_type_struct.lo | |
| CC src/mpid/common/datatype/mpid_type_vector.lo | |
| CC src/mpid/common/datatype/mpid_type_zerolen.lo | |
| CC src/mpid/common/datatype/mpir_type_flatten.lo | |
| CC src/mpid/common/datatype/mpir_type_get_contig_blocks.lo | |
| CC src/mpid/common/sched/mpid_sched.lo | |
| CC src/mpid/common/thread/mpid_thread.lo | |
| CC src/mpi_t/mpi_t_util.lo | |
| CC src/nameserv/file/file_nameserv.lo | |
| CC src/pmi/simple/simple_pmiutil.lo | |
| CC src/pmi/simple/simple_pmi.lo | |
| CC src/mpi/attr/attr_delete.lo | |
| CC src/mpi/attr/attr_get.lo | |
| CC src/mpi/attr/attr_put.lo | |
| CC src/mpi/attr/comm_create_keyval.lo | |
| CC src/mpi/attr/comm_delete_attr.lo | |
| CC src/mpi/attr/comm_free_keyval.lo | |
| CC src/mpi/attr/comm_get_attr.lo | |
| CC src/mpi/attr/comm_set_attr.lo | |
| CC src/mpi/attr/keyval_create.lo | |
| CC src/mpi/attr/keyval_free.lo | |
| CC src/mpi/attr/type_create_keyval.lo | |
| CC src/mpi/attr/type_delete_attr.lo | |
| CC src/mpi/attr/type_free_keyval.lo | |
| CC src/mpi/attr/type_get_attr.lo | |
| CC src/mpi/attr/type_set_attr.lo | |
| CC src/mpi/attr/win_create_keyval.lo | |
| CC src/mpi/attr/win_delete_attr.lo | |
| CC src/mpi/attr/win_free_keyval.lo | |
| CC src/mpi/attr/win_get_attr.lo | |
| CC src/mpi/attr/win_set_attr.lo | |
| CC src/mpi/coll/allreduce.lo | |
| CC src/mpi/coll/barrier.lo | |
| CC src/mpi/coll/op_create.lo | |
| CC src/mpi/coll/op_free.lo | |
| CC src/mpi/coll/bcast.lo | |
| CC src/mpi/coll/alltoall.lo | |
| CC src/mpi/coll/alltoallv.lo | |
| CC src/mpi/coll/reduce.lo | |
| CC src/mpi/coll/scatter.lo | |
| CC src/mpi/coll/gather.lo | |
| CC src/mpi/coll/scatterv.lo | |
| CC src/mpi/coll/gatherv.lo | |
| CC src/mpi/coll/scan.lo | |
| CC src/mpi/coll/exscan.lo | |
| CC src/mpi/coll/allgather.lo | |
| CC src/mpi/coll/allgatherv.lo | |
| CC src/mpi/coll/red_scat.lo | |
| CC src/mpi/coll/alltoallw.lo | |
| CC src/mpi/coll/reduce_local.lo | |
| CC src/mpi/coll/op_commutative.lo | |
| CC src/mpi/coll/red_scat_block.lo | |
| CC src/mpi/coll/iallgather.lo | |
| CC src/mpi/coll/iallgatherv.lo | |
| CC src/mpi/coll/iallreduce.lo | |
| CC src/mpi/coll/ialltoall.lo | |
| CC src/mpi/coll/ialltoallv.lo | |
| CC src/mpi/coll/ialltoallw.lo | |
| CC src/mpi/coll/ibarrier.lo | |
| CC src/mpi/coll/ibcast.lo | |
| CC src/mpi/coll/iexscan.lo | |
| CC src/mpi/coll/igather.lo | |
| CC src/mpi/coll/igatherv.lo | |
| CC src/mpi/coll/ired_scat.lo | |
| CC src/mpi/coll/ired_scat_block.lo | |
| CC src/mpi/coll/ireduce.lo | |
| CC src/mpi/coll/iscan.lo | |
| CC src/mpi/coll/iscatter.lo | |
| CC src/mpi/coll/iscatterv.lo | |
| CC src/mpi/comm/comm_compare.lo | |
| CC src/mpi/comm/comm_create.lo | |
| CC src/mpi/comm/comm_create_group.lo | |
| CC src/mpi/comm/comm_dup.lo | |
| CC src/mpi/comm/comm_free.lo | |
| CC src/mpi/comm/comm_get_name.lo | |
| CC src/mpi/comm/comm_group.lo | |
| CC src/mpi/comm/comm_idup.lo | |
| CC src/mpi/comm/comm_rank.lo | |
| CC src/mpi/comm/comm_size.lo | |
| CC src/mpi/comm/comm_remote_group.lo | |
| CC src/mpi/comm/comm_remote_size.lo | |
| CC src/mpi/comm/comm_set_name.lo | |
| CC src/mpi/comm/comm_split.lo | |
| CC src/mpi/comm/comm_test_inter.lo | |
| CC src/mpi/comm/intercomm_create.lo | |
| CC src/mpi/comm/intercomm_merge.lo | |
| CC src/mpi/comm/comm_split_type.lo | |
| CC src/mpi/comm/comm_group_failed.lo | |
| CC src/mpi/comm/comm_reenable_anysource.lo | |
| CC src/mpi/comm/comm_remote_group_failed.lo | |
| CC src/mpi/datatype/address.lo | |
| CC src/mpi/datatype/get_address.lo | |
| CC src/mpi/datatype/get_count.lo | |
| CC src/mpi/datatype/get_elements.lo | |
| CC src/mpi/datatype/pack.lo | |
| CC src/mpi/datatype/unpack.lo | |
| CC src/mpi/datatype/pack_size.lo | |
| CC src/mpi/datatype/status_set_elements.lo | |
| CC src/mpi/datatype/type_get_name.lo | |
| CC src/mpi/datatype/type_set_name.lo | |
| CC src/mpi/datatype/type_size.lo | |
| CC src/mpi/datatype/type_extent.lo | |
| CC src/mpi/datatype/type_vector.lo | |
| CC src/mpi/datatype/type_commit.lo | |
| CC src/mpi/datatype/type_indexed.lo | |
| CC src/mpi/datatype/type_hindexed.lo | |
| CC src/mpi/datatype/type_struct.lo | |
| CC src/mpi/datatype/type_contiguous.lo | |
| CC src/mpi/datatype/type_free.lo | |
| CC src/mpi/datatype/type_hvector.lo | |
| CC src/mpi/datatype/type_dup.lo | |
| CC src/mpi/datatype/type_get_envelope.lo | |
| CC src/mpi/datatype/type_get_contents.lo | |
| CC src/mpi/datatype/type_ub.lo | |
| CC src/mpi/datatype/type_lb.lo | |
| CC src/mpi/datatype/type_get_extent.lo | |
| CC src/mpi/datatype/type_get_true_extent.lo | |
| CC src/mpi/datatype/type_match_size.lo | |
| CC src/mpi/datatype/type_create_struct.lo | |
| CC src/mpi/datatype/type_create_hindexed.lo | |
| CC src/mpi/datatype/type_create_hvector.lo | |
| CC src/mpi/datatype/pack_external.lo | |
| CC src/mpi/datatype/pack_external_size.lo | |
| CC src/mpi/datatype/unpack_external.lo | |
| CC src/mpi/datatype/type_create_indexed_block.lo | |
| CC src/mpi/datatype/type_create_hindexed_block.lo | |
| CC src/mpi/datatype/type_create_resized.lo | |
| CC src/mpi/datatype/type_create_darray.lo | |
| CC src/mpi/datatype/type_create_subarray.lo | |
| CC src/mpi/errhan/add_error_code.lo | |
| CC src/mpi/errhan/add_error_class.lo | |
| CC src/mpi/errhan/add_error_string.lo | |
| CC src/mpi/errhan/comm_call_errhandler.lo | |
| CC src/mpi/errhan/comm_create_errhandler.lo | |
| CC src/mpi/errhan/comm_get_errhandler.lo | |
| CC src/mpi/errhan/comm_set_errhandler.lo | |
| CC src/mpi/errhan/errhandler_create.lo | |
| CC src/mpi/errhan/errhandler_free.lo | |
| CC src/mpi/errhan/errhandler_get.lo | |
| CC src/mpi/errhan/errhandler_set.lo | |
| CC src/mpi/errhan/error_class.lo | |
| CC src/mpi/errhan/error_string.lo | |
| CC src/mpi/errhan/file_create_errhandler.lo | |
| CC src/mpi/errhan/file_get_errhandler.lo | |
| CC src/mpi/errhan/file_set_errhandler.lo | |
| CC src/mpi/errhan/file_call_errhandler.lo | |
| CC src/mpi/errhan/win_create_errhandler.lo | |
| CC src/mpi/errhan/win_call_errhandler.lo | |
| CC src/mpi/errhan/win_get_errhandler.lo | |
| CC src/mpi/errhan/win_set_errhandler.lo | |
| CC src/mpi/group/group_compare.lo | |
| CC src/mpi/group/group_difference.lo | |
| CC src/mpi/group/group_excl.lo | |
| CC src/mpi/group/group_free.lo | |
| CC src/mpi/group/group_incl.lo | |
| CC src/mpi/group/group_intersection.lo | |
| CC src/mpi/group/group_range_excl.lo | |
| CC src/mpi/group/group_range_incl.lo | |
| CC src/mpi/group/group_rank.lo | |
| CC src/mpi/group/group_size.lo | |
| CC src/mpi/group/group_translate_ranks.lo | |
| CC src/mpi/group/group_union.lo | |
| CC src/mpi/init/abort.lo | |
| CC src/mpi/init/init.lo | |
| CC src/mpi/init/initialized.lo | |
| CC src/mpi/init/initthread.lo | |
| CC src/mpi/init/ismain.lo | |
| CC src/mpi/init/finalize.lo | |
| CC src/mpi/init/finalized.lo | |
| CC src/mpi/init/querythread.lo | |
| CC src/mpi/misc/getpname.lo | |
| CC src/mpi/misc/pcontrol.lo | |
| CC src/mpi/misc/version.lo | |
| CC src/mpi/pt2pt/bsend.lo | |
| CC src/mpi/pt2pt/bsend_init.lo | |
| CC src/mpi/pt2pt/bufattach.lo | |
| CC src/mpi/pt2pt/buffree.lo | |
| CC src/mpi/pt2pt/cancel.lo | |
| CC src/mpi/pt2pt/greq_start.lo | |
| CC src/mpi/pt2pt/greq_complete.lo | |
| CC src/mpi/pt2pt/ibsend.lo | |
| CC src/mpi/pt2pt/improbe.lo | |
| CC src/mpi/pt2pt/imrecv.lo | |
| CC src/mpi/pt2pt/iprobe.lo | |
| CC src/mpi/pt2pt/irecv.lo | |
| CC src/mpi/pt2pt/irsend.lo | |
| CC src/mpi/pt2pt/isend.lo | |
| CC src/mpi/pt2pt/issend.lo | |
| CC src/mpi/pt2pt/mprobe.lo | |
| CC src/mpi/pt2pt/mrecv.lo | |
| CC src/mpi/pt2pt/probe.lo | |
| CC src/mpi/pt2pt/recv.lo | |
| CC src/mpi/pt2pt/recv_init.lo | |
| CC src/mpi/pt2pt/request_free.lo | |
| CC src/mpi/pt2pt/request_get_status.lo | |
| CC src/mpi/pt2pt/rsend.lo | |
| CC src/mpi/pt2pt/rsend_init.lo | |
| CC src/mpi/pt2pt/send.lo | |
| CC src/mpi/pt2pt/send_init.lo | |
| CC src/mpi/pt2pt/sendrecv.lo | |
| CC src/mpi/pt2pt/sendrecv_rep.lo | |
| CC src/mpi/pt2pt/status_set_cancelled.lo | |
| CC src/mpi/pt2pt/ssend.lo | |
| CC src/mpi/pt2pt/ssend_init.lo | |
| CC src/mpi/pt2pt/start.lo | |
| CC src/mpi/pt2pt/startall.lo | |
| CC src/mpi/pt2pt/test.lo | |
| CC src/mpi/pt2pt/test_cancelled.lo | |
| CC src/mpi/pt2pt/testall.lo | |
| CC src/mpi/pt2pt/testany.lo | |
| CC src/mpi/pt2pt/testsome.lo | |
| CC src/mpi/pt2pt/wait.lo | |
| CC src/mpi/pt2pt/waitall.lo | |
| CC src/mpi/pt2pt/waitany.lo | |
| CC src/mpi/pt2pt/waitsome.lo | |
| CC src/mpi/rma/accumulate.lo | |
| CC src/mpi/rma/alloc_mem.lo | |
| CC src/mpi/rma/compare_and_swap.lo | |
| CC src/mpi/rma/fetch_and_op.lo | |
| CC src/mpi/rma/free_mem.lo | |
| CC src/mpi/rma/get.lo | |
| CC src/mpi/rma/get_accumulate.lo | |
| CC src/mpi/rma/put.lo | |
| CC src/mpi/rma/raccumulate.lo | |
| CC src/mpi/rma/rget.lo | |
| CC src/mpi/rma/rget_accumulate.lo | |
| CC src/mpi/rma/rput.lo | |
| CC src/mpi/rma/win_allocate.lo | |
| CC src/mpi/rma/win_allocate_shared.lo | |
| CC src/mpi/rma/win_attach.lo | |
| CC src/mpi/rma/win_complete.lo | |
| CC src/mpi/rma/win_create.lo | |
| CC src/mpi/rma/win_create_dynamic.lo | |
| CC src/mpi/rma/win_detach.lo | |
| CC src/mpi/rma/win_fence.lo | |
| CC src/mpi/rma/win_flush.lo | |
| CC src/mpi/rma/win_flush_all.lo | |
| CC src/mpi/rma/win_flush_local.lo | |
| CC src/mpi/rma/win_flush_local_all.lo | |
| CC src/mpi/rma/win_free.lo | |
| CC src/mpi/rma/win_get_group.lo | |
| CC src/mpi/rma/win_get_name.lo | |
| CC src/mpi/rma/win_lock.lo | |
| CC src/mpi/rma/win_lock_all.lo | |
| CC src/mpi/rma/win_post.lo | |
| CC src/mpi/rma/win_set_name.lo | |
| CC src/mpi/rma/win_shared_query.lo | |
| CC src/mpi/rma/win_start.lo | |
| CC src/mpi/rma/win_sync.lo | |
| CC src/mpi/rma/win_test.lo | |
| CC src/mpi/rma/win_unlock.lo | |
| CC src/mpi/rma/win_unlock_all.lo | |
| CC src/mpi/rma/win_wait.lo | |
| CC src/mpi/spawn/comm_disconnect.lo | |
| CC src/mpi/spawn/comm_get_parent.lo | |
| CC src/mpi/spawn/comm_join.lo | |
| CC src/mpi/spawn/comm_spawn.lo | |
| CC src/mpi/spawn/comm_spawn_multiple.lo | |
| CC src/mpi/spawn/lookup_name.lo | |
| CC src/mpi/spawn/publish_name.lo | |
| CC src/mpi/spawn/unpublish_name.lo | |
| CC src/mpi/spawn/open_port.lo | |
| CC src/mpi/spawn/close_port.lo | |
| CC src/mpi/spawn/comm_connect.lo | |
| CC src/mpi/spawn/comm_accept.lo | |
| CC src/mpi/timer/wtime.lo | |
| CC src/mpi/timer/wtick.lo | |
| CC src/mpi/topo/cart_coords.lo | |
| CC src/mpi/topo/cart_create.lo | |
| CC src/mpi/topo/cart_get.lo | |
| CC src/mpi/topo/cart_map.lo | |
| CC src/mpi/topo/cart_rank.lo | |
| CC src/mpi/topo/cart_shift.lo | |
| CC src/mpi/topo/cart_sub.lo | |
| CC src/mpi/topo/dims_create.lo | |
| CC src/mpi/topo/graph_get.lo | |
| CC src/mpi/topo/graph_map.lo | |
| CC src/mpi/topo/graph_nbr.lo | |
| CC src/mpi/topo/graphcreate.lo | |
| CC src/mpi/topo/graphdimsget.lo | |
| CC src/mpi/topo/graphnbrcnt.lo | |
| CC src/mpi/topo/cartdim_get.lo | |
| CC src/mpi/topo/topo_test.lo | |
| CC src/mpi/topo/dist_gr_create_adj.lo | |
| CC src/mpi/topo/dist_gr_create.lo | |
| CC src/mpi/topo/dist_gr_neighb_count.lo | |
| CC src/mpi/topo/dist_gr_neighb.lo | |
| CC src/mpi/topo/inhb_allgather.lo | |
| CC src/mpi/topo/inhb_allgatherv.lo | |
| CC src/mpi/topo/inhb_alltoall.lo | |
| CC src/mpi/topo/inhb_alltoallv.lo | |
| CC src/mpi/topo/inhb_alltoallw.lo | |
| CC src/mpi/topo/nhb_allgather.lo | |
| CC src/mpi/topo/nhb_allgatherv.lo | |
| CC src/mpi/topo/nhb_alltoall.lo | |
| CC src/mpi/topo/nhb_alltoallv.lo | |
| CC src/mpi/topo/nhb_alltoallw.lo | |
| CC src/util/info/info_create.lo | |
| CC src/util/info/info_delete.lo | |
| CC src/util/info/info_dup.lo | |
| CC src/util/info/info_free.lo | |
| CC src/util/info/info_get.lo | |
| CC src/util/info/info_getn.lo | |
| CC src/util/info/info_getnth.lo | |
| CC src/util/info/info_getvallen.lo | |
| CC src/util/info/info_set.lo | |
| CC src/binding/f90/create_f90_int.lo | |
| CC src/binding/f90/create_f90_real.lo | |
| CC src/binding/f90/create_f90_complex.lo | |
| CC src/binding/f90/typef90cmplxf.lo | |
| CC src/binding/f90/typef90realf.lo | |
| CC src/binding/f90/typef90intf.lo | |
| CC src/mutex/mutex_create.lo | |
| CC src/mutex/mutex_free.lo | |
| CC src/mutex/mutex_lock.lo | |
| CC src/mutex/mutex_unlock.lo | |
| CC src/mpi_t/cat_changed.lo | |
| CC src/mpi_t/cat_get_categories.lo | |
| CC src/mpi_t/cat_get_cvars.lo | |
| CC src/mpi_t/cat_get_info.lo | |
| CC src/mpi_t/cat_get_num.lo | |
| CC src/mpi_t/cat_get_pv.lo | |
| CC src/mpi_t/cvar_get_info.lo | |
| CC src/mpi_t/cvar_get_num.lo | |
| CC src/mpi_t/cvar_handle_alloc.lo | |
| CC src/mpi_t/cvar_handle_free.lo | |
| CC src/mpi_t/cvar_read.lo | |
| CC src/mpi_t/cvar_write.lo | |
| CC src/mpi_t/enum_get_info.lo | |
| CC src/mpi_t/enum_get_item.lo | |
| CC src/mpi_t/mpit_finalize.lo | |
| CC src/mpi_t/mpit_init_thread.lo | |
| CC src/mpi_t/pvar_get_info.lo | |
| CC src/mpi_t/pvar_get_num.lo | |
| CC src/mpi_t/pvar_handle_alloc.lo | |
| CC src/mpi_t/pvar_handle_free.lo | |
| CC src/mpi_t/pvar_read.lo | |
| CC src/mpi_t/pvar_readreset.lo | |
| CC src/mpi_t/pvar_reset.lo | |
| CC src/mpi_t/pvar_session_create.lo | |
| CC src/mpi_t/pvar_session_free.lo | |
| CC src/mpi_t/pvar_start.lo | |
| CC src/mpi_t/pvar_stop.lo | |
| CC src/mpi_t/pvar_write.lo | |
| CC src/binding/f77/setbot.lo | |
| F77 src/binding/f77/setbotf.lo | |
| GEN lib/libmpich.la | |
| collect2: ld terminated with signal 11 [Segmentation fault: 11] | |
| make[2]: *** [lib/libmpich.la] Error 1 | |
| make[1]: *** [all-recursive] Error 1 | |
| make: *** [all] Error 2 | |
| HOMEBREW_VERSION: 0.9.3 | |
| HEAD: 4a386ea956876c9a35429d093cf0e6f45e679823 | |
| CPU: 8-core 64-bit nehalem | |
| OS X: 10.8.2-x86_64 | |
| Xcode: 4.5.1 | |
| CLT: 4.5.0.0.1.1249367152 | |
| X11: 2.7.4 => /opt/X11 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Your system is raring to brew. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment