Dear all,

I am trying to build openmpi-1.6.1 on Mac os x version 10.7.5. The
configuration process goes without any error. However, when I did "make
all" I got an error:

std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin
Stats.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[9]: *** [otfaux] Error 1
make[8]: *** [all-recursive] Error 1
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
make[5]: *** [all-recursive] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

you can see the whole make file in attachement. In configure step I wrote
the following:

 $ export F77=gfortran

$ export FFLAGS='-m64'

$ export FC=gfortran

$ export FCFLAGS='-m64'

$ export CC=gcc

$ export CXX=gcc

$export ARCHFLAGS="-arch x86_64"

$ ~/Desktop/openmpi-1.6.1/configure
--prefix=/Users/reemalraddadi/openmpi-install 2>&1 |tee c.txt
--enable-gfortran
-with-gnu-ld  -o


I am pretty sure that I use my Mac is 64-bit :

$ file /usr/lib/libffi.dylib

/usr/lib/libffi.dylib: Mach-O universal binary with 2
architectures/usr/lib/libffi.dylib (for architecture x86_64):    Mach-O
64-bit dynamically linked shared library x86_64
/usr/lib/libffi.dylib (for architecture i386):    Mach-O dynamically linked
shared library i386

Does anyone has an idea where the wrong is?

Thanks,

Reem
Reems-MacBook-Pro:openmpi-install reemalraddadi$ make all
Making all in config
make[1]: Nothing to be done for `all'.
Making all in contrib
make[1]: Nothing to be done for `all'.
Making all in opal
Making all in include
make  all-am
make[3]: Nothing to be done for `all-am'.
Making all in libltdl
/bin/sh 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/config/install-sh -d . 
cp /Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/argz_.h argz.h-t
mv argz.h-t argz.h
make  all-am
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl  
-DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include   
-I/usr/include/infiniband -I/usr/include/infiniband   -DNDEBUG -g -O2 
-fvisibility=hidden -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c -o dlopen.lo 
`test -f 'loaders/dlopen.c' || echo 
'/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/'`loaders/dlopen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include 
-I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 
-fvisibility=hidden -MT dlopen.lo -MD -MP -MF .deps/dlopen.Tpo -c 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/loaders/dlopen.c  
-fno-common -DPIC -o .libs/dlopen.o
mv -f .deps/dlopen.Tpo .deps/dlopen.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -DNDEBUG -g -O2 
-fvisibility=hidden -module -avoid-version  -o dlopen.la  dlopen.lo  
libtool: link: ar cru .libs/dlopen.a .libs/dlopen.o 
libtool: link: ranlib .libs/dlopen.a
libtool: link: ( cd ".libs" && rm -f "dlopen.la" && ln -s "../dlopen.la" 
"dlopen.la" )
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl  -DLTDLOPEN=libltdlc 
-DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include   
-I/usr/include/infiniband -I/usr/include/infiniband   -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-preopen.lo -MD -MP -MF 
.deps/libltdlc_la-preopen.Tpo -c -o libltdlc_la-preopen.lo `test -f 
'loaders/preopen.c' || echo 
'/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/'`loaders/preopen.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include 
-I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-preopen.lo -MD -MP -MF 
.deps/libltdlc_la-preopen.Tpo -c 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/loaders/preopen.c  
-fno-common -DPIC -o .libs/libltdlc_la-preopen.o
mv -f .deps/libltdlc_la-preopen.Tpo .deps/libltdlc_la-preopen.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl  -DLTDLOPEN=libltdlc 
-DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include   
-I/usr/include/infiniband -I/usr/include/infiniband   -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-lt__alloc.lo -MD -MP -MF 
.deps/libltdlc_la-lt__alloc.Tpo -c -o libltdlc_la-lt__alloc.lo `test -f 
'lt__alloc.c' || echo 
'/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/'`lt__alloc.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include 
-I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-lt__alloc.lo -MD -MP -MF 
.deps/libltdlc_la-lt__alloc.Tpo -c 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/lt__alloc.c  
-fno-common -DPIC -o .libs/libltdlc_la-lt__alloc.o
mv -f .deps/libltdlc_la-lt__alloc.Tpo .deps/libltdlc_la-lt__alloc.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl  -DLTDLOPEN=libltdlc 
-DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include   
-I/usr/include/infiniband -I/usr/include/infiniband   -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF 
.deps/libltdlc_la-lt_dlloader.Tpo -c -o libltdlc_la-lt_dlloader.lo `test -f 
'lt_dlloader.c' || echo 
'/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/'`lt_dlloader.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include 
-I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-lt_dlloader.lo -MD -MP -MF 
.deps/libltdlc_la-lt_dlloader.Tpo -c 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/lt_dlloader.c  
-fno-common -DPIC -o .libs/libltdlc_la-lt_dlloader.o
mv -f .deps/libltdlc_la-lt_dlloader.Tpo .deps/libltdlc_la-lt_dlloader.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl  -DLTDLOPEN=libltdlc 
-DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include   
-I/usr/include/infiniband -I/usr/include/infiniband   -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-lt_error.lo -MD -MP -MF 
.deps/libltdlc_la-lt_error.Tpo -c -o libltdlc_la-lt_error.lo `test -f 
'lt_error.c' || echo 
'/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/'`lt_error.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include 
-I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-lt_error.lo -MD -MP -MF 
.deps/libltdlc_la-lt_error.Tpo -c 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/lt_error.c  -fno-common 
-DPIC -o .libs/libltdlc_la-lt_error.o
mv -f .deps/libltdlc_la-lt_error.Tpo .deps/libltdlc_la-lt_error.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl  -DLTDLOPEN=libltdlc 
-DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include   
-I/usr/include/infiniband -I/usr/include/infiniband   -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-ltdl.lo -MD -MP -MF 
.deps/libltdlc_la-ltdl.Tpo -c -o libltdlc_la-ltdl.lo `test -f 'ltdl.c' || echo 
'/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/'`ltdl.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include 
-I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-ltdl.lo -MD -MP -MF 
.deps/libltdlc_la-ltdl.Tpo -c 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/ltdl.c  -fno-common 
-DPIC -o .libs/libltdlc_la-ltdl.o
mv -f .deps/libltdlc_la-ltdl.Tpo .deps/libltdlc_la-ltdl.Plo
/bin/sh ./libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl  -DLTDLOPEN=libltdlc 
-DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include   
-I/usr/include/infiniband -I/usr/include/infiniband   -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-slist.lo -MD -MP -MF 
.deps/libltdlc_la-slist.Tpo -c -o libltdlc_la-slist.lo `test -f 'slist.c' || 
echo '/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/'`slist.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -DLTDLOPEN=libltdlc 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include 
-I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 
-fvisibility=hidden -MT libltdlc_la-slist.lo -MD -MP -MF 
.deps/libltdlc_la-slist.Tpo -c 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/slist.c  -fno-common 
-DPIC -o .libs/libltdlc_la-slist.o
mv -f .deps/libltdlc_la-slist.Tpo .deps/libltdlc_la-slist.Plo
/bin/sh ./libtool --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl  
-DLT_CONFIG_H='<config.h>' -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include   
-I/usr/include/infiniband -I/usr/include/infiniband   -DNDEBUG -g -O2 
-fvisibility=hidden -MT argz.lo -MD -MP -MF .deps/argz.Tpo -c -o argz.lo 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/argz.c
libtool: compile:  gcc -DHAVE_CONFIG_H -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl 
"-DLT_CONFIG_H=<config.h>" -DLTDL -I. 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl -Ilibltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/libltdl -D_REENTRANT 
-I/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/mca/hwloc/hwloc132/hwloc/include
 -I/Users/reemalraddadi/openmpi-install/opal/mca/hwloc/hwloc132/hwloc/include 
-I/usr/include/infiniband -I/usr/include/infiniband -DNDEBUG -g -O2 
-fvisibility=hidden -MT argz.lo -MD -MP -MF .deps/argz.Tpo -c 
/Users/reemalraddadi/Desktop/openmpi-1.6.1/opal/libltdl/argz.c  -fno-common 
-DPIC -o .libs/argz.o
mv -f .deps/argz.Tpo .deps/argz.Plo
/bin/sh ./libtool --tag=CC   --mode=link gcc  -DNDEBUG -g -O2 
-fvisibility=hidden -no-undefined -dlpreopen dlopen.la   -o libltdlc.la  
libltdlc_la-preopen.lo libltdlc_la-lt__alloc.lo libltdlc_la-lt_dlloader.lo 
libltdlc_la-lt_error.lo libltdlc_la-ltdl.lo libltdlc_la-slist.lo argz.lo 
libtool: link: rm -f .libs/libltdlc.nm .libs/libltdlc.nmS .libs/libltdlc.nmT
libtool: link: (cd .libs && gcc -DNDEBUG -g -O2 -fvisibility=hidden -c 
-fno-builtin  -fno-common -DPIC "libltdlcS.c")
libtool: link: rm -f ".libs/libltdlcS.c" ".libs/libltdlc.nm" 
".libs/libltdlc.nmS" ".libs/libltdlc.nmT"
libtool: link: (cd .libs/libltdlc.lax/dlopen.a && ar x 
"/Users/reemalraddadi/openmpi-install/opal/libltdl/./.libs/dlopen.a")
libtool: link: ar cru .libs/libltdlc.a .libs/libltdlc_la-preopen.o 
.libs/libltdlc_la-lt__alloc.o .libs/libltdlc_la-lt_dlloader.o 
.libs/libltdlc_la-lt_error.o .libs/libltdlc_la-ltdl.o .libs/libltdlc_la-slist.o 
.libs/argz.o .libs/libltdlcS.o  .libs/libltdlc.lax/dlopen.a/dlopen.o 
libtool: link: ranlib .libs/libltdlc.a
libtool: link: rm -fr .libs/libltdlc.lax
libtool: link: ( cd ".libs" && rm -f "libltdlc.la" && ln -s "../libltdlc.la" 
"libltdlc.la" )
Making all in asm
  CC     asm.lo
rm -f atomic-asm.S
ln -s "../../opal/asm/generated/atomic-local.s" atomic-asm.S
  CPPAS  atomic-asm.lo
  CCLD   libasm.la
/usr/bin/ranlib: file: .libs/libasm.a(asm.o) has no symbols
ranlib: file: .libs/libasm.a(asm.o) has no symbols
Making all in datatype
  CC     libdatatype_reliable_la-opal_datatype_pack.lo
  CC     libdatatype_reliable_la-opal_datatype_unpack.lo
  CCLD   libdatatype_reliable.la
  CC     opal_convertor.lo
  CC     opal_convertor_raw.lo
  CC     opal_copy_functions.lo
  CC     opal_copy_functions_heterogeneous.lo
  CC     opal_datatype_add.lo
  CC     opal_datatype_clone.lo
  CC     opal_datatype_copy.lo
  CC     opal_datatype_create.lo
  CC     opal_datatype_create_contiguous.lo
  CC     opal_datatype_destroy.lo
  CC     opal_datatype_dump.lo
  CC     opal_datatype_fake_stack.lo
  CC     opal_datatype_get_count.lo
  CC     opal_datatype_module.lo
  CC     opal_datatype_optimize.lo
  CC     opal_datatype_pack.lo
  CC     opal_datatype_position.lo
  CC     opal_datatype_resize.lo
  CC     opal_datatype_unpack.lo
  CCLD   libdatatype.la
Making all in etc
make[2]: Nothing to be done for `all'.
Making all in event
Making all in compat
Making all in sys
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
  CC     event.lo
  CC     log.lo
  CC     evutil.lo
  CC     signal.lo
  CC     select.lo
  CCLD   libevent.la
Making all in util
Making all in keyval
  CC     keyval_lex.lo
  CCLD   libopalutilkeyval.la
  CC     arch.lo
  CC     argv.lo
  CC     basename.lo
  CC     cmd_line.lo
  CC     crc.lo
  CC     convert.lo
  CC     daemon_init.lo
  CC     error.lo
  CC     few.lo
  CC     if.lo
  CC     keyval_parse.lo
  CC     malloc.lo
  CC     net.lo
  CC     numtostr.lo
  CC     opal_environ.lo
  CC     opal_getcwd.lo
  CC     opal_pty.lo
  CC     os_dirpath.lo
  CC     os_path.lo
  CC     output.lo
  CC     path.lo
  CC     printf.lo
  CC     qsort.lo
  CC     show_help.lo
  CC     show_help_lex.lo
  CC     stacktrace.lo
  CC     strncpy.lo
  CC     sys_limits.lo
  CC     trace.lo
  CC     fd.lo
  CCLD   libopalutil.la
/usr/bin/ranlib: file: .libs/libopalutil.a(qsort.o) has no symbols
ranlib: file: .libs/libopalutil.a(qsort.o) has no symbols
Making all in mca/base
  CC     mca_base_close.lo
  CC     mca_base_cmd_line.lo
  CC     mca_base_component_compare.lo
  CC     mca_base_component_find.lo
  CC     mca_base_component_repository.lo
  CC     mca_base_components_open.lo
  CC     mca_base_components_close.lo
  CC     mca_base_components_select.lo
  CC     mca_base_list.lo
  CC     mca_base_open.lo
  CC     mca_base_param.lo
  CC     mca_base_parse_paramfile.lo
  CCLD   libmca_base.la
Making all in mca/backtrace
  CC     base/backtrace_component.lo
  CCLD   libmca_backtrace.la
Making all in mca/carto
  CC     base/carto_base_close.lo
  CC     base/carto_base_select.lo
  CC     base/carto_base_graph.lo
  CC     base/carto_base_wrapers.lo
  CC     base/carto_base_open.lo
  CCLD   libmca_carto.la
Making all in mca/crs
  CC     base/crs_base_open.lo
  CC     base/crs_base_close.lo
  CC     base/crs_base_select.lo
  CC     base/crs_base_fns.lo
  CCLD   libmca_crs.la
Creating opal_crs.7 man page...
Making all in mca/hwloc
  CC     base/hwloc_base_close.lo
  CC     base/hwloc_base_open.lo
  CC     base/hwloc_base_dt.lo
  CC     base/hwloc_base_util.lo
  CC     base/hwloc_base_proc_mempolicy.lo
  CCLD   libmca_hwloc.la
Making all in mca/installdirs
  CC     base/installdirs_base_components.lo
  CC     base/installdirs_base_expand.lo
  CCLD   libmca_installdirs.la
Making all in mca/maffinity
  CC     base/maffinity_base_close.lo
  CC     base/maffinity_base_select.lo
  CC     base/maffinity_base_open.lo
  CC     base/maffinity_base_wrappers.lo
  CCLD   libmca_maffinity.la
Making all in mca/memchecker
  CC     base/memchecker_base_close.lo
  CC     base/memchecker_base_open.lo
  CC     base/memchecker_base_select.lo
  CC     base/memchecker_base_wrappers.lo
  CCLD   libmca_memchecker.la
/usr/bin/ranlib: file: .libs/libmca_memchecker.a(memchecker_base_wrappers.o) 
has no symbols
ranlib: file: .libs/libmca_memchecker.a(memchecker_base_wrappers.o) has no 
symbols
Making all in mca/memcpy
  CC     base/memcpy_base_close.lo
  CC     base/memcpy_base_open.lo
  CCLD   libmca_memcpy.la
Making all in mca/memory
  CC     base/memory_base_close.lo
  CC     base/memory_base_open.lo
  CC     base/memory_base_empty.lo
  CCLD   libmca_memory.la
Making all in mca/paffinity
  CC     base/paffinity_base_close.lo
  CC     base/paffinity_base_select.lo
  CC     base/paffinity_base_open.lo
  CC     base/paffinity_base_wrappers.lo
  CC     base/paffinity_base_service.lo
  CCLD   libmca_paffinity.la
Making all in mca/pstat
  CC     base/pstat_base_close.lo
  CC     base/pstat_base_select.lo
  CC     base/pstat_base_open.lo
  CCLD   libmca_pstat.la
Making all in mca/shmem
  CC     base/shmem_base_close.lo
  CC     base/shmem_base_select.lo
  CC     base/shmem_base_open.lo
  CC     base/shmem_base_wrappers.lo
  CCLD   libmca_shmem.la
Making all in mca/sysinfo
  CC     base/sysinfo_base_close.lo
  CC     base/sysinfo_base_select.lo
  CC     base/sysinfo_base_open.lo
  CCLD   libmca_sysinfo.la
Making all in mca/timer
  CC     base/timer_base_close.lo
  CC     base/timer_base_open.lo
  CCLD   libmca_timer.la
Making all in mca/backtrace/execinfo
  CC     backtrace_execinfo.lo
  CC     backtrace_execinfo_component.lo
  CCLD   libmca_backtrace_execinfo.la
Making all in mca/hwloc/hwloc132
Making all in hwloc
Making all in src
  CC     topology.lo
  CC     traversal.lo
  CC     distances.lo
  CC     topology-synthetic.lo
  CC     topology-xml.lo
  CC     bind.lo
  CC     cpuset.lo
  CC     misc.lo
  CC     topology-darwin.lo
  CC     topology-x86.lo
  CCLD   libhwloc_embedded.la
Making all in include
make[4]: Nothing to be done for `all'.
make[4]: Nothing to be done for `all-am'.
  CC     hwloc132_component.lo
  CCLD   libmca_hwloc_hwloc132.la
Making all in mca/installdirs/env
  CC     opal_installdirs_env.lo
  CCLD   libmca_installdirs_env.la
Making all in mca/installdirs/config
  CC     opal_installdirs_config.lo
  CCLD   libmca_installdirs_config.la
Making all in mca/timer/darwin
  CC     timer_darwin_component.lo
  CCLD   libmca_timer_darwin.la
Making all in .
  CC     class/opal_bitmap.lo
  CC     class/opal_free_list.lo
  CC     class/opal_hash_table.lo
  CC     class/opal_list.lo
  CC     class/opal_object.lo
  CC     class/opal_graph.lo
  CC     class/opal_atomic_lifo.lo
  CC     class/opal_pointer_array.lo
  CC     class/opal_value_array.lo
  CC     class/opal_ring_buffer.lo
  CC     memoryhooks/memory.lo
  CC     runtime/opal_progress.lo
  CC     runtime/opal_finalize.lo
  CC     runtime/opal_init.lo
  CC     runtime/opal_params.lo
  CC     runtime/opal_cr.lo
  CC     threads/condition.lo
  CC     threads/mutex.lo
  CC     threads/thread.lo
  CC     threads/tsd.lo
  CC     dss/dss_internal_functions.lo
  CC     dss/dss_compare.lo
  CC     dss/dss_copy.lo
  CC     dss/dss_dump.lo
  CC     dss/dss_get.lo
  CC     dss/dss_load_unload.lo
  CC     dss/dss_lookup.lo
  CC     dss/dss_pack.lo
  CC     dss/dss_peek.lo
  CC     dss/dss_print.lo
  CC     dss/dss_register.lo
  CC     dss/dss_release.lo
  CC     dss/dss_set.lo
  CC     dss/dss_set_buffer_type.lo
  CC     dss/dss_size.lo
  CC     dss/dss_unpack.lo
  CC     dss/dss_open_close.lo
  CCLD   libopen-pal.la
  CCLD   libopen-pal-lt.la
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
/usr/bin/ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has 
no symbols
ranlib: file: .libs/libopen-pal-lt.a(tsd.o) has no symbols
ranlib: file: .libs/libopen-pal-lt.a(asm.o) has no symbols
ranlib: file: .libs/libopen-pal-lt.a(qsort.o) has no symbols
ranlib: file: .libs/libopen-pal-lt.a(memchecker_base_wrappers.o) has no symbols
Making all in mca/carto/auto_detect
  CC     carto_auto_detect_component.lo
  CC     carto_auto_detect_module.lo
  CCLD   mca_carto_auto_detect.la
Making all in mca/carto/file
  CC     carto_file_lex.lo
  CC     carto_file_component.lo
  CC     carto_file_module.lo
  CCLD   mca_carto_file.la
Making all in mca/crs/none
  CC     crs_none_component.lo
  CC     crs_none_module.lo
  CCLD   mca_crs_none.la
Making all in mca/maffinity/first_use
  CC     maffinity_first_use_component.lo
  CC     maffinity_first_use_module.lo
  CCLD   mca_maffinity_first_use.la
Making all in mca/maffinity/hwloc
  CC     maffinity_hwloc_component.lo
  CC     maffinity_hwloc_module.lo
  CCLD   mca_maffinity_hwloc.la
Making all in mca/paffinity/hwloc
  CC     paffinity_hwloc_component.lo
  CC     paffinity_hwloc_module.lo
  CCLD   mca_paffinity_hwloc.la
Making all in mca/pstat/darwin
  CC     pstat_darwin_component.lo
  CC     pstat_darwin_module.lo
  CCLD   mca_pstat_darwin.la
Making all in mca/shmem/mmap
  CC     shmem_mmap_component.lo
  CC     shmem_mmap_module.lo
  CCLD   mca_shmem_mmap.la
Making all in mca/shmem/posix
  CC     shmem_posix_common_utils.lo
  CC     shmem_posix_component.lo
  CC     shmem_posix_module.lo
  CCLD   mca_shmem_posix.la
Making all in mca/shmem/sysv
  CC     shmem_sysv_component.lo
  CC     shmem_sysv_module.lo
  CCLD   mca_shmem_sysv.la
Making all in mca/sysinfo/darwin
  CC     sysinfo_darwin_component.lo
  CC     sysinfo_darwin_module.lo
  CCLD   mca_sysinfo_darwin.la
Making all in tools/wrappers
  CC     opal_wrapper.o
  CCLD   opal_wrapper
Creating opal_wrapper.1 man page...
Making all in orte
Making all in include
make  all-am
make[3]: Nothing to be done for `all-am'.
Making all in mca/errmgr
  CC     base/errmgr_base_close.lo
  CC     base/errmgr_base_select.lo
  CC     base/errmgr_base_open.lo
  CC     base/errmgr_base_fns.lo
  CCLD   libmca_errmgr.la
Making all in mca/ess
  CC     base/ess_base_close.lo
  CC     base/ess_base_open.lo
  CC     base/ess_base_select.lo
  CC     base/ess_base_get.lo
  CC     base/ess_base_put.lo
  CC     base/ess_base_std_tool.lo
  CC     base/ess_base_std_app.lo
  CC     base/ess_base_std_orted.lo
  CC     base/ess_base_std_prolog.lo
  CCLD   libmca_ess.la
Making all in mca/filem
  CC     base/filem_base_open.lo
  CC     base/filem_base_close.lo
  CC     base/filem_base_select.lo
  CC     base/filem_base_receive.lo
  CC     base/filem_base_fns.lo
  CCLD   libmca_filem.la
Creating orte_filem.7 man page...
Making all in mca/grpcomm
  CC     base/grpcomm_base_close.lo
  CC     base/grpcomm_base_select.lo
  CC     base/grpcomm_base_open.lo
  CC     base/grpcomm_base_allgather.lo
  CC     base/grpcomm_base_modex.lo
  CC     base/grpcomm_base_coll.lo
  CCLD   libmca_grpcomm.la
Making all in mca/iof
  CC     base/iof_base_open.lo
  CC     base/iof_base_close.lo
  CC     base/iof_base_select.lo
  CC     base/iof_base_output.lo
  CC     base/iof_base_setup.lo
  CCLD   libmca_iof.la
Making all in mca/notifier
  CC     base/notifier_base_close.lo
  CC     base/notifier_base_select.lo
  CC     base/notifier_base_open.lo
  CCLD   libmca_notifier.la
Making all in mca/odls
  CC     base/odls_base_open.lo
  CC     base/odls_base_close.lo
  CC     base/odls_base_select.lo
  CC     base/odls_base_default_fns.lo
  CC     base/odls_base_state.lo
  CCLD   libmca_odls.la
Making all in mca/oob
  CC     base/oob_base_open.lo
  CC     base/oob_base_close.lo
  CC     base/oob_base_init.lo
  CCLD   libmca_oob.la
Making all in mca/plm
  CC     base/plm_base_open.lo
  CC     base/plm_base_close.lo
  CC     base/plm_base_select.lo
  CC     base/plm_base_receive.lo
  CC     base/plm_base_launch_support.lo
  CC     base/plm_base_jobid.lo
  CC     base/plm_base_proxy.lo
  CC     base/plm_base_orted_cmds.lo
  CC     base/plm_base_rsh_support.lo
  CC     base/plm_base_heartbeat.lo
  CCLD   libmca_plm.la
Making all in mca/ras
  CC     base/ras_base_open.lo
  CC     base/ras_base_close.lo
  CC     base/ras_base_select.lo
  CC     base/ras_base_allocate.lo
  CC     base/ras_base_node.lo
  CCLD   libmca_ras.la
Making all in mca/rmaps
  CC     base/rmaps_base_open.lo
  CC     base/rmaps_base_close.lo
  CC     base/rmaps_base_select.lo
  CC     base/rmaps_base_map_job.lo
  CC     base/rmaps_base_get_job_map.lo
  CC     base/rmaps_base_support_fns.lo
  CC     base/rmaps_base_common_mappers.lo
  CCLD   libmca_rmaps.la
Making all in mca/rml
  CC     base/rml_base_components.lo
  CC     base/rml_base_null_fns.lo
  CC     base/rml_base_receive.lo
  CC     base/rml_base_contact.lo
  CCLD   libmca_rml.la
Making all in mca/routed
  CC     base/routed_base_components.lo
  CC     base/routed_base_register_sync.lo
  CC     base/routed_base_receive.lo
  CCLD   libmca_routed.la
Making all in mca/snapc
  CC     base/snapc_base_open.lo
  CC     base/snapc_base_close.lo
  CC     base/snapc_base_select.lo
  CC     base/snapc_base_fns.lo
  CCLD   libmca_snapc.la
Creating orte_snapc.7 man page...
Making all in etc
make[2]: Nothing to be done for `all'.
Making all in .
  CC     runtime/orte_finalize.lo
  CC     runtime/orte_init.lo
  CC     runtime/orte_locks.lo
  CC     runtime/orte_globals.lo
  CC     runtime/data_type_support/orte_dt_compare_fns.lo
  CC     runtime/data_type_support/orte_dt_copy_fns.lo
  CC     runtime/data_type_support/orte_dt_print_fns.lo
  CC     runtime/data_type_support/orte_dt_release_fns.lo
  CC     runtime/data_type_support/orte_dt_size_fns.lo
  CC     runtime/data_type_support/orte_dt_packing_fns.lo
  CC     runtime/data_type_support/orte_dt_unpacking_fns.lo
  CC     runtime/orte_mca_params.lo
  CC     runtime/orte_wait.lo
  CC     runtime/orte_cr.lo
  CC     runtime/orte_data_server.lo
  CC     util/error_strings.lo
  CC     util/name_fns.lo
  CC     util/proc_info.lo
  CC     util/session_dir.lo
  CC     util/show_help.lo
  CC     util/context_fns.lo
  CC     util/parse_options.lo
  CC     util/pre_condition_transports.lo
  CC     util/hnp_contact.lo
  CC     util/hostfile/hostfile_lex.lo
  CC     util/hostfile/hostfile.lo
  CC     util/dash_host/dash_host.lo
  CC     util/comm/comm.lo
  CC     util/nidmap.lo
  CC     util/regex.lo
  CC     orted/orted_main.lo
  CC     orted/orted_comm.lo
  CC     threads/thread.lo
  CCLD   libopen-rte.la
  CCLD   libopen-rte-lt.la
copying selected object files to avoid basename conflicts...
/usr/bin/ranlib: file: .libs/libopen-rte-lt.a(asm.o) has no symbols
/usr/bin/ranlib: file: .libs/libopen-rte-lt.a(memchecker_base_wrappers.o) has 
no symbols
/usr/bin/ranlib: file: .libs/libopen-rte-lt.a(qsort.o) has no symbols
/usr/bin/ranlib: file: .libs/libopen-rte-lt.a(tsd.o) has no symbols
ranlib: file: .libs/libopen-rte-lt.a(asm.o) has no symbols
ranlib: file: .libs/libopen-rte-lt.a(memchecker_base_wrappers.o) has no symbols
ranlib: file: .libs/libopen-rte-lt.a(qsort.o) has no symbols
ranlib: file: .libs/libopen-rte-lt.a(tsd.o) has no symbols
Creating util/hostfile/orte_hosts.7 man page...
Making all in mca/errmgr/default
  CC     errmgr_default_component.lo
  CC     errmgr_default.lo
  CCLD   mca_errmgr_default.la
Making all in mca/ess/env
  CC     ess_env_component.lo
  CC     ess_env_module.lo
  CCLD   mca_ess_env.la
Making all in mca/ess/hnp
  CC     ess_hnp_component.lo
  CC     ess_hnp_module.lo
  CCLD   mca_ess_hnp.la
Making all in mca/ess/singleton
  CC     ess_singleton_component.lo
  CC     ess_singleton_module.lo
  CCLD   mca_ess_singleton.la
Making all in mca/ess/slave
  CC     ess_slave_component.lo
  CC     ess_slave_module.lo
  CCLD   mca_ess_slave.la
Making all in mca/ess/slurm
  CC     ess_slurm_component.lo
  CC     ess_slurm_module.lo
  CCLD   mca_ess_slurm.la
Making all in mca/ess/slurmd
  CC     ess_slurmd_component.lo
  CC     ess_slurmd_module.lo
  CCLD   mca_ess_slurmd.la
Making all in mca/ess/tool
  CC     ess_tool_component.lo
  CC     ess_tool_module.lo
  CCLD   mca_ess_tool.la
Making all in mca/filem/rsh
  CC     filem_rsh_component.lo
  CC     filem_rsh_module.lo
  CCLD   mca_filem_rsh.la
Making all in mca/grpcomm/bad
  CC     grpcomm_bad_module.lo
  CC     grpcomm_bad_component.lo
  CCLD   mca_grpcomm_bad.la
Making all in mca/grpcomm/basic
  CC     grpcomm_basic_module.lo
  CC     grpcomm_basic_component.lo
  CCLD   mca_grpcomm_basic.la
Making all in mca/grpcomm/hier
  CC     grpcomm_hier_module.lo
  CC     grpcomm_hier_component.lo
  CCLD   mca_grpcomm_hier.la
Making all in mca/iof/hnp
  CC     iof_hnp.lo
  CC     iof_hnp_component.lo
  CC     iof_hnp_read.lo
  CC     iof_hnp_send.lo
  CC     iof_hnp_receive.lo
  CCLD   mca_iof_hnp.la
Making all in mca/iof/orted
  CC     iof_orted.lo
  CC     iof_orted_component.lo
  CC     iof_orted_read.lo
  CC     iof_orted_receive.lo
  CCLD   mca_iof_orted.la
Making all in mca/iof/tool
  CC     iof_tool.lo
  CC     iof_tool_component.lo
  CC     iof_tool_receive.lo
  CCLD   mca_iof_tool.la
Making all in mca/notifier/command
  CC     notifier_command_fd.lo
  CC     notifier_command_child.lo
  CC     notifier_command_module.lo
  CC     notifier_command_component.lo
  CCLD   mca_notifier_command.la
Making all in mca/notifier/syslog
  CC     notifier_syslog_module.lo
  CC     notifier_syslog_component.lo
  CCLD   mca_notifier_syslog.la
Making all in mca/odls/default
  CC     odls_default_component.lo
  CC     odls_default_module.lo
  CCLD   mca_odls_default.la
Making all in mca/oob/tcp
  CC     oob_tcp.lo
  CC     oob_tcp_addr.lo
  CC     oob_tcp_msg.lo
  CC     oob_tcp_peer.lo
  CC     oob_tcp_ping.lo
  CC     oob_tcp_recv.lo
  CC     oob_tcp_send.lo
  CCLD   mca_oob_tcp.la
Making all in mca/plm/rsh
  CC     plm_rsh_component.lo
  CC     plm_rsh_module.lo
  CCLD   mca_plm_rsh.la
Making all in mca/plm/slurm
  CC     plm_slurm_component.lo
  CC     plm_slurm_module.lo
  CCLD   mca_plm_slurm.la
Making all in mca/ras/cm
  CC     ras_cm_component.lo
  CC     ras_cm_module.lo
  CCLD   mca_ras_cm.la
Making all in mca/ras/slurm
  CC     ras_slurm_component.lo
  CC     ras_slurm_module.lo
  CCLD   mca_ras_slurm.la
Making all in mca/rmaps/load_balance
  CC     rmaps_lb.lo
  CC     rmaps_lb_component.lo
  CCLD   mca_rmaps_load_balance.la
Making all in mca/rmaps/rank_file
  CC     rmaps_rank_file.lo
  CC     rmaps_rank_file_component.lo
  CC     rmaps_rank_file_lex.lo
  CCLD   mca_rmaps_rank_file.la
Making all in mca/rmaps/resilient
  CC     rmaps_resilient.lo
  CC     rmaps_resilient_component.lo
  CCLD   mca_rmaps_resilient.la
Making all in mca/rmaps/round_robin
  CC     rmaps_rr.lo
  CC     rmaps_rr_component.lo
  CCLD   mca_rmaps_round_robin.la
Making all in mca/rmaps/seq
  CC     rmaps_seq.lo
  CC     rmaps_seq_component.lo
  CCLD   mca_rmaps_seq.la
Making all in mca/rmaps/topo
  CC     rmaps_topo.lo
  CC     rmaps_topo_component.lo
  CCLD   mca_rmaps_topo.la
Making all in mca/rml/oob
  CC     rml_oob_component.lo
  CC     rml_oob_contact.lo
  CC     rml_oob_exception.lo
  CC     rml_oob_ping.lo
  CC     rml_oob_recv.lo
  CC     rml_oob_send.lo
  CCLD   mca_rml_oob.la
Making all in mca/routed/binomial
  CC     routed_binomial.lo
  CC     routed_binomial_component.lo
  CCLD   mca_routed_binomial.la
Making all in mca/routed/cm
  CC     routed_cm.lo
  CC     routed_cm_component.lo
  CCLD   mca_routed_cm.la
Making all in mca/routed/direct
  CC     routed_direct.lo
  CC     routed_direct_component.lo
  CCLD   mca_routed_direct.la
Making all in mca/routed/linear
  CC     routed_linear.lo
  CC     routed_linear_component.lo
  CCLD   mca_routed_linear.la
Making all in mca/routed/radix
  CC     routed_radix.lo
  CC     routed_radix_component.lo
  CCLD   mca_routed_radix.la
Making all in mca/routed/slave
  CC     routed_slave.lo
  CC     routed_slave_component.lo
  CCLD   mca_routed_slave.la
Making all in tools/orte-bootproxy
make[2]: Nothing to be done for `all'.
Making all in tools/orte-checkpoint
make[2]: Nothing to be done for `all'.
Making all in tools/orte-clean
  CC     orte-clean.o
  CCLD   orte-clean
Creating orte-clean.1 man page...
Making all in tools/orte-iof
  CC     orte-iof.o
  CCLD   orte-iof
Creating orte-iof.1 man page...
Making all in tools/orte-ps
  CC     orte-ps.o
  CCLD   orte-ps
Creating orte-ps.1 man page...
Making all in tools/orte-restart
make[2]: Nothing to be done for `all'.
Making all in tools/orted
  CC     orted.o
  CCLD   orted
Creating orted.1 man page...
Making all in tools/orterun
  CC     main.o
  CC     orterun.o
  CCLD   orterun
Creating orterun.1 man page...
Making all in tools/wrappers
cd ../../.. && /bin/sh ./config.status orte/tools/wrappers/orte_wrapper_script
config.status: creating orte/tools/wrappers/orte_wrapper_script
Making all in tools/orte-top
  CC     orte-top.o
  CCLD   orte-top
Creating orte-top.1 man page...
Making all in ompi
Making all in include
make  all-am
make[3]: Nothing to be done for `all-am'.
Making all in datatype
  CC     ompi_datatype_args.lo
  CC     ompi_datatype_create.lo
  CC     ompi_datatype_create_contiguous.lo
  CC     ompi_datatype_create_indexed.lo
  CC     ompi_datatype_create_struct.lo
  CC     ompi_datatype_create_vector.lo
  CC     ompi_datatype_external32.lo
  CC     ompi_datatype_match_size.lo
  CC     ompi_datatype_module.lo
  CC     ompi_datatype_sndrcv.lo
  CCLD   libdatatype.la
Making all in debuggers
  CC     libdebuggers_la-ompi_debuggers.lo
  CCLD   libdebuggers.la
  CC     ompi_debugger_canary.lo
  CCLD   libompi_debugger_canary.la
  CC     libompi_dbg_msgq_la-ompi_msgq_dll.lo
  CC     libompi_dbg_msgq_la-ompi_common_dll.lo
  CCLD   libompi_dbg_msgq.la
Making all in etc
make[2]: Nothing to be done for `all'.
Making all in mpi/c
Making all in profile
  CC     pabort.lo
  CC     padd_error_class.lo
  CC     padd_error_code.lo
  CC     padd_error_string.lo
  CC     paddress.lo
  CC     pallgather.lo
  CC     pallgatherv.lo
  CC     palloc_mem.lo
  CC     pallreduce.lo
  CC     palltoall.lo
  CC     palltoallv.lo
  CC     palltoallw.lo
  CC     pattr_delete.lo
  CC     pattr_get.lo
  CC     pattr_put.lo
  CC     pbarrier.lo
  CC     pbcast.lo
  CC     pbsend.lo
  CC     pbsend_init.lo
  CC     pbuffer_attach.lo
  CC     pbuffer_detach.lo
  CC     pcancel.lo
  CC     pcart_coords.lo
  CC     pcart_create.lo
  CC     pcartdim_get.lo
  CC     pcart_get.lo
  CC     pcart_map.lo
  CC     pcart_rank.lo
  CC     pcart_shift.lo
  CC     pcart_sub.lo
  CC     pclose_port.lo
  CC     pcomm_accept.lo
  CC     pcomm_c2f.lo
  CC     pcomm_call_errhandler.lo
  CC     pcomm_compare.lo
  CC     pcomm_connect.lo
  CC     pcomm_create.lo
  CC     pcomm_create_errhandler.lo
  CC     pcomm_create_keyval.lo
  CC     pcomm_delete_attr.lo
  CC     pcomm_disconnect.lo
  CC     pcomm_dup.lo
  CC     pcomm_f2c.lo
  CC     pcomm_free.lo
  CC     pcomm_free_keyval.lo
  CC     pcomm_get_attr.lo
  CC     pcomm_get_errhandler.lo
  CC     pcomm_get_name.lo
  CC     pcomm_get_parent.lo
  CC     pcomm_group.lo
  CC     pcomm_join.lo
  CC     pcomm_rank.lo
  CC     pcomm_remote_group.lo
  CC     pcomm_remote_size.lo
  CC     pcomm_set_attr.lo
  CC     pcomm_set_errhandler.lo
  CC     pcomm_set_name.lo
  CC     pcomm_size.lo
  CC     pcomm_spawn.lo
  CC     pcomm_spawn_multiple.lo
  CC     pcomm_split.lo
  CC     pcomm_test_inter.lo
  CC     pdims_create.lo
  CC     perrhandler_c2f.lo
  CC     perrhandler_create.lo
  CC     perrhandler_f2c.lo
  CC     perrhandler_free.lo
  CC     perrhandler_get.lo
  CC     perrhandler_set.lo
  CC     perror_class.lo
  CC     perror_string.lo
  CC     pexscan.lo
  CC     pfinalize.lo
  CC     pfinalized.lo
  CC     pfree_mem.lo
  CC     pgather.lo
  CC     pgatherv.lo
  CC     pget_address.lo
  CC     pget_count.lo
  CC     pget_elements.lo
  CC     pget_processor_name.lo
  CC     pget_version.lo
  CC     pgraph_create.lo
  CC     pgraph_get.lo
  CC     pgraph_map.lo
  CC     pgraph_neighbors_count.lo
  CC     pgraph_neighbors.lo
  CC     pgraphdims_get.lo
  CC     pgrequest_complete.lo
  CC     pgrequest_start.lo
  CC     pgroup_c2f.lo
  CC     pgroup_compare.lo
  CC     pgroup_difference.lo
  CC     pgroup_excl.lo
  CC     pgroup_f2c.lo
  CC     pgroup_free.lo
  CC     pgroup_incl.lo
  CC     pgroup_intersection.lo
  CC     pgroup_range_excl.lo
  CC     pgroup_range_incl.lo
  CC     pgroup_rank.lo
  CC     pgroup_size.lo
  CC     pgroup_translate_ranks.lo
  CC     pgroup_union.lo
  CC     pibsend.lo
  CC     pinfo_c2f.lo
  CC     pinfo_create.lo
  CC     pinfo_delete.lo
  CC     pinfo_dup.lo
  CC     pinfo_f2c.lo
  CC     pinfo_free.lo
  CC     pinfo_get.lo
  CC     pinfo_get_nkeys.lo
  CC     pinfo_get_nthkey.lo
  CC     pinfo_get_valuelen.lo
  CC     pinfo_set.lo
  CC     pinit.lo
  CC     pinit_thread.lo
  CC     pinitialized.lo
  CC     pintercomm_create.lo
  CC     pintercomm_merge.lo
  CC     piprobe.lo
  CC     pirecv.lo
  CC     pirsend.lo
  CC     pis_thread_main.lo
  CC     pisend.lo
  CC     pissend.lo
  CC     pkeyval_create.lo
  CC     pkeyval_free.lo
  CC     plookup_name.lo
  CC     pop_c2f.lo
  CC     pop_create.lo
  CC     pop_commutative.lo
  CC     pop_f2c.lo
  CC     pop_free.lo
  CC     popen_port.lo
  CC     ppack_external.lo
  CC     ppack_external_size.lo
  CC     ppack.lo
  CC     ppack_size.lo
  CC     ppcontrol.lo
  CC     pprobe.lo
  CC     ppublish_name.lo
  CC     pquery_thread.lo
  CC     precv_init.lo
  CC     precv.lo
  CC     preduce.lo
  CC     preduce_local.lo
  CC     preduce_scatter.lo
  CC     prequest_c2f.lo
  CC     prequest_f2c.lo
  CC     prequest_free.lo
  CC     prequest_get_status.lo
  CC     prsend_init.lo
  CC     prsend.lo
  CC     pscan.lo
  CC     pscatter.lo
  CC     pscatterv.lo
  CC     psend.lo
  CC     psend_init.lo
  CC     psendrecv.lo
  CC     psendrecv_replace.lo
  CC     pssend_init.lo
  CC     pssend.lo
  CC     pstart.lo
  CC     pstartall.lo
  CC     pstatus_c2f.lo
  CC     pstatus_f2c.lo
  CC     pstatus_set_cancelled.lo
  CC     pstatus_set_elements.lo
  CC     ptestall.lo
  CC     ptestany.lo
  CC     ptest.lo
  CC     ptest_cancelled.lo
  CC     ptestsome.lo
  CC     ptopo_test.lo
  CC     ptype_c2f.lo
  CC     ptype_commit.lo
  CC     ptype_contiguous.lo
  CC     ptype_create_darray.lo
  CC     ptype_create_f90_complex.lo
  CC     ptype_create_f90_integer.lo
  CC     ptype_create_f90_real.lo
  CC     ptype_create_hindexed.lo
  CC     ptype_create_hvector.lo
  CC     ptype_create_indexed_block.lo
  CC     ptype_create_keyval.lo
  CC     ptype_create_resized.lo
  CC     ptype_create_struct.lo
  CC     ptype_create_subarray.lo
  CC     ptype_delete_attr.lo
  CC     ptype_dup.lo
  CC     ptype_extent.lo
  CC     ptype_f2c.lo
  CC     ptype_free.lo
  CC     ptype_free_keyval.lo
  CC     ptype_get_attr.lo
  CC     ptype_get_contents.lo
  CC     ptype_get_envelope.lo
  CC     ptype_get_extent.lo
  CC     ptype_get_name.lo
  CC     ptype_get_true_extent.lo
  CC     ptype_hindexed.lo
  CC     ptype_hvector.lo
  CC     ptype_indexed.lo
  CC     ptype_lb.lo
  CC     ptype_match_size.lo
  CC     ptype_set_attr.lo
  CC     ptype_set_name.lo
  CC     ptype_size.lo
  CC     ptype_struct.lo
  CC     ptype_ub.lo
  CC     ptype_vector.lo
  CC     punpack_external.lo
  CC     punpack.lo
  CC     punpublish_name.lo
  CC     pwait.lo
  CC     pwaitall.lo
  CC     pwaitany.lo
  CC     pwaitsome.lo
  CC     pwtime.lo
  CC     pwtick.lo
  CC     paccumulate.lo
  CC     pget.lo
  CC     pput.lo
  CC     pwin_c2f.lo
  CC     pwin_call_errhandler.lo
  CC     pwin_complete.lo
  CC     pwin_create_errhandler.lo
  CC     pwin_create_keyval.lo
  CC     pwin_create.lo
  CC     pwin_delete_attr.lo
  CC     pwin_f2c.lo
  CC     pwin_fence.lo
  CC     pwin_free_keyval.lo
  CC     pwin_free.lo
  CC     pwin_get_attr.lo
  CC     pwin_get_errhandler.lo
  CC     pwin_get_group.lo
  CC     pwin_get_name.lo
  CC     pwin_lock.lo
  CC     pwin_post.lo
  CC     pwin_set_attr.lo
  CC     pwin_set_errhandler.lo
  CC     pwin_set_name.lo
  CC     pwin_start.lo
  CC     pwin_test.lo
  CC     pwin_unlock.lo
  CC     pwin_wait.lo
  CC     pfile_c2f.lo
  CC     pfile_call_errhandler.lo
  CC     pfile_close.lo
  CC     pfile_create_errhandler.lo
  CC     pfile_delete.lo
  CC     pfile_f2c.lo
  CC     pfile_get_amode.lo
  CC     pfile_get_atomicity.lo
  CC     pfile_get_byte_offset.lo
  CC     pfile_get_errhandler.lo
  CC     pfile_get_group.lo
  CC     pfile_get_info.lo
  CC     pfile_get_position.lo
  CC     pfile_get_position_shared.lo
  CC     pfile_get_size.lo
  CC     pfile_get_type_extent.lo
  CC     pfile_get_view.lo
  CC     pfile_iread_at.lo
  CC     pfile_iread.lo
  CC     pfile_iread_shared.lo
  CC     pfile_iwrite_at.lo
  CC     pfile_iwrite.lo
  CC     pfile_iwrite_shared.lo
  CC     pfile_open.lo
  CC     pfile_preallocate.lo
  CC     pfile_read_all_begin.lo
  CC     pfile_read_all.lo
  CC     pfile_read_all_end.lo
  CC     pfile_read_at_all_begin.lo
  CC     pfile_read_at_all.lo
  CC     pfile_read_at_all_end.lo
  CC     pfile_read_at.lo
  CC     pfile_read.lo
  CC     pfile_read_ordered_begin.lo
  CC     pfile_read_ordered.lo
  CC     pfile_read_ordered_end.lo
  CC     pfile_read_shared.lo
  CC     pfile_seek.lo
  CC     pfile_seek_shared.lo
  CC     pfile_set_atomicity.lo
  CC     pfile_set_errhandler.lo
  CC     pfile_set_info.lo
  CC     pfile_set_size.lo
  CC     pfile_set_view.lo
  CC     pfile_sync.lo
  CC     pfile_write_all_begin.lo
  CC     pfile_write_all.lo
  CC     pfile_write_all_end.lo
  CC     pfile_write_at_all_begin.lo
  CC     pfile_write_at_all.lo
  CC     pfile_write_at_all_end.lo
  CC     pfile_write_at.lo
  CC     pfile_write.lo
  CC     pfile_write_ordered_begin.lo
  CC     pfile_write_ordered.lo
  CC     pfile_write_ordered_end.lo
  CC     pfile_write_shared.lo
  CC     pregister_datarep.lo
  CCLD   libmpi_c_pmpi.la
  CC     attr_fn.lo
  CCLD   libmpi_c.la
  CC     abort.lo
  CC     add_error_class.lo
  CC     add_error_code.lo
  CC     add_error_string.lo
  CC     address.lo
  CC     allgather.lo
  CC     allgatherv.lo
  CC     alloc_mem.lo
  CC     allreduce.lo
  CC     alltoall.lo
  CC     alltoallv.lo
  CC     alltoallw.lo
  CC     attr_delete.lo
  CC     attr_get.lo
  CC     attr_put.lo
  CC     barrier.lo
  CC     bcast.lo
  CC     bsend.lo
  CC     bsend_init.lo
  CC     buffer_attach.lo
  CC     buffer_detach.lo
  CC     cancel.lo
  CC     cart_coords.lo
  CC     cart_create.lo
  CC     cartdim_get.lo
  CC     cart_get.lo
  CC     cart_map.lo
  CC     cart_rank.lo
  CC     cart_shift.lo
  CC     cart_sub.lo
  CC     close_port.lo
  CC     comm_accept.lo
  CC     comm_c2f.lo
  CC     comm_call_errhandler.lo
  CC     comm_compare.lo
  CC     comm_connect.lo
  CC     comm_create.lo
  CC     comm_create_errhandler.lo
  CC     comm_create_keyval.lo
  CC     comm_delete_attr.lo
  CC     comm_disconnect.lo
  CC     comm_dup.lo
  CC     comm_f2c.lo
  CC     comm_free.lo
  CC     comm_free_keyval.lo
  CC     comm_get_attr.lo
  CC     comm_get_errhandler.lo
  CC     comm_get_name.lo
  CC     comm_get_parent.lo
  CC     comm_group.lo
  CC     comm_join.lo
  CC     comm_rank.lo
  CC     comm_remote_group.lo
  CC     comm_remote_size.lo
  CC     comm_set_attr.lo
  CC     comm_set_errhandler.lo
  CC     comm_set_name.lo
  CC     comm_size.lo
  CC     comm_spawn.lo
  CC     comm_spawn_multiple.lo
  CC     comm_split.lo
  CC     comm_test_inter.lo
  CC     dims_create.lo
  CC     errhandler_c2f.lo
  CC     errhandler_create.lo
  CC     errhandler_f2c.lo
  CC     errhandler_free.lo
  CC     errhandler_get.lo
  CC     errhandler_set.lo
  CC     error_class.lo
  CC     error_string.lo
  CC     exscan.lo
  CC     finalize.lo
  CC     finalized.lo
  CC     free_mem.lo
  CC     gather.lo
  CC     gatherv.lo
  CC     get_address.lo
  CC     get_count.lo
  CC     get_elements.lo
  CC     get_processor_name.lo
  CC     get_version.lo
  CC     graph_create.lo
  CC     graph_get.lo
  CC     graph_map.lo
  CC     graph_neighbors_count.lo
  CC     graph_neighbors.lo
  CC     graphdims_get.lo
  CC     grequest_complete.lo
  CC     grequest_start.lo
  CC     group_c2f.lo
  CC     group_compare.lo
  CC     group_difference.lo
  CC     group_excl.lo
  CC     group_f2c.lo
  CC     group_free.lo
  CC     group_incl.lo
  CC     group_intersection.lo
  CC     group_range_excl.lo
  CC     group_range_incl.lo
  CC     group_rank.lo
  CC     group_size.lo
  CC     group_translate_ranks.lo
  CC     group_union.lo
  CC     ibsend.lo
  CC     info_c2f.lo
  CC     info_create.lo
  CC     info_delete.lo
  CC     info_dup.lo
  CC     info_f2c.lo
  CC     info_free.lo
  CC     info_get.lo
  CC     info_get_nkeys.lo
  CC     info_get_nthkey.lo
  CC     info_get_valuelen.lo
  CC     info_set.lo
  CC     init.lo
  CC     init_thread.lo
  CC     initialized.lo
  CC     intercomm_create.lo
  CC     intercomm_merge.lo
  CC     iprobe.lo
  CC     irecv.lo
  CC     irsend.lo
  CC     is_thread_main.lo
  CC     isend.lo
  CC     issend.lo
  CC     keyval_create.lo
  CC     keyval_free.lo
  CC     lookup_name.lo
  CC     op_c2f.lo
  CC     op_commutative.lo
  CC     op_create.lo
  CC     op_f2c.lo
  CC     op_free.lo
  CC     open_port.lo
  CC     pack_external.lo
  CC     pack_external_size.lo
  CC     pack.lo
  CC     pack_size.lo
  CC     pcontrol.lo
  CC     probe.lo
  CC     publish_name.lo
  CC     query_thread.lo
  CC     recv_init.lo
  CC     recv.lo
  CC     reduce.lo
  CC     reduce_local.lo
  CC     reduce_scatter.lo
  CC     request_c2f.lo
  CC     request_f2c.lo
  CC     request_free.lo
  CC     request_get_status.lo
  CC     rsend_init.lo
  CC     rsend.lo
  CC     scan.lo
  CC     scatter.lo
  CC     scatterv.lo
  CC     send.lo
  CC     send_init.lo
  CC     sendrecv.lo
  CC     sendrecv_replace.lo
  CC     ssend_init.lo
  CC     ssend.lo
  CC     start.lo
  CC     startall.lo
  CC     status_c2f.lo
  CC     status_f2c.lo
  CC     status_set_cancelled.lo
  CC     status_set_elements.lo
  CC     testall.lo
  CC     testany.lo
  CC     test.lo
  CC     test_cancelled.lo
  CC     testsome.lo
  CC     topo_test.lo
  CC     type_c2f.lo
  CC     type_commit.lo
  CC     type_contiguous.lo
  CC     type_create_darray.lo
  CC     type_create_f90_complex.lo
  CC     type_create_f90_integer.lo
  CC     type_create_f90_real.lo
  CC     type_create_hindexed.lo
  CC     type_create_hvector.lo
  CC     type_create_indexed_block.lo
  CC     type_create_keyval.lo
  CC     type_create_resized.lo
  CC     type_create_struct.lo
  CC     type_create_subarray.lo
  CC     type_delete_attr.lo
  CC     type_dup.lo
  CC     type_extent.lo
  CC     type_f2c.lo
  CC     type_free.lo
  CC     type_free_keyval.lo
  CC     type_get_attr.lo
  CC     type_get_contents.lo
  CC     type_get_envelope.lo
  CC     type_get_extent.lo
  CC     type_get_name.lo
  CC     type_get_true_extent.lo
  CC     type_hindexed.lo
  CC     type_hvector.lo
  CC     type_indexed.lo
  CC     type_lb.lo
  CC     type_match_size.lo
  CC     type_set_attr.lo
  CC     type_set_name.lo
  CC     type_size.lo
  CC     type_struct.lo
  CC     type_ub.lo
  CC     type_vector.lo
  CC     unpack_external.lo
  CC     unpack.lo
  CC     unpublish_name.lo
  CC     wait.lo
  CC     waitall.lo
  CC     waitany.lo
  CC     waitsome.lo
  CC     wtime.lo
  CC     wtick.lo
  CC     accumulate.lo
  CC     get.lo
  CC     put.lo
  CC     win_c2f.lo
  CC     win_call_errhandler.lo
  CC     win_complete.lo
  CC     win_create_errhandler.lo
  CC     win_create_keyval.lo
  CC     win_create.lo
  CC     win_delete_attr.lo
  CC     win_f2c.lo
  CC     win_fence.lo
  CC     win_free_keyval.lo
  CC     win_free.lo
  CC     win_get_attr.lo
  CC     win_get_errhandler.lo
  CC     win_get_group.lo
  CC     win_get_name.lo
  CC     win_lock.lo
  CC     win_post.lo
  CC     win_set_attr.lo
  CC     win_set_errhandler.lo
  CC     win_set_name.lo
  CC     win_start.lo
  CC     win_test.lo
  CC     win_unlock.lo
  CC     win_wait.lo
  CC     file_c2f.lo
  CC     file_call_errhandler.lo
  CC     file_close.lo
  CC     file_create_errhandler.lo
  CC     file_delete.lo
  CC     file_f2c.lo
  CC     file_get_amode.lo
  CC     file_get_atomicity.lo
  CC     file_get_byte_offset.lo
  CC     file_get_errhandler.lo
  CC     file_get_group.lo
  CC     file_get_info.lo
  CC     file_get_position.lo
  CC     file_get_position_shared.lo
  CC     file_get_size.lo
  CC     file_get_type_extent.lo
  CC     file_get_view.lo
  CC     file_iread_at.lo
  CC     file_iread.lo
  CC     file_iread_shared.lo
  CC     file_iwrite_at.lo
  CC     file_iwrite.lo
  CC     file_iwrite_shared.lo
  CC     file_open.lo
  CC     file_preallocate.lo
  CC     file_read_all_begin.lo
  CC     file_read_all.lo
  CC     file_read_all_end.lo
  CC     file_read_at_all_begin.lo
  CC     file_read_at_all.lo
  CC     file_read_at_all_end.lo
  CC     file_read_at.lo
  CC     file_read.lo
  CC     file_read_ordered_begin.lo
  CC     file_read_ordered.lo
  CC     file_read_ordered_end.lo
  CC     file_read_shared.lo
  CC     file_seek.lo
  CC     file_seek_shared.lo
  CC     file_set_atomicity.lo
  CC     file_set_errhandler.lo
  CC     file_set_info.lo
  CC     file_set_size.lo
  CC     file_set_view.lo
  CC     file_sync.lo
  CC     file_write_all_begin.lo
  CC     file_write_all.lo
  CC     file_write_all_end.lo
  CC     file_write_at_all_begin.lo
  CC     file_write_at_all.lo
  CC     file_write_at_all_end.lo
  CC     file_write_at.lo
  CC     file_write.lo
  CC     file_write_ordered_begin.lo
  CC     file_write_ordered.lo
  CC     file_write_ordered_end.lo
  CC     file_write_shared.lo
  CC     register_datarep.lo
  CCLD   libmpi_c_mpi.la
Making all in mpiext
make[2]: Nothing to be done for `all'.
Making all in mca/common
make[2]: Nothing to be done for `all'.
Making all in mca/allocator
  CC     base/allocator_base_open.lo
  CC     base/allocator_base_close.lo
  CCLD   libmca_allocator.la
Making all in mca/bml
  CC     base/bml_base_btl.lo
  CC     base/bml_base_endpoint.lo
  CC     base/bml_base_init.lo
  CC     base/bml_base_close.lo
  CC     base/bml_base_open.lo
  CC     base/bml_base_ft.lo
  CCLD   libmca_bml.la
Making all in mca/btl
  CC     base/btl_base_close.lo
  CC     base/btl_base_error.lo
  CC     base/btl_base_open.lo
  CC     base/btl_base_select.lo
  CC     base/btl_base_mca.lo
  CCLD   libmca_btl.la
Making all in mca/coll
  CC     base/coll_base_close.lo
  CC     base/coll_base_comm_select.lo
  CC     base/coll_base_comm_unselect.lo
  CC     base/coll_base_find_available.lo
  CC     base/coll_base_open.lo
  CCLD   libmca_coll.la
Making all in mca/crcp
  CC     base/crcp_base_open.lo
  CC     base/crcp_base_close.lo
  CC     base/crcp_base_select.lo
  CC     base/crcp_base_fns.lo
  CCLD   libmca_crcp.la
Creating ompi_crcp.7 man page...
Making all in mca/dpm
  CC     base/dpm_base_open.lo
  CC     base/dpm_base_close.lo
  CC     base/dpm_base_select.lo
  CC     base/dpm_base_null_fns.lo
  CC     base/dpm_base_common_fns.lo
  CCLD   libmca_dpm.la
Making all in mca/io
  CC     base/io_base_close.lo
  CC     base/io_base_delete.lo
  CC     base/io_base_file_select.lo
  CC     base/io_base_find_available.lo
  CC     base/io_base_open.lo
  CC     base/io_base_request.lo
  CC     base/io_base_register_datarep.lo
  CCLD   libmca_io.la
Making all in mca/mpool
  CC     base/mpool_base_open.lo
  CC     base/mpool_base_close.lo
  CC     base/mpool_base_init.lo
  CC     base/mpool_base_lookup.lo
  CC     base/mpool_base_alloc.lo
  CC     base/mpool_base_mem_cb.lo
  CC     base/mpool_base_tree.lo
  CCLD   libmca_mpool.la
Making all in mca/mtl
  CC     base/mtl_base_component.lo
  CCLD   libmca_mtl.la
Making all in mca/op
  CC     base/op_base_close.lo
  CC     base/op_base_open.lo
  CC     base/op_base_find_available.lo
  CC     base/op_base_functions.lo
  CC     base/op_base_op_select.lo
  CCLD   libmca_op.la
Making all in mca/osc
  CC     base/osc_base_close.lo
  CC     base/osc_base_open.lo
  CC     base/osc_base_init.lo
  CC     base/osc_base_obj_convert.lo
  CCLD   libmca_osc.la
Making all in mca/pml
  CC     base/pml_base_bsend.lo
  CC     base/pml_base_close.lo
  CC     base/pml_base_open.lo
  CC     base/pml_base_recvreq.lo
  CC     base/pml_base_request.lo
  CC     base/pml_base_select.lo
  CC     base/pml_base_sendreq.lo
  CC     base/pml_base_ft.lo
  CCLD   libmca_pml.la
Making all in mca/pubsub
  CC     base/pubsub_base_open.lo
  CC     base/pubsub_base_close.lo
  CC     base/pubsub_base_select.lo
  CC     base/pubsub_base_null_fns.lo
  CCLD   libmca_pubsub.la
Making all in mca/rcache
  CC     base/rcache_base_open.lo
  CC     base/rcache_base_create.lo
  CC     base/rcache_base_close.lo
  CCLD   libmca_rcache.la
Making all in mca/topo
  CC     base/topo_base_cart_coords.lo
  CC     base/topo_base_cart_create.lo
  CC     base/topo_base_cartdim_get.lo
  CC     base/topo_base_cart_get.lo
  CC     base/topo_base_cart_rank.lo
  CC     base/topo_base_cart_shift.lo
  CC     base/topo_base_cart_sub.lo
  CC     base/topo_base_find_available.lo
  CC     base/topo_base_graph_create.lo
  CC     base/topo_base_graphdims_get.lo
  CC     base/topo_base_graph_get.lo
  CC     base/topo_base_graph_neighbors.lo
  CC     base/topo_base_graph_neighbors_count.lo
  CC     base/topo_base_open.lo
  CC     base/topo_base_close.lo
  CC     base/topo_base_comm_select.lo
  CC     base/topo_base_comm_unselect.lo
  CCLD   libmca_topo.la
Making all in .
  CC     class/ompi_free_list.lo
  CC     class/ompi_rb_tree.lo
  CC     class/ompi_seq_tracker.lo
  CC     attribute/attribute.lo
  CC     attribute/attribute_predefined.lo
  CC     communicator/comm_init.lo
  CC     communicator/comm.lo
  CC     communicator/comm_cid.lo
  CC     errhandler/errhandler.lo
  CC     errhandler/errhandler_invoke.lo
  CC     errhandler/errhandler_predefined.lo
  CC     errhandler/errcode.lo
  CC     errhandler/errcode-internal.lo
  CC     file/file.lo
  CC     group/group.lo
  CC     group/group_init.lo
  CC     group/group_set_rank.lo
  CC     group/group_plist.lo
  CC     group/group_sporadic.lo
  CC     group/group_strided.lo
  CC     group/group_bitmap.lo
  CC     info/info.lo
  CC     op/op.lo
  CC     proc/proc.lo
  CC     request/grequest.lo
  CC     request/request.lo
  CC     request/req_test.lo
  CC     request/req_wait.lo
  CC     runtime/ompi_mpi_abort.lo
  CC     runtime/ompi_mpi_init.lo
  CC     runtime/ompi_mpi_finalize.lo
  CC     runtime/ompi_mpi_params.lo
  CC     runtime/ompi_mpi_preconnect.lo
  CC     runtime/ompi_cr.lo
  CC     runtime/ompi_module_exchange.lo
  CC     win/win.lo
  CC     mpi/f77/base/mpi_f77_base_libmpi_f77_base_la-attr_fn_f.lo
  CC     mpi/f77/base/mpi_f77_base_libmpi_f77_base_la-conversion_fn_null_f.lo
  CC     mpi/f77/base/mpi_f77_base_libmpi_f77_base_la-f90_accessors.lo
  CC     mpi/f77/base/mpi_f77_base_libmpi_f77_base_la-strings.lo
  CC     mpi/f77/base/mpi_f77_base_libmpi_f77_base_la-test_constants_f.lo
  CCLD   mpi/f77/base/libmpi_f77_base.la
  CCLD   libmpi.la
/Users/reemalraddadi/Desktop/openmpi-1.6.1/config/install-sh -c -d `dirname 
../ompi/mpi/man/man3/.dir-stamp`
touch "../ompi/mpi/man/man3/.dir-stamp"
Creating mpi/man/man3/MPI.3 man page...
Creating mpi/man/man3/MPI_Abort.3 man page...
Creating mpi/man/man3/MPI_Accumulate.3 man page...
Creating mpi/man/man3/MPI_Add_error_class.3 man page...
Creating mpi/man/man3/MPI_Add_error_code.3 man page...
Creating mpi/man/man3/MPI_Add_error_string.3 man page...
Creating mpi/man/man3/MPI_Address.3 man page...
Creating mpi/man/man3/MPI_Allgather.3 man page...
Creating mpi/man/man3/MPI_Allgatherv.3 man page...
Creating mpi/man/man3/MPI_Alloc_mem.3 man page...
Creating mpi/man/man3/MPI_Allreduce.3 man page...
Creating mpi/man/man3/MPI_Alltoall.3 man page...
Creating mpi/man/man3/MPI_Alltoallv.3 man page...
Creating mpi/man/man3/MPI_Alltoallw.3 man page...
Creating mpi/man/man3/MPI_Attr_delete.3 man page...
Creating mpi/man/man3/MPI_Attr_get.3 man page...
Creating mpi/man/man3/MPI_Attr_put.3 man page...
Creating mpi/man/man3/MPI_Barrier.3 man page...
Creating mpi/man/man3/MPI_Bcast.3 man page...
Creating mpi/man/man3/MPI_Bsend.3 man page...
Creating mpi/man/man3/MPI_Bsend_init.3 man page...
Creating mpi/man/man3/MPI_Buffer_attach.3 man page...
Creating mpi/man/man3/MPI_Buffer_detach.3 man page...
Creating mpi/man/man3/MPI_Cancel.3 man page...
Creating mpi/man/man3/MPI_Cart_coords.3 man page...
Creating mpi/man/man3/MPI_Cart_create.3 man page...
Creating mpi/man/man3/MPI_Cartdim_get.3 man page...
Creating mpi/man/man3/MPI_Cart_get.3 man page...
Creating mpi/man/man3/MPI_Cart_map.3 man page...
Creating mpi/man/man3/MPI_Cart_rank.3 man page...
Creating mpi/man/man3/MPI_Cart_shift.3 man page...
Creating mpi/man/man3/MPI_Cart_sub.3 man page...
Creating mpi/man/man3/MPI_Close_port.3 man page...
Creating mpi/man/man3/MPI_Comm_accept.3 man page...
Creating mpi/man/man3/MPI_Comm_c2f.3 man page...
Creating mpi/man/man3/MPI_Comm_call_errhandler.3 man page...
Creating mpi/man/man3/MPI_Comm_compare.3 man page...
Creating mpi/man/man3/MPI_Comm_connect.3 man page...
Creating mpi/man/man3/MPI_Comm_create.3 man page...
Creating mpi/man/man3/MPI_Comm_create_errhandler.3 man page...
Creating mpi/man/man3/MPI_Comm_create_keyval.3 man page...
Creating mpi/man/man3/MPI_Comm_delete_attr.3 man page...
Creating mpi/man/man3/MPI_Comm_disconnect.3 man page...
Creating mpi/man/man3/MPI_Comm_dup.3 man page...
Creating mpi/man/man3/MPI_Comm_f2c.3 man page...
Creating mpi/man/man3/MPI_Comm_free.3 man page...
Creating mpi/man/man3/MPI_Comm_free_keyval.3 man page...
Creating mpi/man/man3/MPI_Comm_get_attr.3 man page...
Creating mpi/man/man3/MPI_Comm_get_errhandler.3 man page...
Creating mpi/man/man3/MPI_Comm_get_name.3 man page...
Creating mpi/man/man3/MPI_Comm_get_parent.3 man page...
Creating mpi/man/man3/MPI_Comm_group.3 man page...
Creating mpi/man/man3/MPI_Comm_join.3 man page...
Creating mpi/man/man3/MPI_Comm_rank.3 man page...
Creating mpi/man/man3/MPI_Comm_remote_group.3 man page...
Creating mpi/man/man3/MPI_Comm_remote_size.3 man page...
Creating mpi/man/man3/MPI_Comm_set_attr.3 man page...
Creating mpi/man/man3/MPI_Comm_set_errhandler.3 man page...
Creating mpi/man/man3/MPI_Comm_set_name.3 man page...
Creating mpi/man/man3/MPI_Comm_size.3 man page...
Creating mpi/man/man3/MPI_Comm_spawn.3 man page...
Creating mpi/man/man3/MPI_Comm_spawn_multiple.3 man page...
Creating mpi/man/man3/MPI_Comm_split.3 man page...
Creating mpi/man/man3/MPI_Comm_test_inter.3 man page...
Creating mpi/man/man3/MPI_Dims_create.3 man page...
Creating mpi/man/man3/MPI_Errhandler_create.3 man page...
Creating mpi/man/man3/MPI_Errhandler_free.3 man page...
Creating mpi/man/man3/MPI_Errhandler_get.3 man page...
Creating mpi/man/man3/MPI_Errhandler_set.3 man page...
Creating mpi/man/man3/MPI_Error_class.3 man page...
Creating mpi/man/man3/MPI_Error_string.3 man page...
Creating mpi/man/man3/MPI_Exscan.3 man page...
Creating mpi/man/man3/MPI_File_c2f.3 man page...
Creating mpi/man/man3/MPI_File_call_errhandler.3 man page...
Creating mpi/man/man3/MPI_File_close.3 man page...
Creating mpi/man/man3/MPI_File_create_errhandler.3 man page...
Creating mpi/man/man3/MPI_File_delete.3 man page...
Creating mpi/man/man3/MPI_File_f2c.3 man page...
Creating mpi/man/man3/MPI_File_get_amode.3 man page...
Creating mpi/man/man3/MPI_File_get_atomicity.3 man page...
Creating mpi/man/man3/MPI_File_get_byte_offset.3 man page...
Creating mpi/man/man3/MPI_File_get_errhandler.3 man page...
Creating mpi/man/man3/MPI_File_get_group.3 man page...
Creating mpi/man/man3/MPI_File_get_info.3 man page...
Creating mpi/man/man3/MPI_File_get_position.3 man page...
Creating mpi/man/man3/MPI_File_get_position_shared.3 man page...
Creating mpi/man/man3/MPI_File_get_size.3 man page...
Creating mpi/man/man3/MPI_File_get_type_extent.3 man page...
Creating mpi/man/man3/MPI_File_get_view.3 man page...
Creating mpi/man/man3/MPI_File_iread.3 man page...
Creating mpi/man/man3/MPI_File_iread_at.3 man page...
Creating mpi/man/man3/MPI_File_iread_shared.3 man page...
Creating mpi/man/man3/MPI_File_iwrite.3 man page...
Creating mpi/man/man3/MPI_File_iwrite_at.3 man page...
Creating mpi/man/man3/MPI_File_iwrite_shared.3 man page...
Creating mpi/man/man3/MPI_File_open.3 man page...
Creating mpi/man/man3/MPI_File_preallocate.3 man page...
Creating mpi/man/man3/MPI_File_read.3 man page...
Creating mpi/man/man3/MPI_File_read_all.3 man page...
Creating mpi/man/man3/MPI_File_read_all_begin.3 man page...
Creating mpi/man/man3/MPI_File_read_all_end.3 man page...
Creating mpi/man/man3/MPI_File_read_at.3 man page...
Creating mpi/man/man3/MPI_File_read_at_all.3 man page...
Creating mpi/man/man3/MPI_File_read_at_all_begin.3 man page...
Creating mpi/man/man3/MPI_File_read_at_all_end.3 man page...
Creating mpi/man/man3/MPI_File_read_ordered.3 man page...
Creating mpi/man/man3/MPI_File_read_ordered_begin.3 man page...
Creating mpi/man/man3/MPI_File_read_ordered_end.3 man page...
Creating mpi/man/man3/MPI_File_read_shared.3 man page...
Creating mpi/man/man3/MPI_File_seek.3 man page...
Creating mpi/man/man3/MPI_File_seek_shared.3 man page...
Creating mpi/man/man3/MPI_File_set_atomicity.3 man page...
Creating mpi/man/man3/MPI_File_set_errhandler.3 man page...
Creating mpi/man/man3/MPI_File_set_info.3 man page...
Creating mpi/man/man3/MPI_File_set_size.3 man page...
Creating mpi/man/man3/MPI_File_set_view.3 man page...
Creating mpi/man/man3/MPI_File_sync.3 man page...
Creating mpi/man/man3/MPI_File_write.3 man page...
Creating mpi/man/man3/MPI_File_write_all.3 man page...
Creating mpi/man/man3/MPI_File_write_all_begin.3 man page...
Creating mpi/man/man3/MPI_File_write_all_end.3 man page...
Creating mpi/man/man3/MPI_File_write_at.3 man page...
Creating mpi/man/man3/MPI_File_write_at_all.3 man page...
Creating mpi/man/man3/MPI_File_write_at_all_begin.3 man page...
Creating mpi/man/man3/MPI_File_write_at_all_end.3 man page...
Creating mpi/man/man3/MPI_File_write_ordered.3 man page...
Creating mpi/man/man3/MPI_File_write_ordered_begin.3 man page...
Creating mpi/man/man3/MPI_File_write_ordered_end.3 man page...
Creating mpi/man/man3/MPI_File_write_shared.3 man page...
Creating mpi/man/man3/MPI_Finalize.3 man page...
Creating mpi/man/man3/MPI_Finalized.3 man page...
Creating mpi/man/man3/MPI_Free_mem.3 man page...
Creating mpi/man/man3/MPI_Gather.3 man page...
Creating mpi/man/man3/MPI_Gatherv.3 man page...
Creating mpi/man/man3/MPI_Get.3 man page...
Creating mpi/man/man3/MPI_Get_address.3 man page...
Creating mpi/man/man3/MPI_Get_count.3 man page...
Creating mpi/man/man3/MPI_Get_elements.3 man page...
Creating mpi/man/man3/MPI_Get_processor_name.3 man page...
Creating mpi/man/man3/MPI_Get_version.3 man page...
Creating mpi/man/man3/MPI_Graph_create.3 man page...
Creating mpi/man/man3/MPI_Graphdims_get.3 man page...
Creating mpi/man/man3/MPI_Graph_get.3 man page...
Creating mpi/man/man3/MPI_Graph_map.3 man page...
Creating mpi/man/man3/MPI_Graph_neighbors.3 man page...
Creating mpi/man/man3/MPI_Graph_neighbors_count.3 man page...
Creating mpi/man/man3/MPI_Grequest_complete.3 man page...
Creating mpi/man/man3/MPI_Grequest_start.3 man page...
Creating mpi/man/man3/MPI_Group_c2f.3 man page...
Creating mpi/man/man3/MPI_Group_compare.3 man page...
Creating mpi/man/man3/MPI_Group_difference.3 man page...
Creating mpi/man/man3/MPI_Group_excl.3 man page...
Creating mpi/man/man3/MPI_Group_f2c.3 man page...
Creating mpi/man/man3/MPI_Group_free.3 man page...
Creating mpi/man/man3/MPI_Group_incl.3 man page...
Creating mpi/man/man3/MPI_Group_intersection.3 man page...
Creating mpi/man/man3/MPI_Group_range_excl.3 man page...
Creating mpi/man/man3/MPI_Group_range_incl.3 man page...
Creating mpi/man/man3/MPI_Group_rank.3 man page...
Creating mpi/man/man3/MPI_Group_size.3 man page...
Creating mpi/man/man3/MPI_Group_translate_ranks.3 man page...
Creating mpi/man/man3/MPI_Group_union.3 man page...
Creating mpi/man/man3/MPI_Ibsend.3 man page...
Creating mpi/man/man3/MPI_Info_c2f.3 man page...
Creating mpi/man/man3/MPI_Info_create.3 man page...
Creating mpi/man/man3/MPI_Info_delete.3 man page...
Creating mpi/man/man3/MPI_Info_dup.3 man page...
Creating mpi/man/man3/MPI_Info_f2c.3 man page...
Creating mpi/man/man3/MPI_Info_free.3 man page...
Creating mpi/man/man3/MPI_Info_get.3 man page...
Creating mpi/man/man3/MPI_Info_get_nkeys.3 man page...
Creating mpi/man/man3/MPI_Info_get_nthkey.3 man page...
Creating mpi/man/man3/MPI_Info_get_valuelen.3 man page...
Creating mpi/man/man3/MPI_Info_set.3 man page...
Creating mpi/man/man3/MPI_Init.3 man page...
Creating mpi/man/man3/MPI_Initialized.3 man page...
Creating mpi/man/man3/MPI_Init_thread.3 man page...
Creating mpi/man/man3/MPI_Intercomm_create.3 man page...
Creating mpi/man/man3/MPI_Intercomm_merge.3 man page...
Creating mpi/man/man3/MPI_Iprobe.3 man page...
Creating mpi/man/man3/MPI_Irecv.3 man page...
Creating mpi/man/man3/MPI_Irsend.3 man page...
Creating mpi/man/man3/MPI_Isend.3 man page...
Creating mpi/man/man3/MPI_Issend.3 man page...
Creating mpi/man/man3/MPI_Is_thread_main.3 man page...
Creating mpi/man/man3/MPI_Keyval_create.3 man page...
Creating mpi/man/man3/MPI_Keyval_free.3 man page...
Creating mpi/man/man3/MPI_Lookup_name.3 man page...
Creating mpi/man/man3/MPI_Op_c2f.3 man page...
Creating mpi/man/man3/MPI_Op_create.3 man page...
Creating mpi/man/man3/MPI_Open_port.3 man page...
Creating mpi/man/man3/MPI_Op_f2c.3 man page...
Creating mpi/man/man3/MPI_Op_free.3 man page...
Creating mpi/man/man3/MPI_Pack.3 man page...
Creating mpi/man/man3/MPI_Pack_external.3 man page...
Creating mpi/man/man3/MPI_Pack_external_size.3 man page...
Creating mpi/man/man3/MPI_Pack_size.3 man page...
Creating mpi/man/man3/MPI_Pcontrol.3 man page...
Creating mpi/man/man3/MPI_Probe.3 man page...
Creating mpi/man/man3/MPI_Publish_name.3 man page...
Creating mpi/man/man3/MPI_Put.3 man page...
Creating mpi/man/man3/MPI_Query_thread.3 man page...
Creating mpi/man/man3/MPI_Recv.3 man page...
Creating mpi/man/man3/MPI_Recv_init.3 man page...
Creating mpi/man/man3/MPI_Reduce.3 man page...
Creating mpi/man/man3/MPI_Reduce_local.3 man page...
Creating mpi/man/man3/MPI_Reduce_scatter.3 man page...
Creating mpi/man/man3/MPI_Register_datarep.3 man page...
Creating mpi/man/man3/MPI_Request_c2f.3 man page...
Creating mpi/man/man3/MPI_Request_f2c.3 man page...
Creating mpi/man/man3/MPI_Request_free.3 man page...
Creating mpi/man/man3/MPI_Request_get_status.3 man page...
Creating mpi/man/man3/MPI_Rsend.3 man page...
Creating mpi/man/man3/MPI_Rsend_init.3 man page...
Creating mpi/man/man3/MPI_Scan.3 man page...
Creating mpi/man/man3/MPI_Scatter.3 man page...
Creating mpi/man/man3/MPI_Scatterv.3 man page...
Creating mpi/man/man3/MPI_Send.3 man page...
Creating mpi/man/man3/MPI_Send_init.3 man page...
Creating mpi/man/man3/MPI_Sendrecv.3 man page...
Creating mpi/man/man3/MPI_Sendrecv_replace.3 man page...
Creating mpi/man/man3/MPI_Sizeof.3 man page...
Creating mpi/man/man3/MPI_Ssend.3 man page...
Creating mpi/man/man3/MPI_Ssend_init.3 man page...
Creating mpi/man/man3/MPI_Start.3 man page...
Creating mpi/man/man3/MPI_Startall.3 man page...
Creating mpi/man/man3/MPI_Status_c2f.3 man page...
Creating mpi/man/man3/MPI_Status_f2c.3 man page...
Creating mpi/man/man3/MPI_Status_set_cancelled.3 man page...
Creating mpi/man/man3/MPI_Status_set_elements.3 man page...
Creating mpi/man/man3/MPI_Test.3 man page...
Creating mpi/man/man3/MPI_Testall.3 man page...
Creating mpi/man/man3/MPI_Testany.3 man page...
Creating mpi/man/man3/MPI_Test_cancelled.3 man page...
Creating mpi/man/man3/MPI_Testsome.3 man page...
Creating mpi/man/man3/MPI_Topo_test.3 man page...
Creating mpi/man/man3/MPI_Type_c2f.3 man page...
Creating mpi/man/man3/MPI_Type_commit.3 man page...
Creating mpi/man/man3/MPI_Type_contiguous.3 man page...
Creating mpi/man/man3/MPI_Type_create_darray.3 man page...
Creating mpi/man/man3/MPI_Type_create_f90_complex.3 man page...
Creating mpi/man/man3/MPI_Type_create_f90_integer.3 man page...
Creating mpi/man/man3/MPI_Type_create_f90_real.3 man page...
Creating mpi/man/man3/MPI_Type_create_hindexed.3 man page...
Creating mpi/man/man3/MPI_Type_create_hvector.3 man page...
Creating mpi/man/man3/MPI_Type_create_indexed_block.3 man page...
Creating mpi/man/man3/MPI_Type_create_keyval.3 man page...
Creating mpi/man/man3/MPI_Type_create_resized.3 man page...
Creating mpi/man/man3/MPI_Type_create_struct.3 man page...
Creating mpi/man/man3/MPI_Type_create_subarray.3 man page...
Creating mpi/man/man3/MPI_Type_delete_attr.3 man page...
Creating mpi/man/man3/MPI_Type_dup.3 man page...
Creating mpi/man/man3/MPI_Type_extent.3 man page...
Creating mpi/man/man3/MPI_Type_f2c.3 man page...
Creating mpi/man/man3/MPI_Type_free.3 man page...
Creating mpi/man/man3/MPI_Type_free_keyval.3 man page...
Creating mpi/man/man3/MPI_Type_get_attr.3 man page...
Creating mpi/man/man3/MPI_Type_get_contents.3 man page...
Creating mpi/man/man3/MPI_Type_get_envelope.3 man page...
Creating mpi/man/man3/MPI_Type_get_extent.3 man page...
Creating mpi/man/man3/MPI_Type_get_name.3 man page...
Creating mpi/man/man3/MPI_Type_get_true_extent.3 man page...
Creating mpi/man/man3/MPI_Type_hindexed.3 man page...
Creating mpi/man/man3/MPI_Type_hvector.3 man page...
Creating mpi/man/man3/MPI_Type_indexed.3 man page...
Creating mpi/man/man3/MPI_Type_lb.3 man page...
Creating mpi/man/man3/MPI_Type_match_size.3 man page...
Creating mpi/man/man3/MPI_Type_set_attr.3 man page...
Creating mpi/man/man3/MPI_Type_set_name.3 man page...
Creating mpi/man/man3/MPI_Type_size.3 man page...
Creating mpi/man/man3/MPI_Type_struct.3 man page...
Creating mpi/man/man3/MPI_Type_ub.3 man page...
Creating mpi/man/man3/MPI_Type_vector.3 man page...
Creating mpi/man/man3/MPI_Unpack.3 man page...
Creating mpi/man/man3/MPI_Unpack_external.3 man page...
Creating mpi/man/man3/MPI_Unpublish_name.3 man page...
Creating mpi/man/man3/MPI_Wait.3 man page...
Creating mpi/man/man3/MPI_Waitall.3 man page...
Creating mpi/man/man3/MPI_Waitany.3 man page...
Creating mpi/man/man3/MPI_Waitsome.3 man page...
Creating mpi/man/man3/MPI_Win_c2f.3 man page...
Creating mpi/man/man3/MPI_Win_call_errhandler.3 man page...
Creating mpi/man/man3/MPI_Win_complete.3 man page...
Creating mpi/man/man3/MPI_Win_create.3 man page...
Creating mpi/man/man3/MPI_Win_create_errhandler.3 man page...
Creating mpi/man/man3/MPI_Win_create_keyval.3 man page...
Creating mpi/man/man3/MPI_Win_delete_attr.3 man page...
Creating mpi/man/man3/MPI_Win_f2c.3 man page...
Creating mpi/man/man3/MPI_Win_fence.3 man page...
Creating mpi/man/man3/MPI_Win_free.3 man page...
Creating mpi/man/man3/MPI_Win_free_keyval.3 man page...
Creating mpi/man/man3/MPI_Win_get_attr.3 man page...
Creating mpi/man/man3/MPI_Win_get_errhandler.3 man page...
Creating mpi/man/man3/MPI_Win_get_group.3 man page...
Creating mpi/man/man3/MPI_Win_get_name.3 man page...
Creating mpi/man/man3/MPI_Win_lock.3 man page...
Creating mpi/man/man3/MPI_Win_post.3 man page...
Creating mpi/man/man3/MPI_Win_set_attr.3 man page...
Creating mpi/man/man3/MPI_Win_set_errhandler.3 man page...
Creating mpi/man/man3/MPI_Win_set_name.3 man page...
Creating mpi/man/man3/MPI_Win_start.3 man page...
Creating mpi/man/man3/MPI_Win_test.3 man page...
Creating mpi/man/man3/MPI_Win_unlock.3 man page...
Creating mpi/man/man3/MPI_Win_wait.3 man page...
Creating mpi/man/man3/MPI_Wtick.3 man page...
Creating mpi/man/man3/MPI_Wtime.3 man page...
Creating mpi/man/man3/OpenMPI.3 man page...
Making all in mpi/cxx
make[2]: Nothing to be done for `all'.
Making all in mpi/f77
Making all in profile
  CC     pabort_f.lo
  CC     padd_error_class_f.lo
  CC     padd_error_code_f.lo
  CC     padd_error_string_f.lo
  CC     paddress_f.lo
  CC     pallgather_f.lo
  CC     pallgatherv_f.lo
  CC     palloc_mem_f.lo
  CC     pallreduce_f.lo
  CC     palltoall_f.lo
  CC     palltoallv_f.lo
  CC     palltoallw_f.lo
  CC     pattr_delete_f.lo
  CC     pattr_get_f.lo
  CC     pattr_put_f.lo
  CC     pbarrier_f.lo
  CC     pbcast_f.lo
  CC     pbsend_f.lo
  CC     pbsend_init_f.lo
  CC     pbuffer_attach_f.lo
  CC     pbuffer_detach_f.lo
  CC     pcancel_f.lo
  CC     pcart_coords_f.lo
  CC     pcart_create_f.lo
  CC     pcartdim_get_f.lo
  CC     pcart_get_f.lo
  CC     pcart_map_f.lo
  CC     pcart_rank_f.lo
  CC     pcart_shift_f.lo
  CC     pcart_sub_f.lo
  CC     pclose_port_f.lo
  CC     pcomm_accept_f.lo
  CC     pcomm_call_errhandler_f.lo
  CC     pcomm_compare_f.lo
  CC     pcomm_connect_f.lo
  CC     pcomm_create_errhandler_f.lo
  CC     pcomm_create_f.lo
  CC     pcomm_create_keyval_f.lo
  CC     pcomm_delete_attr_f.lo
  CC     pcomm_disconnect_f.lo
  CC     pcomm_dup_f.lo
  CC     pcomm_free_f.lo
  CC     pcomm_free_keyval_f.lo
  CC     pcomm_get_attr_f.lo
  CC     pcomm_get_errhandler_f.lo
  CC     pcomm_get_name_f.lo
  CC     pcomm_get_parent_f.lo
  CC     pcomm_group_f.lo
  CC     pcomm_join_f.lo
  CC     pcomm_rank_f.lo
  CC     pcomm_remote_group_f.lo
  CC     pcomm_remote_size_f.lo
  CC     pcomm_set_attr_f.lo
  CC     pcomm_set_errhandler_f.lo
  CC     pcomm_set_name_f.lo
  CC     pcomm_size_f.lo
  CC     pcomm_spawn_f.lo
  CC     pcomm_spawn_multiple_f.lo
  CC     pcomm_split_f.lo
  CC     pcomm_test_inter_f.lo
  CC     pdims_create_f.lo
  CC     perrhandler_create_f.lo
  CC     perrhandler_free_f.lo
  CC     perrhandler_get_f.lo
  CC     perrhandler_set_f.lo
  CC     perror_class_f.lo
  CC     perror_string_f.lo
  CC     pexscan_f.lo
  CC     pfinalized_f.lo
  CC     pfinalize_f.lo
  CC     pfree_mem_f.lo
  CC     pgather_f.lo
  CC     pgatherv_f.lo
  CC     pget_address_f.lo
  CC     pget_count_f.lo
  CC     pget_elements_f.lo
  CC     pget_processor_name_f.lo
  CC     pget_version_f.lo
  CC     pgraph_create_f.lo
  CC     pgraphdims_get_f.lo
  CC     pgraph_get_f.lo
  CC     pgraph_map_f.lo
  CC     pgraph_neighbors_count_f.lo
  CC     pgraph_neighbors_f.lo
  CC     pgrequest_complete_f.lo
  CC     pgrequest_start_f.lo
  CC     pgroup_compare_f.lo
  CC     pgroup_difference_f.lo
  CC     pgroup_excl_f.lo
  CC     pgroup_free_f.lo
  CC     pgroup_incl_f.lo
  CC     pgroup_intersection_f.lo
  CC     pgroup_range_excl_f.lo
  CC     pgroup_range_incl_f.lo
  CC     pgroup_rank_f.lo
  CC     pgroup_size_f.lo
  CC     pgroup_translate_ranks_f.lo
  CC     pgroup_union_f.lo
  CC     pibsend_f.lo
  CC     pinfo_create_f.lo
  CC     pinfo_delete_f.lo
  CC     pinfo_dup_f.lo
  CC     pinfo_free_f.lo
  CC     pinfo_get_f.lo
  CC     pinfo_get_nkeys_f.lo
  CC     pinfo_get_nthkey_f.lo
  CC     pinfo_get_valuelen_f.lo
  CC     pinfo_set_f.lo
  CC     pinit_f.lo
  CC     pinitialized_f.lo
  CC     pinit_thread_f.lo
  CC     pintercomm_create_f.lo
  CC     pintercomm_merge_f.lo
  CC     piprobe_f.lo
  CC     pirecv_f.lo
  CC     pirsend_f.lo
  CC     pisend_f.lo
  CC     pissend_f.lo
  CC     pis_thread_main_f.lo
  CC     pkeyval_create_f.lo
  CC     pkeyval_free_f.lo
  CC     plookup_name_f.lo
  CC     pop_create_f.lo
  CC     popen_port_f.lo
  CC     pop_free_f.lo
  CC     ppack_external_f.lo
  CC     ppack_external_size_f.lo
  CC     ppack_f.lo
  CC     ppack_size_f.lo
  CC     ppcontrol_f.lo
  CC     pprobe_f.lo
  CC     ppublish_name_f.lo
  CC     pquery_thread_f.lo
  CC     precv_f.lo
  CC     precv_init_f.lo
  CC     preduce_f.lo
  CC     preduce_local_f.lo
  CC     preduce_scatter_f.lo
  CC     prequest_free_f.lo
  CC     prequest_get_status_f.lo
  CC     prsend_f.lo
  CC     prsend_init_f.lo
  CC     pscan_f.lo
  CC     pscatter_f.lo
  CC     pscatterv_f.lo
  CC     psend_f.lo
  CC     psend_init_f.lo
  CC     psendrecv_f.lo
  CC     psendrecv_replace_f.lo
  CC     pssend_f.lo
  CC     pssend_init_f.lo
  CC     pstartall_f.lo
  CC     pstart_f.lo
  CC     pstatus_set_cancelled_f.lo
  CC     pstatus_set_elements_f.lo
  CC     ptestall_f.lo
  CC     ptestany_f.lo
  CC     ptest_cancelled_f.lo
  CC     ptest_f.lo
  CC     ptestsome_f.lo
  CC     ptopo_test_f.lo
  CC     ptype_commit_f.lo
  CC     ptype_contiguous_f.lo
  CC     ptype_create_darray_f.lo
  CC     ptype_create_f90_complex_f.lo
  CC     ptype_create_f90_integer_f.lo
  CC     ptype_create_f90_real_f.lo
  CC     ptype_create_hindexed_f.lo
  CC     ptype_create_hvector_f.lo
  CC     ptype_create_indexed_block_f.lo
  CC     ptype_create_keyval_f.lo
  CC     ptype_create_resized_f.lo
  CC     ptype_create_struct_f.lo
  CC     ptype_create_subarray_f.lo
  CC     ptype_delete_attr_f.lo
  CC     ptype_dup_f.lo
  CC     ptype_extent_f.lo
  CC     ptype_free_f.lo
  CC     ptype_free_keyval_f.lo
  CC     ptype_get_attr_f.lo
  CC     ptype_get_contents_f.lo
  CC     ptype_get_envelope_f.lo
  CC     ptype_get_extent_f.lo
  CC     ptype_get_name_f.lo
  CC     ptype_get_true_extent_f.lo
  CC     ptype_hindexed_f.lo
  CC     ptype_hvector_f.lo
  CC     ptype_indexed_f.lo
  CC     ptype_lb_f.lo
  CC     ptype_match_size_f.lo
  CC     ptype_set_attr_f.lo
  CC     ptype_set_name_f.lo
  CC     ptype_size_f.lo
  CC     ptype_struct_f.lo
  CC     ptype_ub_f.lo
  CC     ptype_vector_f.lo
  CC     punpack_external_f.lo
  CC     punpack_f.lo
  CC     punpublish_name_f.lo
  CC     pwaitall_f.lo
  CC     pwaitany_f.lo
  CC     pwait_f.lo
  CC     pwaitsome_f.lo
  CC     pwtick_f.lo
  CC     pwtime_f.lo
  CC     paccumulate_f.lo
  CC     pget_f.lo
  CC     pput_f.lo
  CC     pwin_call_errhandler_f.lo
  CC     pwin_complete_f.lo
  CC     pwin_create_errhandler_f.lo
  CC     pwin_create_f.lo
  CC     pwin_create_keyval_f.lo
  CC     pwin_delete_attr_f.lo
  CC     pwin_fence_f.lo
  CC     pwin_free_f.lo
  CC     pwin_free_keyval_f.lo
  CC     pwin_get_attr_f.lo
  CC     pwin_get_errhandler_f.lo
  CC     pwin_get_group_f.lo
  CC     pwin_get_name_f.lo
  CC     pwin_lock_f.lo
  CC     pwin_post_f.lo
  CC     pwin_set_attr_f.lo
  CC     pwin_set_errhandler_f.lo
  CC     pwin_set_name_f.lo
  CC     pwin_start_f.lo
  CC     pwin_test_f.lo
  CC     pwin_unlock_f.lo
  CC     pwin_wait_f.lo
  CC     pfile_call_errhandler_f.lo
  CC     pfile_close_f.lo
  CC     pfile_create_errhandler_f.lo
  CC     pfile_delete_f.lo
  CC     pfile_get_amode_f.lo
  CC     pfile_get_atomicity_f.lo
  CC     pfile_get_byte_offset_f.lo
  CC     pfile_get_errhandler_f.lo
  CC     pfile_get_group_f.lo
  CC     pfile_get_info_f.lo
  CC     pfile_get_position_f.lo
  CC     pfile_get_position_shared_f.lo
  CC     pfile_get_size_f.lo
  CC     pfile_get_type_extent_f.lo
  CC     pfile_get_view_f.lo
  CC     pfile_iread_at_f.lo
  CC     pfile_iread_f.lo
  CC     pfile_iread_shared_f.lo
  CC     pfile_iwrite_at_f.lo
  CC     pfile_iwrite_f.lo
  CC     pfile_iwrite_shared_f.lo
  CC     pfile_open_f.lo
  CC     pfile_preallocate_f.lo
  CC     pfile_read_all_begin_f.lo
  CC     pfile_read_all_end_f.lo
  CC     pfile_read_all_f.lo
  CC     pfile_read_at_all_begin_f.lo
  CC     pfile_read_at_all_end_f.lo
  CC     pfile_read_at_all_f.lo
  CC     pfile_read_at_f.lo
  CC     pfile_read_f.lo
  CC     pfile_read_ordered_begin_f.lo
  CC     pfile_read_ordered_end_f.lo
  CC     pfile_read_ordered_f.lo
  CC     pfile_read_shared_f.lo
  CC     pfile_seek_f.lo
  CC     pfile_seek_shared_f.lo
  CC     pfile_set_atomicity_f.lo
  CC     pfile_set_errhandler_f.lo
  CC     pfile_set_info_f.lo
  CC     pfile_set_size_f.lo
  CC     pfile_set_view_f.lo
  CC     pfile_sync_f.lo
  CC     pfile_write_all_begin_f.lo
  CC     pfile_write_all_end_f.lo
  CC     pfile_write_all_f.lo
  CC     pfile_write_at_all_begin_f.lo
  CC     pfile_write_at_all_end_f.lo
  CC     pfile_write_at_all_f.lo
  CC     pfile_write_at_f.lo
  CC     pfile_write_f.lo
  CC     pfile_write_ordered_begin_f.lo
  CC     pfile_write_ordered_end_f.lo
  CC     pfile_write_ordered_f.lo
  CC     pfile_write_shared_f.lo
  CC     pregister_datarep_f.lo
  CCLD   libmpi_f77_pmpi.la
  CC     abort_f.lo
  CC     add_error_class_f.lo
  CC     add_error_code_f.lo
  CC     add_error_string_f.lo
  CC     address_f.lo
  CC     allgather_f.lo
  CC     allgatherv_f.lo
  CC     alloc_mem_f.lo
  CC     allreduce_f.lo
  CC     alltoall_f.lo
  CC     alltoallv_f.lo
  CC     alltoallw_f.lo
  CC     attr_delete_f.lo
  CC     attr_get_f.lo
  CC     attr_put_f.lo
  CC     barrier_f.lo
  CC     bcast_f.lo
  CC     bsend_f.lo
  CC     bsend_init_f.lo
  CC     buffer_attach_f.lo
  CC     buffer_detach_f.lo
  CC     cancel_f.lo
  CC     cart_coords_f.lo
  CC     cart_create_f.lo
  CC     cartdim_get_f.lo
  CC     cart_get_f.lo
  CC     cart_map_f.lo
  CC     cart_rank_f.lo
  CC     cart_shift_f.lo
  CC     cart_sub_f.lo
  CC     close_port_f.lo
  CC     comm_accept_f.lo
  CC     comm_call_errhandler_f.lo
  CC     comm_compare_f.lo
  CC     comm_connect_f.lo
  CC     comm_create_errhandler_f.lo
  CC     comm_create_f.lo
  CC     comm_create_keyval_f.lo
  CC     comm_delete_attr_f.lo
  CC     comm_disconnect_f.lo
  CC     comm_dup_f.lo
  CC     comm_free_f.lo
  CC     comm_free_keyval_f.lo
  CC     comm_get_attr_f.lo
  CC     comm_get_errhandler_f.lo
  CC     comm_get_name_f.lo
  CC     comm_get_parent_f.lo
  CC     comm_group_f.lo
  CC     comm_join_f.lo
  CC     comm_rank_f.lo
  CC     comm_remote_group_f.lo
  CC     comm_remote_size_f.lo
  CC     comm_set_attr_f.lo
  CC     comm_set_errhandler_f.lo
  CC     comm_set_name_f.lo
  CC     comm_size_f.lo
  CC     comm_spawn_f.lo
  CC     comm_spawn_multiple_f.lo
  CC     comm_split_f.lo
  CC     comm_test_inter_f.lo
  CC     dims_create_f.lo
  CC     errhandler_create_f.lo
  CC     errhandler_free_f.lo
  CC     errhandler_get_f.lo
  CC     errhandler_set_f.lo
  CC     error_class_f.lo
  CC     error_string_f.lo
  CC     exscan_f.lo
  CC     finalized_f.lo
  CC     finalize_f.lo
  CC     free_mem_f.lo
  CC     gather_f.lo
  CC     gatherv_f.lo
  CC     get_address_f.lo
  CC     get_count_f.lo
  CC     get_elements_f.lo
  CC     get_processor_name_f.lo
  CC     get_version_f.lo
  CC     graph_create_f.lo
  CC     graphdims_get_f.lo
  CC     graph_get_f.lo
  CC     graph_map_f.lo
  CC     graph_neighbors_count_f.lo
  CC     graph_neighbors_f.lo
  CC     grequest_complete_f.lo
  CC     grequest_start_f.lo
  CC     group_compare_f.lo
  CC     group_difference_f.lo
  CC     group_excl_f.lo
  CC     group_free_f.lo
  CC     group_incl_f.lo
  CC     group_intersection_f.lo
  CC     group_range_excl_f.lo
  CC     group_range_incl_f.lo
  CC     group_rank_f.lo
  CC     group_size_f.lo
  CC     group_translate_ranks_f.lo
  CC     group_union_f.lo
  CC     ibsend_f.lo
  CC     info_create_f.lo
  CC     info_delete_f.lo
  CC     info_dup_f.lo
  CC     info_free_f.lo
  CC     info_get_f.lo
  CC     info_get_nkeys_f.lo
  CC     info_get_nthkey_f.lo
  CC     info_get_valuelen_f.lo
  CC     info_set_f.lo
  CC     init_f.lo
  CC     initialized_f.lo
  CC     init_thread_f.lo
  CC     intercomm_create_f.lo
  CC     intercomm_merge_f.lo
  CC     iprobe_f.lo
  CC     irecv_f.lo
  CC     irsend_f.lo
  CC     isend_f.lo
  CC     issend_f.lo
  CC     is_thread_main_f.lo
  CC     keyval_create_f.lo
  CC     keyval_free_f.lo
  CC     lookup_name_f.lo
  CC     op_commutative_f.lo
  CC     op_create_f.lo
  CC     open_port_f.lo
  CC     op_free_f.lo
  CC     pack_external_f.lo
  CC     pack_external_size_f.lo
  CC     pack_f.lo
  CC     pack_size_f.lo
  CC     pcontrol_f.lo
  CC     probe_f.lo
  CC     publish_name_f.lo
  CC     query_thread_f.lo
  CC     recv_f.lo
  CC     recv_init_f.lo
  CC     reduce_f.lo
  CC     reduce_local_f.lo
  CC     reduce_scatter_f.lo
  CC     request_free_f.lo
  CC     request_get_status_f.lo
  CC     rsend_f.lo
  CC     rsend_init_f.lo
  CC     scan_f.lo
  CC     scatter_f.lo
  CC     scatterv_f.lo
  CC     send_f.lo
  CC     send_init_f.lo
  CC     sendrecv_f.lo
  CC     sendrecv_replace_f.lo
  CC     ssend_f.lo
  CC     ssend_init_f.lo
  CC     startall_f.lo
  CC     start_f.lo
  CC     status_set_cancelled_f.lo
  CC     status_set_elements_f.lo
  CC     testall_f.lo
  CC     testany_f.lo
  CC     test_cancelled_f.lo
  CC     test_f.lo
  CC     testsome_f.lo
  CC     topo_test_f.lo
  CC     type_commit_f.lo
  CC     type_contiguous_f.lo
  CC     type_create_darray_f.lo
  CC     type_create_f90_complex_f.lo
  CC     type_create_f90_integer_f.lo
  CC     type_create_f90_real_f.lo
  CC     type_create_hindexed_f.lo
  CC     type_create_hvector_f.lo
  CC     type_create_indexed_block_f.lo
  CC     type_create_keyval_f.lo
  CC     type_create_resized_f.lo
  CC     type_create_struct_f.lo
  CC     type_create_subarray_f.lo
  CC     type_delete_attr_f.lo
  CC     type_dup_f.lo
  CC     type_extent_f.lo
  CC     type_free_f.lo
  CC     type_free_keyval_f.lo
  CC     type_get_attr_f.lo
  CC     type_get_contents_f.lo
  CC     type_get_envelope_f.lo
  CC     type_get_extent_f.lo
  CC     type_get_name_f.lo
  CC     type_get_true_extent_f.lo
  CC     type_hindexed_f.lo
  CC     type_hvector_f.lo
  CC     type_indexed_f.lo
  CC     type_lb_f.lo
  CC     type_match_size_f.lo
  CC     type_set_attr_f.lo
  CC     type_set_name_f.lo
  CC     type_size_f.lo
  CC     type_struct_f.lo
  CC     type_ub_f.lo
  CC     type_vector_f.lo
  CC     unpack_external_f.lo
  CC     unpack_f.lo
  CC     unpublish_name_f.lo
  CC     waitall_f.lo
  CC     waitany_f.lo
  CC     wait_f.lo
  CC     waitsome_f.lo
  CC     wtick_f.lo
  CC     wtime_f.lo
  CC     accumulate_f.lo
  CC     get_f.lo
  CC     put_f.lo
  CC     win_call_errhandler_f.lo
  CC     win_complete_f.lo
  CC     win_create_errhandler_f.lo
  CC     win_create_f.lo
  CC     win_create_keyval_f.lo
  CC     win_delete_attr_f.lo
  CC     win_fence_f.lo
  CC     win_free_f.lo
  CC     win_free_keyval_f.lo
  CC     win_get_attr_f.lo
  CC     win_get_errhandler_f.lo
  CC     win_get_group_f.lo
  CC     win_get_name_f.lo
  CC     win_lock_f.lo
  CC     win_post_f.lo
  CC     win_set_attr_f.lo
  CC     win_set_errhandler_f.lo
  CC     win_set_name_f.lo
  CC     win_start_f.lo
  CC     win_test_f.lo
  CC     win_unlock_f.lo
  CC     win_wait_f.lo
  CC     file_call_errhandler_f.lo
  CC     file_close_f.lo
  CC     file_create_errhandler_f.lo
  CC     file_delete_f.lo
  CC     file_get_amode_f.lo
  CC     file_get_atomicity_f.lo
  CC     file_get_byte_offset_f.lo
  CC     file_get_errhandler_f.lo
  CC     file_get_group_f.lo
  CC     file_get_info_f.lo
  CC     file_get_position_f.lo
  CC     file_get_position_shared_f.lo
  CC     file_get_size_f.lo
  CC     file_get_type_extent_f.lo
  CC     file_get_view_f.lo
  CC     file_iread_at_f.lo
  CC     file_iread_f.lo
  CC     file_iread_shared_f.lo
  CC     file_iwrite_at_f.lo
  CC     file_iwrite_f.lo
  CC     file_iwrite_shared_f.lo
  CC     file_open_f.lo
  CC     file_preallocate_f.lo
  CC     file_read_all_begin_f.lo
  CC     file_read_all_end_f.lo
  CC     file_read_all_f.lo
  CC     file_read_at_all_begin_f.lo
  CC     file_read_at_all_end_f.lo
  CC     file_read_at_all_f.lo
  CC     file_read_at_f.lo
  CC     file_read_f.lo
  CC     file_read_ordered_begin_f.lo
  CC     file_read_ordered_end_f.lo
  CC     file_read_ordered_f.lo
  CC     file_read_shared_f.lo
  CC     file_seek_f.lo
  CC     file_seek_shared_f.lo
  CC     file_set_atomicity_f.lo
  CC     file_set_errhandler_f.lo
  CC     file_set_info_f.lo
  CC     file_set_size_f.lo
  CC     file_set_view_f.lo
  CC     file_sync_f.lo
  CC     file_write_all_begin_f.lo
  CC     file_write_all_end_f.lo
  CC     file_write_all_f.lo
  CC     file_write_at_all_begin_f.lo
  CC     file_write_at_all_end_f.lo
  CC     file_write_at_all_f.lo
  CC     file_write_at_f.lo
  CC     file_write_f.lo
  CC     file_write_ordered_begin_f.lo
  CC     file_write_ordered_end_f.lo
  CC     file_write_ordered_f.lo
  CC     file_write_shared_f.lo
  CC     register_datarep_f.lo
  CCLD   libmpi_f77.la
Making all in mpi/f90
/Users/reemalraddadi/Desktop/openmpi-1.6.1/ompi/mpi/f90/scripts/mpi-f90-interfaces.h.sh
 /Users/reemalraddadi/openmpi-install/ompi/mpi/f90 > mpi-f90-interfaces.h
make  all-recursive
Making all in scripts
make[4]: Nothing to be done for `all'.
  FC     mpi.lo
/Users/reemalraddadi/Desktop/openmpi-1.6.1/ompi/mpi/f90/scripts/mpi_sizeof.f90.sh
 /Users/reemalraddadi/openmpi-install/ompi/mpi/f90 > mpi_sizeof.f90
  FC     mpi_sizeof.lo
/Users/reemalraddadi/Desktop/openmpi-1.6.1/ompi/mpi/f90/scripts/mpi_comm_spawn_multiple_f90.f90.sh
 /Users/reemalraddadi/openmpi-install/ompi/mpi/f90 > 
mpi_comm_spawn_multiple_f90.f90
  FC     mpi_comm_spawn_multiple_f90.lo
/Users/reemalraddadi/Desktop/openmpi-1.6.1/ompi/mpi/f90/scripts/mpi_testall_f90.f90.sh
 /Users/reemalraddadi/openmpi-install/ompi/mpi/f90 > mpi_testall_f90.f90
  FC     mpi_testall_f90.lo
/Users/reemalraddadi/Desktop/openmpi-1.6.1/ompi/mpi/f90/scripts/mpi_testsome_f90.f90.sh
 /Users/reemalraddadi/openmpi-install/ompi/mpi/f90 > mpi_testsome_f90.f90
  FC     mpi_testsome_f90.lo
/Users/reemalraddadi/Desktop/openmpi-1.6.1/ompi/mpi/f90/scripts/mpi_waitall_f90.f90.sh
 /Users/reemalraddadi/openmpi-install/ompi/mpi/f90 > mpi_waitall_f90.f90
  FC     mpi_waitall_f90.lo
/Users/reemalraddadi/Desktop/openmpi-1.6.1/ompi/mpi/f90/scripts/mpi_waitsome_f90.f90.sh
 /Users/reemalraddadi/openmpi-install/ompi/mpi/f90 > mpi_waitsome_f90.f90
  FC     mpi_waitsome_f90.lo
/Users/reemalraddadi/Desktop/openmpi-1.6.1/ompi/mpi/f90/scripts/mpi_wtick_f90.f90.sh
 /Users/reemalraddadi/openmpi-install/ompi/mpi/f90 > mpi_wtick_f90.f90
  FC     mpi_wtick_f90.lo
/Users/reemalraddadi/Desktop/openmpi-1.6.1/ompi/mpi/f90/scripts/mpi_wtime_f90.f90.sh
 /Users/reemalraddadi/openmpi-install/ompi/mpi/f90 > mpi_wtime_f90.f90
  FC     mpi_wtime_f90.lo
  FCLD   libmpi_f90.la
Making all in mca/common/sm
  CC     common_sm_rml.lo
  CC     common_sm.lo
  CCLD   libmca_common_sm.la
if test -z "libmca_common_sm.la"; then \
          rm -f "libmca_common_sm.la"; \
          ln -s "libmca_common_sm_noinst.la" "libmca_common_sm.la"; \
        fi
Making all in mca/allocator/basic
  CC     allocator_basic.lo
  CCLD   mca_allocator_basic.la
Making all in mca/allocator/bucket
  CC     allocator_bucket.lo
  CC     allocator_bucket_alloc.lo
  CCLD   mca_allocator_bucket.la
Making all in mca/bml/r2
  CC     bml_r2.lo
  CC     bml_r2_component.lo
  CC     bml_r2_ft.lo
  CCLD   mca_bml_r2.la
Making all in mca/btl/self
  CC     btl_self.lo
  CC     btl_self_component.lo
  CC     btl_self_frag.lo
  CCLD   mca_btl_self.la
Making all in mca/btl/sm
  CC     mca_btl_sm_la-btl_sm.lo
  CC     mca_btl_sm_la-btl_sm_component.lo
  CC     mca_btl_sm_la-btl_sm_frag.lo
  CCLD   mca_btl_sm.la
Making all in mca/btl/tcp
  CC     btl_tcp.lo
  CC     btl_tcp_component.lo
  CC     btl_tcp_endpoint.lo
  CC     btl_tcp_frag.lo
  CC     btl_tcp_proc.lo
  CC     btl_tcp_ft.lo
  CCLD   mca_btl_tcp.la
Making all in mca/coll/basic
  CC     coll_basic_allgather.lo
  CC     coll_basic_allgatherv.lo
  CC     coll_basic_allreduce.lo
  CC     coll_basic_alltoall.lo
  CC     coll_basic_alltoallv.lo
  CC     coll_basic_alltoallw.lo
  CC     coll_basic_barrier.lo
  CC     coll_basic_bcast.lo
  CC     coll_basic_component.lo
  CC     coll_basic_gather.lo
  CC     coll_basic_gatherv.lo
  CC     coll_basic_module.lo
  CC     coll_basic_reduce.lo
  CC     coll_basic_reduce_scatter.lo
  CC     coll_basic_scan.lo
  CC     coll_basic_exscan.lo
  CC     coll_basic_scatter.lo
  CC     coll_basic_scatterv.lo
  CCLD   mca_coll_basic.la
Making all in mca/coll/hierarch
  CC     coll_hierarch.lo
  CC     coll_hierarch_allreduce.lo
  CC     coll_hierarch_barrier.lo
  CC     coll_hierarch_bcast.lo
  CC     coll_hierarch_component.lo
  CC     coll_hierarch_reduce.lo
  CC     coll_hierarch_tmpcoll.lo
  CCLD   mca_coll_hierarch.la
Making all in mca/coll/inter
  CC     coll_inter.lo
  CC     coll_inter_allreduce.lo
  CC     coll_inter_allgather.lo
  CC     coll_inter_allgatherv.lo
  CC     coll_inter_gather.lo
  CC     coll_inter_gatherv.lo
  CC     coll_inter_scatter.lo
  CC     coll_inter_scatterv.lo
  CC     coll_inter_bcast.lo
  CC     coll_inter_component.lo
  CC     coll_inter_reduce.lo
  CCLD   mca_coll_inter.la
Making all in mca/coll/self
  CC     coll_self_allgather.lo
  CC     coll_self_allgatherv.lo
  CC     coll_self_allreduce.lo
  CC     coll_self_alltoall.lo
  CC     coll_self_alltoallv.lo
  CC     coll_self_alltoallw.lo
  CC     coll_self_barrier.lo
  CC     coll_self_bcast.lo
  CC     coll_self_component.lo
  CC     coll_self_gather.lo
  CC     coll_self_gatherv.lo
  CC     coll_self_module.lo
  CC     coll_self_reduce.lo
  CC     coll_self_reduce_scatter.lo
  CC     coll_self_scan.lo
  CC     coll_self_exscan.lo
  CC     coll_self_scatter.lo
  CC     coll_self_scatterv.lo
  CCLD   mca_coll_self.la
Making all in mca/coll/sm
  CC     coll_sm_allreduce.lo
  CC     coll_sm_barrier.lo
  CC     coll_sm_bcast.lo
  CC     coll_sm_component.lo
  CC     coll_sm_module.lo
  CC     coll_sm_reduce.lo
  CCLD   mca_coll_sm.la
Making all in mca/coll/sync
  CC     coll_sync_component.lo
  CC     coll_sync_module.lo
  CC     coll_sync_bcast.lo
  CC     coll_sync_exscan.lo
  CC     coll_sync_gather.lo
  CC     coll_sync_gatherv.lo
  CC     coll_sync_reduce.lo
  CC     coll_sync_reduce_scatter.lo
  CC     coll_sync_scan.lo
  CC     coll_sync_scatter.lo
  CC     coll_sync_scatterv.lo
  CCLD   mca_coll_sync.la
Making all in mca/coll/tuned
  CC     coll_tuned_topo.lo
  CC     coll_tuned_util.lo
  CC     coll_tuned_decision_fixed.lo
  CC     coll_tuned_decision_dynamic.lo
  CC     coll_tuned_dynamic_file.lo
  CC     coll_tuned_dynamic_rules.lo
  CC     coll_tuned_allreduce.lo
  CC     coll_tuned_alltoall.lo
  CC     coll_tuned_alltoallv.lo
  CC     coll_tuned_allgather.lo
  CC     coll_tuned_allgatherv.lo
  CC     coll_tuned_barrier.lo
  CC     coll_tuned_bcast.lo
  CC     coll_tuned_reduce.lo
  CC     coll_tuned_reduce_scatter.lo
  CC     coll_tuned_gather.lo
  CC     coll_tuned_scatter.lo
  CC     coll_tuned_component.lo
  CC     coll_tuned_module.lo
  CCLD   mca_coll_tuned.la
Making all in mca/dpm/orte
  CC     dpm_orte.lo
  CC     dpm_orte_component.lo
  CCLD   mca_dpm_orte.la
Making all in mca/io/romio
Making all in romio
Making all in include
make[4]: Nothing to be done for `all'.
Making all in adio
Making all in common
  CC     ad_aggregate.lo
  CC     ad_aggregate_new.lo
  CC     ad_close.lo
  CC     ad_coll_build_req_new.lo
  CC     ad_coll_exch_new.lo
  CC     ad_darray.lo
  CC     ad_delete.lo
  CC     ad_done.lo
  CC     ad_done_fake.lo
  CC     ad_end.lo
  CC     ad_features.lo
  CC     ad_fcntl.lo
  CC     ad_flush.lo
  CC     ad_fstype.lo
  CC     ad_get_sh_fp.lo
  CC     ad_hints.lo
  CC     ad_init.lo
  CC     ad_io_coll.lo
  CC     ad_iopen.lo
  CC     ad_iread.lo
  CC     ad_iread_fake.lo
  CC     ad_iwrite.lo
  CC     ad_iwrite_fake.lo
  CC     ad_open.lo
  CC     ad_opencoll.lo
  CC     ad_opencoll_failsafe.lo
  CC     ad_opencoll_scalable.lo
  CC     ad_prealloc.lo
  CC     ad_read.lo
  CC     ad_read_coll.lo
  CC     ad_read_str.lo
  CC     ad_read_str_naive.lo
  CC     ad_resize.lo
  CC     ad_seek.lo
  CC     ad_set_sh_fp.lo
  CC     ad_set_view.lo
  CC     ad_subarray.lo
  CC     ad_wait.lo
  CC     ad_wait_fake.lo
  CC     ad_write.lo
  CC     ad_write_coll.lo
  CC     ad_write_nolock.lo
  CC     ad_write_str.lo
  CC     ad_write_str_naive.lo
  CC     adi_close.lo
  CC     byte_offset.lo
  CC     cb_config_list.lo
  CC     eof_offset.lo
  CC     error.lo
  CC     flatten.lo
  CC     get_fp_posn.lo
  CC     greq_fns.lo
  CC     heap-sort.lo
  CC     iscontig.lo
  CC     lock.lo
  CC     malloc.lo
  CC     shfp_fname.lo
  CC     status_setb.lo
  CC     strfns.lo
  CC     system_hints.lo
  CCLD   libadio_common.la
/usr/bin/ranlib: file: .libs/libadio_common.a(iscontig.o) has no symbols
/usr/bin/ranlib: file: .libs/libadio_common.a(status_setb.o) has no symbols
ranlib: file: .libs/libadio_common.a(iscontig.o) has no symbols
ranlib: file: .libs/libadio_common.a(status_setb.o) has no symbols
Making all in include
make  all-am
make[6]: Nothing to be done for `all-am'.
Making all in ad_nfs
  CC     ad_nfs.lo
  CC     ad_nfs_done.lo
  CC     ad_nfs_fcntl.lo
  CC     ad_nfs_features.lo
  CC     ad_nfs_getsh.lo
  CC     ad_nfs_hints.lo
  CC     ad_nfs_iread.lo
  CC     ad_nfs_iwrite.lo
  CC     ad_nfs_open.lo
  CC     ad_nfs_read.lo
  CC     ad_nfs_resize.lo
  CC     ad_nfs_setsh.lo
  CC     ad_nfs_wait.lo
  CC     ad_nfs_write.lo
  CCLD   libadio_nfs.la
/usr/bin/ranlib: file: .libs/libadio_nfs.a(ad_nfs_iread.o) has no symbols
/usr/bin/ranlib: file: .libs/libadio_nfs.a(ad_nfs_iwrite.o) has no symbols
ranlib: file: .libs/libadio_nfs.a(ad_nfs_iread.o) has no symbols
ranlib: file: .libs/libadio_nfs.a(ad_nfs_iwrite.o) has no symbols
Making all in ad_testfs
  CC     ad_testfs.lo
  CC     ad_testfs_close.lo
  CC     ad_testfs_delete.lo
  CC     ad_testfs_done.lo
  CC     ad_testfs_fcntl.lo
  CC     ad_testfs_flush.lo
  CC     ad_testfs_getsh.lo
  CC     ad_testfs_hints.lo
  CC     ad_testfs_iread.lo
  CC     ad_testfs_iwrite.lo
  CC     ad_testfs_open.lo
  CC     ad_testfs_rdcoll.lo
  CC     ad_testfs_read.lo
  CC     ad_testfs_resize.lo
  CC     ad_testfs_seek.lo
  CC     ad_testfs_setsh.lo
  CC     ad_testfs_wait.lo
  CC     ad_testfs_wrcoll.lo
  CC     ad_testfs_write.lo
  CCLD   libadio_testfs.la
Making all in ad_ufs
  CC     ad_ufs.lo
  CC     ad_ufs_open.lo
  CCLD   libadio_ufs.la
  CCLD   libadio.la
/usr/bin/ranlib: file: .libs/libadio.a(iscontig.o) has no symbols
/usr/bin/ranlib: file: .libs/libadio.a(status_setb.o) has no symbols
/usr/bin/ranlib: file: .libs/libadio.a(ad_nfs_iread.o) has no symbols
/usr/bin/ranlib: file: .libs/libadio.a(ad_nfs_iwrite.o) has no symbols
ranlib: file: .libs/libadio.a(iscontig.o) has no symbols
ranlib: file: .libs/libadio.a(status_setb.o) has no symbols
ranlib: file: .libs/libadio.a(ad_nfs_iread.o) has no symbols
ranlib: file: .libs/libadio.a(ad_nfs_iwrite.o) has no symbols
Making all in mpi-io
Making all in glue/openmpi
  CC     mpio_err.lo
  CC     mpio_file.lo
  CCLD   libglue.la
  CC     close.lo
  CC     delete.lo
  CC     fsync.lo
  CC     get_amode.lo
  CC     get_atom.lo
  CC     get_bytoff.lo
  CC     get_errh.lo
  CC     get_extent.lo
  CC     get_group.lo
  CC     get_info.lo
  CC     get_posn.lo
  CC     get_posn_sh.lo
  CC     get_size.lo
  CC     get_view.lo
  CC     iread_at.lo
  CC     iread.lo
  CC     iread_sh.lo
  CC     iwrite_at.lo
  CC     iwrite.lo
  CC     iwrite_sh.lo
  CC     open.lo
  CC     prealloc.lo
  CC     rd_atallb.lo
  CC     rd_atalle.lo
  CC     read_allb.lo
  CC     read_all.lo
  CC     read_alle.lo
  CC     read_atall.lo
  CC     read_at.lo
  CC     read.lo
  CC     read_ordb.lo
  CC     read_ord.lo
  CC     read_orde.lo
  CC     read_sh.lo
  CC     seek.lo
  CC     seek_sh.lo
  CC     set_atom.lo
  CC     set_errh.lo
  CC     set_info.lo
  CC     set_size.lo
  CC     set_view.lo
  CC     wr_atallb.lo
  CC     wr_atalle.lo
  CC     write_allb.lo
  CC     write_all.lo
  CC     write_alle.lo
  CC     write_atall.lo
  CC     write_at.lo
  CC     write.lo
  CC     write_ordb.lo
  CC     write_ord.lo
  CC     write_orde.lo
  CC     write_sh.lo
  CC     register_datarep.lo
  CC     mpiu_greq.lo
  CC     mpich2_fileutil.lo
  CC     mpir-mpioinit.lo
  CCLD   libmpi-io.la
/usr/bin/ranlib: file: .libs/libmpi-io.a(mpich2_fileutil.o) has no symbols
ranlib: file: .libs/libmpi-io.a(mpich2_fileutil.o) has no symbols
  CCLD   libromio_dist.la
/usr/bin/ranlib: file: .libs/libromio_dist.a(ad_nfs_iread.o) has no symbols
/usr/bin/ranlib: file: .libs/libromio_dist.a(ad_nfs_iwrite.o) has no symbols
/usr/bin/ranlib: file: .libs/libromio_dist.a(iscontig.o) has no symbols
/usr/bin/ranlib: file: .libs/libromio_dist.a(status_setb.o) has no symbols
/usr/bin/ranlib: file: .libs/libromio_dist.a(mpich2_fileutil.o) has no symbols
ranlib: file: .libs/libromio_dist.a(ad_nfs_iread.o) has no symbols
ranlib: file: .libs/libromio_dist.a(ad_nfs_iwrite.o) has no symbols
ranlib: file: .libs/libromio_dist.a(iscontig.o) has no symbols
ranlib: file: .libs/libromio_dist.a(status_setb.o) has no symbols
ranlib: file: .libs/libromio_dist.a(mpich2_fileutil.o) has no symbols
  CC     src/io_romio_component.lo
  CC     src/io_romio_file_open.lo
  CC     src/io_romio_file_read.lo
  CC     src/io_romio_file_write.lo
  CC     src/io_romio_module.lo
  CCLD   mca_io_romio.la
Making all in mca/mpool/fake
  CC     mpool_fake_module.lo
  CC     mpool_fake_component.lo
  CCLD   mca_mpool_fake.la
Making all in mca/mpool/rdma
  CC     mpool_rdma_module.lo
  CC     mpool_rdma_component.lo
  CCLD   mca_mpool_rdma.la
Making all in mca/mpool/sm
  CC     mpool_sm_module.lo
  CC     mpool_sm_component.lo
  CCLD   mca_mpool_sm.la
Making all in mca/osc/pt2pt
  CC     osc_pt2pt.lo
  CC     osc_pt2pt_buffer.lo
  CC     osc_pt2pt_comm.lo
  CC     osc_pt2pt_component.lo
  CC     osc_pt2pt_data_move.lo
  CC     osc_pt2pt_longreq.lo
  CC     osc_pt2pt_mpireq.lo
  CC     osc_pt2pt_replyreq.lo
  CC     osc_pt2pt_sendreq.lo
  CC     osc_pt2pt_sync.lo
  CCLD   mca_osc_pt2pt.la
Making all in mca/osc/rdma
  CC     osc_rdma.lo
  CC     osc_rdma_comm.lo
  CC     osc_rdma_component.lo
  CC     osc_rdma_data_move.lo
  CC     osc_rdma_longreq.lo
  CC     osc_rdma_replyreq.lo
  CC     osc_rdma_sendreq.lo
  CC     osc_rdma_sync.lo
  CCLD   mca_osc_rdma.la
Making all in mca/pml/bfo
  CC     pml_bfo.lo
  CC     pml_bfo_comm.lo
  CC     pml_bfo_component.lo
  CC     pml_bfo_failover.lo
  CC     pml_bfo_iprobe.lo
  CC     pml_bfo_irecv.lo
  CC     pml_bfo_isend.lo
  CC     pml_bfo_progress.lo
  CC     pml_bfo_rdma.lo
  CC     pml_bfo_rdmafrag.lo
  CC     pml_bfo_recvfrag.lo
  CC     pml_bfo_recvreq.lo
  CC     pml_bfo_sendreq.lo
  CC     pml_bfo_start.lo
  CCLD   mca_pml_bfo.la
Making all in mca/pml/cm
  CC     pml_cm.lo
  CC     pml_cm_cancel.lo
  CC     pml_cm_component.lo
  CC     pml_cm_probe.lo
  CC     pml_cm_recv.lo
  CC     pml_cm_recvreq.lo
  CC     pml_cm_request.lo
  CC     pml_cm_send.lo
  CC     pml_cm_sendreq.lo
  CC     pml_cm_start.lo
  CCLD   mca_pml_cm.la
Making all in mca/pml/csum
  CC     pml_csum.lo
  CC     pml_csum_comm.lo
  CC     pml_csum_component.lo
  CC     pml_csum_iprobe.lo
  CC     pml_csum_irecv.lo
  CC     pml_csum_isend.lo
  CC     pml_csum_progress.lo
  CC     pml_csum_rdma.lo
  CC     pml_csum_rdmafrag.lo
  CC     pml_csum_recvfrag.lo
  CC     pml_csum_recvreq.lo
  CC     pml_csum_sendreq.lo
  CC     pml_csum_start.lo
  CCLD   mca_pml_csum.la
Making all in mca/pml/ob1
  CC     pml_ob1.lo
  CC     pml_ob1_comm.lo
  CC     pml_ob1_component.lo
  CC     pml_ob1_iprobe.lo
  CC     pml_ob1_irecv.lo
  CC     pml_ob1_isend.lo
  CC     pml_ob1_progress.lo
  CC     pml_ob1_rdma.lo
  CC     pml_ob1_rdmafrag.lo
  CC     pml_ob1_recvfrag.lo
  CC     pml_ob1_recvreq.lo
  CC     pml_ob1_sendreq.lo
  CC     pml_ob1_start.lo
  CCLD   mca_pml_ob1.la
Making all in mca/pml/v
Making all in mca/vprotocol
  CC     base/vprotocol_base.lo
  CC     base/vprotocol_base_select.lo
  CC     base/vprotocol_base_parasite.lo
  CC     base/vprotocol_base_request.lo
  CCLD   libmca_vprotocol.la
Making all in mca/vprotocol/pessimist
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_component.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_request.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_proc.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_comm.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_progress.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_start.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_recv.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_send.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_probe.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_wait.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_event.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_eventlog.lo
  CC     mca_vprotocol_pessimist_la-vprotocol_pessimist_sender_based.lo
  CCLD   mca_vprotocol_pessimist.la
  CC     pml_v.lo
  CC     pml_v_component.lo
  CC     pml_v_output.lo
  CCLD   mca_pml_v.la
Making all in mca/pubsub/orte
  CC     pubsub_orte.lo
  CC     pubsub_orte_component.lo
  CCLD   mca_pubsub_orte.la
Making all in mca/rcache/vma
  CC     rcache_vma.lo
  CC     rcache_vma_component.lo
  CC     rcache_vma_tree.lo
  CCLD   mca_rcache_vma.la
Making all in mca/topo/unity
  CC     topo_unity_cart_map.lo
  CC     topo_unity_graph_map.lo
  CC     topo_unity.lo
  CC     topo_unity_component.lo
  CCLD   mca_topo_unity.la
Making all in contrib/libompitrace
  CC     abort.lo
  CC     accumulate.lo
  CC     add_error_class.lo
  CC     add_error_code.lo
  CC     add_error_string.lo
  CC     address.lo
  CC     allgather.lo
  CC     allgatherv.lo
  CC     alloc_mem.lo
  CC     allreduce.lo
  CC     barrier.lo
  CC     bcast.lo
  CC     finalize.lo
  CC     init.lo
  CC     isend.lo
  CC     recv.lo
  CC     reduce.lo
  CC     request_free.lo
  CC     send.lo
  CC     sendrecv.lo
  CCLD   libompitrace.la
Making all in contrib/vt
Making all in vt
make  all-recursive
Making all in extlib
Making all in otf
make  all-recursive
Making all in vendor/jenkins_hash
  CC     libjenkins_hash_la-jenkins_hash.lo
  CCLD   libjenkins_hash.la
Making all in otflib
  CC     libotf_la-OTF_CopyHandler.lo
  CC     libotf_la-OTF_CopyHandler_stream.lo
  CC     libotf_la-OTF_Errno.lo
  CC     libotf_la-OTF_File.lo
  CC     libotf_la-OTF_File_iofsl.lo
  CC     libotf_la-OTF_FileManager.lo
  CC     libotf_la-OTF_Filenames.lo
  CC     libotf_la-OTF_HandlerArray.lo
  CC     libotf_la-OTF_KeyValue.lo
  CC     libotf_la-OTF_MasterControl.lo
  CC     libotf_la-OTF_Parse.lo
  CC     libotf_la-OTF_Platform.lo
  CC     libotf_la-OTF_RBuffer.lo
  CC     libotf_la-OTF_Reader.lo
  CC     libotf_la-OTF_RStream.lo
  CC     libotf_la-OTF_WBuffer.lo
  CC     libotf_la-OTF_Writer.lo
  CC     libotf_la-OTF_WStream.lo
  CC     libotf_la-OTF_inttypes.lo
  CCLD   libotf.la
Making all in otfauxlib
  CC     libotfaux_la-OTFAUX_MsgMatching.lo
  CC     libotfaux_la-OTFAUX_Thumbnail.lo
  CC     libotfaux_la-OTFAUX_Process.lo
  CC     libotfaux_la-OTFAUX_State.lo
  CCLD   libotfaux.la
Making all in tools
Making all in otfaux
  CXX    otfaux.o
  CXX    Control.o
  CXX    Handler.o
  CXX    Stats.o
  CXXLD  otfaux
Undefined symbols for architecture x86_64:
  "std::ios_base::Init::Init()", referenced from:
      global constructors keyed to atexit_cleanupin otfaux.o
      global constructors keyed to 
_ZN7ControlC2EP17struct_OTF_WriterP18struct_OTF_WStreambbbbbbbbbin Control.o
      global constructors keyed to _ZN12FunctionCallC2Eyjin Stats.o
  "std::ios_base::Init::~Init()", referenced from:
      ___tcf_0 in otfaux.o
      ___tcf_0 in Control.o
      ___tcf_0 in Stats.o
  "operator delete(void*)", referenced from:
      _main in otfaux.o
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> 
>::_M_destroy_node(std::_Rb_tree_node<unsigned long long>*)in otfaux.o
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> >::_M_erase(std::_Rb_tree_node<unsigned long 
long>*)in otfaux.o
      std::_Rb_tree<unsigned int, unsigned int, std::_Identity<unsigned int>, 
std::less<unsigned int>, std::allocator<unsigned int> 
>::_M_destroy_node(std::_Rb_tree_node<unsigned int>*)in otfaux.o
      std::_Rb_tree<unsigned int, unsigned int, std::_Identity<unsigned int>, 
std::less<unsigned int>, std::allocator<unsigned int> 
>::_M_erase(std::_Rb_tree_node<unsigned int>*)in otfaux.o
      Control::Control(struct_OTF_Writer*, struct_OTF_WStream*, bool, bool, 
bool, bool, bool, bool, bool, bool, bool)in Control.o
      Control::~Control()in Control.o
      ...
  "operator new(unsigned long)", referenced from:
      _main in otfaux.o
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> >::_M_insert_unique(unsigned long long 
const&)in otfaux.o
      std::_Rb_tree<unsigned int, unsigned int, std::_Identity<unsigned int>, 
std::less<unsigned int>, std::allocator<unsigned int> 
>::_M_insert_unique(unsigned int const&)in otfaux.o
      Control::Control(struct_OTF_Writer*, struct_OTF_WStream*, bool, bool, 
bool, bool, bool, bool, bool, bool, bool)in Control.o
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> >::_M_insert_unique(unsigned long long 
const&)in Control.o
      std::vector<unsigned int, std::allocator<unsigned int> 
>::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned int*, 
std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int 
const&)in Handler.o
      ProcessStats::enterFunction(unsigned long long, unsigned int)in Stats.o
      ...
  "std::_Rb_tree_decrement(std::_Rb_tree_node_base*)", referenced from:
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> >::_M_insert_unique(unsigned long long 
const&)in otfaux.o
      std::_Rb_tree<unsigned int, unsigned int, std::_Identity<unsigned int>, 
std::less<unsigned int>, std::allocator<unsigned int> 
>::_M_insert_unique(unsigned int const&)in otfaux.o
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> >::_M_insert_unique(unsigned long long 
const&)in Control.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, ProcessStats>, 
std::_Select1st<std::pair<unsigned int const, ProcessStats> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, 
ProcessStats> > >::_M_insert_unique(std::pair<unsigned int const, ProcessStats> 
const&)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, ProcessStats>, 
std::_Select1st<std::pair<unsigned int const, ProcessStats> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, 
ProcessStats> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned 
int const, ProcessStats> >, std::pair<unsigned int const, ProcessStats> 
const&)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, 
std::_Select1st<std::pair<unsigned int const, unsigned int> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
int> > >::_M_insert_unique(std::pair<unsigned int const, unsigned int> 
const&)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, 
std::_Select1st<std::pair<unsigned int const, unsigned int> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
int> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned int const, 
unsigned int> >, std::pair<unsigned int const, unsigned int> const&)in Stats.o
      ...
  "std::_Rb_tree_insert_and_rebalance(bool, std::_Rb_tree_node_base*, 
std::_Rb_tree_node_base*, std::_Rb_tree_node_base&)", referenced from:
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> >::_M_insert_unique(unsigned long long 
const&)in otfaux.o
      std::_Rb_tree<unsigned int, unsigned int, std::_Identity<unsigned int>, 
std::less<unsigned int>, std::allocator<unsigned int> 
>::_M_insert_unique(unsigned int const&)in otfaux.o
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> >::_M_insert_unique(unsigned long long 
const&)in Control.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, ProcessStats>, 
std::_Select1st<std::pair<unsigned int const, ProcessStats> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, 
ProcessStats> > >::_M_insert_unique(std::pair<unsigned int const, ProcessStats> 
const&)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, ProcessStats>, 
std::_Select1st<std::pair<unsigned int const, ProcessStats> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, 
ProcessStats> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned 
int const, ProcessStats> >, std::pair<unsigned int const, ProcessStats> 
const&)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, 
std::_Select1st<std::pair<unsigned int const, unsigned int> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
int> > >::_M_insert_unique(std::pair<unsigned int const, unsigned int> 
const&)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, 
std::_Select1st<std::pair<unsigned int const, unsigned int> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
int> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned int const, 
unsigned int> >, std::pair<unsigned int const, unsigned int> const&)in Stats.o
      ...
  "std::_Rb_tree_increment(std::_Rb_tree_node_base const*)", referenced from:
      _main in otfaux.o
      ProcessStats::printStatistics(unsigned int, unsigned long long, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
      Stats::printStatistics(unsigned long long)in Stats.o
      ProcessStats::writeStatistics(struct_OTF_Writer*, unsigned long long, 
unsigned int, std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
      Stats::writeStatistics(struct_OTF_Writer*, struct_OTF_WStream*, unsigned 
long long)in Stats.o
  "___gxx_personality_v0", referenced from:
      Dwarf Exception Unwind Info (__eh_frame) in otfaux.o
      Dwarf Exception Unwind Info (__eh_frame) in Control.o
      Dwarf Exception Unwind Info (__eh_frame) in Stats.o
  "std::_Rb_tree_increment(std::_Rb_tree_node_base*)", referenced from:
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> >::erase(std::_Rb_tree_iterator<unsigned 
long long>, std::_Rb_tree_iterator<unsigned long long>)in Control.o
      ProcessStats::printStatistics(unsigned int, unsigned long long, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
      ProcessStats::writeStatistics(struct_OTF_Writer*, unsigned long long, 
unsigned int, std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, ProcessStats>, 
std::_Select1st<std::pair<unsigned int const, ProcessStats> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, 
ProcessStats> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned 
int const, ProcessStats> >, std::pair<unsigned int const, ProcessStats> 
const&)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, 
std::_Select1st<std::pair<unsigned int const, unsigned int> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
int> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned int const, 
unsigned int> >, std::pair<unsigned int const, unsigned int> const&)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, 
FunctionStatistics>, std::_Select1st<std::pair<unsigned int const, 
FunctionStatistics> >, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, FunctionStatistics> > 
>::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned int const, 
FunctionStatistics> >, std::pair<unsigned int const, FunctionStatistics> 
const&)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned long 
long>, std::_Select1st<std::pair<unsigned int const, unsigned long long> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
long long> > >::_M_insert_unique(std::_Rb_tree_iterator<std::pair<unsigned int 
const, unsigned long long> >, std::pair<unsigned int const, unsigned long long> 
const&)in Stats.o
      ...
  "std::_Rb_tree_rebalance_for_erase(std::_Rb_tree_node_base*, 
std::_Rb_tree_node_base&)", referenced from:
      std::_Rb_tree<unsigned long long, unsigned long long, 
std::_Identity<unsigned long long>, std::less<unsigned long long>, 
std::allocator<unsigned long long> >::erase(std::_Rb_tree_iterator<unsigned 
long long>, std::_Rb_tree_iterator<unsigned long long>)in Control.o
      ProcessStats::endCollOperation(unsigned int)in Stats.o
  "std::_Rb_tree_decrement(std::_Rb_tree_node_base const*)", referenced from:
      Control::getLastTime()      in Control.o
      Control::checkTime(unsigned long long)in Control.o
  "std::cerr", referenced from:
      Control::checkTime(unsigned long long)in Control.o
      ProcessStats::leaveFunction(unsigned long long, unsigned int)in Stats.o
      ProcessStats::printStatistics(unsigned int, unsigned long long, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
  "std::basic_ostream<char, std::char_traits<char> >::operator<<(std::ios_base& 
(*)(std::ios_base&))", referenced from:
      Control::checkTime(unsigned long long)in Control.o
  "std::basic_ostream<char, std::char_traits<char> >& std::operator<< 
<std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&, 
char const*)", referenced from:
      Control::checkTime(unsigned long long)in Control.o
      ProcessStats::leaveFunction(unsigned long long, unsigned int)in Stats.o
      ProcessStats::printStatistics(unsigned int, unsigned long long, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
  "std::basic_ostream<char, std::char_traits<char> >::operator<<(unsigned long 
long)", referenced from:
      Control::checkTime(unsigned long long)in Control.o
      ProcessStats::leaveFunction(unsigned long long, unsigned int)in Stats.o
      ProcessStats::printStatistics(unsigned int, unsigned long long, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
  "std::basic_ostream<char, std::char_traits<char> >& std::endl<char, 
std::char_traits<char> >(std::basic_ostream<char, std::char_traits<char> >&)", 
referenced from:
      Control::checkTime(unsigned long long)in Control.o
      ProcessStats::leaveFunction(unsigned long long, unsigned int)in Stats.o
      ProcessStats::printStatistics(unsigned int, unsigned long long, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
  "std::basic_ostream<char, std::char_traits<char> 
>::operator<<(std::basic_ostream<char, std::char_traits<char> >& 
(*)(std::basic_ostream<char, std::char_traits<char> >&))", referenced from:
      Control::checkTime(unsigned long long)in Control.o
      ProcessStats::leaveFunction(unsigned long long, unsigned int)in Stats.o
      ProcessStats::printStatistics(unsigned int, unsigned long long, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
  "std::terminate()", referenced from:
      ProcessStats::~ProcessStats()in Control.o
      std::_Deque_base<FunctionCall, std::allocator<FunctionCall> 
>::_M_create_nodes(FunctionCall**, FunctionCall**)in Stats.o
      std::_Deque_base<FunctionCall, std::allocator<FunctionCall> 
>::_M_initialize_map(unsigned long)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned long 
long>, std::_Select1st<std::pair<unsigned int const, unsigned long long> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
long long> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, 
unsigned long long> > const*, std::_Rb_tree_node<std::pair<unsigned int const, 
unsigned long long> >*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, 
std::_Select1st<std::pair<unsigned int const, unsigned int> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
int> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, unsigned 
int> > const*, std::_Rb_tree_node<std::pair<unsigned int const, unsigned int> 
>*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, 
FunctionStatistics>, std::_Select1st<std::pair<unsigned int const, 
FunctionStatistics> >, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, FunctionStatistics> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, FunctionStatistics> 
> const*, std::_Rb_tree_node<std::pair<unsigned int const, FunctionStatistics> 
>*)in Stats.o
      std::_Rb_tree<unsigned long long, std::pair<unsigned long long const, 
BeginCollOperation>, std::_Select1st<std::pair<unsigned long long const, 
BeginCollOperation> >, std::less<unsigned long long>, 
std::allocator<std::pair<unsigned long long const, BeginCollOperation> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned long long const, 
BeginCollOperation> > const*, std::_Rb_tree_node<std::pair<unsigned long long 
const, BeginCollOperation> >*)in Stats.o
      ...
  "std::__throw_length_error(char const*)", referenced from:
      std::vector<unsigned int, std::allocator<unsigned int> 
>::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned int*, 
std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int 
const&)in Handler.o
  "std::__throw_bad_alloc()", referenced from:
      std::vector<unsigned int, std::allocator<unsigned int> 
>::_M_insert_aux(__gnu_cxx::__normal_iterator<unsigned int*, 
std::vector<unsigned int, std::allocator<unsigned int> > >, unsigned int 
const&)in Handler.o
      std::_Deque_base<FunctionCall, std::allocator<FunctionCall> 
>::_M_initialize_map(unsigned long)in Stats.o
      std::deque<FunctionCall, std::allocator<FunctionCall> 
>::_M_reallocate_map(unsigned long, bool)in Stats.o
  "___cxa_rethrow", referenced from:
      std::_Deque_base<FunctionCall, std::allocator<FunctionCall> 
>::_M_create_nodes(FunctionCall**, FunctionCall**)in Stats.o
      std::_Deque_base<FunctionCall, std::allocator<FunctionCall> 
>::_M_initialize_map(unsigned long)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned long 
long>, std::_Select1st<std::pair<unsigned int const, unsigned long long> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
long long> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, 
unsigned long long> > const*, std::_Rb_tree_node<std::pair<unsigned int const, 
unsigned long long> >*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, 
std::_Select1st<std::pair<unsigned int const, unsigned int> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
int> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, unsigned 
int> > const*, std::_Rb_tree_node<std::pair<unsigned int const, unsigned int> 
>*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, 
FunctionStatistics>, std::_Select1st<std::pair<unsigned int const, 
FunctionStatistics> >, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, FunctionStatistics> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, FunctionStatistics> 
> const*, std::_Rb_tree_node<std::pair<unsigned int const, FunctionStatistics> 
>*)in Stats.o
      std::_Rb_tree<unsigned long long, std::pair<unsigned long long const, 
BeginCollOperation>, std::_Select1st<std::pair<unsigned long long const, 
BeginCollOperation> >, std::less<unsigned long long>, 
std::allocator<std::pair<unsigned long long const, BeginCollOperation> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned long long const, 
BeginCollOperation> > const*, std::_Rb_tree_node<std::pair<unsigned long long 
const, BeginCollOperation> >*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, 
FileOperationStatistics>, std::_Select1st<std::pair<unsigned int const, 
FileOperationStatistics> >, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, FileOperationStatistics> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, 
FileOperationStatistics> > const*, std::_Rb_tree_node<std::pair<unsigned int 
const, FileOperationStatistics> >*)in Stats.o
      ...
  "___cxa_begin_catch", referenced from:
      std::_Deque_base<FunctionCall, std::allocator<FunctionCall> 
>::_M_create_nodes(FunctionCall**, FunctionCall**)in Stats.o
      std::_Deque_base<FunctionCall, std::allocator<FunctionCall> 
>::_M_initialize_map(unsigned long)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned long 
long>, std::_Select1st<std::pair<unsigned int const, unsigned long long> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
long long> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, 
unsigned long long> > const*, std::_Rb_tree_node<std::pair<unsigned int const, 
unsigned long long> >*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, 
std::_Select1st<std::pair<unsigned int const, unsigned int> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
int> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, unsigned 
int> > const*, std::_Rb_tree_node<std::pair<unsigned int const, unsigned int> 
>*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, 
FunctionStatistics>, std::_Select1st<std::pair<unsigned int const, 
FunctionStatistics> >, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, FunctionStatistics> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, FunctionStatistics> 
> const*, std::_Rb_tree_node<std::pair<unsigned int const, FunctionStatistics> 
>*)in Stats.o
      std::_Rb_tree<unsigned long long, std::pair<unsigned long long const, 
BeginCollOperation>, std::_Select1st<std::pair<unsigned long long const, 
BeginCollOperation> >, std::less<unsigned long long>, 
std::allocator<std::pair<unsigned long long const, BeginCollOperation> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned long long const, 
BeginCollOperation> > const*, std::_Rb_tree_node<std::pair<unsigned long long 
const, BeginCollOperation> >*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, 
FileOperationStatistics>, std::_Select1st<std::pair<unsigned int const, 
FileOperationStatistics> >, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, FileOperationStatistics> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, 
FileOperationStatistics> > const*, std::_Rb_tree_node<std::pair<unsigned int 
const, FileOperationStatistics> >*)in Stats.o
      ...
  "___cxa_end_catch", referenced from:
      std::_Deque_base<FunctionCall, std::allocator<FunctionCall> 
>::_M_create_nodes(FunctionCall**, FunctionCall**)in Stats.o
      std::_Deque_base<FunctionCall, std::allocator<FunctionCall> 
>::_M_initialize_map(unsigned long)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned long 
long>, std::_Select1st<std::pair<unsigned int const, unsigned long long> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
long long> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, 
unsigned long long> > const*, std::_Rb_tree_node<std::pair<unsigned int const, 
unsigned long long> >*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, unsigned int>, 
std::_Select1st<std::pair<unsigned int const, unsigned int> >, 
std::less<unsigned int>, std::allocator<std::pair<unsigned int const, unsigned 
int> > >::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, unsigned 
int> > const*, std::_Rb_tree_node<std::pair<unsigned int const, unsigned int> 
>*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, 
FunctionStatistics>, std::_Select1st<std::pair<unsigned int const, 
FunctionStatistics> >, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, FunctionStatistics> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, FunctionStatistics> 
> const*, std::_Rb_tree_node<std::pair<unsigned int const, FunctionStatistics> 
>*)in Stats.o
      std::_Rb_tree<unsigned long long, std::pair<unsigned long long const, 
BeginCollOperation>, std::_Select1st<std::pair<unsigned long long const, 
BeginCollOperation> >, std::less<unsigned long long>, 
std::allocator<std::pair<unsigned long long const, BeginCollOperation> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned long long const, 
BeginCollOperation> > const*, std::_Rb_tree_node<std::pair<unsigned long long 
const, BeginCollOperation> >*)in Stats.o
      std::_Rb_tree<unsigned int, std::pair<unsigned int const, 
FileOperationStatistics>, std::_Select1st<std::pair<unsigned int const, 
FileOperationStatistics> >, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, FileOperationStatistics> > 
>::_M_copy(std::_Rb_tree_node<std::pair<unsigned int const, 
FileOperationStatistics> > const*, std::_Rb_tree_node<std::pair<unsigned int 
const, FileOperationStatistics> >*)in Stats.o
      ...
  "std::basic_ostream<char, std::char_traits<char> >::operator<<(unsigned 
int)", referenced from:
      ProcessStats::leaveFunction(unsigned long long, unsigned int)in Stats.o
      ProcessStats::printStatistics(unsigned int, unsigned long long, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*, 
std::map<unsigned int, unsigned int, std::less<unsigned int>, 
std::allocator<std::pair<unsigned int const, unsigned int> > >*) constin Stats.o
ld: symbol(s) not found for architecture x86_64
collect2: ld returned 1 exit status
make[9]: *** [otfaux] Error 1
make[8]: *** [all-recursive] Error 1
make[7]: *** [all-recursive] Error 1
make[6]: *** [all] Error 2
make[5]: *** [all-recursive] Error 1
make[4]: *** [all-recursive] Error 1
make[3]: *** [all] Error 2
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1

Reply via email to