Hi Jeff,
I tried again, but I still got the error when I ran "make".
Here is the commend when I run the configure:
./configure --prefix=$PATH/LIBRARIES/openmpi --enable-static
--enable-mpi-thread-multiple --without-usnic --enable-mpi-cxx
--enable-mca-no-build=btl-openib CC=gcc CXX=g++ FC=gfortran FCFLAGS=-m64
F77=gfortran FFLAGS=-m64
I also attached my make_log within this email.
Thank you,
Qianjin
________________________________
From: Jeff Squyres (jsquyres) <[email protected]>
Sent: Thursday, October 31, 2019 5:21 AM
To: Qianjin Zheng <[email protected]>
Cc: Open MPI User's List <[email protected]>
Subject: Re: [OMPI users] Configure Error for installation of openmpi-1.10.1
Please keep [email protected]<mailto:[email protected]> in the CC
so that other users can benefit from this information.
More below.
On Oct 30, 2019, at 10:18 PM, Qianjin Zheng
<[email protected]<mailto:[email protected]>> wrote:
Hi Jeff,
I added --enable-no-build=btl:openib on the configure command line. I still got
an error message when I run "make".
Sorry, I was going off memory and misspoke. The option you want is
--enable-mca-no-build=btl-openib.
--
Jeff Squyres
[email protected]<mailto:[email protected]>
Making all in config
make[1]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/config'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/config'
Making all in contrib
make[1]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/contrib'
make[1]: Nothing to be done for `all'.
make[1]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/contrib'
Making all in opal
make[1]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal'
Making all in include
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/include'
make all-am
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/include'
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/include'
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/include'
Making all in asm
make[2]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal/asm'
CC asm.lo
rm -f atomic-asm.S
ln -s "../../opal/asm/generated/atomic-amd64-linux.s" atomic-asm.S
CPPAS atomic-asm.lo
CCLD libasm.la
make[2]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal/asm'
Making all in datatype
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/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
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/datatype'
Making all in etc
make[2]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal/etc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal/etc'
Making all in util
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/util'
Making all in keyval
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/util/keyval'
CC keyval_lex.lo
CCLD libopalutilkeyval.la
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/util/keyval'
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/util'
CC fd.lo
CC alfg.lo
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 uri.lo
CCLD libopalutil.la
make[3]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal/util'
make[2]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal/util'
Making all in mca/base
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/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
mca_base_component_find.c: In function 'check_ompi_info':
mca_base_component_find.c:745:27: warning: comparison between pointer and zero
character constant [-Wpointer-compare]
for (p = buffer; '\0' != p; ++p)
^~
mca_base_component_find.c:745:30: note: did you mean to dereference the pointer?
for (p = buffer; '\0' != p; ++p)
^
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_var.lo
CC mca_base_pvar.lo
CC mca_base_var_enum.lo
CC mca_base_var_group.lo
CC mca_base_parse_paramfile.lo
CC mca_base_components_register.lo
CC mca_base_framework.lo
CCLD libmca_base.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/base'
Making all in mca/common
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/common'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/common'
Making all in mca/backtrace
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/backtrace'
CC base/backtrace_component.lo
CCLD libmca_backtrace.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/backtrace'
Making all in mca/compress
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/compress'
CC base/compress_base_open.lo
CC base/compress_base_close.lo
CC base/compress_base_select.lo
CC base/compress_base_fns.lo
CCLD libmca_compress.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/compress'
Making all in mca/crs
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/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...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/crs'
Making all in mca/db
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/db'
CC base/db_base_frame.lo
CC base/db_base_select.lo
CC base/db_base_fns.lo
CCLD libmca_db.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/db'
Making all in mca/dl
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/dl'
CC base/dl_base_open.lo
CC base/dl_base_close.lo
CC base/dl_base_select.lo
CC base/dl_base_fns.lo
CCLD libmca_dl.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/dl'
Making all in mca/event
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event'
CC base/event_base_frame.lo
CCLD libmca_event.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event'
Making all in mca/hwloc
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc'
CC base/hwloc_base_frame.lo
CC base/hwloc_base_dt.lo
CC base/hwloc_base_util.lo
CC base/hwloc_base_maffinity.lo
CCLD libmca_hwloc.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc'
Making all in mca/if
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/if'
CC base/if_base_components.lo
CCLD libmca_if.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/if'
Making all in mca/installdirs
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/installdirs'
CC base/installdirs_base_components.lo
CC base/installdirs_base_expand.lo
CCLD libmca_installdirs.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/installdirs'
Making all in mca/memchecker
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/memchecker'
CC base/memchecker_base_open.lo
CC base/memchecker_base_select.lo
CC base/memchecker_base_wrappers.lo
CCLD libmca_memchecker.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/memchecker'
Making all in mca/memcpy
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/memcpy'
CC base/memcpy_base_open.lo
CCLD libmca_memcpy.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/memcpy'
Making all in mca/memory
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/memory'
CC base/memory_base_open.lo
CC base/memory_base_empty.lo
CCLD libmca_memory.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/memory'
Making all in mca/pstat
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/pstat'
CC base/pstat_base_select.lo
CC base/pstat_base_open.lo
CCLD libmca_pstat.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/pstat'
Making all in mca/sec
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/sec'
CC base/sec_base_frame.lo
CC base/sec_base_select.lo
CCLD libmca_sec.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/sec'
Making all in mca/shmem
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/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
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/shmem'
Making all in mca/timer
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/timer'
CC base/timer_base_open.lo
CCLD libmca_timer.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/timer'
Making all in mca/backtrace/execinfo
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/backtrace/execinfo'
CC backtrace_execinfo.lo
CC backtrace_execinfo_component.lo
CCLD libmca_backtrace_execinfo.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/backtrace/execinfo'
Making all in mca/compress/gzip
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/compress/gzip'
CC compress_gzip_component.lo
CC compress_gzip_module.lo
CCLD libmca_compress_gzip.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/compress/gzip'
Making all in mca/compress/bzip
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/compress/bzip'
CC compress_bzip_component.lo
CC compress_bzip_module.lo
CCLD libmca_compress_bzip.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/compress/bzip'
Making all in mca/crs/none
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/crs/none'
CC crs_none_component.lo
CC crs_none_module.lo
CCLD libmca_crs_none.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/crs/none'
Making all in mca/db/print
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/db/print'
CC libmca_db_print_la-db_print_component.lo
CC libmca_db_print_la-db_print.lo
CCLD libmca_db_print.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/db/print'
Making all in mca/db/hash
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/db/hash'
CC db_hash_component.lo
CC db_hash.lo
CCLD libmca_db_hash.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/db/hash'
Making all in mca/dl/dlopen
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/dl/dlopen'
CC dl_dlopen_component.lo
CC dl_dlopen_module.lo
CCLD libmca_dl_dlopen.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/dl/dlopen'
Making all in mca/event/libevent2021
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021'
Making all in libevent
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021/libevent'
make all-recursive
make[4]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021/libevent'
Making all in .
make[5]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021/libevent'
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c -o
event.lo event.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c
event.c -fPIC -DPIC -o .libs/event.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT event.lo -MD -MP -MF .deps/event.Tpo -c
event.c -o event.o >/dev/null 2>&1
mv -f .deps/event.Tpo .deps/event.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c
-o evthread.lo evthread.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c
evthread.c -fPIC -DPIC -o .libs/evthread.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evthread.lo -MD -MP -MF .deps/evthread.Tpo -c
evthread.c -o evthread.o >/dev/null 2>&1
mv -f .deps/evthread.Tpo .deps/evthread.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c -o
evmap.lo evmap.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c
evmap.c -fPIC -DPIC -o .libs/evmap.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evmap.lo -MD -MP -MF .deps/evmap.Tpo -c
evmap.c -o evmap.o >/dev/null 2>&1
mv -f .deps/evmap.Tpo .deps/evmap.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c -o log.lo
log.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c
-fPIC -DPIC -o .libs/log.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT log.lo -MD -MP -MF .deps/log.Tpo -c log.c -o
log.o >/dev/null 2>&1
mv -f .deps/log.Tpo .deps/log.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c -o
evutil.lo evutil.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c
evutil.c -fPIC -DPIC -o .libs/evutil.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evutil.lo -MD -MP -MF .deps/evutil.Tpo -c
evutil.c -o evutil.o >/dev/null 2>&1
mv -f .deps/evutil.Tpo .deps/evutil.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF
.deps/evutil_rand.Tpo -c -o evutil_rand.lo evutil_rand.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF
.deps/evutil_rand.Tpo -c evutil_rand.c -fPIC -DPIC -o .libs/evutil_rand.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evutil_rand.lo -MD -MP -MF
.deps/evutil_rand.Tpo -c evutil_rand.c -o evutil_rand.o >/dev/null 2>&1
mv -f .deps/evutil_rand.Tpo .deps/evutil_rand.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c
-o strlcpy.lo strlcpy.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c
strlcpy.c -fPIC -DPIC -o .libs/strlcpy.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT strlcpy.lo -MD -MP -MF .deps/strlcpy.Tpo -c
strlcpy.c -o strlcpy.o >/dev/null 2>&1
mv -f .deps/strlcpy.Tpo .deps/strlcpy.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c -o
select.lo select.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c
select.c -fPIC -DPIC -o .libs/select.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT select.lo -MD -MP -MF .deps/select.Tpo -c
select.c -o select.o >/dev/null 2>&1
mv -f .deps/select.Tpo .deps/select.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c -o
poll.lo poll.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c
-fPIC -DPIC -o .libs/poll.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT poll.lo -MD -MP -MF .deps/poll.Tpo -c poll.c
-o poll.o >/dev/null 2>&1
mv -f .deps/poll.Tpo .deps/poll.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c -o
epoll.lo epoll.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c
epoll.c -fPIC -DPIC -o .libs/epoll.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT epoll.lo -MD -MP -MF .deps/epoll.Tpo -c
epoll.c -o epoll.o >/dev/null 2>&1
mv -f .deps/epoll.Tpo .deps/epoll.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c -o
signal.lo signal.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c
signal.c -fPIC -DPIC -o .libs/signal.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT signal.lo -MD -MP -MF .deps/signal.Tpo -c
signal.c -o signal.o >/dev/null 2>&1
mv -f .deps/signal.Tpo .deps/signal.Plo
/bin/sh ./libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I./compat
-I./include -I./include -I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF
.deps/evthread_pthread.Tpo -c -o evthread_pthread.lo evthread_pthread.c
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF
.deps/evthread_pthread.Tpo -c evthread_pthread.c -fPIC -DPIC -o
.libs/evthread_pthread.o
libtool: compile: gcc -DHAVE_CONFIG_H -I. -I./compat -I./include -I./include
-I/students/WRFtest/lib_test/LIBRARIES/zlib/include
-I/students/WRFtest/lib_test/LIBRARIES/curl/include
-I/students/WRFtest/lib_test/LIBRARIES/netcdf/include -g -O2 -Wall
-fno-strict-aliasing -pthread -MT evthread_pthread.lo -MD -MP -MF
.deps/evthread_pthread.Tpo -c evthread_pthread.c -o evthread_pthread.o
>/dev/null 2>&1
mv -f .deps/evthread_pthread.Tpo .deps/evthread_pthread.Plo
/bin/sh ./libtool --tag=CC --mode=link gcc -g -O2 -Wall -fno-strict-aliasing
-pthread -L/students/WRFtest/lib_test/LIBRARIES/zlib/lib
-L/students/WRFtest/lib_test/LIBRARIES/curl/lib
-L/students/WRFtest/lib_test/LIBRARIES/netcdf/lib -o libevent.la event.lo
evthread.lo evmap.lo log.lo evutil.lo evutil_rand.lo strlcpy.lo select.lo
poll.lo epoll.lo signal.lo evthread_pthread.lo
libtool: link: ar cru .libs/libevent.a .libs/event.o .libs/evthread.o
.libs/evmap.o .libs/log.o .libs/evutil.o .libs/evutil_rand.o .libs/strlcpy.o
.libs/select.o .libs/poll.o .libs/epoll.o .libs/signal.o
.libs/evthread_pthread.o
libtool: link: ranlib .libs/libevent.a
libtool: link: ( cd ".libs" && rm -f "libevent.la" && ln -s "../libevent.la"
"libevent.la" )
make[5]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021/libevent'
Making all in include
make[5]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021/libevent/include'
make[5]: Nothing to be done for `all'.
make[5]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021/libevent/include'
make[4]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021/libevent'
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021/libevent'
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021'
CC libevent2021_component.lo
CC libevent2021_module.lo
CCLD libmca_event_libevent2021.la
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021'
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/event/libevent2021'
Making all in mca/hwloc/hwloc191
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191'
Making all in hwloc
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191/hwloc'
Making all in src
make[4]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191/hwloc/src'
CC topology.lo
CC traversal.lo
CC distances.lo
CC components.lo
CC bind.lo
CC bitmap.lo
CC pci-common.lo
CC diff.lo
CC misc.lo
CC base64.lo
CC topology-noos.lo
CC topology-synthetic.lo
CC topology-custom.lo
CC topology-xml.lo
CC topology-xml-nolibxml.lo
CC topology-linux.lo
CC topology-x86.lo
CCLD libhwloc_embedded.la
make[4]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191/hwloc/src'
Making all in include
make[4]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191/hwloc/include'
make[4]: Nothing to be done for `all'.
make[4]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191/hwloc/include'
make[4]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191/hwloc'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191/hwloc'
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191/hwloc'
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191'
CC hwloc191_component.lo
CCLD libmca_hwloc_hwloc191.la
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191'
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/hwloc/hwloc191'
Making all in mca/if/posix_ipv4
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/if/posix_ipv4'
CC if_posix.lo
CCLD libmca_if_posix_ipv4.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/if/posix_ipv4'
Making all in mca/if/linux_ipv6
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/if/linux_ipv6'
CC if_linux_ipv6.lo
CCLD libmca_if_linux_ipv6.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/if/linux_ipv6'
Making all in mca/installdirs/env
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/installdirs/env'
CC opal_installdirs_env.lo
CCLD libmca_installdirs_env.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/installdirs/env'
Making all in mca/installdirs/config
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/installdirs/config'
CC opal_installdirs_config.lo
CCLD libmca_installdirs_config.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/installdirs/config'
Making all in mca/memory/linux
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/memory/linux'
CC memory_linux_component.lo
CC memory_linux_ptmalloc2.lo
CC memory_linux_munmap.lo
CC malloc.lo
CC malloc-stats.lo
CCLD libmca_memory_linux.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/memory/linux'
Making all in mca/pstat/linux
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/pstat/linux'
CC pstat_linux_component.lo
CC pstat_linux_module.lo
CCLD libmca_pstat_linux.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/pstat/linux'
Making all in mca/sec/basic
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/sec/basic'
CC sec_basic_component.lo
CC sec_basic.lo
CCLD libmca_sec_basic.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/sec/basic'
Making all in mca/shmem/mmap
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/shmem/mmap'
CC shmem_mmap_component.lo
CC shmem_mmap_module.lo
CCLD libmca_shmem_mmap.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/shmem/mmap'
Making all in mca/shmem/posix
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/shmem/posix'
CC shmem_posix_common_utils.lo
CC shmem_posix_component.lo
CC shmem_posix_module.lo
CCLD libmca_shmem_posix.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/shmem/posix'
Making all in mca/shmem/sysv
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/shmem/sysv'
CC shmem_sysv_component.lo
CC shmem_sysv_module.lo
CCLD libmca_shmem_sysv.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/shmem/sysv'
Making all in mca/timer/linux
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/timer/linux'
CC timer_linux_component.lo
CCLD libmca_timer_linux.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/mca/timer/linux'
Making all in .
make[2]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal'
CC class/opal_bitmap.lo
CC class/opal_free_list.lo
CC class/opal_hash_table.lo
CC class/opal_hotel.lo
CC class/opal_tree.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 runtime/opal_info_support.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_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_unpack.lo
CC dss/dss_open_close.lo
CCLD libopen-pal.la
copying selected object files to avoid basename conflicts...
make[2]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal'
Making all in tools/wrappers
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/tools/wrappers'
CC opal_wrapper.o
CCLD opal_wrapper
Creating opal_wrapper.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/opal/tools/wrappers'
make[1]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/opal'
Making all in orte
make[1]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/orte'
Making all in include
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/include'
make all-am
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/include'
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/include'
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/include'
Making all in mca/dfs
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/dfs'
CC base/dfs_base_select.lo
CC base/dfs_base_frame.lo
CCLD libmca_dfs.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/dfs'
Making all in mca/errmgr
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr'
CC base/errmgr_base_select.lo
CC base/errmgr_base_frame.lo
CC base/errmgr_base_fns.lo
CC base/errmgr_base_tool.lo
CCLD libmca_errmgr.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr'
Making all in mca/ess
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess'
CC base/ess_base_frame.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
CC base/ess_base_fns.lo
CCLD libmca_ess.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess'
Making all in mca/filem
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/filem'
CC base/filem_base_frame.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...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/filem'
Making all in mca/grpcomm
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/grpcomm'
CC base/grpcomm_base_select.lo
CC base/grpcomm_base_frame.lo
CC base/grpcomm_base_modex.lo
CC base/grpcomm_base_receive.lo
CC base/grpcomm_base_xcast.lo
CC base/grpcomm_base_rollup.lo
CCLD libmca_grpcomm.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/grpcomm'
Making all in mca/iof
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof'
CC base/iof_base_frame.lo
CC base/iof_base_select.lo
CC base/iof_base_output.lo
CC base/iof_base_setup.lo
CCLD libmca_iof.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof'
Making all in mca/odls
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/odls'
CC base/odls_base_frame.lo
CC base/odls_base_select.lo
CC base/odls_base_default_fns.lo
CCLD libmca_odls.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/odls'
Making all in mca/oob
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/oob'
CC base/oob_base_stubs.lo
CC base/oob_base_frame.lo
CC base/oob_base_select.lo
CCLD libmca_oob.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/oob'
Making all in mca/plm
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/plm'
CC base/plm_base_frame.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
CCLD libmca_plm.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/plm'
Making all in mca/ras
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ras'
CC base/ras_base_frame.lo
CC base/ras_base_select.lo
CC base/ras_base_allocate.lo
CC base/ras_base_node.lo
CCLD libmca_ras.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ras'
Making all in mca/rmaps
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps'
CC base/rmaps_base_frame.lo
CC base/rmaps_base_select.lo
CC base/rmaps_base_map_job.lo
CC base/rmaps_base_support_fns.lo
CC base/rmaps_base_ranking.lo
CC base/rmaps_base_print_fns.lo
CC base/rmaps_base_binding.lo
CCLD libmca_rmaps.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps'
Making all in mca/rml
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rml'
CC base/rml_base_frame.lo
CC base/rml_base_receive.lo
CC base/rml_base_contact.lo
CC base/rml_base_msg_handlers.lo
CCLD libmca_rml.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rml'
Making all in mca/routed
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed'
CC base/routed_base_frame.lo
CC base/routed_base_fns.lo
CCLD libmca_routed.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed'
Making all in mca/sensor
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/sensor'
CC base/sensor_base_frame.lo
CC base/sensor_base_select.lo
CC base/sensor_base_fns.lo
CCLD libmca_sensor.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/sensor'
Making all in mca/snapc
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/snapc'
CC base/snapc_base_frame.lo
CC base/snapc_base_select.lo
CC base/snapc_base_fns.lo
CCLD libmca_snapc.la
Creating orte_snapc.7 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/snapc'
Making all in mca/sstore
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/sstore'
CC base/sstore_base_frame.lo
CC base/sstore_base_select.lo
CC base/sstore_base_fns.lo
CCLD libmca_sstore.la
Creating orte_sstore.7 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/sstore'
Making all in mca/state
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state'
CC base/state_base_frame.lo
CC base/state_base_select.lo
CC base/state_base_fns.lo
CCLD libmca_state.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state'
Making all in mca/dfs/test
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/dfs/test'
CC dfs_test_component.lo
CC dfs_test.lo
CCLD libmca_dfs_test.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/dfs/test'
Making all in mca/dfs/app
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/dfs/app'
CC dfs_app_component.lo
CC dfs_app.lo
CCLD libmca_dfs_app.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/dfs/app'
Making all in mca/dfs/orted
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/dfs/orted'
CC dfs_orted_component.lo
CC dfs_orted.lo
CCLD libmca_dfs_orted.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/dfs/orted'
Making all in mca/errmgr/default_tool
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr/default_tool'
CC errmgr_default_tool_component.lo
CC errmgr_default_tool.lo
CCLD libmca_errmgr_default_tool.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr/default_tool'
Making all in mca/errmgr/default_hnp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr/default_hnp'
CC errmgr_default_hnp_component.lo
CC errmgr_default_hnp.lo
CCLD libmca_errmgr_default_hnp.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr/default_hnp'
Making all in mca/errmgr/default_orted
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr/default_orted'
CC errmgr_default_orted_component.lo
CC errmgr_default_orted.lo
CCLD libmca_errmgr_default_orted.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr/default_orted'
Making all in mca/errmgr/default_app
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr/default_app'
CC errmgr_default_app_component.lo
CC errmgr_default_app.lo
CCLD libmca_errmgr_default_app.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/errmgr/default_app'
Making all in mca/ess/tool
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/tool'
CC ess_tool_component.lo
CC ess_tool_module.lo
CCLD libmca_ess_tool.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/tool'
Making all in mca/ess/hnp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/hnp'
CC ess_hnp_component.lo
CC ess_hnp_module.lo
CCLD libmca_ess_hnp.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/hnp'
Making all in mca/ess/singleton
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/singleton'
CC ess_singleton_component.lo
CC ess_singleton_module.lo
CCLD libmca_ess_singleton.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/singleton'
Making all in mca/ess/env
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/env'
CC ess_env_component.lo
CC ess_env_module.lo
CCLD libmca_ess_env.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/env'
Making all in mca/ess/slurm
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/slurm'
CC ess_slurm_component.lo
CC ess_slurm_module.lo
CCLD libmca_ess_slurm.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ess/slurm'
Making all in mca/filem/raw
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/filem/raw'
CC filem_raw_component.lo
CC filem_raw_module.lo
CCLD libmca_filem_raw.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/filem/raw'
Making all in mca/grpcomm/bad
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/grpcomm/bad'
CC grpcomm_bad_module.lo
CC grpcomm_bad_component.lo
CCLD libmca_grpcomm_bad.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/grpcomm/bad'
Making all in mca/iof/mr_orted
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof/mr_orted'
CC iof_mrorted.lo
CC iof_mrorted_component.lo
CC iof_mrorted_read.lo
CC iof_mrorted_receive.lo
CCLD libmca_iof_mr_orted.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof/mr_orted'
Making all in mca/iof/tool
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof/tool'
CC iof_tool.lo
CC iof_tool_component.lo
CC iof_tool_receive.lo
CCLD libmca_iof_tool.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof/tool'
Making all in mca/iof/hnp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/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 libmca_iof_hnp.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof/hnp'
Making all in mca/iof/orted
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof/orted'
CC iof_orted.lo
CC iof_orted_component.lo
CC iof_orted_read.lo
CC iof_orted_receive.lo
CCLD libmca_iof_orted.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof/orted'
Making all in mca/iof/mr_hnp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof/mr_hnp'
CC iof_mrhnp.lo
CC iof_mrhnp_component.lo
CC iof_mrhnp_read.lo
CC iof_mrhnp_receive.lo
CCLD libmca_iof_mr_hnp.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/iof/mr_hnp'
Making all in mca/odls/default
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/odls/default'
CC odls_default_component.lo
CC odls_default_module.lo
CCLD libmca_odls_default.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/odls/default'
Making all in mca/oob/tcp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/oob/tcp'
CC oob_tcp_component.lo
CC oob_tcp.lo
CC oob_tcp_listener.lo
CC oob_tcp_common.lo
CC oob_tcp_connection.lo
CC oob_tcp_sendrecv.lo
CCLD libmca_oob_tcp.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/oob/tcp'
Making all in mca/plm/isolated
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/plm/isolated'
CC plm_isolated_component.lo
CC plm_isolated.lo
CCLD libmca_plm_isolated.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/plm/isolated'
Making all in mca/plm/slurm
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/plm/slurm'
CC plm_slurm_component.lo
CC plm_slurm_module.lo
CCLD libmca_plm_slurm.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/plm/slurm'
Making all in mca/plm/rsh
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/plm/rsh'
CC plm_rsh_component.lo
CC plm_rsh_module.lo
CCLD libmca_plm_rsh.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/plm/rsh'
Making all in mca/ras/simulator
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ras/simulator'
CC ras_sim_component.lo
CC ras_sim_module.lo
CCLD libmca_ras_simulator.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ras/simulator'
Making all in mca/ras/loadleveler
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ras/loadleveler'
CC ras_loadleveler_component.lo
CC ras_loadleveler_module.lo
CCLD libmca_ras_loadleveler.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ras/loadleveler'
Making all in mca/ras/slurm
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ras/slurm'
CC ras_slurm_component.lo
CC ras_slurm_module.lo
CCLD libmca_ras_slurm.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/ras/slurm'
Making all in mca/rmaps/resilient
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/resilient'
CC rmaps_resilient.lo
CC rmaps_resilient_component.lo
CCLD libmca_rmaps_resilient.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/resilient'
Making all in mca/rmaps/seq
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/seq'
CC rmaps_seq.lo
CC rmaps_seq_component.lo
CCLD libmca_rmaps_seq.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/seq'
Making all in mca/rmaps/round_robin
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/round_robin'
CC rmaps_rr.lo
CC rmaps_rr_component.lo
CC rmaps_rr_mappers.lo
CCLD libmca_rmaps_round_robin.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/round_robin'
Making all in mca/rmaps/ppr
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/ppr'
CC rmaps_ppr.lo
CC rmaps_ppr_component.lo
CCLD libmca_rmaps_ppr.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/ppr'
Making all in mca/rmaps/staged
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/staged'
CC rmaps_staged.lo
CC rmaps_staged_component.lo
CCLD libmca_rmaps_staged.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/staged'
Making all in mca/rmaps/mindist
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/mindist'
CC rmaps_mindist_module.lo
CC rmaps_mindist_component.lo
CCLD libmca_rmaps_mindist.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/mindist'
Making all in mca/rmaps/rank_file
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/rank_file'
CC rmaps_rank_file.lo
CC rmaps_rank_file_component.lo
CC rmaps_rank_file_lex.lo
CCLD libmca_rmaps_rank_file.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rmaps/rank_file'
Making all in mca/rml/oob
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/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 libmca_rml_oob.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/rml/oob'
Making all in mca/routed/direct
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed/direct'
CC routed_direct.lo
CC routed_direct_component.lo
CCLD libmca_routed_direct.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed/direct'
Making all in mca/routed/radix
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed/radix'
CC routed_radix.lo
CC routed_radix_component.lo
CCLD libmca_routed_radix.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed/radix'
Making all in mca/routed/debruijn
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed/debruijn'
CC routed_debruijn.lo
CC routed_debruijn_component.lo
CCLD libmca_routed_debruijn.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed/debruijn'
Making all in mca/routed/binomial
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed/binomial'
CC routed_binomial.lo
CC routed_binomial_component.lo
CCLD libmca_routed_binomial.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/routed/binomial'
Making all in mca/state/app
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/app'
CC state_app_component.lo
CC state_app.lo
CCLD libmca_state_app.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/app'
Making all in mca/state/staged_orted
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/staged_orted'
CC state_staged_orted_component.lo
CC state_staged_orted.lo
CCLD libmca_state_staged_orted.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/staged_orted'
Making all in mca/state/staged_hnp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/staged_hnp'
CC state_staged_hnp_component.lo
CC state_staged_hnp.lo
CCLD libmca_state_staged_hnp.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/staged_hnp'
Making all in mca/state/tool
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/tool'
CC state_tool_component.lo
CC state_tool.lo
CCLD libmca_state_tool.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/tool'
Making all in mca/state/hnp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/hnp'
CC state_hnp_component.lo
CC state_hnp.lo
CCLD libmca_state_hnp.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/hnp'
Making all in mca/state/orted
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/orted'
CC state_orted_component.lo
CC state_orted.lo
CCLD libmca_state_orted.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/orted'
Making all in mca/state/novm
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/novm'
CC state_novm_component.lo
CC state_novm.lo
CCLD libmca_state_novm.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/novm'
Making all in mca/state/dvm
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/dvm'
CC state_dvm_component.lo
CC state_dvm.lo
CCLD libmca_state_dvm.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/mca/state/dvm'
Making all in etc
make[2]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/orte/etc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/orte/etc'
Making all in .
make[2]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/orte'
CC runtime/orte_finalize.lo
CC runtime/orte_init.lo
CC runtime/orte_locks.lo
CC runtime/orte_globals.lo
CC runtime/orte_quit.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_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 runtime/orte_info_support.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
CCLD libopen-rte.la
Creating util/hostfile/orte_hosts.7 man page...
make[2]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/orte'
Making all in tools/orte-checkpoint
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-checkpoint'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-checkpoint'
Making all in tools/orte-clean
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-clean'
CC orte-clean.o
CCLD orte-clean
Creating orte-clean.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-clean'
Making all in tools/orte-ps
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-ps'
CC orte-ps.o
CCLD orte-ps
Creating orte-ps.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-ps'
Making all in tools/orte-restart
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-restart'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-restart'
Making all in tools/orted
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orted'
CC orted.o
CCLD orted
Creating orted.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orted'
Making all in tools/orterun
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orterun'
CC main.o
CC orterun.o
CCLD orterun
Creating orterun.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orterun'
Making all in tools/wrappers
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/wrappers'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/wrappers'
Making all in tools/orte-top
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-top'
CC orte-top.o
CCLD orte-top
Creating orte-top.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-top'
Making all in tools/orte-info
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-info'
CC orte-info.o
CC output.o
CC param.o
CC components.o
CC version.o
CCLD orte-info
Creating orte-info.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-info'
Making all in tools/orte-migrate
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-migrate'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-migrate'
Making all in tools/orte-server
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-server'
CC orte-server.o
CCLD orte-server
Creating orte-server.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-server'
Making all in tools/orte-dvm
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-dvm'
CC orte-dvm.o
CCLD orte-dvm
Creating orte-dvm.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-dvm'
Making all in tools/orte-submit
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-submit'
CC orte-submit.o
CCLD orte-submit
Creating orte-submit.1 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/orte/tools/orte-submit'
make[1]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/orte'
Making all in ompi
make[1]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/ompi'
Making all in include
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/include'
make all-am
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/include'
../../ompi/mpi/fortran/base/gen-mpi-sizeof.pl \
--header=mpif-sizeof.h --ierror=mandatory \
--maxrank=15 \
--generate=1 \
--real16=1 \
--complex32=1
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/include'
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/include'
Making all in datatype
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/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_create_darray.lo
CC ompi_datatype_create_subarray.lo
CC ompi_datatype_external32.lo
CC ompi_datatype_match_size.lo
CC ompi_datatype_module.lo
CC ompi_datatype_sndrcv.lo
CC ompi_datatype_get_elements.lo
CCLD libdatatype.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/datatype'
Making all in debuggers
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/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
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/debuggers'
Making all in etc
make[2]: Entering directory `/students/WRFtest/lib_test/openmpi-1.10.1/ompi/etc'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/ompi/etc'
Making all in mpi/c
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/c'
Making all in profile
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/c/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 piallgather.lo
CC pallgatherv.lo
CC piallgatherv.lo
CC palloc_mem.lo
CC pallreduce.lo
CC piallreduce.lo
CC palltoall.lo
CC pialltoall.lo
CC palltoallv.lo
CC pialltoallv.lo
CC palltoallw.lo
CC pialltoallw.lo
CC pattr_delete.lo
CC pattr_get.lo
CC pattr_put.lo
CC pbarrier.lo
CC pibarrier.lo
CC pbcast.lo
CC pibcast.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_group.lo
CC pcomm_create_keyval.lo
CC pcomm_delete_attr.lo
CC pcomm_disconnect.lo
CC pcomm_dup.lo
CC pcomm_dup_with_info.lo
CC pcomm_idup.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_info.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_info.lo
CC pdist_graph_create.lo
CC pdist_graph_create_adjacent.lo
CC pdist_graph_neighbors.lo
CC pdist_graph_neighbors_count.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_split_type.lo
CC pcomm_test_inter.lo
CC pcompare_and_swap.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 pfetch_and_op.lo
CC piexscan.lo
CC pfinalize.lo
CC pfinalized.lo
CC pfree_mem.lo
CC pgather.lo
CC pigather.lo
CC pgatherv.lo
CC pigatherv.lo
CC pget_address.lo
CC pget_count.lo
CC pget_elements.lo
CC pget_elements_x.lo
CC pget_accumulate.lo
CC pget_library_version.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 pimprobe.lo
CC pimrecv.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 pmessage_f2c.lo
CC pmessage_c2f.lo
CC pmprobe.lo
CC pmrecv.lo
CC pneighbor_allgather.lo
CC pineighbor_allgather.lo
CC pneighbor_allgatherv.lo
CC pineighbor_allgatherv.lo
CC pneighbor_alltoall.lo
CC pineighbor_alltoall.lo
CC pneighbor_alltoallv.lo
CC pineighbor_alltoallv.lo
CC pneighbor_alltoallw.lo
CC pineighbor_alltoallw.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 praccumulate.lo
CC precv_init.lo
CC precv.lo
CC preduce.lo
CC pireduce.lo
CC preduce_local.lo
CC preduce_scatter.lo
CC pireduce_scatter.lo
CC preduce_scatter_block.lo
CC pireduce_scatter_block.lo
CC prequest_c2f.lo
CC prequest_f2c.lo
CC prequest_free.lo
CC prequest_get_status.lo
CC prget.lo
CC prget_accumulate.lo
CC prput.lo
CC prsend_init.lo
CC prsend.lo
CC pscan.lo
CC piscan.lo
CC pscatter.lo
CC piscatter.lo
CC pscatterv.lo
CC piscatterv.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 pstatus_set_elements_x.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_hindexed_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_extent_x.lo
CC ptype_get_name.lo
CC ptype_get_true_extent.lo
CC ptype_get_true_extent_x.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_size_x.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_allocate.lo
CC pwin_allocate_shared.lo
CC pwin_attach.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_create_dynamic.lo
CC pwin_delete_attr.lo
CC pwin_detach.lo
CC pwin_f2c.lo
CC pwin_fence.lo
CC pwin_flush.lo
CC pwin_flush_all.lo
CC pwin_flush_local.lo
CC pwin_flush_local_all.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_info.lo
CC pwin_get_name.lo
CC pwin_lock.lo
CC pwin_lock_all.lo
CC pwin_post.lo
CC pwin_set_attr.lo
CC pwin_set_errhandler.lo
CC pwin_set_info.lo
CC pwin_set_name.lo
CC pwin_shared_query.lo
CC pwin_start.lo
CC pwin_sync.lo
CC pwin_test.lo
CC pwin_unlock.lo
CC pwin_unlock_all.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
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/c/profile'
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/c'
CC attr_fn.lo
CCLD libmpi_c.la
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/c'
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/c'
Making all in mpi/tool
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/tool'
Making all in profile
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/tool/profile'
CC pcategory_changed.lo
CC pcategory_get_categories.lo
CC pcategory_get_cvars.lo
CC pcategory_get_info.lo
CC pcategory_get_index.lo
CC pcategory_get_num.lo
CC pcategory_get_pvars.lo
CC pcvar_get_info.lo
CC pcvar_get_index.lo
CC pcvar_get_num.lo
CC pcvar_handle_alloc.lo
CC pcvar_handle_free.lo
CC pcvar_read.lo
CC pcvar_write.lo
CC penum_get_info.lo
CC penum_get_item.lo
CC pfinalize.lo
CC pinit_thread.lo
CC ppvar_get_info.lo
CC ppvar_get_index.lo
CC ppvar_get_num.lo
CC ppvar_handle_alloc.lo
CC ppvar_handle_free.lo
CC ppvar_read.lo
CC ppvar_readreset.lo
CC ppvar_reset.lo
CC ppvar_session_create.lo
CC ppvar_session_free.lo
CC ppvar_start.lo
CC ppvar_stop.lo
CC ppvar_write.lo
CCLD libmpi_pmpit.la
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/tool/profile'
make[3]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/tool'
CC mpit_common.lo
CCLD libmpi_mpit_common.la
make[3]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/tool'
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/tool'
Making all in mpi/fortran/base/
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/fortran/base'
CC libmpi_fortran_base_la-attr_fn_f.lo
CC libmpi_fortran_base_la-conversion_fn_null_f.lo
CC libmpi_fortran_base_la-f90_accessors.lo
CC libmpi_fortran_base_la-strings.lo
CC libmpi_fortran_base_la-test_constants_f.lo
CCLD libmpi_fortran_base.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mpi/fortran/base'
Making all in mca/common
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/common'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/common'
Making all in mca/allocator
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/allocator'
CC base/allocator_base_frame.lo
CCLD libmca_allocator.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/allocator'
Making all in mca/bcol
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/bcol'
CC base/bcol_base_frame.lo
CC base/bcol_base_init.lo
CCLD libmca_bcol.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/bcol'
Making all in mca/bml
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/bml'
CC base/bml_base_btl.lo
CC base/bml_base_endpoint.lo
CC base/bml_base_init.lo
CC base/bml_base_frame.lo
CC base/bml_base_ft.lo
CCLD libmca_bml.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/bml'
Making all in mca/btl
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/btl'
CC base/btl_base_frame.lo
CC base/btl_base_error.lo
CC base/btl_base_select.lo
CC base/btl_base_mca.lo
CCLD libmca_btl.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/btl'
Making all in mca/coll
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/coll'
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_frame.lo
CCLD libmca_coll.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/coll'
Making all in mca/crcp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/crcp'
CC base/crcp_base_frame.lo
CC base/crcp_base_select.lo
CC base/crcp_base_fns.lo
CCLD libmca_crcp.la
Creating ompi_crcp.7 man page...
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/crcp'
Making all in mca/dpm
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/dpm'
CC base/dpm_base_frame.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
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/dpm'
Making all in mca/fbtl
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/fbtl'
CC base/fbtl_base_frame.lo
CC base/fbtl_base_file_select.lo
CC base/fbtl_base_file_unselect.lo
CC base/fbtl_base_find_available.lo
CCLD libmca_fbtl.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/fbtl'
Making all in mca/fcoll
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/fcoll'
CC base/fcoll_base_frame.lo
CC base/fcoll_base_file_select.lo
CC base/fcoll_base_file_unselect.lo
CC base/fcoll_base_find_available.lo
CCLD libmca_fcoll.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/fcoll'
Making all in mca/fs
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/fs'
CC base/fs_base_frame.lo
CC base/fs_base_file_select.lo
CC base/fs_base_file_unselect.lo
CC base/fs_base_find_available.lo
CC base/fs_base_get_parent_dir.lo
CCLD libmca_fs.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/fs'
Making all in mca/io
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/io'
CC base/io_base_frame.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_request.lo
CC base/io_base_register_datarep.lo
CCLD libmca_io.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/io'
Making all in mca/mpool
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/mpool'
CC base/mpool_base_frame.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
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/mpool'
Making all in mca/mtl
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/mtl'
CC base/mtl_base_frame.lo
CCLD libmca_mtl.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/mtl'
Making all in mca/op
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/op'
CC base/op_base_frame.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
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/op'
Making all in mca/osc
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/osc'
CC base/osc_base_frame.lo
CC base/osc_base_init.lo
CC base/osc_base_obj_convert.lo
CCLD libmca_osc.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/osc'
Making all in mca/pml
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/pml'
CC base/pml_base_bsend.lo
CC base/pml_base_frame.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
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/pml'
Making all in mca/pubsub
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/pubsub'
CC base/pubsub_base_frame.lo
CC base/pubsub_base_select.lo
CC base/pubsub_base_null_fns.lo
CCLD libmca_pubsub.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/pubsub'
Making all in mca/rcache
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/rcache'
CC base/rcache_base_frame.lo
CC base/rcache_base_create.lo
CCLD libmca_rcache.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/rcache'
Making all in mca/rte
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/rte'
CC base/rte_base_frame.lo
CCLD libmca_rte.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/rte'
Making all in mca/sbgp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/sbgp'
CC base/sbgp_base_frame.lo
CC base/sbgp_base_init.lo
CCLD libmca_sbgp.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/sbgp'
Making all in mca/sharedfp
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/sharedfp'
CC base/sharedfp_base_file_select.lo
CC base/sharedfp_base_file_unselect.lo
CC base/sharedfp_base_find_available.lo
CC base/sharedfp_base_frame.lo
CCLD libmca_sharedfp.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/sharedfp'
Making all in mca/topo
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/topo'
CC base/topo_base_cart_coords.lo
CC base/topo_base_cart_create.lo
CC base/topo_base_cart_get.lo
CC base/topo_base_cart_rank.lo
CC base/topo_base_cart_map.lo
CC base/topo_base_cart_shift.lo
CC base/topo_base_cart_sub.lo
CC base/topo_base_cartdim_get.lo
CC base/topo_base_comm_select.lo
CC base/topo_base_dist_graph_create.lo
CC base/topo_base_dist_graph_create_adjacent.lo
CC base/topo_base_dist_graph_neighbors.lo
CC base/topo_base_dist_graph_neighbors_count.lo
CC base/topo_base_find_available.lo
CC base/topo_base_frame.lo
CC base/topo_base_graph_create.lo
CC base/topo_base_graph_get.lo
CC base/topo_base_graph_map.lo
CC base/topo_base_graph_neighbors.lo
CC base/topo_base_graph_neighbors_count.lo
CC base/topo_base_graphdims_get.lo
CC base/topo_base_lazy_init.lo
CCLD libmca_topo.la
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/topo'
Making all in mca/vprotocol
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/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
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/vprotocol'
Making all in mca/common/verbs_usnic
make[2]: Entering directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/common/verbs_usnic'
CC libmca_common_verbs_usnic_la-common_verbs_usnic_fake.lo
common_verbs_usnic_fake.c:72:6: error: 'struct ibv_device' has no member named
'ops'; did you mean '_ops'?
.ops = {
^~~
_ops
common_verbs_usnic_fake.c:73:10: error: 'struct _ibv_device_ops' has no member
named 'alloc_context'
.alloc_context = fake_alloc_context,
^~~~~~~~~~~~~
common_verbs_usnic_fake.c:74:10: error: 'struct _ibv_device_ops' has no member
named 'free_context'
.free_context = fake_free_context
^~~~~~~~~~~~
common_verbs_usnic_fake.c: In function 'fake_driver_init':
common_verbs_usnic_fake.c:89:9: warning: implicit declaration of function
'ibv_read_sysfs_file'; did you mean 'ibv_wc_read_byte_len'?
[-Wimplicit-function-declaration]
if (ibv_read_sysfs_file(uverbs_sys_path, "device/vendor",
^~~~~~~~~~~~~~~~~~~
ibv_wc_read_byte_len
common_verbs_usnic_fake.c: In function
'ompi_common_verbs_usnic_register_fake_drivers':
common_verbs_usnic_fake.c:133:9: warning: implicit declaration of function
'ibv_register_driver'; did you mean 'ibv_create_srq_ex'?
[-Wimplicit-function-declaration]
ibv_register_driver("usnic_verbs", fake_driver_init);
^~~~~~~~~~~~~~~~~~~
ibv_create_srq_ex
make[2]: *** [libmca_common_verbs_usnic_la-common_verbs_usnic_fake.lo] Error 1
make[2]: Leaving directory
`/students/WRFtest/lib_test/openmpi-1.10.1/ompi/mca/common/verbs_usnic'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/students/WRFtest/lib_test/openmpi-1.10.1/ompi'
make: *** [all-recursive] Error 1