From 62dd9fe8d1b1f1b03bb6e5ed319c7d5665b26041 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Aur=C3=A9lien=20Larcher?= Date: Mon, 14 Dec 2015 15:23:19 +0100 Subject: [PATCH] Bump openmpi to 1.10.1 --- components/openmpi/Makefile | 16 +- components/openmpi/openmpi-modulefiles.p5m | 7 - components/openmpi/openmpi.p5m | 529 +++++++++++++++++------------ 3 files changed, 317 insertions(+), 235 deletions(-) diff --git a/components/openmpi/Makefile b/components/openmpi/Makefile index d020e7102..183b4bdf4 100644 --- a/components/openmpi/Makefile +++ b/components/openmpi/Makefile @@ -10,7 +10,7 @@ # # -# Copyright 2013 Aurelien Larcher. All rights reserved. +# Copyright 2013-2015 Aurelien Larcher. All rights reserved. # include ../../make-rules/shared-macros.mk @@ -18,15 +18,16 @@ MPI_IMPLEMENTATION = openmpi include $(WS_MAKE_RULES)/mpi-macros.mk COMPONENT_NAME = openmpi/$(COMPILER) -OPENMPI_VERSION_MAJOR = 1.6 -COMPONENT_VERSION = $(OPENMPI_VERSION_MAJOR).5 -COMPONENT_FMRI = library/$(COMPONENT_NAME) +OPENMPI_VERSION_MAJOR = 1.10 +COMPONENT_VERSION = $(OPENMPI_VERSION_MAJOR).1 +COMPONENT_FMRI = library/openmpi/$(COMPILER) +COMPONENT_CLASSIFICATION = Development/High Performance Computing COMPONENT_PROJECT_URL = http://www.open-mpi.org COMPONENT_SRC_NAME = openmpi COMPONENT_SRC = $(COMPONENT_SRC_NAME)-$(COMPONENT_VERSION) COMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz COMPONENT_ARCHIVE_HASH = \ - sha256:ac308dc38e77c622aedea5f3fd368c800b6636d0500f2124c36a505a65806559 + sha256:90eda119e8dcae8d904e44f5fc38a5051a4fb94134f56dc24b9051baff8bb29e COMPONENT_ARCHIVE_URL = http://www.open-mpi.org/software/ompi/v$(OPENMPI_VERSION_MAJOR)/downloads/$(COMPONENT_ARCHIVE) COMPONENT_BUGDB = $(COMPONENT_FMRI) @@ -50,16 +51,15 @@ CONFIGURE_OPTIONS+= --mandir=$(MPI_MANDIR) CONFIGURE_OPTIONS+= --sbindir=$(MPI_SBINDIR) CONFIGURE_OPTIONS+= --sysconfdir=$(MPI_ETCDIR) CONFIGURE_OPTIONS+= --enable-ipv6 -CONFIGURE_OPTIONS+= --enable-mpi-f77 -CONFIGURE_OPTIONS+= --enable-mpi-f90 +CONFIGURE_OPTIONS+= --enable-mpi-fortran=usempi CONFIGURE_OPTIONS+= --enable-mpi-profile CONFIGURE_OPTIONS+= --enable-mpi-cxx CONFIGURE_OPTIONS+= --enable-mpi-cxx-seek CONFIGURE_OPTIONS+= --with-wrapper-cflags="-L$(MPI_LIBDIR) -R$(MPI_LIBDIR)" CONFIGURE_OPTIONS+= --with-wrapper-cxxflags="-L$(MPI_LIBDIR) -R$(MPI_LIBDIR)" CONFIGURE_OPTIONS+= --with-wrapper-libs="-L$(MPI_LIBDIR) -R$(MPI_LIBDIR)" -CONFIGURE_OPTIONS+= --with-wrapper-fflags="-L$(MPI_LIBDIR) -R$(MPI_LIBDIR)" CONFIGURE_OPTIONS+= --with-wrapper-fcflags="-L$(MPI_LIBDIR) -R$(MPI_LIBDIR)" +CONFIGURE_OPTIONS+= ompi_cv_fortran_ignore_tkr_data=0 #COMPONENT_POST_CONFIGURE_ACTION += sed -i -e 's/-export-dynamic//g' $(SOURCE_DIR)/ompi/mpi/cxx/Makefile diff --git a/components/openmpi/openmpi-modulefiles.p5m b/components/openmpi/openmpi-modulefiles.p5m index 432dc6f80..4b9a88a7f 100644 --- a/components/openmpi/openmpi-modulefiles.p5m +++ b/components/openmpi/openmpi-modulefiles.p5m @@ -22,16 +22,9 @@ license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' depend type=require fmri=pkg:/package/environment-modules -dir path=usr -dir path=usr/share -dir path=usr/share/Modules -dir path=usr/share/Modules/modulefiles -dir path=usr/share/Modules/modulefiles/$(COMPONENT_NAME) -dir path=usr/share/Modules/modulefiles/$(COMPONENT_NAME)/32 file path=usr/share/Modules/modulefiles/$(COMPONENT_NAME)/32/$(COMPONENT_VERSION) link path=usr/share/Modules/modulefiles/$(COMPONENT_NAME)/32/latest \ target=$(COMPONENT_VERSION) -dir path=usr/share/Modules/modulefiles/$(COMPONENT_NAME)/64 file path=usr/share/Modules/modulefiles/$(COMPONENT_NAME)/64/$(COMPONENT_VERSION) link path=usr/share/Modules/modulefiles/$(COMPONENT_NAME)/64/latest \ target=$(COMPONENT_VERSION) diff --git a/components/openmpi/openmpi.p5m b/components/openmpi/openmpi.p5m index b18d6acf5..c622f3c4d 100644 --- a/components/openmpi/openmpi.p5m +++ b/components/openmpi/openmpi.p5m @@ -1,43 +1,40 @@ # # This file and its contents are supplied under the terms of the -# Common Development and Distribution License ("CDDL"). You may -# only use this file in accordance with the terms of the CDDL. +# Common Development and Distribution License ("CDDL"), version 1.0. +# You may only use this file in accordance with the terms of version +# 1.0 of the CDDL. # # A full copy of the text of the CDDL should have accompanied this -# source. A copy of the CDDL is also available via the Internet at +# source. A copy of the CDDL is also available via the Internet at # http://www.illumos.org/license/CDDL. # # -# Copyright 2013 . All rights reserved. +# Copyright 2013-2015 Aurelien Larcher # set name=pkg.fmri value=pkg:/$(COMPONENT_FMRI)@$(IPS_COMPONENT_VERSION),$(BUILD_VERSION) set name=pkg.summary value="$(COMPONENT_SUMMARY)" -set name=info.classification \ - value="org.opensolaris.category.2008:Development/High Performance Computing" +set name=info.classification value="$(COMPONENT_CLASSIFICATION)" set name=info.upstream-url value=$(COMPONENT_PROJECT_URL) set name=info.source-url value=$(COMPONENT_ARCHIVE_URL) set name=org.opensolaris.consolidation value=$(CONSOLIDATION) license $(COMPONENT_LICENSE_FILE) license='$(COMPONENT_LICENSE)' - default pkg.depend.bypass-generate perl > - -dir path=usr -dir path=usr/include -dir path=usr/include/openmpi file path=usr/include/openmpi/mpi-ext.h file path=usr/include/openmpi/mpi.h file path=usr/include/openmpi/mpi_portable_platform.h -file path=usr/include/openmpi/mpif-common.h file path=usr/include/openmpi/mpif-config.h -file path=usr/include/openmpi/mpif-mpi-io.h +file path=usr/include/openmpi/mpif-constants.h +file path=usr/include/openmpi/mpif-ext.h +file path=usr/include/openmpi/mpif-externals.h +file path=usr/include/openmpi/mpif-handles.h +file path=usr/include/openmpi/mpif-io-constants.h +file path=usr/include/openmpi/mpif-io-handles.h +file path=usr/include/openmpi/mpif-sentinels.h +file path=usr/include/openmpi/mpif-sizeof.h file path=usr/include/openmpi/mpif.h -dir path=usr/include/openmpi/openmpi -dir path=usr/include/openmpi/openmpi/ompi -dir path=usr/include/openmpi/openmpi/ompi/mpi -dir path=usr/include/openmpi/openmpi/ompi/mpi/cxx file path=usr/include/openmpi/openmpi/ompi/mpi/cxx/comm.h file path=usr/include/openmpi/openmpi/ompi/mpi/cxx/comm_inln.h file path=usr/include/openmpi/openmpi/ompi/mpi/cxx/constants.h @@ -69,9 +66,7 @@ file path=usr/include/openmpi/openmpi/ompi/mpi/cxx/topology.h file path=usr/include/openmpi/openmpi/ompi/mpi/cxx/topology_inln.h file path=usr/include/openmpi/openmpi/ompi/mpi/cxx/win.h file path=usr/include/openmpi/openmpi/ompi/mpi/cxx/win_inln.h -dir path=usr/include/openmpi/vampirtrace file path=usr/include/openmpi/vampirtrace/opari_omp.h -dir path=usr/include/openmpi/vampirtrace/open-trace-format file path=usr/include/openmpi/vampirtrace/open-trace-format/OTFAUX_MsgMatching.h file path=usr/include/openmpi/vampirtrace/open-trace-format/OTFAUX_State.h file path=usr/include/openmpi/vampirtrace/open-trace-format/OTFAUX_Thumbnail.h @@ -116,11 +111,6 @@ file path=usr/include/openmpi/vampirtrace/vt_user_message.inc file path=usr/include/openmpi/vampirtrace/vt_user_region.h file path=usr/include/openmpi/vampirtrace/vt_user_region.inc file path=usr/include/openmpi/vampirtrace/vt_wrap_pthread.h -dir path=usr/lib -dir path=usr/lib/$(MACH64) -dir path=usr/lib/$(MACH64)/openmpi -dir path=usr/lib/$(MACH64)/openmpi/gcc -dir path=usr/lib/$(MACH64)/openmpi/gcc/bin link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpiCC target=opal_wrapper link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpiCC-vt target=opal_wrapper link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpic++ target=opal_wrapper @@ -131,28 +121,26 @@ link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpicxx target=opal_wrapper link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpicxx-vt target=opal_wrapper link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpiexec target=orterun link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpif77 target=opal_wrapper -link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpif77-vt target=opal_wrapper +link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpif77-vt target=mpifort-vt link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpif90 target=opal_wrapper -link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpif90-vt target=opal_wrapper +link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpif90-vt target=mpifort-vt +link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpifort target=opal_wrapper +link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpifort-vt target=opal_wrapper link path=usr/lib/$(MACH64)/openmpi/gcc/bin/mpirun target=orterun link path=usr/lib/$(MACH64)/openmpi/gcc/bin/ompi-clean target=orte-clean -link path=usr/lib/$(MACH64)/openmpi/gcc/bin/ompi-iof target=orte-iof -file path=usr/lib/$(MACH64)/openmpi/gcc/bin/ompi-probe -file path=usr/lib/$(MACH64)/openmpi/gcc/bin/ompi-profiler link path=usr/lib/$(MACH64)/openmpi/gcc/bin/ompi-ps target=orte-ps -file path=usr/lib/$(MACH64)/openmpi/gcc/bin/ompi-server +link path=usr/lib/$(MACH64)/openmpi/gcc/bin/ompi-server target=orte-server link path=usr/lib/$(MACH64)/openmpi/gcc/bin/ompi-top target=orte-top file path=usr/lib/$(MACH64)/openmpi/gcc/bin/ompi_info file path=usr/lib/$(MACH64)/openmpi/gcc/bin/opal_wrapper file path=usr/lib/$(MACH64)/openmpi/gcc/bin/opari -file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte-bootproxy.sh file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte-clean -file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte-iof +file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte-dvm +file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte-info file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte-ps +file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte-server +file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte-submit file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte-top -link path=usr/lib/$(MACH64)/openmpi/gcc/bin/orteCC target=opal_wrapper -file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orte_wrapper_script -link path=usr/lib/$(MACH64)/openmpi/gcc/bin/ortec++ target=opal_wrapper link path=usr/lib/$(MACH64)/openmpi/gcc/bin/ortecc target=opal_wrapper file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orted file path=usr/lib/$(MACH64)/openmpi/gcc/bin/orterun @@ -185,175 +173,189 @@ file path=usr/lib/$(MACH64)/openmpi/gcc/bin/vtsetup.jar file path=usr/lib/$(MACH64)/openmpi/gcc/bin/vtunify file path=usr/lib/$(MACH64)/openmpi/gcc/bin/vtunify-mpi file path=usr/lib/$(MACH64)/openmpi/gcc/bin/vtwrapper -dir path=usr/lib/$(MACH64)/openmpi/gcc/etc file path=usr/lib/$(MACH64)/openmpi/gcc/etc/openmpi-default-hostfile file path=usr/lib/$(MACH64)/openmpi/gcc/etc/openmpi-mca-params.conf file path=usr/lib/$(MACH64)/openmpi/gcc/etc/openmpi-totalview.tcl file path=usr/lib/$(MACH64)/openmpi/gcc/etc/vtsetup-config.dtd file path=usr/lib/$(MACH64)/openmpi/gcc/etc/vtsetup-config.xml -dir path=usr/lib/$(MACH64)/openmpi/gcc/lib link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmca_common_sm.so \ - target=libmca_common_sm.so.3.0.1 -link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmca_common_sm.so.3 \ - target=libmca_common_sm.so.3.0.1 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmca_common_sm.so.3.0.1 -link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi.so target=libmpi.so.1.0.8 -link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi.so.1 target=libmpi.so.1.0.8 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi.so.1.0.8 + target=libmca_common_sm.so.4.0.4 +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmca_common_sm.so.4 \ + target=libmca_common_sm.so.4.0.4 +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmca_common_sm.so.4.0.4 +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi.so target=libmpi.so.12.0.1 +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi.so.12 target=libmpi.so.12.0.1 +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi.so.12.0.1 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_cxx.so \ - target=libmpi_cxx.so.1.0.2 + target=libmpi_cxx.so.1.1.3 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_cxx.so.1 \ - target=libmpi_cxx.so.1.0.2 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_cxx.so.1.0.2 -link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_f77.so \ - target=libmpi_f77.so.1.0.7 -link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_f77.so.1 \ - target=libmpi_f77.so.1.0.7 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_f77.so.1.0.7 -link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_f90.so \ - target=libmpi_f90.so.1.3.0 -link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_f90.so.1 \ - target=libmpi_f90.so.1.3.0 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_f90.so.1.3.0 + target=libmpi_cxx.so.1.1.3 +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_cxx.so.1.1.3 +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_mpifh.so \ + target=libmpi_mpifh.so.12.0.0 +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_mpifh.so.12 \ + target=libmpi_mpifh.so.12.0.0 +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_mpifh.so.12.0.0 +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_usempi.so \ + target=libmpi_usempi.so.1.4.1 +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_usempi.so.1 \ + target=libmpi_usempi.so.1.4.1 +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libmpi_usempi.so.1.4.1 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libompitrace.so \ target=libompitrace.so.0.0.0 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libompitrace.so.0 \ target=libompitrace.so.0.0.0 file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libompitrace.so.0.0.0 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-pal.so \ - target=libopen-pal.so.4.0.5 -link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-pal.so.4 \ - target=libopen-pal.so.4.0.5 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-pal.so.4.0.5 + target=libopen-pal.so.13.0.1 +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-pal.so.13 \ + target=libopen-pal.so.13.0.1 +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-pal.so.13.0.1 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-rte.so \ - target=libopen-rte.so.4.0.3 -link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-rte.so.4 \ - target=libopen-rte.so.4.0.3 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-rte.so.4.0.3 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-trace-format.a + target=libopen-rte.so.12.0.1 +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-rte.so.12 \ + target=libopen-rte.so.12.0.1 +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-rte.so.12.0.1 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-trace-format.so \ target=libopen-trace-format.so.1.0.0 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-trace-format.so.1 \ target=libopen-trace-format.so.1.0.0 file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libopen-trace-format.so.1.0.0 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libotfaux.a link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libotfaux.so \ target=libotfaux.so.0.0.0 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libotfaux.so.0 \ target=libotfaux.so.0.0.0 file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libotfaux.so.0.0.0 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-hyb.a link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-hyb.so \ target=libvt-hyb.so.0.0.0 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-hyb.so.0 \ target=libvt-hyb.so.0.0.0 file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-hyb.so.0.0.0 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mpi-unify.a link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mpi-unify.so \ target=libvt-mpi-unify.so.0.0.0 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mpi-unify.so.0 \ target=libvt-mpi-unify.so.0.0.0 file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mpi-unify.so.0.0.0 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mpi.a link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mpi.so \ target=libvt-mpi.so.0.0.0 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mpi.so.0 \ target=libvt-mpi.so.0.0.0 file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mpi.so.0.0.0 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mt.a link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mt.so target=libvt-mt.so.0.0.0 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mt.so.0 \ target=libvt-mt.so.0.0.0 file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-mt.so.0.0.0 -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt-pomp.a -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt.a link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt.so target=libvt.so.0.0.0 link path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt.so.0 target=libvt.so.0.0.0 file path=usr/lib/$(MACH64)/openmpi/gcc/lib/libvt.so.0.0.0 file path=usr/lib/$(MACH64)/openmpi/gcc/lib/mpi.mod -dir path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/libompi_dbg_msgq.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_allocator_basic.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_allocator_bucket.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_bcol_basesmuma.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_bcol_ptpcoll.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_bml_r2.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_btl_sctp.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_btl_self.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_btl_sm.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_btl_tcp.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_carto_auto_detect.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_carto_file.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_btl_vader.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_coll_basic.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_coll_hierarch.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_coll_inter.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_coll_libnbc.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_coll_ml.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_coll_self.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_coll_sm.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_coll_sync.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_coll_tuned.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_compress_bzip.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_compress_gzip.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_crs_none.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_db_hash.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_db_print.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_dfs_app.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_dfs_orted.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_dfs_test.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_dpm_orte.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_errmgr_default.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_errmgr_default_app.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_errmgr_default_hnp.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_errmgr_default_orted.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_errmgr_default_tool.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_ess_env.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_ess_hnp.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_ess_singleton.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_ess_slave.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_ess_tool.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_filem_rsh.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_fbtl_posix.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_fcoll_dynamic.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_fcoll_individual.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_fcoll_static.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_fcoll_two_phase.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_fcoll_ylib.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_filem_raw.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_fs_ufs.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_grpcomm_bad.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_grpcomm_basic.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_grpcomm_hier.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_io_ompio.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_io_romio.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_iof_hnp.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_iof_mr_hnp.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_iof_mr_orted.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_iof_orted.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_iof_tool.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_maffinity_first_use.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_maffinity_hwloc.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_mpool_fake.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_mpool_rdma.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_mpool_grdma.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_mpool_sm.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_notifier_command.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_notifier_syslog.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_odls_default.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_oob_tcp.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_osc_pt2pt.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_osc_rdma.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_paffinity_hwloc.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_osc_sm.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_plm_isolated.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_plm_rsh.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_pml_bfo.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_pml_cm.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_pml_csum.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_pml_ob1.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_pml_v.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_pstat_test.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_pubsub_orte.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_ras_cm.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_ras_simulator.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rcache_vma.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rmaps_load_balance.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rmaps_mindist.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rmaps_ppr.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rmaps_rank_file.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rmaps_resilient.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rmaps_round_robin.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rmaps_seq.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rmaps_topo.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rmaps_staged.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_rml_oob.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_routed_binomial.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_routed_cm.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_routed_debruijn.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_routed_direct.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_routed_linear.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_routed_radix.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_routed_slave.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_sbgp_basesmsocket.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_sbgp_basesmuma.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_sbgp_p2p.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_sec_basic.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_sharedfp_individual.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_sharedfp_lockedfile.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_sharedfp_sm.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_shmem_mmap.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_shmem_posix.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_shmem_sysv.so -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_topo_unity.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_state_app.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_state_dvm.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_state_hnp.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_state_novm.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_state_orted.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_state_staged_hnp.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_state_staged_orted.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_state_tool.so +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_topo_basic.so file path=usr/lib/$(MACH64)/openmpi/gcc/lib/openmpi/mca_vprotocol_pessimist.so -dir path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig file path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig/ompi-c.pc file path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig/ompi-cxx.pc -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig/ompi-f77.pc -file path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig/ompi-f90.pc +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig/ompi-f77.pc \ + target=ompi-fort.pc +link path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig/ompi-f90.pc \ + target=ompi-fort.pc +file path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig/ompi-fort.pc file path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig/ompi.pc file path=usr/lib/$(MACH64)/openmpi/gcc/lib/pkgconfig/orte.pc -dir path=usr/lib/openmpi -dir path=usr/lib/openmpi/gcc -dir path=usr/lib/openmpi/gcc/bin link path=usr/lib/openmpi/gcc/bin/mpiCC target=opal_wrapper link path=usr/lib/openmpi/gcc/bin/mpiCC-vt target=opal_wrapper link path=usr/lib/openmpi/gcc/bin/mpic++ target=opal_wrapper @@ -364,28 +366,26 @@ link path=usr/lib/openmpi/gcc/bin/mpicxx target=opal_wrapper link path=usr/lib/openmpi/gcc/bin/mpicxx-vt target=opal_wrapper link path=usr/lib/openmpi/gcc/bin/mpiexec target=orterun link path=usr/lib/openmpi/gcc/bin/mpif77 target=opal_wrapper -link path=usr/lib/openmpi/gcc/bin/mpif77-vt target=opal_wrapper +link path=usr/lib/openmpi/gcc/bin/mpif77-vt target=mpifort-vt link path=usr/lib/openmpi/gcc/bin/mpif90 target=opal_wrapper -link path=usr/lib/openmpi/gcc/bin/mpif90-vt target=opal_wrapper +link path=usr/lib/openmpi/gcc/bin/mpif90-vt target=mpifort-vt +link path=usr/lib/openmpi/gcc/bin/mpifort target=opal_wrapper +link path=usr/lib/openmpi/gcc/bin/mpifort-vt target=opal_wrapper link path=usr/lib/openmpi/gcc/bin/mpirun target=orterun link path=usr/lib/openmpi/gcc/bin/ompi-clean target=orte-clean -link path=usr/lib/openmpi/gcc/bin/ompi-iof target=orte-iof -file path=usr/lib/openmpi/gcc/bin/ompi-probe -file path=usr/lib/openmpi/gcc/bin/ompi-profiler link path=usr/lib/openmpi/gcc/bin/ompi-ps target=orte-ps -file path=usr/lib/openmpi/gcc/bin/ompi-server +link path=usr/lib/openmpi/gcc/bin/ompi-server target=orte-server link path=usr/lib/openmpi/gcc/bin/ompi-top target=orte-top file path=usr/lib/openmpi/gcc/bin/ompi_info file path=usr/lib/openmpi/gcc/bin/opal_wrapper file path=usr/lib/openmpi/gcc/bin/opari -file path=usr/lib/openmpi/gcc/bin/orte-bootproxy.sh file path=usr/lib/openmpi/gcc/bin/orte-clean -file path=usr/lib/openmpi/gcc/bin/orte-iof +file path=usr/lib/openmpi/gcc/bin/orte-dvm +file path=usr/lib/openmpi/gcc/bin/orte-info file path=usr/lib/openmpi/gcc/bin/orte-ps +file path=usr/lib/openmpi/gcc/bin/orte-server +file path=usr/lib/openmpi/gcc/bin/orte-submit file path=usr/lib/openmpi/gcc/bin/orte-top -link path=usr/lib/openmpi/gcc/bin/orteCC target=opal_wrapper -file path=usr/lib/openmpi/gcc/bin/orte_wrapper_script -link path=usr/lib/openmpi/gcc/bin/ortec++ target=opal_wrapper link path=usr/lib/openmpi/gcc/bin/ortecc target=opal_wrapper file path=usr/lib/openmpi/gcc/bin/orted file path=usr/lib/openmpi/gcc/bin/orterun @@ -403,6 +403,7 @@ file path=usr/lib/openmpi/gcc/bin/otfshrink link path=usr/lib/openmpi/gcc/bin/vtCC target=vtwrapper link path=usr/lib/openmpi/gcc/bin/vtc++ target=vtwrapper link path=usr/lib/openmpi/gcc/bin/vtcc target=vtwrapper +file path=usr/lib/openmpi/gcc/bin/vtcpcavail link path=usr/lib/openmpi/gcc/bin/vtcxx target=vtwrapper link path=usr/lib/openmpi/gcc/bin/vtf77 target=vtwrapper link path=usr/lib/openmpi/gcc/bin/vtf90 target=vtwrapper @@ -417,178 +418,187 @@ file path=usr/lib/openmpi/gcc/bin/vtsetup.jar file path=usr/lib/openmpi/gcc/bin/vtunify file path=usr/lib/openmpi/gcc/bin/vtunify-mpi file path=usr/lib/openmpi/gcc/bin/vtwrapper -dir path=usr/lib/openmpi/gcc/etc file path=usr/lib/openmpi/gcc/etc/openmpi-default-hostfile file path=usr/lib/openmpi/gcc/etc/openmpi-mca-params.conf file path=usr/lib/openmpi/gcc/etc/openmpi-totalview.tcl file path=usr/lib/openmpi/gcc/etc/vtsetup-config.dtd file path=usr/lib/openmpi/gcc/etc/vtsetup-config.xml -dir path=usr/lib/openmpi/gcc/lib link path=usr/lib/openmpi/gcc/lib/libmca_common_sm.so \ - target=libmca_common_sm.so.3.0.1 -link path=usr/lib/openmpi/gcc/lib/libmca_common_sm.so.3 \ - target=libmca_common_sm.so.3.0.1 -file path=usr/lib/openmpi/gcc/lib/libmca_common_sm.so.3.0.1 -link path=usr/lib/openmpi/gcc/lib/libmpi.so target=libmpi.so.1.0.8 -link path=usr/lib/openmpi/gcc/lib/libmpi.so.1 target=libmpi.so.1.0.8 -file path=usr/lib/openmpi/gcc/lib/libmpi.so.1.0.8 -link path=usr/lib/openmpi/gcc/lib/libmpi_cxx.so target=libmpi_cxx.so.1.0.2 -link path=usr/lib/openmpi/gcc/lib/libmpi_cxx.so.1 target=libmpi_cxx.so.1.0.2 -file path=usr/lib/openmpi/gcc/lib/libmpi_cxx.so.1.0.2 -link path=usr/lib/openmpi/gcc/lib/libmpi_f77.so target=libmpi_f77.so.1.0.7 -link path=usr/lib/openmpi/gcc/lib/libmpi_f77.so.1 target=libmpi_f77.so.1.0.7 -file path=usr/lib/openmpi/gcc/lib/libmpi_f77.so.1.0.7 -link path=usr/lib/openmpi/gcc/lib/libmpi_f90.so target=libmpi_f90.so.1.3.0 -link path=usr/lib/openmpi/gcc/lib/libmpi_f90.so.1 target=libmpi_f90.so.1.3.0 -file path=usr/lib/openmpi/gcc/lib/libmpi_f90.so.1.3.0 + target=libmca_common_sm.so.4.0.4 +link path=usr/lib/openmpi/gcc/lib/libmca_common_sm.so.4 \ + target=libmca_common_sm.so.4.0.4 +file path=usr/lib/openmpi/gcc/lib/libmca_common_sm.so.4.0.4 +link path=usr/lib/openmpi/gcc/lib/libmpi.so target=libmpi.so.12.0.1 +link path=usr/lib/openmpi/gcc/lib/libmpi.so.12 target=libmpi.so.12.0.1 +file path=usr/lib/openmpi/gcc/lib/libmpi.so.12.0.1 +link path=usr/lib/openmpi/gcc/lib/libmpi_cxx.so target=libmpi_cxx.so.1.1.3 +link path=usr/lib/openmpi/gcc/lib/libmpi_cxx.so.1 target=libmpi_cxx.so.1.1.3 +file path=usr/lib/openmpi/gcc/lib/libmpi_cxx.so.1.1.3 +link path=usr/lib/openmpi/gcc/lib/libmpi_mpifh.so target=libmpi_mpifh.so.12.0.0 +link path=usr/lib/openmpi/gcc/lib/libmpi_mpifh.so.12 \ + target=libmpi_mpifh.so.12.0.0 +file path=usr/lib/openmpi/gcc/lib/libmpi_mpifh.so.12.0.0 +link path=usr/lib/openmpi/gcc/lib/libmpi_usempi.so target=libmpi_usempi.so.1.4.1 +link path=usr/lib/openmpi/gcc/lib/libmpi_usempi.so.1 \ + target=libmpi_usempi.so.1.4.1 +file path=usr/lib/openmpi/gcc/lib/libmpi_usempi.so.1.4.1 link path=usr/lib/openmpi/gcc/lib/libompitrace.so target=libompitrace.so.0.0.0 link path=usr/lib/openmpi/gcc/lib/libompitrace.so.0 target=libompitrace.so.0.0.0 file path=usr/lib/openmpi/gcc/lib/libompitrace.so.0.0.0 -link path=usr/lib/openmpi/gcc/lib/libopen-pal.so target=libopen-pal.so.4.0.5 -link path=usr/lib/openmpi/gcc/lib/libopen-pal.so.4 target=libopen-pal.so.4.0.5 -file path=usr/lib/openmpi/gcc/lib/libopen-pal.so.4.0.5 -link path=usr/lib/openmpi/gcc/lib/libopen-rte.so target=libopen-rte.so.4.0.3 -link path=usr/lib/openmpi/gcc/lib/libopen-rte.so.4 target=libopen-rte.so.4.0.3 -file path=usr/lib/openmpi/gcc/lib/libopen-rte.so.4.0.3 -file path=usr/lib/openmpi/gcc/lib/libopen-trace-format.a +link path=usr/lib/openmpi/gcc/lib/libopen-pal.so target=libopen-pal.so.13.0.1 +link path=usr/lib/openmpi/gcc/lib/libopen-pal.so.13 target=libopen-pal.so.13.0.1 +file path=usr/lib/openmpi/gcc/lib/libopen-pal.so.13.0.1 +link path=usr/lib/openmpi/gcc/lib/libopen-rte.so target=libopen-rte.so.12.0.1 +link path=usr/lib/openmpi/gcc/lib/libopen-rte.so.12 target=libopen-rte.so.12.0.1 +file path=usr/lib/openmpi/gcc/lib/libopen-rte.so.12.0.1 link path=usr/lib/openmpi/gcc/lib/libopen-trace-format.so \ target=libopen-trace-format.so.1.0.0 link path=usr/lib/openmpi/gcc/lib/libopen-trace-format.so.1 \ target=libopen-trace-format.so.1.0.0 file path=usr/lib/openmpi/gcc/lib/libopen-trace-format.so.1.0.0 -file path=usr/lib/openmpi/gcc/lib/libotfaux.a link path=usr/lib/openmpi/gcc/lib/libotfaux.so target=libotfaux.so.0.0.0 link path=usr/lib/openmpi/gcc/lib/libotfaux.so.0 target=libotfaux.so.0.0.0 file path=usr/lib/openmpi/gcc/lib/libotfaux.so.0.0.0 -file path=usr/lib/openmpi/gcc/lib/libvt-hyb.a link path=usr/lib/openmpi/gcc/lib/libvt-hyb.so target=libvt-hyb.so.0.0.0 link path=usr/lib/openmpi/gcc/lib/libvt-hyb.so.0 target=libvt-hyb.so.0.0.0 file path=usr/lib/openmpi/gcc/lib/libvt-hyb.so.0.0.0 -file path=usr/lib/openmpi/gcc/lib/libvt-mpi-unify.a link path=usr/lib/openmpi/gcc/lib/libvt-mpi-unify.so \ target=libvt-mpi-unify.so.0.0.0 link path=usr/lib/openmpi/gcc/lib/libvt-mpi-unify.so.0 \ target=libvt-mpi-unify.so.0.0.0 file path=usr/lib/openmpi/gcc/lib/libvt-mpi-unify.so.0.0.0 -file path=usr/lib/openmpi/gcc/lib/libvt-mpi.a link path=usr/lib/openmpi/gcc/lib/libvt-mpi.so target=libvt-mpi.so.0.0.0 link path=usr/lib/openmpi/gcc/lib/libvt-mpi.so.0 target=libvt-mpi.so.0.0.0 file path=usr/lib/openmpi/gcc/lib/libvt-mpi.so.0.0.0 -file path=usr/lib/openmpi/gcc/lib/libvt-mt.a link path=usr/lib/openmpi/gcc/lib/libvt-mt.so target=libvt-mt.so.0.0.0 link path=usr/lib/openmpi/gcc/lib/libvt-mt.so.0 target=libvt-mt.so.0.0.0 file path=usr/lib/openmpi/gcc/lib/libvt-mt.so.0.0.0 -file path=usr/lib/openmpi/gcc/lib/libvt-pomp.a -file path=usr/lib/openmpi/gcc/lib/libvt.a link path=usr/lib/openmpi/gcc/lib/libvt.so target=libvt.so.0.0.0 link path=usr/lib/openmpi/gcc/lib/libvt.so.0 target=libvt.so.0.0.0 file path=usr/lib/openmpi/gcc/lib/libvt.so.0.0.0 file path=usr/lib/openmpi/gcc/lib/mpi.mod -dir path=usr/lib/openmpi/gcc/lib/openmpi file path=usr/lib/openmpi/gcc/lib/openmpi/libompi_dbg_msgq.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_allocator_basic.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_allocator_bucket.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_bcol_basesmuma.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_bcol_ptpcoll.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_bml_r2.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_btl_sctp.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_btl_self.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_btl_sm.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_btl_tcp.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_carto_auto_detect.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_carto_file.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_btl_vader.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_coll_basic.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_coll_hierarch.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_coll_inter.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_coll_libnbc.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_coll_ml.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_coll_self.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_coll_sm.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_coll_sync.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_coll_tuned.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_compress_bzip.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_compress_gzip.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_crs_none.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_db_hash.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_db_print.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_dfs_app.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_dfs_orted.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_dfs_test.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_dpm_orte.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_errmgr_default.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_errmgr_default_app.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_errmgr_default_hnp.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_errmgr_default_orted.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_errmgr_default_tool.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_ess_env.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_ess_hnp.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_ess_singleton.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_ess_slave.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_ess_tool.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_filem_rsh.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_fbtl_posix.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_fcoll_dynamic.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_fcoll_individual.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_fcoll_static.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_fcoll_two_phase.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_fcoll_ylib.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_filem_raw.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_fs_ufs.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_grpcomm_bad.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_grpcomm_basic.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_grpcomm_hier.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_io_ompio.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_io_romio.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_iof_hnp.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_iof_mr_hnp.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_iof_mr_orted.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_iof_orted.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_iof_tool.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_maffinity_first_use.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_maffinity_hwloc.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_mpool_fake.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_mpool_rdma.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_mpool_grdma.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_mpool_sm.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_notifier_command.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_notifier_syslog.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_odls_default.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_oob_tcp.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_osc_pt2pt.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_osc_rdma.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_paffinity_hwloc.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_osc_sm.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_plm_isolated.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_plm_rsh.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_pml_bfo.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_pml_cm.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_pml_csum.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_pml_ob1.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_pml_v.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_pstat_test.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_pubsub_orte.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_ras_cm.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_ras_simulator.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rcache_vma.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rmaps_load_balance.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rmaps_mindist.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rmaps_ppr.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rmaps_rank_file.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rmaps_resilient.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rmaps_round_robin.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rmaps_seq.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rmaps_topo.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rmaps_staged.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_rml_oob.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_routed_binomial.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_routed_cm.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_routed_debruijn.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_routed_direct.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_routed_linear.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_routed_radix.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_routed_slave.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_sbgp_basesmsocket.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_sbgp_basesmuma.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_sbgp_p2p.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_sec_basic.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_sharedfp_individual.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_sharedfp_lockedfile.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_sharedfp_sm.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_shmem_mmap.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_shmem_posix.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_shmem_sysv.so -file path=usr/lib/openmpi/gcc/lib/openmpi/mca_topo_unity.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_state_app.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_state_dvm.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_state_hnp.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_state_novm.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_state_orted.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_state_staged_hnp.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_state_staged_orted.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_state_tool.so +file path=usr/lib/openmpi/gcc/lib/openmpi/mca_topo_basic.so file path=usr/lib/openmpi/gcc/lib/openmpi/mca_vprotocol_pessimist.so -dir path=usr/lib/openmpi/gcc/lib/pkgconfig file path=usr/lib/openmpi/gcc/lib/pkgconfig/ompi-c.pc file path=usr/lib/openmpi/gcc/lib/pkgconfig/ompi-cxx.pc -file path=usr/lib/openmpi/gcc/lib/pkgconfig/ompi-f77.pc -file path=usr/lib/openmpi/gcc/lib/pkgconfig/ompi-f90.pc +link path=usr/lib/openmpi/gcc/lib/pkgconfig/ompi-f77.pc target=ompi-fort.pc +link path=usr/lib/openmpi/gcc/lib/pkgconfig/ompi-f90.pc target=ompi-fort.pc +file path=usr/lib/openmpi/gcc/lib/pkgconfig/ompi-fort.pc file path=usr/lib/openmpi/gcc/lib/pkgconfig/ompi.pc file path=usr/lib/openmpi/gcc/lib/pkgconfig/orte.pc -dir path=usr/share -dir path=usr/share/doc -dir path=usr/share/doc/openmpi file path=usr/share/doc/openmpi/ChangeLog file path=usr/share/doc/openmpi/LICENSE file path=usr/share/doc/openmpi/UserManual.html file path=usr/share/doc/openmpi/UserManual.pdf -dir path=usr/share/doc/openmpi/opari file path=usr/share/doc/openmpi/opari/ChangeLog file path=usr/share/doc/openmpi/opari/LICENSE file path=usr/share/doc/openmpi/opari/Readme.html file path=usr/share/doc/openmpi/opari/lacsi01.pdf file path=usr/share/doc/openmpi/opari/opari-logo-100.gif -dir path=usr/share/doc/openmpi/otf file path=usr/share/doc/openmpi/otf/ChangeLog file path=usr/share/doc/openmpi/otf/LICENSE file path=usr/share/doc/openmpi/otf/otfprofile.pdf file path=usr/share/doc/openmpi/otf/otfprofile_clustering.pdf file path=usr/share/doc/openmpi/otf/otftools.pdf file path=usr/share/doc/openmpi/otf/specification.pdf -dir path=usr/share/doc/openmpi/vtsetup file path=usr/share/doc/openmpi/vtsetup/ChangeLog file path=usr/share/doc/openmpi/vtsetup/LICENSE -dir path=usr/share/man -dir path=usr/share/man/man1 link path=usr/share/man/man1/mpiCC.1 target=mpic++.1 file path=usr/share/man/man1/mpic++.1 file path=usr/share/man/man1/mpicc.1 @@ -596,24 +606,23 @@ file path=usr/share/man/man1/mpicxx.1 file path=usr/share/man/man1/mpiexec.1 file path=usr/share/man/man1/mpif77.1 file path=usr/share/man/man1/mpif90.1 +file path=usr/share/man/man1/mpifort.1 file path=usr/share/man/man1/mpirun.1 file path=usr/share/man/man1/ompi-clean.1 -file path=usr/share/man/man1/ompi-iof.1 -file path=usr/share/man/man1/ompi-probe.1 -file path=usr/share/man/man1/ompi-profiler.1 file path=usr/share/man/man1/ompi-ps.1 file path=usr/share/man/man1/ompi-server.1 file path=usr/share/man/man1/ompi-top.1 file path=usr/share/man/man1/ompi_info.1 file path=usr/share/man/man1/opal_wrapper.1 file path=usr/share/man/man1/orte-clean.1 -file path=usr/share/man/man1/orte-iof.1 +file path=usr/share/man/man1/orte-dvm.1 +file path=usr/share/man/man1/orte-info.1 file path=usr/share/man/man1/orte-ps.1 +file path=usr/share/man/man1/orte-server.1 +file path=usr/share/man/man1/orte-submit.1 file path=usr/share/man/man1/orte-top.1 -#link path=usr/share/man/man1/orteCC.1 target=ortec++.1 file path=usr/share/man/man1/orted.1 file path=usr/share/man/man1/orterun.1 -dir path=usr/share/man/man3 file path=usr/share/man/man3/MPI.3 file path=usr/share/man/man3/MPI_Abort.3 file path=usr/share/man/man3/MPI_Accumulate.3 @@ -621,6 +630,8 @@ file path=usr/share/man/man3/MPI_Add_error_class.3 file path=usr/share/man/man3/MPI_Add_error_code.3 file path=usr/share/man/man3/MPI_Add_error_string.3 file path=usr/share/man/man3/MPI_Address.3 +file path=usr/share/man/man3/MPI_Aint_add.3 +file path=usr/share/man/man3/MPI_Aint_diff.3 file path=usr/share/man/man3/MPI_Allgather.3 file path=usr/share/man/man3/MPI_Allgatherv.3 file path=usr/share/man/man3/MPI_Alloc_mem.3 @@ -654,31 +665,42 @@ file path=usr/share/man/man3/MPI_Comm_compare.3 file path=usr/share/man/man3/MPI_Comm_connect.3 file path=usr/share/man/man3/MPI_Comm_create.3 file path=usr/share/man/man3/MPI_Comm_create_errhandler.3 +file path=usr/share/man/man3/MPI_Comm_create_group.3 file path=usr/share/man/man3/MPI_Comm_create_keyval.3 file path=usr/share/man/man3/MPI_Comm_delete_attr.3 file path=usr/share/man/man3/MPI_Comm_disconnect.3 file path=usr/share/man/man3/MPI_Comm_dup.3 +file path=usr/share/man/man3/MPI_Comm_dup_with_info.3 file path=usr/share/man/man3/MPI_Comm_f2c.3 file path=usr/share/man/man3/MPI_Comm_free.3 file path=usr/share/man/man3/MPI_Comm_free_keyval.3 file path=usr/share/man/man3/MPI_Comm_get_attr.3 file path=usr/share/man/man3/MPI_Comm_get_errhandler.3 +file path=usr/share/man/man3/MPI_Comm_get_info.3 file path=usr/share/man/man3/MPI_Comm_get_name.3 file path=usr/share/man/man3/MPI_Comm_get_parent.3 file path=usr/share/man/man3/MPI_Comm_group.3 +file path=usr/share/man/man3/MPI_Comm_idup.3 file path=usr/share/man/man3/MPI_Comm_join.3 file path=usr/share/man/man3/MPI_Comm_rank.3 file path=usr/share/man/man3/MPI_Comm_remote_group.3 file path=usr/share/man/man3/MPI_Comm_remote_size.3 file path=usr/share/man/man3/MPI_Comm_set_attr.3 file path=usr/share/man/man3/MPI_Comm_set_errhandler.3 +file path=usr/share/man/man3/MPI_Comm_set_info.3 file path=usr/share/man/man3/MPI_Comm_set_name.3 file path=usr/share/man/man3/MPI_Comm_size.3 file path=usr/share/man/man3/MPI_Comm_spawn.3 file path=usr/share/man/man3/MPI_Comm_spawn_multiple.3 file path=usr/share/man/man3/MPI_Comm_split.3 +file path=usr/share/man/man3/MPI_Comm_split_type.3 file path=usr/share/man/man3/MPI_Comm_test_inter.3 +file path=usr/share/man/man3/MPI_Compare_and_swap.3 file path=usr/share/man/man3/MPI_Dims_create.3 +file path=usr/share/man/man3/MPI_Dist_graph_create.3 +file path=usr/share/man/man3/MPI_Dist_graph_create_adjacent.3 +file path=usr/share/man/man3/MPI_Dist_graph_neighbors.3 +file path=usr/share/man/man3/MPI_Dist_graph_neighbors_count.3 file path=usr/share/man/man3/MPI_Errhandler_create.3 file path=usr/share/man/man3/MPI_Errhandler_free.3 file path=usr/share/man/man3/MPI_Errhandler_get.3 @@ -686,6 +708,7 @@ file path=usr/share/man/man3/MPI_Errhandler_set.3 file path=usr/share/man/man3/MPI_Error_class.3 file path=usr/share/man/man3/MPI_Error_string.3 file path=usr/share/man/man3/MPI_Exscan.3 +file path=usr/share/man/man3/MPI_Fetch_and_op.3 file path=usr/share/man/man3/MPI_File_c2f.3 file path=usr/share/man/man3/MPI_File_call_errhandler.3 file path=usr/share/man/man3/MPI_File_close.3 @@ -749,9 +772,12 @@ file path=usr/share/man/man3/MPI_Free_mem.3 file path=usr/share/man/man3/MPI_Gather.3 file path=usr/share/man/man3/MPI_Gatherv.3 file path=usr/share/man/man3/MPI_Get.3 +file path=usr/share/man/man3/MPI_Get_accumulate.3 file path=usr/share/man/man3/MPI_Get_address.3 file path=usr/share/man/man3/MPI_Get_count.3 file path=usr/share/man/man3/MPI_Get_elements.3 +file path=usr/share/man/man3/MPI_Get_elements_x.3 +file path=usr/share/man/man3/MPI_Get_library_version.3 file path=usr/share/man/man3/MPI_Get_processor_name.3 file path=usr/share/man/man3/MPI_Get_version.3 file path=usr/share/man/man3/MPI_Graph_create.3 @@ -776,11 +802,30 @@ file path=usr/share/man/man3/MPI_Group_rank.3 file path=usr/share/man/man3/MPI_Group_size.3 file path=usr/share/man/man3/MPI_Group_translate_ranks.3 file path=usr/share/man/man3/MPI_Group_union.3 +file path=usr/share/man/man3/MPI_Iallgather.3 +file path=usr/share/man/man3/MPI_Iallgatherv.3 +file path=usr/share/man/man3/MPI_Iallreduce.3 +file path=usr/share/man/man3/MPI_Ialltoall.3 +file path=usr/share/man/man3/MPI_Ialltoallv.3 +file path=usr/share/man/man3/MPI_Ialltoallw.3 +file path=usr/share/man/man3/MPI_Ibarrier.3 +file path=usr/share/man/man3/MPI_Ibcast.3 file path=usr/share/man/man3/MPI_Ibsend.3 +file path=usr/share/man/man3/MPI_Iexscan.3 +file path=usr/share/man/man3/MPI_Igather.3 +file path=usr/share/man/man3/MPI_Igatherv.3 +file path=usr/share/man/man3/MPI_Improbe.3 +file path=usr/share/man/man3/MPI_Imrecv.3 +file path=usr/share/man/man3/MPI_Ineighbor_allgather.3 +file path=usr/share/man/man3/MPI_Ineighbor_allgatherv.3 +file path=usr/share/man/man3/MPI_Ineighbor_alltoall.3 +file path=usr/share/man/man3/MPI_Ineighbor_alltoallv.3 +file path=usr/share/man/man3/MPI_Ineighbor_alltoallw.3 file path=usr/share/man/man3/MPI_Info_c2f.3 file path=usr/share/man/man3/MPI_Info_create.3 file path=usr/share/man/man3/MPI_Info_delete.3 file path=usr/share/man/man3/MPI_Info_dup.3 +file path=usr/share/man/man3/MPI_Info_env.3 file path=usr/share/man/man3/MPI_Info_f2c.3 file path=usr/share/man/man3/MPI_Info_free.3 file path=usr/share/man/man3/MPI_Info_get.3 @@ -795,13 +840,26 @@ file path=usr/share/man/man3/MPI_Intercomm_create.3 file path=usr/share/man/man3/MPI_Intercomm_merge.3 file path=usr/share/man/man3/MPI_Iprobe.3 file path=usr/share/man/man3/MPI_Irecv.3 +file path=usr/share/man/man3/MPI_Ireduce.3 +file path=usr/share/man/man3/MPI_Ireduce_scatter.3 +file path=usr/share/man/man3/MPI_Ireduce_scatter_block.3 file path=usr/share/man/man3/MPI_Irsend.3 file path=usr/share/man/man3/MPI_Is_thread_main.3 +file path=usr/share/man/man3/MPI_Iscan.3 +file path=usr/share/man/man3/MPI_Iscatter.3 +file path=usr/share/man/man3/MPI_Iscatterv.3 file path=usr/share/man/man3/MPI_Isend.3 file path=usr/share/man/man3/MPI_Issend.3 file path=usr/share/man/man3/MPI_Keyval_create.3 file path=usr/share/man/man3/MPI_Keyval_free.3 file path=usr/share/man/man3/MPI_Lookup_name.3 +file path=usr/share/man/man3/MPI_Mprobe.3 +file path=usr/share/man/man3/MPI_Mrecv.3 +file path=usr/share/man/man3/MPI_Neighbor_allgather.3 +file path=usr/share/man/man3/MPI_Neighbor_allgatherv.3 +file path=usr/share/man/man3/MPI_Neighbor_alltoall.3 +file path=usr/share/man/man3/MPI_Neighbor_alltoallv.3 +file path=usr/share/man/man3/MPI_Neighbor_alltoallw.3 file path=usr/share/man/man3/MPI_Op_c2f.3 file path=usr/share/man/man3/MPI_Op_create.3 file path=usr/share/man/man3/MPI_Op_f2c.3 @@ -816,16 +874,21 @@ file path=usr/share/man/man3/MPI_Probe.3 file path=usr/share/man/man3/MPI_Publish_name.3 file path=usr/share/man/man3/MPI_Put.3 file path=usr/share/man/man3/MPI_Query_thread.3 +file path=usr/share/man/man3/MPI_Raccumulate.3 file path=usr/share/man/man3/MPI_Recv.3 file path=usr/share/man/man3/MPI_Recv_init.3 file path=usr/share/man/man3/MPI_Reduce.3 file path=usr/share/man/man3/MPI_Reduce_local.3 file path=usr/share/man/man3/MPI_Reduce_scatter.3 +file path=usr/share/man/man3/MPI_Reduce_scatter_block.3 file path=usr/share/man/man3/MPI_Register_datarep.3 file path=usr/share/man/man3/MPI_Request_c2f.3 file path=usr/share/man/man3/MPI_Request_f2c.3 file path=usr/share/man/man3/MPI_Request_free.3 file path=usr/share/man/man3/MPI_Request_get_status.3 +file path=usr/share/man/man3/MPI_Rget.3 +file path=usr/share/man/man3/MPI_Rget_accumulate.3 +file path=usr/share/man/man3/MPI_Rput.3 file path=usr/share/man/man3/MPI_Rsend.3 file path=usr/share/man/man3/MPI_Rsend_init.3 file path=usr/share/man/man3/MPI_Scan.3 @@ -844,6 +907,7 @@ file path=usr/share/man/man3/MPI_Status_c2f.3 file path=usr/share/man/man3/MPI_Status_f2c.3 file path=usr/share/man/man3/MPI_Status_set_cancelled.3 file path=usr/share/man/man3/MPI_Status_set_elements.3 +file path=usr/share/man/man3/MPI_Status_set_elements_x.3 file path=usr/share/man/man3/MPI_Test.3 file path=usr/share/man/man3/MPI_Test_cancelled.3 file path=usr/share/man/man3/MPI_Testall.3 @@ -858,6 +922,7 @@ file path=usr/share/man/man3/MPI_Type_create_f90_complex.3 file path=usr/share/man/man3/MPI_Type_create_f90_integer.3 file path=usr/share/man/man3/MPI_Type_create_f90_real.3 file path=usr/share/man/man3/MPI_Type_create_hindexed.3 +file path=usr/share/man/man3/MPI_Type_create_hindexed_block.3 file path=usr/share/man/man3/MPI_Type_create_hvector.3 file path=usr/share/man/man3/MPI_Type_create_indexed_block.3 file path=usr/share/man/man3/MPI_Type_create_keyval.3 @@ -874,8 +939,10 @@ file path=usr/share/man/man3/MPI_Type_get_attr.3 file path=usr/share/man/man3/MPI_Type_get_contents.3 file path=usr/share/man/man3/MPI_Type_get_envelope.3 file path=usr/share/man/man3/MPI_Type_get_extent.3 +file path=usr/share/man/man3/MPI_Type_get_extent_x.3 file path=usr/share/man/man3/MPI_Type_get_name.3 file path=usr/share/man/man3/MPI_Type_get_true_extent.3 +file path=usr/share/man/man3/MPI_Type_get_true_extent_x.3 file path=usr/share/man/man3/MPI_Type_hindexed.3 file path=usr/share/man/man3/MPI_Type_hvector.3 file path=usr/share/man/man3/MPI_Type_indexed.3 @@ -884,6 +951,7 @@ file path=usr/share/man/man3/MPI_Type_match_size.3 file path=usr/share/man/man3/MPI_Type_set_attr.3 file path=usr/share/man/man3/MPI_Type_set_name.3 file path=usr/share/man/man3/MPI_Type_size.3 +file path=usr/share/man/man3/MPI_Type_size_x.3 file path=usr/share/man/man3/MPI_Type_struct.3 file path=usr/share/man/man3/MPI_Type_ub.3 file path=usr/share/man/man3/MPI_Type_vector.3 @@ -894,107 +962,126 @@ file path=usr/share/man/man3/MPI_Wait.3 file path=usr/share/man/man3/MPI_Waitall.3 file path=usr/share/man/man3/MPI_Waitany.3 file path=usr/share/man/man3/MPI_Waitsome.3 +file path=usr/share/man/man3/MPI_Win_allocate.3 +file path=usr/share/man/man3/MPI_Win_allocate_shared.3 +file path=usr/share/man/man3/MPI_Win_attach.3 file path=usr/share/man/man3/MPI_Win_c2f.3 file path=usr/share/man/man3/MPI_Win_call_errhandler.3 file path=usr/share/man/man3/MPI_Win_complete.3 file path=usr/share/man/man3/MPI_Win_create.3 +file path=usr/share/man/man3/MPI_Win_create_dynamic.3 file path=usr/share/man/man3/MPI_Win_create_errhandler.3 file path=usr/share/man/man3/MPI_Win_create_keyval.3 file path=usr/share/man/man3/MPI_Win_delete_attr.3 +file path=usr/share/man/man3/MPI_Win_detach.3 file path=usr/share/man/man3/MPI_Win_f2c.3 file path=usr/share/man/man3/MPI_Win_fence.3 +file path=usr/share/man/man3/MPI_Win_flush.3 +file path=usr/share/man/man3/MPI_Win_flush_all.3 +file path=usr/share/man/man3/MPI_Win_flush_local.3 +file path=usr/share/man/man3/MPI_Win_flush_local_all.3 file path=usr/share/man/man3/MPI_Win_free.3 file path=usr/share/man/man3/MPI_Win_free_keyval.3 file path=usr/share/man/man3/MPI_Win_get_attr.3 file path=usr/share/man/man3/MPI_Win_get_errhandler.3 file path=usr/share/man/man3/MPI_Win_get_group.3 +file path=usr/share/man/man3/MPI_Win_get_info.3 file path=usr/share/man/man3/MPI_Win_get_name.3 file path=usr/share/man/man3/MPI_Win_lock.3 +file path=usr/share/man/man3/MPI_Win_lock_all.3 file path=usr/share/man/man3/MPI_Win_post.3 file path=usr/share/man/man3/MPI_Win_set_attr.3 file path=usr/share/man/man3/MPI_Win_set_errhandler.3 +file path=usr/share/man/man3/MPI_Win_set_info.3 file path=usr/share/man/man3/MPI_Win_set_name.3 +file path=usr/share/man/man3/MPI_Win_shared_query.3 file path=usr/share/man/man3/MPI_Win_start.3 +file path=usr/share/man/man3/MPI_Win_sync.3 file path=usr/share/man/man3/MPI_Win_test.3 file path=usr/share/man/man3/MPI_Win_unlock.3 +file path=usr/share/man/man3/MPI_Win_unlock_all.3 file path=usr/share/man/man3/MPI_Win_wait.3 file path=usr/share/man/man3/MPI_Wtick.3 file path=usr/share/man/man3/MPI_Wtime.3 file path=usr/share/man/man3/OpenMPI.3 -dir path=usr/share/man/man7 file path=usr/share/man/man7/ompi_crcp.7 file path=usr/share/man/man7/opal_crs.7 file path=usr/share/man/man7/orte_filem.7 file path=usr/share/man/man7/orte_hosts.7 file path=usr/share/man/man7/orte_snapc.7 -dir path=usr/share/openmpi -dir path=usr/share/openmpi/openmpi -dir path=usr/share/openmpi/openmpi/amca-param-sets +file path=usr/share/man/man7/orte_sstore.7 file path=usr/share/openmpi/openmpi/amca-param-sets/example.conf -file path=usr/share/openmpi/openmpi/help-coll-sync.txt +file path=usr/share/openmpi/openmpi/help-btl-vader.txt file path=usr/share/openmpi/openmpi/help-dash-host.txt +file path=usr/share/openmpi/openmpi/help-db-base.txt +file path=usr/share/openmpi/openmpi/help-errmgr-base.txt file path=usr/share/openmpi/openmpi/help-ess-base.txt file path=usr/share/openmpi/openmpi/help-hostfile.txt file path=usr/share/openmpi/openmpi/help-mca-base.txt file path=usr/share/openmpi/openmpi/help-mca-bml-r2.txt file path=usr/share/openmpi/openmpi/help-mca-coll-base.txt file path=usr/share/openmpi/openmpi/help-mca-op-base.txt -file path=usr/share/openmpi/openmpi/help-mca-param.txt +file path=usr/share/openmpi/openmpi/help-mca-var.txt file path=usr/share/openmpi/openmpi/help-mpi-api.txt file path=usr/share/openmpi/openmpi/help-mpi-btl-base.txt file path=usr/share/openmpi/openmpi/help-mpi-btl-sm.txt file path=usr/share/openmpi/openmpi/help-mpi-btl-tcp.txt +file path=usr/share/openmpi/openmpi/help-mpi-coll-ml.txt file path=usr/share/openmpi/openmpi/help-mpi-coll-sm.txt file path=usr/share/openmpi/openmpi/help-mpi-common-sm.txt file path=usr/share/openmpi/openmpi/help-mpi-errors.txt file path=usr/share/openmpi/openmpi/help-mpi-pml-bfo.txt -file path=usr/share/openmpi/openmpi/help-mpi-pml-csum.txt file path=usr/share/openmpi/openmpi/help-mpi-pml-ob1.txt file path=usr/share/openmpi/openmpi/help-mpi-runtime.txt file path=usr/share/openmpi/openmpi/help-mpool-base.txt -file path=usr/share/openmpi/openmpi/help-odls-default.txt file path=usr/share/openmpi/openmpi/help-ompi-crcp-base.txt file path=usr/share/openmpi/openmpi/help-ompi-dpm-base.txt file path=usr/share/openmpi/openmpi/help-ompi-dpm-orte.txt -file path=usr/share/openmpi/openmpi/help-ompi-probe.txt -file path=usr/share/openmpi/openmpi/help-ompi-profiler.txt file path=usr/share/openmpi/openmpi/help-ompi-pubsub-orte.txt -file path=usr/share/openmpi/openmpi/help-ompi-server.txt -file path=usr/share/openmpi/openmpi/help-ompi_info.txt +file path=usr/share/openmpi/openmpi/help-oob-base.txt file path=usr/share/openmpi/openmpi/help-oob-tcp.txt -file path=usr/share/openmpi/openmpi/help-opal-carto-file.txt +file path=usr/share/openmpi/openmpi/help-opal-compress-base.txt +file path=usr/share/openmpi/openmpi/help-opal-compress-bzip.txt +file path=usr/share/openmpi/openmpi/help-opal-compress-gzip.txt file path=usr/share/openmpi/openmpi/help-opal-crs-base.txt file path=usr/share/openmpi/openmpi/help-opal-crs-none.txt -file path=usr/share/openmpi/openmpi/help-opal-maffinity-hwloc.txt +file path=usr/share/openmpi/openmpi/help-opal-hwloc-base.txt file path=usr/share/openmpi/openmpi/help-opal-runtime.txt file path=usr/share/openmpi/openmpi/help-opal-shmem-mmap.txt file path=usr/share/openmpi/openmpi/help-opal-shmem-posix.txt file path=usr/share/openmpi/openmpi/help-opal-shmem-sysv.txt file path=usr/share/openmpi/openmpi/help-opal-util.txt file path=usr/share/openmpi/openmpi/help-opal-wrapper.txt +file path=usr/share/openmpi/openmpi/help-opal_info.txt file path=usr/share/openmpi/openmpi/help-orte-clean.txt file path=usr/share/openmpi/openmpi/help-orte-filem-base.txt -file path=usr/share/openmpi/openmpi/help-orte-filem-rsh.txt -file path=usr/share/openmpi/openmpi/help-orte-iof.txt -file path=usr/share/openmpi/openmpi/help-orte-notifier-command.txt +file path=usr/share/openmpi/openmpi/help-orte-filem-raw.txt +file path=usr/share/openmpi/openmpi/help-orte-info.txt file path=usr/share/openmpi/openmpi/help-orte-odls-base.txt +file path=usr/share/openmpi/openmpi/help-orte-odls-default.txt file path=usr/share/openmpi/openmpi/help-orte-ps.txt file path=usr/share/openmpi/openmpi/help-orte-rmaps-base.txt -file path=usr/share/openmpi/openmpi/help-orte-rmaps-lb.txt +file path=usr/share/openmpi/openmpi/help-orte-rmaps-md.txt +file path=usr/share/openmpi/openmpi/help-orte-rmaps-ppr.txt file path=usr/share/openmpi/openmpi/help-orte-rmaps-resilient.txt file path=usr/share/openmpi/openmpi/help-orte-rmaps-rr.txt file path=usr/share/openmpi/openmpi/help-orte-rmaps-seq.txt -file path=usr/share/openmpi/openmpi/help-orte-rmaps-topo.txt file path=usr/share/openmpi/openmpi/help-orte-runtime.txt +file path=usr/share/openmpi/openmpi/help-orte-server.txt file path=usr/share/openmpi/openmpi/help-orte-snapc-base.txt +file path=usr/share/openmpi/openmpi/help-orte-sstore-base.txt file path=usr/share/openmpi/openmpi/help-orte-top.txt file path=usr/share/openmpi/openmpi/help-orted.txt file path=usr/share/openmpi/openmpi/help-orterun.txt file path=usr/share/openmpi/openmpi/help-plm-base.txt file path=usr/share/openmpi/openmpi/help-plm-rsh.txt file path=usr/share/openmpi/openmpi/help-ras-base.txt +file path=usr/share/openmpi/openmpi/help-ras-simulator.txt file path=usr/share/openmpi/openmpi/help-regex.txt file path=usr/share/openmpi/openmpi/help-rmaps_rank_file.txt +file path=usr/share/openmpi/openmpi/help-sec-base.txt +file path=usr/share/openmpi/openmpi/help-state-staged-hnp.txt +file path=usr/share/openmpi/openmpi/mca-coll-ml.config link path=usr/share/openmpi/openmpi/mpiCC-vt-wrapper-data.txt \ target=mpic++-vt-wrapper-data.txt link path=usr/share/openmpi/openmpi/mpiCC-wrapper-data.txt \ @@ -1007,16 +1094,18 @@ link path=usr/share/openmpi/openmpi/mpicxx-vt-wrapper-data.txt \ target=mpic++-vt-wrapper-data.txt link path=usr/share/openmpi/openmpi/mpicxx-wrapper-data.txt \ target=mpic++-wrapper-data.txt -file path=usr/share/openmpi/openmpi/mpif77-vt-wrapper-data.txt -file path=usr/share/openmpi/openmpi/mpif77-wrapper-data.txt -file path=usr/share/openmpi/openmpi/mpif90-vt-wrapper-data.txt -file path=usr/share/openmpi/openmpi/mpif90-wrapper-data.txt +link path=usr/share/openmpi/openmpi/mpif77-vt-wrapper-data.txt \ + target=mpifort-wrapper-data.txt +link path=usr/share/openmpi/openmpi/mpif77-wrapper-data.txt \ + target=mpifort-wrapper-data.txt +link path=usr/share/openmpi/openmpi/mpif90-vt-wrapper-data.txt \ + target=mpifort-wrapper-data.txt +link path=usr/share/openmpi/openmpi/mpif90-wrapper-data.txt \ + target=mpifort-wrapper-data.txt +file path=usr/share/openmpi/openmpi/mpifort-vt-wrapper-data.txt +file path=usr/share/openmpi/openmpi/mpifort-wrapper-data.txt file path=usr/share/openmpi/openmpi/openmpi-valgrind.supp -link path=usr/share/openmpi/openmpi/orteCC-wrapper-data.txt \ - target=ortec++-wrapper-data.txt -file path=usr/share/openmpi/openmpi/ortec++-wrapper-data.txt file path=usr/share/openmpi/openmpi/ortecc-wrapper-data.txt -dir path=usr/share/openmpi/vampirtrace file path=usr/share/openmpi/vampirtrace/FILTER.SPEC file path=usr/share/openmpi/vampirtrace/GROUPS.SPEC file path=usr/share/openmpi/vampirtrace/METRICS.SPEC -- 2.11.4.GIT