pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

openmpi163: Remove extremely obsolete package



Module Name:	pkgsrc-wip
Committed By:	Jason Bacon <bacon%NetBSD.org@localhost>
Pushed By:	outpaddling
Date:		Fri Jul 29 12:40:45 2022 -0500
Changeset:	464822d631ee72aed1f3fd80c7f468bd92f052a6

Modified Files:
	Makefile
Removed Files:
	openmpi163/DESCR
	openmpi163/Makefile
	openmpi163/PLIST
	openmpi163/PLIST.Darwin
	openmpi163/PLIST.Linux
	openmpi163/PLIST.Linux.noib
	openmpi163/PLIST.NetBSD
	openmpi163/TODO
	openmpi163/buildlink3.mk
	openmpi163/distinfo
	openmpi163/files/cshrc.in
	openmpi163/files/module.in
	openmpi163/files/shrc.in
	openmpi163/options.mk
	openmpi163/patches/patch-aa
	openmpi163/patches/patch-ai
	openmpi163/patches/patch-aj
	openmpi163/patches/patch-ak

Log Message:
openmpi163: Remove extremely obsolete package

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=464822d631ee72aed1f3fd80c7f468bd92f052a6

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 Makefile                    |   1 -
 openmpi163/DESCR            |  28 ---
 openmpi163/Makefile         | 105 --------
 openmpi163/PLIST            |   1 -
 openmpi163/PLIST.Darwin     | 566 ------------------------------------------
 openmpi163/PLIST.Linux      | 588 --------------------------------------------
 openmpi163/PLIST.Linux.noib | 581 -------------------------------------------
 openmpi163/PLIST.NetBSD     | 570 ------------------------------------------
 openmpi163/TODO             |   3 -
 openmpi163/buildlink3.mk    |  16 --
 openmpi163/distinfo         |   9 -
 openmpi163/files/cshrc.in   |   8 -
 openmpi163/files/module.in  |  19 --
 openmpi163/files/shrc.in    |  11 -
 openmpi163/options.mk       |  10 -
 openmpi163/patches/patch-aa |  23 --
 openmpi163/patches/patch-ai |  55 -----
 openmpi163/patches/patch-aj |  62 -----
 openmpi163/patches/patch-ak |  55 -----
 19 files changed, 2711 deletions(-)

diffs:
diff --git a/Makefile b/Makefile
index fd45c49d01..2c94c7146e 100644
--- a/Makefile
+++ b/Makefile
@@ -2737,7 +2737,6 @@ SUBDIR+=	openjazz
 SUBDIR+=	openjdk8-openjfx-hg
 SUBDIR+=	openlogos
 SUBDIR+=	openmpi
-SUBDIR+=	openmpi163
 SUBDIR+=	openmx-openmpi
 SUBDIR+=	opennurbs
 SUBDIR+=	openra
diff --git a/openmpi163/DESCR b/openmpi163/DESCR
deleted file mode 100644
index df10ebe8f5..0000000000
--- a/openmpi163/DESCR
+++ /dev/null
@@ -1,28 +0,0 @@
-The Open MPI Project is an open source MPI-2 implementation
-that is developed and maintained by a consortium of academic,
-research, and industry partners. Open MPI is therefore able to
-combine the expertise, technologies, and resources from all
-across the High Performance Computing community in order to
-build the best MPI library available. Open MPI offers advantages
-for system and software vendors, application developers and
-computer science researchers.
-
-Features implemented or in short-term development for Open MPI
-include:
-
-  - Full MPI-2 standards conformance
-  - Thread safety and concurrency
-  - Dynamic process spawning
-  - Network and process fault tolerance
-  - Support network heterogeneity
-  - Single library supports all networks
-  - Run-time instrumentation
-  - Many job schedulers supported
-  - Many OS's supported (32 and 64 bit)
-  - Production quality software
-  - High performance on all platforms
-  - Portable and maintainable
-  - Tunable by installers and end-users
-  - Component-based design, documented APIs
-  - Active, responsive mailing list
-  - Open source license based on the BSD license
diff --git a/openmpi163/Makefile b/openmpi163/Makefile
deleted file mode 100644
index 35c4b21afa..0000000000
--- a/openmpi163/Makefile
+++ /dev/null
@@ -1,105 +0,0 @@
-# $NetBSD: Makefile,v 1.8 2015/06/19 19:40:40 outpaddling Exp $
-
-DISTNAME=	openmpi-${PKGVERSION}
-PKGVERSION=	1.6.3
-CATEGORIES=	parallel
-MASTER_SITES=	http://www.open-mpi.org/software/ompi/v1.6/downloads/ \
-		http://www.open-mpi.org/nightly/v1.6/
-EXTRACT_SUFX=	.tar.bz2
-LICENSE=	modified-bsd
-
-MAINTAINER=	asau%inbox.ru@localhost
-HOMEPAGE=	https://www.open-mpi.org/
-COMMENT=	Open source MPI-2 implementation
-
-MPI_SUBPREFIX=		openmpi
-MPI_PREFIX=		${LOCALBASE}/${MPI_SUBPREFIX}
-
-.include "../../mk/bsd.prefs.mk"
-
-GNU_CONFIGURE=		yes
-
-# Be pessimistic about Fortran 90 support, which is lacking on many platforms.
-# Only enable it by default on platforms where it has been tested.
-.if ${OPSYS} == Darwin || ${OPSYS} == Linux
-USE_LANGUAGES=		c c++ fortran
-# Fix: The Open MPI wrapper compiler was unable to find the specified compiler
-# f77 in your PATH.
-FC=			gfortran
-.else
-USE_LANGUAGES=		c c++ fortran77
-.endif
-USE_LIBTOOL=		yes
-LIBTOOL_OVERRIDE=	${WRKSRC}/libtool \
-			${WRKSRC}/ompi/contrib/vt/vt/extlib/otf/libtool \
-			${WRKSRC}/ompi/contrib/vt/vt/libtool \
-			${WRKSRC}/ompi/mca/io/romio/romio/libtool
-SHLIBTOOL_OVERRIDE=	${WRKSRC}/config/libtool.m4 \
-			${WRKSRC}/opal/libltdl/m4/libtool.m4
-
-GNU_CONFIGURE_PREFIX=	${MPI_PREFIX}
-.if ${OPSYS} != Darwin && ${OPSYS} != Linux
-CONFIGURE_ARGS+=	--disable-mpi-fortran
-.endif
-CONFIGURE_ARGS+=	--without-sge
-# CONFIGURE_ARGS+=	--without-slurm
-CONFIGURE_ARGS+=	--enable-contrib-no-build=vt # in separate package
-CONFIGURE_ARGS+=	--with-libltdl=external # use our libltdl
-CONFIGURE_ARGS+=	--with-hwloc=${BUILDLINK_PREFIX.hwloc:Q} #external
-CONFIGURE_ARGS+=	--with-wrapper-ldflags="-L$(MPI_PREFIX)/lib ${COMPILER_RPATH_FLAG}$(MPI_PREFIX)/lib"
-CONFIGURE_ENV+=		ompi_cv_f77_have_INTEGERp8=no	# no "INTEGER*8"??
-CONFIGURE_ARGS+=	OPAL_HAVE_LTDL_ADVISE=0
-# Suppress regeneration:
-CONFIGURE_ENV+=		ACLOCAL=: AUTOCONF=: AUTOHEADER=: AUTOMAKE=:
-
-# Prevent detection of OpenMP support in order to make PLIST consistent:
-BUILDLINK_TRANSFORM=	rm:-fopenmp
-
-BUILDLINK_PASSTHRU_RPATHDIRS+=	${MPI_PREFIX}/lib
-
-USE_TOOLS+=		perl:run
-REPLACE_PERL+=		ompi/tools/wrappers/mpijavac.pl.in
-
-# A -R flag is being mysteriously inserted into the mpi wrapper flags,
-# which is not supported by the Darwin linker.  This hack replaces
-# it with a harmless extra -L until I can figure out how to prevent it.
-# The same -R appears on Linux, but does not cause problems.
-# SUBST refused to edit binary files, so do it manually.
-.if ${OPSYS} == "Darwin" || ${OPSYS} == "Linux"
-SUBST_CLASSES+=		opal
-SUBST_STAGE.opal=	post-build
-SUBST_FILES.opal=	${WRKSRC}/opal/tools/wrappers/.libs/opal_wrapper
-SUBST_SED.opal=		-e 's|-R|-L|g'
-.endif
-
-.include "options.mk"
-
-TEST_TARGET=	check
-
-# Debug
-#BUILD_MAKE_FLAGS=	V=1
-
-## Just in case you'll need it...
-# USE_TOOLS+=	aclocal autoconf automake bash perl
-# REPLACE_PERL=	autogen.sh
-
-# pre-configure:	replace-interpreter
-# 	cd $(WRKSRC) && $(PERL5) autogen.sh
-
-post-install:
-	${MKDIR} ${DESTDIR}${MPI_PREFIX}/etc/modulefiles/openmpi
-	${SED} -e "s|%%MPI_PREFIX%%|${MPI_PREFIX}|g" \
-		files/shrc.in > ${DESTDIR}${MPI_PREFIX}/etc/shrc
-	${SED} -e "s|%%MPI_PREFIX%%|${MPI_PREFIX}|g" \
-		files/cshrc.in > ${DESTDIR}${MPI_PREFIX}/etc/cshrc
-	${SED} -e "s|%%MPI_PREFIX%%|${MPI_PREFIX}|g" \
-		files/module.in > ${DESTDIR}${MPI_PREFIX}/etc/modulefiles/openmpi/${PKGVERSION}
-	${INSTALL_DATA} ${DESTDIR}${MPI_PREFIX}/share/openmpi/examples/openmpi-default-hostfile ${DESTDIR}${MPI_PREFIX}/etc
-
-LIBLTDL_CONVENIENCE_SUBDIR=	opal/libltdl
-.include "../../devel/libltdl/convenience.mk" # for "test" target to work
-.include "../../devel/libltdl/buildlink3.mk"
-# .include "../../devel/libexecinfo/buildlink3.mk"
-.include "../../parallel/hwloc/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/openmpi163/PLIST b/openmpi163/PLIST
deleted file mode 100644
index d845ecef6a..0000000000
--- a/openmpi163/PLIST
+++ /dev/null
@@ -1 +0,0 @@
-@comment $NetBSD: PLIST,v 1.3 2013/06/21 18:56:28 outpaddling Exp $
diff --git a/openmpi163/PLIST.Darwin b/openmpi163/PLIST.Darwin
deleted file mode 100644
index 4cf86bff11..0000000000
--- a/openmpi163/PLIST.Darwin
+++ /dev/null
@@ -1,566 +0,0 @@
-@comment $NetBSD: PLIST.Darwin,v 1.3 2015/06/19 19:17:41 outpaddling Exp $
-openmpi/bin/mpic++
-openmpi/bin/mpicc
-openmpi/bin/mpicxx
-openmpi/bin/mpiexec
-openmpi/bin/mpif77
-openmpi/bin/mpif90
-openmpi/bin/mpirun
-openmpi/bin/ompi-clean
-openmpi/bin/ompi-iof
-openmpi/bin/ompi-probe
-openmpi/bin/ompi-profiler
-openmpi/bin/ompi-ps
-openmpi/bin/ompi-server
-openmpi/bin/ompi-top
-openmpi/bin/ompi_info
-openmpi/bin/opal_wrapper
-openmpi/bin/orte-bootproxy.sh
-openmpi/bin/orte-clean
-openmpi/bin/orte-iof
-openmpi/bin/orte-ps
-openmpi/bin/orte-top
-openmpi/bin/orte_wrapper_script
-openmpi/bin/ortec++
-openmpi/bin/ortecc
-openmpi/bin/orted
-openmpi/bin/orterun
-openmpi/etc/cshrc
-openmpi/etc/modulefiles/openmpi/1.6.3
-openmpi/etc/openmpi-default-hostfile
-openmpi/etc/shrc
-openmpi/include/mpi-ext.h
-openmpi/include/mpi.h
-openmpi/include/mpi_portable_platform.h
-openmpi/include/mpif-common.h
-openmpi/include/mpif-config.h
-openmpi/include/mpif-mpi-io.h
-openmpi/include/mpif.h
-openmpi/include/openmpi/ompi/mpi/cxx/comm.h
-openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/constants.h
-openmpi/include/openmpi/ompi/mpi/cxx/datatype.h
-openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h
-openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/exception.h
-openmpi/include/openmpi/ompi/mpi/cxx/file.h
-openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/functions.h
-openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/group.h
-openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/info.h
-openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h
-openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h
-openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h
-openmpi/include/openmpi/ompi/mpi/cxx/op.h
-openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/request.h
-openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/status.h
-openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/topology.h
-openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/win.h
-openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h
-openmpi/lib/libmca_common_sm.la
-openmpi/lib/libmpi.la
-openmpi/lib/libmpi_cxx.la
-openmpi/lib/libmpi_f77.la
-openmpi/lib/libmpi_f90.la
-openmpi/lib/libompitrace.la
-openmpi/lib/libopen-pal.la
-openmpi/lib/libopen-rte.la
-openmpi/lib/mpi.mod
-openmpi/lib/openmpi/libompi_dbg_msgq.la
-openmpi/lib/openmpi/mca_allocator_basic.la
-openmpi/lib/openmpi/mca_allocator_bucket.la
-openmpi/lib/openmpi/mca_bml_r2.la
-openmpi/lib/openmpi/mca_btl_self.la
-openmpi/lib/openmpi/mca_btl_sm.la
-openmpi/lib/openmpi/mca_btl_tcp.la
-openmpi/lib/openmpi/mca_carto_auto_detect.la
-openmpi/lib/openmpi/mca_carto_file.la
-openmpi/lib/openmpi/mca_coll_basic.la
-openmpi/lib/openmpi/mca_coll_hierarch.la
-openmpi/lib/openmpi/mca_coll_inter.la
-openmpi/lib/openmpi/mca_coll_self.la
-openmpi/lib/openmpi/mca_coll_sm.la
-openmpi/lib/openmpi/mca_coll_sync.la
-openmpi/lib/openmpi/mca_coll_tuned.la
-openmpi/lib/openmpi/mca_crs_none.la
-openmpi/lib/openmpi/mca_dpm_orte.la
-openmpi/lib/openmpi/mca_errmgr_default.la
-openmpi/lib/openmpi/mca_ess_env.la
-openmpi/lib/openmpi/mca_ess_hnp.la
-openmpi/lib/openmpi/mca_ess_singleton.la
-openmpi/lib/openmpi/mca_ess_slave.la
-openmpi/lib/openmpi/mca_ess_tool.la
-openmpi/lib/openmpi/mca_filem_rsh.la
-openmpi/lib/openmpi/mca_grpcomm_bad.la
-openmpi/lib/openmpi/mca_grpcomm_basic.la
-openmpi/lib/openmpi/mca_io_romio.la
-openmpi/lib/openmpi/mca_iof_hnp.la
-openmpi/lib/openmpi/mca_iof_orted.la
-openmpi/lib/openmpi/mca_iof_tool.la
-openmpi/lib/openmpi/mca_maffinity_first_use.la
-openmpi/lib/openmpi/mca_maffinity_hwloc.la
-openmpi/lib/openmpi/mca_mpool_fake.la
-openmpi/lib/openmpi/mca_mpool_rdma.la
-openmpi/lib/openmpi/mca_mpool_sm.la
-openmpi/lib/openmpi/mca_notifier_command.la
-openmpi/lib/openmpi/mca_notifier_syslog.la
-openmpi/lib/openmpi/mca_odls_default.la
-openmpi/lib/openmpi/mca_oob_tcp.la
-openmpi/lib/openmpi/mca_osc_pt2pt.la
-openmpi/lib/openmpi/mca_osc_rdma.la
-openmpi/lib/openmpi/mca_paffinity_hwloc.la
-openmpi/lib/openmpi/mca_plm_rsh.la
-openmpi/lib/openmpi/mca_pml_bfo.la
-openmpi/lib/openmpi/mca_pml_cm.la
-openmpi/lib/openmpi/mca_pml_csum.la
-openmpi/lib/openmpi/mca_pml_ob1.la
-openmpi/lib/openmpi/mca_pml_v.la
-openmpi/lib/openmpi/mca_pstat_darwin.la
-openmpi/lib/openmpi/mca_pubsub_orte.la
-openmpi/lib/openmpi/mca_ras_cm.la
-openmpi/lib/openmpi/mca_rcache_vma.la
-openmpi/lib/openmpi/mca_rmaps_load_balance.la
-openmpi/lib/openmpi/mca_rmaps_rank_file.la
-openmpi/lib/openmpi/mca_rmaps_resilient.la
-openmpi/lib/openmpi/mca_rmaps_round_robin.la
-openmpi/lib/openmpi/mca_rmaps_seq.la
-openmpi/lib/openmpi/mca_rmaps_topo.la
-openmpi/lib/openmpi/mca_rml_oob.la
-openmpi/lib/openmpi/mca_routed_binomial.la
-openmpi/lib/openmpi/mca_routed_cm.la
-openmpi/lib/openmpi/mca_routed_direct.la
-openmpi/lib/openmpi/mca_routed_linear.la
-openmpi/lib/openmpi/mca_routed_radix.la
-openmpi/lib/openmpi/mca_routed_slave.la
-openmpi/lib/openmpi/mca_shmem_mmap.la
-openmpi/lib/openmpi/mca_shmem_posix.la
-openmpi/lib/openmpi/mca_shmem_sysv.la
-openmpi/lib/openmpi/mca_sysinfo_darwin.la
-openmpi/lib/openmpi/mca_topo_unity.la
-openmpi/lib/openmpi/mca_vprotocol_pessimist.la
-openmpi/lib/pkgconfig/ompi-c.pc
-openmpi/lib/pkgconfig/ompi-cxx.pc
-openmpi/lib/pkgconfig/ompi-f77.pc
-openmpi/lib/pkgconfig/ompi-f90.pc
-openmpi/lib/pkgconfig/ompi.pc
-openmpi/lib/pkgconfig/orte.pc
-openmpi/man/man1/mpic++.1
-openmpi/man/man1/mpicc.1
-openmpi/man/man1/mpicxx.1
-openmpi/man/man1/mpiexec.1
-openmpi/man/man1/mpif77.1
-openmpi/man/man1/mpif90.1
-openmpi/man/man1/mpirun.1
-openmpi/man/man1/ompi-clean.1
-openmpi/man/man1/ompi-iof.1
-openmpi/man/man1/ompi-probe.1
-openmpi/man/man1/ompi-profiler.1
-openmpi/man/man1/ompi-ps.1
-openmpi/man/man1/ompi-server.1
-openmpi/man/man1/ompi-top.1
-openmpi/man/man1/ompi_info.1
-openmpi/man/man1/opal_wrapper.1
-openmpi/man/man1/orte-clean.1
-openmpi/man/man1/orte-iof.1
-openmpi/man/man1/orte-ps.1
-openmpi/man/man1/orte-top.1
-openmpi/man/man1/orted.1
-openmpi/man/man1/orterun.1
-openmpi/man/man3/MPI.3
-openmpi/man/man3/MPI_Abort.3
-openmpi/man/man3/MPI_Accumulate.3
-openmpi/man/man3/MPI_Add_error_class.3
-openmpi/man/man3/MPI_Add_error_code.3
-openmpi/man/man3/MPI_Add_error_string.3
-openmpi/man/man3/MPI_Address.3
-openmpi/man/man3/MPI_Allgather.3
-openmpi/man/man3/MPI_Allgatherv.3
-openmpi/man/man3/MPI_Alloc_mem.3
-openmpi/man/man3/MPI_Allreduce.3
-openmpi/man/man3/MPI_Alltoall.3
-openmpi/man/man3/MPI_Alltoallv.3
-openmpi/man/man3/MPI_Alltoallw.3
-openmpi/man/man3/MPI_Attr_delete.3
-openmpi/man/man3/MPI_Attr_get.3
-openmpi/man/man3/MPI_Attr_put.3
-openmpi/man/man3/MPI_Barrier.3
-openmpi/man/man3/MPI_Bcast.3
-openmpi/man/man3/MPI_Bsend.3
-openmpi/man/man3/MPI_Bsend_init.3
-openmpi/man/man3/MPI_Buffer_attach.3
-openmpi/man/man3/MPI_Buffer_detach.3
-openmpi/man/man3/MPI_Cancel.3
-openmpi/man/man3/MPI_Cart_coords.3
-openmpi/man/man3/MPI_Cart_create.3
-openmpi/man/man3/MPI_Cart_get.3
-openmpi/man/man3/MPI_Cart_map.3
-openmpi/man/man3/MPI_Cart_rank.3
-openmpi/man/man3/MPI_Cart_shift.3
-openmpi/man/man3/MPI_Cart_sub.3
-openmpi/man/man3/MPI_Cartdim_get.3
-openmpi/man/man3/MPI_Close_port.3
-openmpi/man/man3/MPI_Comm_accept.3
-openmpi/man/man3/MPI_Comm_c2f.3
-openmpi/man/man3/MPI_Comm_call_errhandler.3
-openmpi/man/man3/MPI_Comm_compare.3
-openmpi/man/man3/MPI_Comm_connect.3
-openmpi/man/man3/MPI_Comm_create.3
-openmpi/man/man3/MPI_Comm_create_errhandler.3
-openmpi/man/man3/MPI_Comm_create_keyval.3
-openmpi/man/man3/MPI_Comm_delete_attr.3
-openmpi/man/man3/MPI_Comm_disconnect.3
-openmpi/man/man3/MPI_Comm_dup.3
-openmpi/man/man3/MPI_Comm_f2c.3
-openmpi/man/man3/MPI_Comm_free.3
-openmpi/man/man3/MPI_Comm_free_keyval.3
-openmpi/man/man3/MPI_Comm_get_attr.3
-openmpi/man/man3/MPI_Comm_get_errhandler.3
-openmpi/man/man3/MPI_Comm_get_name.3
-openmpi/man/man3/MPI_Comm_get_parent.3
-openmpi/man/man3/MPI_Comm_group.3
-openmpi/man/man3/MPI_Comm_join.3
-openmpi/man/man3/MPI_Comm_rank.3
-openmpi/man/man3/MPI_Comm_remote_group.3
-openmpi/man/man3/MPI_Comm_remote_size.3
-openmpi/man/man3/MPI_Comm_set_attr.3
-openmpi/man/man3/MPI_Comm_set_errhandler.3
-openmpi/man/man3/MPI_Comm_set_name.3
-openmpi/man/man3/MPI_Comm_size.3
-openmpi/man/man3/MPI_Comm_spawn.3
-openmpi/man/man3/MPI_Comm_spawn_multiple.3
-openmpi/man/man3/MPI_Comm_split.3
-openmpi/man/man3/MPI_Comm_test_inter.3
-openmpi/man/man3/MPI_Dims_create.3
-openmpi/man/man3/MPI_Errhandler_create.3
-openmpi/man/man3/MPI_Errhandler_free.3
-openmpi/man/man3/MPI_Errhandler_get.3
-openmpi/man/man3/MPI_Errhandler_set.3
-openmpi/man/man3/MPI_Error_class.3
-openmpi/man/man3/MPI_Error_string.3
-openmpi/man/man3/MPI_Exscan.3
-openmpi/man/man3/MPI_File_c2f.3
-openmpi/man/man3/MPI_File_call_errhandler.3
-openmpi/man/man3/MPI_File_close.3
-openmpi/man/man3/MPI_File_create_errhandler.3
-openmpi/man/man3/MPI_File_delete.3
-openmpi/man/man3/MPI_File_f2c.3
-openmpi/man/man3/MPI_File_get_amode.3
-openmpi/man/man3/MPI_File_get_atomicity.3
-openmpi/man/man3/MPI_File_get_byte_offset.3
-openmpi/man/man3/MPI_File_get_errhandler.3
-openmpi/man/man3/MPI_File_get_group.3
-openmpi/man/man3/MPI_File_get_info.3
-openmpi/man/man3/MPI_File_get_position.3
-openmpi/man/man3/MPI_File_get_position_shared.3
-openmpi/man/man3/MPI_File_get_size.3
-openmpi/man/man3/MPI_File_get_type_extent.3
-openmpi/man/man3/MPI_File_get_view.3
-openmpi/man/man3/MPI_File_iread.3
-openmpi/man/man3/MPI_File_iread_at.3
-openmpi/man/man3/MPI_File_iread_shared.3
-openmpi/man/man3/MPI_File_iwrite.3
-openmpi/man/man3/MPI_File_iwrite_at.3
-openmpi/man/man3/MPI_File_iwrite_shared.3
-openmpi/man/man3/MPI_File_open.3
-openmpi/man/man3/MPI_File_preallocate.3
-openmpi/man/man3/MPI_File_read.3
-openmpi/man/man3/MPI_File_read_all.3
-openmpi/man/man3/MPI_File_read_all_begin.3
-openmpi/man/man3/MPI_File_read_all_end.3
-openmpi/man/man3/MPI_File_read_at.3
-openmpi/man/man3/MPI_File_read_at_all.3
-openmpi/man/man3/MPI_File_read_at_all_begin.3
-openmpi/man/man3/MPI_File_read_at_all_end.3
-openmpi/man/man3/MPI_File_read_ordered.3
-openmpi/man/man3/MPI_File_read_ordered_begin.3
-openmpi/man/man3/MPI_File_read_ordered_end.3
-openmpi/man/man3/MPI_File_read_shared.3
-openmpi/man/man3/MPI_File_seek.3
-openmpi/man/man3/MPI_File_seek_shared.3
-openmpi/man/man3/MPI_File_set_atomicity.3
-openmpi/man/man3/MPI_File_set_errhandler.3
-openmpi/man/man3/MPI_File_set_info.3
-openmpi/man/man3/MPI_File_set_size.3
-openmpi/man/man3/MPI_File_set_view.3
-openmpi/man/man3/MPI_File_sync.3
-openmpi/man/man3/MPI_File_write.3
-openmpi/man/man3/MPI_File_write_all.3
-openmpi/man/man3/MPI_File_write_all_begin.3
-openmpi/man/man3/MPI_File_write_all_end.3
-openmpi/man/man3/MPI_File_write_at.3
-openmpi/man/man3/MPI_File_write_at_all.3
-openmpi/man/man3/MPI_File_write_at_all_begin.3
-openmpi/man/man3/MPI_File_write_at_all_end.3
-openmpi/man/man3/MPI_File_write_ordered.3
-openmpi/man/man3/MPI_File_write_ordered_begin.3
-openmpi/man/man3/MPI_File_write_ordered_end.3
-openmpi/man/man3/MPI_File_write_shared.3
-openmpi/man/man3/MPI_Finalize.3
-openmpi/man/man3/MPI_Finalized.3
-openmpi/man/man3/MPI_Free_mem.3
-openmpi/man/man3/MPI_Gather.3
-openmpi/man/man3/MPI_Gatherv.3
-openmpi/man/man3/MPI_Get.3
-openmpi/man/man3/MPI_Get_address.3
-openmpi/man/man3/MPI_Get_count.3
-openmpi/man/man3/MPI_Get_elements.3
-openmpi/man/man3/MPI_Get_processor_name.3
-openmpi/man/man3/MPI_Get_version.3
-openmpi/man/man3/MPI_Graph_create.3
-openmpi/man/man3/MPI_Graph_get.3
-openmpi/man/man3/MPI_Graph_map.3
-openmpi/man/man3/MPI_Graph_neighbors.3
-openmpi/man/man3/MPI_Graph_neighbors_count.3
-openmpi/man/man3/MPI_Graphdims_get.3
-openmpi/man/man3/MPI_Grequest_complete.3
-openmpi/man/man3/MPI_Grequest_start.3
-openmpi/man/man3/MPI_Group_c2f.3
-openmpi/man/man3/MPI_Group_compare.3
-openmpi/man/man3/MPI_Group_difference.3
-openmpi/man/man3/MPI_Group_excl.3
-openmpi/man/man3/MPI_Group_f2c.3
-openmpi/man/man3/MPI_Group_free.3
-openmpi/man/man3/MPI_Group_incl.3
-openmpi/man/man3/MPI_Group_intersection.3
-openmpi/man/man3/MPI_Group_range_excl.3
-openmpi/man/man3/MPI_Group_range_incl.3
-openmpi/man/man3/MPI_Group_rank.3
-openmpi/man/man3/MPI_Group_size.3
-openmpi/man/man3/MPI_Group_translate_ranks.3
-openmpi/man/man3/MPI_Group_union.3
-openmpi/man/man3/MPI_Ibsend.3
-openmpi/man/man3/MPI_Info_c2f.3
-openmpi/man/man3/MPI_Info_create.3
-openmpi/man/man3/MPI_Info_delete.3
-openmpi/man/man3/MPI_Info_dup.3
-openmpi/man/man3/MPI_Info_f2c.3
-openmpi/man/man3/MPI_Info_free.3
-openmpi/man/man3/MPI_Info_get.3
-openmpi/man/man3/MPI_Info_get_nkeys.3
-openmpi/man/man3/MPI_Info_get_nthkey.3
-openmpi/man/man3/MPI_Info_get_valuelen.3
-openmpi/man/man3/MPI_Info_set.3
-openmpi/man/man3/MPI_Init.3
-openmpi/man/man3/MPI_Init_thread.3
-openmpi/man/man3/MPI_Initialized.3
-openmpi/man/man3/MPI_Intercomm_create.3
-openmpi/man/man3/MPI_Intercomm_merge.3
-openmpi/man/man3/MPI_Iprobe.3
-openmpi/man/man3/MPI_Irecv.3
-openmpi/man/man3/MPI_Irsend.3
-openmpi/man/man3/MPI_Is_thread_main.3
-openmpi/man/man3/MPI_Isend.3
-openmpi/man/man3/MPI_Issend.3
-openmpi/man/man3/MPI_Keyval_create.3
-openmpi/man/man3/MPI_Keyval_free.3
-openmpi/man/man3/MPI_Lookup_name.3
-openmpi/man/man3/MPI_Op_c2f.3
-openmpi/man/man3/MPI_Op_create.3
-openmpi/man/man3/MPI_Op_f2c.3
-openmpi/man/man3/MPI_Op_free.3
-openmpi/man/man3/MPI_Open_port.3
-openmpi/man/man3/MPI_Pack.3
-openmpi/man/man3/MPI_Pack_external.3
-openmpi/man/man3/MPI_Pack_external_size.3
-openmpi/man/man3/MPI_Pack_size.3
-openmpi/man/man3/MPI_Pcontrol.3
-openmpi/man/man3/MPI_Probe.3
-openmpi/man/man3/MPI_Publish_name.3
-openmpi/man/man3/MPI_Put.3
-openmpi/man/man3/MPI_Query_thread.3
-openmpi/man/man3/MPI_Recv.3
-openmpi/man/man3/MPI_Recv_init.3
-openmpi/man/man3/MPI_Reduce.3
-openmpi/man/man3/MPI_Reduce_local.3
-openmpi/man/man3/MPI_Reduce_scatter.3
-openmpi/man/man3/MPI_Register_datarep.3
-openmpi/man/man3/MPI_Request_c2f.3
-openmpi/man/man3/MPI_Request_f2c.3
-openmpi/man/man3/MPI_Request_free.3
-openmpi/man/man3/MPI_Request_get_status.3
-openmpi/man/man3/MPI_Rsend.3
-openmpi/man/man3/MPI_Rsend_init.3
-openmpi/man/man3/MPI_Scan.3
-openmpi/man/man3/MPI_Scatter.3
-openmpi/man/man3/MPI_Scatterv.3
-openmpi/man/man3/MPI_Send.3
-openmpi/man/man3/MPI_Send_init.3
-openmpi/man/man3/MPI_Sendrecv.3
-openmpi/man/man3/MPI_Sendrecv_replace.3
-openmpi/man/man3/MPI_Sizeof.3
-openmpi/man/man3/MPI_Ssend.3
-openmpi/man/man3/MPI_Ssend_init.3
-openmpi/man/man3/MPI_Start.3
-openmpi/man/man3/MPI_Startall.3
-openmpi/man/man3/MPI_Status_c2f.3
-openmpi/man/man3/MPI_Status_f2c.3
-openmpi/man/man3/MPI_Status_set_cancelled.3
-openmpi/man/man3/MPI_Status_set_elements.3
-openmpi/man/man3/MPI_Test.3
-openmpi/man/man3/MPI_Test_cancelled.3
-openmpi/man/man3/MPI_Testall.3
-openmpi/man/man3/MPI_Testany.3
-openmpi/man/man3/MPI_Testsome.3
-openmpi/man/man3/MPI_Topo_test.3
-openmpi/man/man3/MPI_Type_c2f.3
-openmpi/man/man3/MPI_Type_commit.3
-openmpi/man/man3/MPI_Type_contiguous.3
-openmpi/man/man3/MPI_Type_create_darray.3
-openmpi/man/man3/MPI_Type_create_f90_complex.3
-openmpi/man/man3/MPI_Type_create_f90_integer.3
-openmpi/man/man3/MPI_Type_create_f90_real.3
-openmpi/man/man3/MPI_Type_create_hindexed.3
-openmpi/man/man3/MPI_Type_create_hvector.3
-openmpi/man/man3/MPI_Type_create_indexed_block.3
-openmpi/man/man3/MPI_Type_create_keyval.3
-openmpi/man/man3/MPI_Type_create_resized.3
-openmpi/man/man3/MPI_Type_create_struct.3
-openmpi/man/man3/MPI_Type_create_subarray.3
-openmpi/man/man3/MPI_Type_delete_attr.3
-openmpi/man/man3/MPI_Type_dup.3
-openmpi/man/man3/MPI_Type_extent.3
-openmpi/man/man3/MPI_Type_f2c.3
-openmpi/man/man3/MPI_Type_free.3
-openmpi/man/man3/MPI_Type_free_keyval.3
-openmpi/man/man3/MPI_Type_get_attr.3
-openmpi/man/man3/MPI_Type_get_contents.3
-openmpi/man/man3/MPI_Type_get_envelope.3
-openmpi/man/man3/MPI_Type_get_extent.3
-openmpi/man/man3/MPI_Type_get_name.3
-openmpi/man/man3/MPI_Type_get_true_extent.3
-openmpi/man/man3/MPI_Type_hindexed.3
-openmpi/man/man3/MPI_Type_hvector.3
-openmpi/man/man3/MPI_Type_indexed.3
-openmpi/man/man3/MPI_Type_lb.3
-openmpi/man/man3/MPI_Type_match_size.3
-openmpi/man/man3/MPI_Type_set_attr.3
-openmpi/man/man3/MPI_Type_set_name.3
-openmpi/man/man3/MPI_Type_size.3
-openmpi/man/man3/MPI_Type_struct.3
-openmpi/man/man3/MPI_Type_ub.3
-openmpi/man/man3/MPI_Type_vector.3
-openmpi/man/man3/MPI_Unpack.3
-openmpi/man/man3/MPI_Unpack_external.3
-openmpi/man/man3/MPI_Unpublish_name.3
-openmpi/man/man3/MPI_Wait.3
-openmpi/man/man3/MPI_Waitall.3
-openmpi/man/man3/MPI_Waitany.3
-openmpi/man/man3/MPI_Waitsome.3
-openmpi/man/man3/MPI_Win_c2f.3
-openmpi/man/man3/MPI_Win_call_errhandler.3
-openmpi/man/man3/MPI_Win_complete.3
-openmpi/man/man3/MPI_Win_create.3
-openmpi/man/man3/MPI_Win_create_errhandler.3
-openmpi/man/man3/MPI_Win_create_keyval.3
-openmpi/man/man3/MPI_Win_delete_attr.3
-openmpi/man/man3/MPI_Win_f2c.3
-openmpi/man/man3/MPI_Win_fence.3
-openmpi/man/man3/MPI_Win_free.3
-openmpi/man/man3/MPI_Win_free_keyval.3
-openmpi/man/man3/MPI_Win_get_attr.3
-openmpi/man/man3/MPI_Win_get_errhandler.3
-openmpi/man/man3/MPI_Win_get_group.3
-openmpi/man/man3/MPI_Win_get_name.3
-openmpi/man/man3/MPI_Win_lock.3
-openmpi/man/man3/MPI_Win_post.3
-openmpi/man/man3/MPI_Win_set_attr.3
-openmpi/man/man3/MPI_Win_set_errhandler.3
-openmpi/man/man3/MPI_Win_set_name.3
-openmpi/man/man3/MPI_Win_start.3
-openmpi/man/man3/MPI_Win_test.3
-openmpi/man/man3/MPI_Win_unlock.3
-openmpi/man/man3/MPI_Win_wait.3
-openmpi/man/man3/MPI_Wtick.3
-openmpi/man/man3/MPI_Wtime.3
-openmpi/man/man3/OpenMPI.3
-openmpi/man/man7/ompi_crcp.7
-openmpi/man/man7/opal_crs.7
-openmpi/man/man7/orte_filem.7
-openmpi/man/man7/orte_hosts.7
-openmpi/man/man7/orte_snapc.7
-openmpi/share/openmpi/amca-param-sets/example.conf
-openmpi/share/openmpi/examples/openmpi-default-hostfile
-openmpi/share/openmpi/examples/openmpi-mca-params.conf
-openmpi/share/openmpi/examples/openmpi-totalview.tcl
-openmpi/share/openmpi/help-coll-sync.txt
-openmpi/share/openmpi/help-dash-host.txt
-openmpi/share/openmpi/help-ess-base.txt
-openmpi/share/openmpi/help-hostfile.txt
-openmpi/share/openmpi/help-mca-base.txt
-openmpi/share/openmpi/help-mca-bml-r2.txt
-openmpi/share/openmpi/help-mca-coll-base.txt
-openmpi/share/openmpi/help-mca-op-base.txt
-openmpi/share/openmpi/help-mca-param.txt
-openmpi/share/openmpi/help-mpi-api.txt
-openmpi/share/openmpi/help-mpi-btl-base.txt
-openmpi/share/openmpi/help-mpi-btl-sm.txt
-openmpi/share/openmpi/help-mpi-btl-tcp.txt
-openmpi/share/openmpi/help-mpi-coll-sm.txt
-openmpi/share/openmpi/help-mpi-common-sm.txt
-openmpi/share/openmpi/help-mpi-errors.txt
-openmpi/share/openmpi/help-mpi-pml-bfo.txt
-openmpi/share/openmpi/help-mpi-pml-csum.txt
-openmpi/share/openmpi/help-mpi-pml-ob1.txt
-openmpi/share/openmpi/help-mpi-runtime.txt
-openmpi/share/openmpi/help-mpool-base.txt
-openmpi/share/openmpi/help-odls-default.txt
-openmpi/share/openmpi/help-ompi-crcp-base.txt
-openmpi/share/openmpi/help-ompi-dpm-base.txt
-openmpi/share/openmpi/help-ompi-dpm-orte.txt
-openmpi/share/openmpi/help-ompi-probe.txt
-openmpi/share/openmpi/help-ompi-profiler.txt
-openmpi/share/openmpi/help-ompi-pubsub-orte.txt
-openmpi/share/openmpi/help-ompi-server.txt
-openmpi/share/openmpi/help-ompi_info.txt
-openmpi/share/openmpi/help-oob-tcp.txt
-openmpi/share/openmpi/help-opal-carto-file.txt
-openmpi/share/openmpi/help-opal-crs-base.txt
-openmpi/share/openmpi/help-opal-crs-none.txt
-openmpi/share/openmpi/help-opal-maffinity-hwloc.txt
-openmpi/share/openmpi/help-opal-runtime.txt
-openmpi/share/openmpi/help-opal-shmem-mmap.txt
-openmpi/share/openmpi/help-opal-shmem-posix.txt
-openmpi/share/openmpi/help-opal-shmem-sysv.txt
-openmpi/share/openmpi/help-opal-util.txt
-openmpi/share/openmpi/help-opal-wrapper.txt
-openmpi/share/openmpi/help-orte-clean.txt
-openmpi/share/openmpi/help-orte-filem-base.txt
-openmpi/share/openmpi/help-orte-filem-rsh.txt
-openmpi/share/openmpi/help-orte-iof.txt
-openmpi/share/openmpi/help-orte-notifier-command.txt
-openmpi/share/openmpi/help-orte-odls-base.txt
-openmpi/share/openmpi/help-orte-ps.txt
-openmpi/share/openmpi/help-orte-rmaps-base.txt
-openmpi/share/openmpi/help-orte-rmaps-lb.txt
-openmpi/share/openmpi/help-orte-rmaps-resilient.txt
-openmpi/share/openmpi/help-orte-rmaps-rr.txt
-openmpi/share/openmpi/help-orte-rmaps-seq.txt
-openmpi/share/openmpi/help-orte-rmaps-topo.txt
-openmpi/share/openmpi/help-orte-runtime.txt
-openmpi/share/openmpi/help-orte-snapc-base.txt
-openmpi/share/openmpi/help-orte-top.txt
-openmpi/share/openmpi/help-orted.txt
-openmpi/share/openmpi/help-orterun.txt
-openmpi/share/openmpi/help-plm-base.txt
-openmpi/share/openmpi/help-plm-rsh.txt
-openmpi/share/openmpi/help-ras-base.txt
-openmpi/share/openmpi/help-regex.txt
-openmpi/share/openmpi/help-rmaps_rank_file.txt
-openmpi/share/openmpi/mpic++-wrapper-data.txt
-openmpi/share/openmpi/mpicc-wrapper-data.txt
-openmpi/share/openmpi/mpicxx-wrapper-data.txt
-openmpi/share/openmpi/mpif77-wrapper-data.txt
-openmpi/share/openmpi/mpif90-wrapper-data.txt
-openmpi/share/openmpi/openmpi-valgrind.supp
-openmpi/share/openmpi/ortec++-wrapper-data.txt
-openmpi/share/openmpi/ortecc-wrapper-data.txt
diff --git a/openmpi163/PLIST.Linux b/openmpi163/PLIST.Linux
deleted file mode 100644
index 54b4375043..0000000000
--- a/openmpi163/PLIST.Linux
+++ /dev/null
@@ -1,588 +0,0 @@
-@comment $NetBSD: PLIST.Linux,v 1.4 2015/06/19 19:17:41 outpaddling Exp $
-openmpi/bin/mpiCC
-openmpi/bin/mpic++
-openmpi/bin/mpicc
-openmpi/bin/mpicxx
-openmpi/bin/mpiexec
-openmpi/bin/mpif77
-openmpi/bin/mpif90
-openmpi/bin/mpirun
-openmpi/bin/ompi-clean
-openmpi/bin/ompi-iof
-openmpi/bin/ompi-probe
-openmpi/bin/ompi-profiler
-openmpi/bin/ompi-ps
-openmpi/bin/ompi-server
-openmpi/bin/ompi-top
-openmpi/bin/ompi_info
-openmpi/bin/opal_wrapper
-openmpi/bin/orte-bootproxy.sh
-openmpi/bin/orte-clean
-openmpi/bin/orte-iof
-openmpi/bin/orte-ps
-openmpi/bin/orte-top
-openmpi/bin/orteCC
-openmpi/bin/orte_wrapper_script
-openmpi/bin/ortec++
-openmpi/bin/ortecc
-openmpi/bin/orted
-openmpi/bin/orterun
-openmpi/etc/cshrc
-openmpi/etc/modulefiles/openmpi/1.6.3
-openmpi/etc/openmpi-default-hostfile
-openmpi/etc/shrc
-openmpi/include/mpi-ext.h
-openmpi/include/mpi.h
-openmpi/include/mpi_portable_platform.h
-openmpi/include/mpif-common.h
-openmpi/include/mpif-config.h
-openmpi/include/mpif-mpi-io.h
-openmpi/include/mpif.h
-openmpi/include/openmpi/ompi/mpi/cxx/comm.h
-openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/constants.h
-openmpi/include/openmpi/ompi/mpi/cxx/datatype.h
-openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h
-openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/exception.h
-openmpi/include/openmpi/ompi/mpi/cxx/file.h
-openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/functions.h
-openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/group.h
-openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/info.h
-openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h
-openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h
-openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h
-openmpi/include/openmpi/ompi/mpi/cxx/op.h
-openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/request.h
-openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/status.h
-openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/topology.h
-openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/win.h
-openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h
-openmpi/lib/libmca_common_sm.la
-openmpi/lib/libmpi.la
-openmpi/lib/libmpi_cxx.la
-openmpi/lib/libmpi_f77.la
-openmpi/lib/libmpi_f90.la
-openmpi/lib/libompitrace.la
-openmpi/lib/libopen-pal.la
-openmpi/lib/libopen-rte.la
-openmpi/lib/mpi.mod
-openmpi/lib/openmpi/libompi_dbg_msgq.la
-openmpi/lib/openmpi/mca_allocator_basic.la
-openmpi/lib/openmpi/mca_allocator_bucket.la
-openmpi/lib/openmpi/mca_bml_r2.la
-openmpi/lib/openmpi/mca_btl_ofud.la
-openmpi/lib/openmpi/mca_btl_openib.la
-openmpi/lib/openmpi/mca_btl_self.la
-openmpi/lib/openmpi/mca_btl_sm.la
-openmpi/lib/openmpi/mca_btl_tcp.la
-openmpi/lib/openmpi/mca_carto_auto_detect.la
-openmpi/lib/openmpi/mca_carto_file.la
-openmpi/lib/openmpi/mca_coll_basic.la
-openmpi/lib/openmpi/mca_coll_hierarch.la
-openmpi/lib/openmpi/mca_coll_inter.la
-openmpi/lib/openmpi/mca_coll_self.la
-openmpi/lib/openmpi/mca_coll_sm.la
-openmpi/lib/openmpi/mca_coll_sync.la
-openmpi/lib/openmpi/mca_coll_tuned.la
-openmpi/lib/openmpi/mca_crs_none.la
-openmpi/lib/openmpi/mca_dpm_orte.la
-openmpi/lib/openmpi/mca_errmgr_default.la
-openmpi/lib/openmpi/mca_ess_env.la
-openmpi/lib/openmpi/mca_ess_hnp.la
-openmpi/lib/openmpi/mca_ess_singleton.la
-openmpi/lib/openmpi/mca_ess_slave.la
-openmpi/lib/openmpi/mca_ess_slurm.la
-openmpi/lib/openmpi/mca_ess_slurmd.la
-openmpi/lib/openmpi/mca_ess_tool.la
-openmpi/lib/openmpi/mca_filem_rsh.la
-openmpi/lib/openmpi/mca_grpcomm_bad.la
-openmpi/lib/openmpi/mca_grpcomm_basic.la
-openmpi/lib/openmpi/mca_io_romio.la
-openmpi/lib/openmpi/mca_iof_hnp.la
-openmpi/lib/openmpi/mca_iof_orted.la
-openmpi/lib/openmpi/mca_iof_tool.la
-openmpi/lib/openmpi/mca_maffinity_first_use.la
-openmpi/lib/openmpi/mca_maffinity_hwloc.la
-openmpi/lib/openmpi/mca_mpool_fake.la
-openmpi/lib/openmpi/mca_mpool_rdma.la
-openmpi/lib/openmpi/mca_mpool_sm.la
-openmpi/lib/openmpi/mca_notifier_command.la
-openmpi/lib/openmpi/mca_notifier_syslog.la
-openmpi/lib/openmpi/mca_odls_default.la
-openmpi/lib/openmpi/mca_oob_tcp.la
-openmpi/lib/openmpi/mca_osc_pt2pt.la
-openmpi/lib/openmpi/mca_osc_rdma.la
-openmpi/lib/openmpi/mca_paffinity_hwloc.la
-openmpi/lib/openmpi/mca_plm_rsh.la
-openmpi/lib/openmpi/mca_plm_slurm.la
-openmpi/lib/openmpi/mca_pml_bfo.la
-openmpi/lib/openmpi/mca_pml_cm.la
-openmpi/lib/openmpi/mca_pml_csum.la
-openmpi/lib/openmpi/mca_pml_ob1.la
-openmpi/lib/openmpi/mca_pml_v.la
-openmpi/lib/openmpi/mca_pstat_linux.la
-openmpi/lib/openmpi/mca_pubsub_orte.la
-openmpi/lib/openmpi/mca_ras_cm.la
-openmpi/lib/openmpi/mca_ras_loadleveler.la
-openmpi/lib/openmpi/mca_ras_slurm.la
-openmpi/lib/openmpi/mca_rcache_vma.la
-openmpi/lib/openmpi/mca_rmaps_load_balance.la
-openmpi/lib/openmpi/mca_rmaps_rank_file.la
-openmpi/lib/openmpi/mca_rmaps_resilient.la
-openmpi/lib/openmpi/mca_rmaps_round_robin.la
-openmpi/lib/openmpi/mca_rmaps_seq.la
-openmpi/lib/openmpi/mca_rmaps_topo.la
-openmpi/lib/openmpi/mca_rml_oob.la
-openmpi/lib/openmpi/mca_routed_binomial.la
-openmpi/lib/openmpi/mca_routed_cm.la
-openmpi/lib/openmpi/mca_routed_direct.la
-openmpi/lib/openmpi/mca_routed_linear.la
-openmpi/lib/openmpi/mca_routed_radix.la
-openmpi/lib/openmpi/mca_routed_slave.la
-openmpi/lib/openmpi/mca_shmem_mmap.la
-openmpi/lib/openmpi/mca_shmem_posix.la
-openmpi/lib/openmpi/mca_shmem_sysv.la
-openmpi/lib/openmpi/mca_sysinfo_linux.la
-openmpi/lib/openmpi/mca_topo_unity.la
-openmpi/lib/openmpi/mca_vprotocol_pessimist.la
-openmpi/lib/pkgconfig/ompi-c.pc
-openmpi/lib/pkgconfig/ompi-cxx.pc
-openmpi/lib/pkgconfig/ompi-f77.pc
-openmpi/lib/pkgconfig/ompi-f90.pc
-openmpi/lib/pkgconfig/ompi.pc
-openmpi/lib/pkgconfig/orte.pc
-openmpi/man/man1/mpiCC.1
-openmpi/man/man1/mpic++.1
-openmpi/man/man1/mpicc.1
-openmpi/man/man1/mpicxx.1
-openmpi/man/man1/mpiexec.1
-openmpi/man/man1/mpif77.1
-openmpi/man/man1/mpif90.1
-openmpi/man/man1/mpirun.1
-openmpi/man/man1/ompi-clean.1
-openmpi/man/man1/ompi-iof.1
-openmpi/man/man1/ompi-probe.1
-openmpi/man/man1/ompi-profiler.1
-openmpi/man/man1/ompi-ps.1
-openmpi/man/man1/ompi-server.1
-openmpi/man/man1/ompi-top.1
-openmpi/man/man1/ompi_info.1
-openmpi/man/man1/opal_wrapper.1
-openmpi/man/man1/orte-clean.1
-openmpi/man/man1/orte-iof.1
-openmpi/man/man1/orte-ps.1
-openmpi/man/man1/orte-top.1
-openmpi/man/man1/orteCC.1
-openmpi/man/man1/orted.1
-openmpi/man/man1/orterun.1
-openmpi/man/man3/MPI.3
-openmpi/man/man3/MPI_Abort.3
-openmpi/man/man3/MPI_Accumulate.3
-openmpi/man/man3/MPI_Add_error_class.3
-openmpi/man/man3/MPI_Add_error_code.3
-openmpi/man/man3/MPI_Add_error_string.3
-openmpi/man/man3/MPI_Address.3
-openmpi/man/man3/MPI_Allgather.3
-openmpi/man/man3/MPI_Allgatherv.3
-openmpi/man/man3/MPI_Alloc_mem.3
-openmpi/man/man3/MPI_Allreduce.3
-openmpi/man/man3/MPI_Alltoall.3
-openmpi/man/man3/MPI_Alltoallv.3
-openmpi/man/man3/MPI_Alltoallw.3
-openmpi/man/man3/MPI_Attr_delete.3
-openmpi/man/man3/MPI_Attr_get.3
-openmpi/man/man3/MPI_Attr_put.3
-openmpi/man/man3/MPI_Barrier.3
-openmpi/man/man3/MPI_Bcast.3
-openmpi/man/man3/MPI_Bsend.3
-openmpi/man/man3/MPI_Bsend_init.3
-openmpi/man/man3/MPI_Buffer_attach.3
-openmpi/man/man3/MPI_Buffer_detach.3
-openmpi/man/man3/MPI_Cancel.3
-openmpi/man/man3/MPI_Cart_coords.3
-openmpi/man/man3/MPI_Cart_create.3
-openmpi/man/man3/MPI_Cart_get.3
-openmpi/man/man3/MPI_Cart_map.3
-openmpi/man/man3/MPI_Cart_rank.3
-openmpi/man/man3/MPI_Cart_shift.3
-openmpi/man/man3/MPI_Cart_sub.3
-openmpi/man/man3/MPI_Cartdim_get.3
-openmpi/man/man3/MPI_Close_port.3
-openmpi/man/man3/MPI_Comm_accept.3
-openmpi/man/man3/MPI_Comm_c2f.3
-openmpi/man/man3/MPI_Comm_call_errhandler.3
-openmpi/man/man3/MPI_Comm_compare.3
-openmpi/man/man3/MPI_Comm_connect.3
-openmpi/man/man3/MPI_Comm_create.3
-openmpi/man/man3/MPI_Comm_create_errhandler.3
-openmpi/man/man3/MPI_Comm_create_keyval.3
-openmpi/man/man3/MPI_Comm_delete_attr.3
-openmpi/man/man3/MPI_Comm_disconnect.3
-openmpi/man/man3/MPI_Comm_dup.3
-openmpi/man/man3/MPI_Comm_f2c.3
-openmpi/man/man3/MPI_Comm_free.3
-openmpi/man/man3/MPI_Comm_free_keyval.3
-openmpi/man/man3/MPI_Comm_get_attr.3
-openmpi/man/man3/MPI_Comm_get_errhandler.3
-openmpi/man/man3/MPI_Comm_get_name.3
-openmpi/man/man3/MPI_Comm_get_parent.3
-openmpi/man/man3/MPI_Comm_group.3
-openmpi/man/man3/MPI_Comm_join.3
-openmpi/man/man3/MPI_Comm_rank.3
-openmpi/man/man3/MPI_Comm_remote_group.3
-openmpi/man/man3/MPI_Comm_remote_size.3
-openmpi/man/man3/MPI_Comm_set_attr.3
-openmpi/man/man3/MPI_Comm_set_errhandler.3
-openmpi/man/man3/MPI_Comm_set_name.3
-openmpi/man/man3/MPI_Comm_size.3
-openmpi/man/man3/MPI_Comm_spawn.3
-openmpi/man/man3/MPI_Comm_spawn_multiple.3
-openmpi/man/man3/MPI_Comm_split.3
-openmpi/man/man3/MPI_Comm_test_inter.3
-openmpi/man/man3/MPI_Dims_create.3
-openmpi/man/man3/MPI_Errhandler_create.3
-openmpi/man/man3/MPI_Errhandler_free.3
-openmpi/man/man3/MPI_Errhandler_get.3
-openmpi/man/man3/MPI_Errhandler_set.3
-openmpi/man/man3/MPI_Error_class.3
-openmpi/man/man3/MPI_Error_string.3
-openmpi/man/man3/MPI_Exscan.3
-openmpi/man/man3/MPI_File_c2f.3
-openmpi/man/man3/MPI_File_call_errhandler.3
-openmpi/man/man3/MPI_File_close.3
-openmpi/man/man3/MPI_File_create_errhandler.3
-openmpi/man/man3/MPI_File_delete.3
-openmpi/man/man3/MPI_File_f2c.3
-openmpi/man/man3/MPI_File_get_amode.3
-openmpi/man/man3/MPI_File_get_atomicity.3
-openmpi/man/man3/MPI_File_get_byte_offset.3
-openmpi/man/man3/MPI_File_get_errhandler.3
-openmpi/man/man3/MPI_File_get_group.3
-openmpi/man/man3/MPI_File_get_info.3
-openmpi/man/man3/MPI_File_get_position.3
-openmpi/man/man3/MPI_File_get_position_shared.3
-openmpi/man/man3/MPI_File_get_size.3
-openmpi/man/man3/MPI_File_get_type_extent.3
-openmpi/man/man3/MPI_File_get_view.3
-openmpi/man/man3/MPI_File_iread.3
-openmpi/man/man3/MPI_File_iread_at.3
-openmpi/man/man3/MPI_File_iread_shared.3
-openmpi/man/man3/MPI_File_iwrite.3
-openmpi/man/man3/MPI_File_iwrite_at.3
-openmpi/man/man3/MPI_File_iwrite_shared.3
-openmpi/man/man3/MPI_File_open.3
-openmpi/man/man3/MPI_File_preallocate.3
-openmpi/man/man3/MPI_File_read.3
-openmpi/man/man3/MPI_File_read_all.3
-openmpi/man/man3/MPI_File_read_all_begin.3
-openmpi/man/man3/MPI_File_read_all_end.3
-openmpi/man/man3/MPI_File_read_at.3
-openmpi/man/man3/MPI_File_read_at_all.3
-openmpi/man/man3/MPI_File_read_at_all_begin.3
-openmpi/man/man3/MPI_File_read_at_all_end.3
-openmpi/man/man3/MPI_File_read_ordered.3
-openmpi/man/man3/MPI_File_read_ordered_begin.3
-openmpi/man/man3/MPI_File_read_ordered_end.3
-openmpi/man/man3/MPI_File_read_shared.3
-openmpi/man/man3/MPI_File_seek.3
-openmpi/man/man3/MPI_File_seek_shared.3
-openmpi/man/man3/MPI_File_set_atomicity.3
-openmpi/man/man3/MPI_File_set_errhandler.3
-openmpi/man/man3/MPI_File_set_info.3
-openmpi/man/man3/MPI_File_set_size.3
-openmpi/man/man3/MPI_File_set_view.3
-openmpi/man/man3/MPI_File_sync.3
-openmpi/man/man3/MPI_File_write.3
-openmpi/man/man3/MPI_File_write_all.3
-openmpi/man/man3/MPI_File_write_all_begin.3
-openmpi/man/man3/MPI_File_write_all_end.3
-openmpi/man/man3/MPI_File_write_at.3
-openmpi/man/man3/MPI_File_write_at_all.3
-openmpi/man/man3/MPI_File_write_at_all_begin.3
-openmpi/man/man3/MPI_File_write_at_all_end.3
-openmpi/man/man3/MPI_File_write_ordered.3
-openmpi/man/man3/MPI_File_write_ordered_begin.3
-openmpi/man/man3/MPI_File_write_ordered_end.3
-openmpi/man/man3/MPI_File_write_shared.3
-openmpi/man/man3/MPI_Finalize.3
-openmpi/man/man3/MPI_Finalized.3
-openmpi/man/man3/MPI_Free_mem.3
-openmpi/man/man3/MPI_Gather.3
-openmpi/man/man3/MPI_Gatherv.3
-openmpi/man/man3/MPI_Get.3
-openmpi/man/man3/MPI_Get_address.3
-openmpi/man/man3/MPI_Get_count.3
-openmpi/man/man3/MPI_Get_elements.3
-openmpi/man/man3/MPI_Get_processor_name.3
-openmpi/man/man3/MPI_Get_version.3
-openmpi/man/man3/MPI_Graph_create.3
-openmpi/man/man3/MPI_Graph_get.3
-openmpi/man/man3/MPI_Graph_map.3
-openmpi/man/man3/MPI_Graph_neighbors.3
-openmpi/man/man3/MPI_Graph_neighbors_count.3
-openmpi/man/man3/MPI_Graphdims_get.3
-openmpi/man/man3/MPI_Grequest_complete.3
-openmpi/man/man3/MPI_Grequest_start.3
-openmpi/man/man3/MPI_Group_c2f.3
-openmpi/man/man3/MPI_Group_compare.3
-openmpi/man/man3/MPI_Group_difference.3
-openmpi/man/man3/MPI_Group_excl.3
-openmpi/man/man3/MPI_Group_f2c.3
-openmpi/man/man3/MPI_Group_free.3
-openmpi/man/man3/MPI_Group_incl.3
-openmpi/man/man3/MPI_Group_intersection.3
-openmpi/man/man3/MPI_Group_range_excl.3
-openmpi/man/man3/MPI_Group_range_incl.3
-openmpi/man/man3/MPI_Group_rank.3
-openmpi/man/man3/MPI_Group_size.3
-openmpi/man/man3/MPI_Group_translate_ranks.3
-openmpi/man/man3/MPI_Group_union.3
-openmpi/man/man3/MPI_Ibsend.3
-openmpi/man/man3/MPI_Info_c2f.3
-openmpi/man/man3/MPI_Info_create.3
-openmpi/man/man3/MPI_Info_delete.3
-openmpi/man/man3/MPI_Info_dup.3
-openmpi/man/man3/MPI_Info_f2c.3
-openmpi/man/man3/MPI_Info_free.3
-openmpi/man/man3/MPI_Info_get.3
-openmpi/man/man3/MPI_Info_get_nkeys.3
-openmpi/man/man3/MPI_Info_get_nthkey.3
-openmpi/man/man3/MPI_Info_get_valuelen.3
-openmpi/man/man3/MPI_Info_set.3
-openmpi/man/man3/MPI_Init.3
-openmpi/man/man3/MPI_Init_thread.3
-openmpi/man/man3/MPI_Initialized.3
-openmpi/man/man3/MPI_Intercomm_create.3
-openmpi/man/man3/MPI_Intercomm_merge.3
-openmpi/man/man3/MPI_Iprobe.3
-openmpi/man/man3/MPI_Irecv.3
-openmpi/man/man3/MPI_Irsend.3
-openmpi/man/man3/MPI_Is_thread_main.3
-openmpi/man/man3/MPI_Isend.3
-openmpi/man/man3/MPI_Issend.3
-openmpi/man/man3/MPI_Keyval_create.3
-openmpi/man/man3/MPI_Keyval_free.3
-openmpi/man/man3/MPI_Lookup_name.3
-openmpi/man/man3/MPI_Op_c2f.3
-openmpi/man/man3/MPI_Op_create.3
-openmpi/man/man3/MPI_Op_f2c.3
-openmpi/man/man3/MPI_Op_free.3
-openmpi/man/man3/MPI_Open_port.3
-openmpi/man/man3/MPI_Pack.3
-openmpi/man/man3/MPI_Pack_external.3
-openmpi/man/man3/MPI_Pack_external_size.3
-openmpi/man/man3/MPI_Pack_size.3
-openmpi/man/man3/MPI_Pcontrol.3
-openmpi/man/man3/MPI_Probe.3
-openmpi/man/man3/MPI_Publish_name.3
-openmpi/man/man3/MPI_Put.3
-openmpi/man/man3/MPI_Query_thread.3
-openmpi/man/man3/MPI_Recv.3
-openmpi/man/man3/MPI_Recv_init.3
-openmpi/man/man3/MPI_Reduce.3
-openmpi/man/man3/MPI_Reduce_local.3
-openmpi/man/man3/MPI_Reduce_scatter.3
-openmpi/man/man3/MPI_Register_datarep.3
-openmpi/man/man3/MPI_Request_c2f.3
-openmpi/man/man3/MPI_Request_f2c.3
-openmpi/man/man3/MPI_Request_free.3
-openmpi/man/man3/MPI_Request_get_status.3
-openmpi/man/man3/MPI_Rsend.3
-openmpi/man/man3/MPI_Rsend_init.3
-openmpi/man/man3/MPI_Scan.3
-openmpi/man/man3/MPI_Scatter.3
-openmpi/man/man3/MPI_Scatterv.3
-openmpi/man/man3/MPI_Send.3
-openmpi/man/man3/MPI_Send_init.3
-openmpi/man/man3/MPI_Sendrecv.3
-openmpi/man/man3/MPI_Sendrecv_replace.3
-openmpi/man/man3/MPI_Sizeof.3
-openmpi/man/man3/MPI_Ssend.3
-openmpi/man/man3/MPI_Ssend_init.3
-openmpi/man/man3/MPI_Start.3
-openmpi/man/man3/MPI_Startall.3
-openmpi/man/man3/MPI_Status_c2f.3
-openmpi/man/man3/MPI_Status_f2c.3
-openmpi/man/man3/MPI_Status_set_cancelled.3
-openmpi/man/man3/MPI_Status_set_elements.3
-openmpi/man/man3/MPI_Test.3
-openmpi/man/man3/MPI_Test_cancelled.3
-openmpi/man/man3/MPI_Testall.3
-openmpi/man/man3/MPI_Testany.3
-openmpi/man/man3/MPI_Testsome.3
-openmpi/man/man3/MPI_Topo_test.3
-openmpi/man/man3/MPI_Type_c2f.3
-openmpi/man/man3/MPI_Type_commit.3
-openmpi/man/man3/MPI_Type_contiguous.3
-openmpi/man/man3/MPI_Type_create_darray.3
-openmpi/man/man3/MPI_Type_create_f90_complex.3
-openmpi/man/man3/MPI_Type_create_f90_integer.3
-openmpi/man/man3/MPI_Type_create_f90_real.3
-openmpi/man/man3/MPI_Type_create_hindexed.3
-openmpi/man/man3/MPI_Type_create_hvector.3
-openmpi/man/man3/MPI_Type_create_indexed_block.3
-openmpi/man/man3/MPI_Type_create_keyval.3
-openmpi/man/man3/MPI_Type_create_resized.3
-openmpi/man/man3/MPI_Type_create_struct.3
-openmpi/man/man3/MPI_Type_create_subarray.3
-openmpi/man/man3/MPI_Type_delete_attr.3
-openmpi/man/man3/MPI_Type_dup.3
-openmpi/man/man3/MPI_Type_extent.3
-openmpi/man/man3/MPI_Type_f2c.3
-openmpi/man/man3/MPI_Type_free.3
-openmpi/man/man3/MPI_Type_free_keyval.3
-openmpi/man/man3/MPI_Type_get_attr.3
-openmpi/man/man3/MPI_Type_get_contents.3
-openmpi/man/man3/MPI_Type_get_envelope.3
-openmpi/man/man3/MPI_Type_get_extent.3
-openmpi/man/man3/MPI_Type_get_name.3
-openmpi/man/man3/MPI_Type_get_true_extent.3
-openmpi/man/man3/MPI_Type_hindexed.3
-openmpi/man/man3/MPI_Type_hvector.3
-openmpi/man/man3/MPI_Type_indexed.3
-openmpi/man/man3/MPI_Type_lb.3
-openmpi/man/man3/MPI_Type_match_size.3
-openmpi/man/man3/MPI_Type_set_attr.3
-openmpi/man/man3/MPI_Type_set_name.3
-openmpi/man/man3/MPI_Type_size.3
-openmpi/man/man3/MPI_Type_struct.3
-openmpi/man/man3/MPI_Type_ub.3
-openmpi/man/man3/MPI_Type_vector.3
-openmpi/man/man3/MPI_Unpack.3
-openmpi/man/man3/MPI_Unpack_external.3
-openmpi/man/man3/MPI_Unpublish_name.3
-openmpi/man/man3/MPI_Wait.3
-openmpi/man/man3/MPI_Waitall.3
-openmpi/man/man3/MPI_Waitany.3
-openmpi/man/man3/MPI_Waitsome.3
-openmpi/man/man3/MPI_Win_c2f.3
-openmpi/man/man3/MPI_Win_call_errhandler.3
-openmpi/man/man3/MPI_Win_complete.3
-openmpi/man/man3/MPI_Win_create.3
-openmpi/man/man3/MPI_Win_create_errhandler.3
-openmpi/man/man3/MPI_Win_create_keyval.3
-openmpi/man/man3/MPI_Win_delete_attr.3
-openmpi/man/man3/MPI_Win_f2c.3
-openmpi/man/man3/MPI_Win_fence.3
-openmpi/man/man3/MPI_Win_free.3
-openmpi/man/man3/MPI_Win_free_keyval.3
-openmpi/man/man3/MPI_Win_get_attr.3
-openmpi/man/man3/MPI_Win_get_errhandler.3
-openmpi/man/man3/MPI_Win_get_group.3
-openmpi/man/man3/MPI_Win_get_name.3
-openmpi/man/man3/MPI_Win_lock.3
-openmpi/man/man3/MPI_Win_post.3
-openmpi/man/man3/MPI_Win_set_attr.3
-openmpi/man/man3/MPI_Win_set_errhandler.3
-openmpi/man/man3/MPI_Win_set_name.3
-openmpi/man/man3/MPI_Win_start.3
-openmpi/man/man3/MPI_Win_test.3
-openmpi/man/man3/MPI_Win_unlock.3
-openmpi/man/man3/MPI_Win_wait.3
-openmpi/man/man3/MPI_Wtick.3
-openmpi/man/man3/MPI_Wtime.3
-openmpi/man/man3/OpenMPI.3
-openmpi/man/man7/ompi_crcp.7
-openmpi/man/man7/opal_crs.7
-openmpi/man/man7/orte_filem.7
-openmpi/man/man7/orte_hosts.7
-openmpi/man/man7/orte_snapc.7
-openmpi/share/openmpi/amca-param-sets/btl-openib-benchmark
-openmpi/share/openmpi/amca-param-sets/example.conf
-openmpi/share/openmpi/doc/COPYRIGHT-ptmalloc2.txt
-openmpi/share/openmpi/examples/openmpi-default-hostfile
-openmpi/share/openmpi/examples/openmpi-mca-params.conf
-openmpi/share/openmpi/examples/openmpi-totalview.tcl
-openmpi/share/openmpi/help-coll-sync.txt
-openmpi/share/openmpi/help-dash-host.txt
-openmpi/share/openmpi/help-ess-base.txt
-openmpi/share/openmpi/help-hostfile.txt
-openmpi/share/openmpi/help-mca-base.txt
-openmpi/share/openmpi/help-mca-bml-r2.txt
-openmpi/share/openmpi/help-mca-coll-base.txt
-openmpi/share/openmpi/help-mca-op-base.txt
-openmpi/share/openmpi/help-mca-param.txt
-openmpi/share/openmpi/help-mpi-api.txt
-openmpi/share/openmpi/help-mpi-btl-base.txt
-openmpi/share/openmpi/help-mpi-btl-openib-cpc-base.txt
-openmpi/share/openmpi/help-mpi-btl-openib-cpc-rdmacm.txt
-openmpi/share/openmpi/help-mpi-btl-openib.txt
-openmpi/share/openmpi/help-mpi-btl-sm.txt
-openmpi/share/openmpi/help-mpi-btl-tcp.txt
-openmpi/share/openmpi/help-mpi-coll-sm.txt
-openmpi/share/openmpi/help-mpi-common-sm.txt
-openmpi/share/openmpi/help-mpi-errors.txt
-openmpi/share/openmpi/help-mpi-pml-bfo.txt
-openmpi/share/openmpi/help-mpi-pml-csum.txt
-openmpi/share/openmpi/help-mpi-pml-ob1.txt
-openmpi/share/openmpi/help-mpi-runtime.txt
-openmpi/share/openmpi/help-mpool-base.txt
-openmpi/share/openmpi/help-odls-default.txt
-openmpi/share/openmpi/help-ompi-crcp-base.txt
-openmpi/share/openmpi/help-ompi-dpm-base.txt
-openmpi/share/openmpi/help-ompi-dpm-orte.txt
-openmpi/share/openmpi/help-ompi-probe.txt
-openmpi/share/openmpi/help-ompi-profiler.txt
-openmpi/share/openmpi/help-ompi-pubsub-orte.txt
-openmpi/share/openmpi/help-ompi-server.txt
-openmpi/share/openmpi/help-ompi_info.txt
-openmpi/share/openmpi/help-oob-tcp.txt
-openmpi/share/openmpi/help-opal-carto-file.txt
-openmpi/share/openmpi/help-opal-crs-base.txt
-openmpi/share/openmpi/help-opal-crs-none.txt
-openmpi/share/openmpi/help-opal-maffinity-hwloc.txt
-openmpi/share/openmpi/help-opal-memory-linux.txt
-openmpi/share/openmpi/help-opal-runtime.txt
-openmpi/share/openmpi/help-opal-shmem-mmap.txt
-openmpi/share/openmpi/help-opal-shmem-posix.txt
-openmpi/share/openmpi/help-opal-shmem-sysv.txt
-openmpi/share/openmpi/help-opal-util.txt
-openmpi/share/openmpi/help-opal-wrapper.txt
-openmpi/share/openmpi/help-orte-clean.txt
-openmpi/share/openmpi/help-orte-filem-base.txt
-openmpi/share/openmpi/help-orte-filem-rsh.txt
-openmpi/share/openmpi/help-orte-iof.txt
-openmpi/share/openmpi/help-orte-notifier-command.txt
-openmpi/share/openmpi/help-orte-odls-base.txt
-openmpi/share/openmpi/help-orte-ps.txt
-openmpi/share/openmpi/help-orte-rmaps-base.txt
-openmpi/share/openmpi/help-orte-rmaps-lb.txt
-openmpi/share/openmpi/help-orte-rmaps-resilient.txt
-openmpi/share/openmpi/help-orte-rmaps-rr.txt
-openmpi/share/openmpi/help-orte-rmaps-seq.txt
-openmpi/share/openmpi/help-orte-rmaps-topo.txt
-openmpi/share/openmpi/help-orte-runtime.txt
-openmpi/share/openmpi/help-orte-snapc-base.txt
-openmpi/share/openmpi/help-orte-top.txt
-openmpi/share/openmpi/help-orted.txt
-openmpi/share/openmpi/help-orterun.txt
-openmpi/share/openmpi/help-plm-base.txt
-openmpi/share/openmpi/help-plm-rsh.txt
-openmpi/share/openmpi/help-plm-slurm.txt
-openmpi/share/openmpi/help-ras-base.txt
-openmpi/share/openmpi/help-ras-slurm.txt
-openmpi/share/openmpi/help-regex.txt
-openmpi/share/openmpi/help-rmaps_rank_file.txt
-openmpi/share/openmpi/mca-btl-openib-device-params.ini
-openmpi/share/openmpi/mpiCC-wrapper-data.txt
-openmpi/share/openmpi/mpic++-wrapper-data.txt
-openmpi/share/openmpi/mpicc-wrapper-data.txt
-openmpi/share/openmpi/mpicxx-wrapper-data.txt
-openmpi/share/openmpi/mpif77-wrapper-data.txt
-openmpi/share/openmpi/mpif90-wrapper-data.txt
-openmpi/share/openmpi/openmpi-valgrind.supp
-openmpi/share/openmpi/orteCC-wrapper-data.txt
-openmpi/share/openmpi/ortec++-wrapper-data.txt
-openmpi/share/openmpi/ortecc-wrapper-data.txt
diff --git a/openmpi163/PLIST.Linux.noib b/openmpi163/PLIST.Linux.noib
deleted file mode 100644
index 47500012e9..0000000000
--- a/openmpi163/PLIST.Linux.noib
+++ /dev/null
@@ -1,581 +0,0 @@
-@comment $NetBSD: PLIST.Linux.noib,v 1.2 2015/06/19 19:17:41 outpaddling Exp $
-openmpi/bin/mpiCC
-openmpi/bin/mpic++
-openmpi/bin/mpicc
-openmpi/bin/mpicxx
-openmpi/bin/mpiexec
-openmpi/bin/mpif77
-openmpi/bin/mpif90
-openmpi/bin/mpirun
-openmpi/bin/ompi-clean
-openmpi/bin/ompi-iof
-openmpi/bin/ompi-probe
-openmpi/bin/ompi-profiler
-openmpi/bin/ompi-ps
-openmpi/bin/ompi-server
-openmpi/bin/ompi-top
-openmpi/bin/ompi_info
-openmpi/bin/opal_wrapper
-openmpi/bin/orte-bootproxy.sh
-openmpi/bin/orte-clean
-openmpi/bin/orte-iof
-openmpi/bin/orte-ps
-openmpi/bin/orte-top
-openmpi/bin/orteCC
-openmpi/bin/orte_wrapper_script
-openmpi/bin/ortec++
-openmpi/bin/ortecc
-openmpi/bin/orted
-openmpi/bin/orterun
-openmpi/etc/cshrc
-openmpi/etc/modulefiles/openmpi/1.6.3
-openmpi/etc/openmpi-default-hostfile
-openmpi/etc/shrc
-openmpi/include/mpi-ext.h
-openmpi/include/mpi.h
-openmpi/include/mpi_portable_platform.h
-openmpi/include/mpif-common.h
-openmpi/include/mpif-config.h
-openmpi/include/mpif-mpi-io.h
-openmpi/include/mpif.h
-openmpi/include/openmpi/ompi/mpi/cxx/comm.h
-openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/constants.h
-openmpi/include/openmpi/ompi/mpi/cxx/datatype.h
-openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h
-openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/exception.h
-openmpi/include/openmpi/ompi/mpi/cxx/file.h
-openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/functions.h
-openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/group.h
-openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/info.h
-openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h
-openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h
-openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h
-openmpi/include/openmpi/ompi/mpi/cxx/op.h
-openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/request.h
-openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/status.h
-openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/topology.h
-openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/win.h
-openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h
-openmpi/lib/libmca_common_sm.la
-openmpi/lib/libmpi.la
-openmpi/lib/libmpi_cxx.la
-openmpi/lib/libmpi_f77.la
-openmpi/lib/libmpi_f90.la
-openmpi/lib/libompitrace.la
-openmpi/lib/libopen-pal.la
-openmpi/lib/libopen-rte.la
-openmpi/lib/mpi.mod
-openmpi/lib/openmpi/libompi_dbg_msgq.la
-openmpi/lib/openmpi/mca_allocator_basic.la
-openmpi/lib/openmpi/mca_allocator_bucket.la
-openmpi/lib/openmpi/mca_bml_r2.la
-openmpi/lib/openmpi/mca_btl_self.la
-openmpi/lib/openmpi/mca_btl_sm.la
-openmpi/lib/openmpi/mca_btl_tcp.la
-openmpi/lib/openmpi/mca_carto_auto_detect.la
-openmpi/lib/openmpi/mca_carto_file.la
-openmpi/lib/openmpi/mca_coll_basic.la
-openmpi/lib/openmpi/mca_coll_hierarch.la
-openmpi/lib/openmpi/mca_coll_inter.la
-openmpi/lib/openmpi/mca_coll_self.la
-openmpi/lib/openmpi/mca_coll_sm.la
-openmpi/lib/openmpi/mca_coll_sync.la
-openmpi/lib/openmpi/mca_coll_tuned.la
-openmpi/lib/openmpi/mca_crs_none.la
-openmpi/lib/openmpi/mca_dpm_orte.la
-openmpi/lib/openmpi/mca_errmgr_default.la
-openmpi/lib/openmpi/mca_ess_env.la
-openmpi/lib/openmpi/mca_ess_hnp.la
-openmpi/lib/openmpi/mca_ess_singleton.la
-openmpi/lib/openmpi/mca_ess_slave.la
-openmpi/lib/openmpi/mca_ess_slurm.la
-openmpi/lib/openmpi/mca_ess_slurmd.la
-openmpi/lib/openmpi/mca_ess_tool.la
-openmpi/lib/openmpi/mca_filem_rsh.la
-openmpi/lib/openmpi/mca_grpcomm_bad.la
-openmpi/lib/openmpi/mca_grpcomm_basic.la
-openmpi/lib/openmpi/mca_io_romio.la
-openmpi/lib/openmpi/mca_iof_hnp.la
-openmpi/lib/openmpi/mca_iof_orted.la
-openmpi/lib/openmpi/mca_iof_tool.la
-openmpi/lib/openmpi/mca_maffinity_first_use.la
-openmpi/lib/openmpi/mca_maffinity_hwloc.la
-openmpi/lib/openmpi/mca_mpool_fake.la
-openmpi/lib/openmpi/mca_mpool_rdma.la
-openmpi/lib/openmpi/mca_mpool_sm.la
-openmpi/lib/openmpi/mca_notifier_command.la
-openmpi/lib/openmpi/mca_notifier_syslog.la
-openmpi/lib/openmpi/mca_odls_default.la
-openmpi/lib/openmpi/mca_oob_tcp.la
-openmpi/lib/openmpi/mca_osc_pt2pt.la
-openmpi/lib/openmpi/mca_osc_rdma.la
-openmpi/lib/openmpi/mca_paffinity_hwloc.la
-openmpi/lib/openmpi/mca_plm_rsh.la
-openmpi/lib/openmpi/mca_plm_slurm.la
-openmpi/lib/openmpi/mca_pml_bfo.la
-openmpi/lib/openmpi/mca_pml_cm.la
-openmpi/lib/openmpi/mca_pml_csum.la
-openmpi/lib/openmpi/mca_pml_ob1.la
-openmpi/lib/openmpi/mca_pml_v.la
-openmpi/lib/openmpi/mca_pstat_linux.la
-openmpi/lib/openmpi/mca_pubsub_orte.la
-openmpi/lib/openmpi/mca_ras_cm.la
-openmpi/lib/openmpi/mca_ras_loadleveler.la
-openmpi/lib/openmpi/mca_ras_slurm.la
-openmpi/lib/openmpi/mca_rcache_vma.la
-openmpi/lib/openmpi/mca_rmaps_load_balance.la
-openmpi/lib/openmpi/mca_rmaps_rank_file.la
-openmpi/lib/openmpi/mca_rmaps_resilient.la
-openmpi/lib/openmpi/mca_rmaps_round_robin.la
-openmpi/lib/openmpi/mca_rmaps_seq.la
-openmpi/lib/openmpi/mca_rmaps_topo.la
-openmpi/lib/openmpi/mca_rml_oob.la
-openmpi/lib/openmpi/mca_routed_binomial.la
-openmpi/lib/openmpi/mca_routed_cm.la
-openmpi/lib/openmpi/mca_routed_direct.la
-openmpi/lib/openmpi/mca_routed_linear.la
-openmpi/lib/openmpi/mca_routed_radix.la
-openmpi/lib/openmpi/mca_routed_slave.la
-openmpi/lib/openmpi/mca_shmem_mmap.la
-openmpi/lib/openmpi/mca_shmem_posix.la
-openmpi/lib/openmpi/mca_shmem_sysv.la
-openmpi/lib/openmpi/mca_sysinfo_linux.la
-openmpi/lib/openmpi/mca_topo_unity.la
-openmpi/lib/openmpi/mca_vprotocol_pessimist.la
-openmpi/lib/pkgconfig/ompi-c.pc
-openmpi/lib/pkgconfig/ompi-cxx.pc
-openmpi/lib/pkgconfig/ompi-f77.pc
-openmpi/lib/pkgconfig/ompi-f90.pc
-openmpi/lib/pkgconfig/ompi.pc
-openmpi/lib/pkgconfig/orte.pc
-openmpi/man/man1/mpiCC.1
-openmpi/man/man1/mpic++.1
-openmpi/man/man1/mpicc.1
-openmpi/man/man1/mpicxx.1
-openmpi/man/man1/mpiexec.1
-openmpi/man/man1/mpif77.1
-openmpi/man/man1/mpif90.1
-openmpi/man/man1/mpirun.1
-openmpi/man/man1/ompi-clean.1
-openmpi/man/man1/ompi-iof.1
-openmpi/man/man1/ompi-probe.1
-openmpi/man/man1/ompi-profiler.1
-openmpi/man/man1/ompi-ps.1
-openmpi/man/man1/ompi-server.1
-openmpi/man/man1/ompi-top.1
-openmpi/man/man1/ompi_info.1
-openmpi/man/man1/opal_wrapper.1
-openmpi/man/man1/orte-clean.1
-openmpi/man/man1/orte-iof.1
-openmpi/man/man1/orte-ps.1
-openmpi/man/man1/orte-top.1
-openmpi/man/man1/orteCC.1
-openmpi/man/man1/orted.1
-openmpi/man/man1/orterun.1
-openmpi/man/man3/MPI.3
-openmpi/man/man3/MPI_Abort.3
-openmpi/man/man3/MPI_Accumulate.3
-openmpi/man/man3/MPI_Add_error_class.3
-openmpi/man/man3/MPI_Add_error_code.3
-openmpi/man/man3/MPI_Add_error_string.3
-openmpi/man/man3/MPI_Address.3
-openmpi/man/man3/MPI_Allgather.3
-openmpi/man/man3/MPI_Allgatherv.3
-openmpi/man/man3/MPI_Alloc_mem.3
-openmpi/man/man3/MPI_Allreduce.3
-openmpi/man/man3/MPI_Alltoall.3
-openmpi/man/man3/MPI_Alltoallv.3
-openmpi/man/man3/MPI_Alltoallw.3
-openmpi/man/man3/MPI_Attr_delete.3
-openmpi/man/man3/MPI_Attr_get.3
-openmpi/man/man3/MPI_Attr_put.3
-openmpi/man/man3/MPI_Barrier.3
-openmpi/man/man3/MPI_Bcast.3
-openmpi/man/man3/MPI_Bsend.3
-openmpi/man/man3/MPI_Bsend_init.3
-openmpi/man/man3/MPI_Buffer_attach.3
-openmpi/man/man3/MPI_Buffer_detach.3
-openmpi/man/man3/MPI_Cancel.3
-openmpi/man/man3/MPI_Cart_coords.3
-openmpi/man/man3/MPI_Cart_create.3
-openmpi/man/man3/MPI_Cart_get.3
-openmpi/man/man3/MPI_Cart_map.3
-openmpi/man/man3/MPI_Cart_rank.3
-openmpi/man/man3/MPI_Cart_shift.3
-openmpi/man/man3/MPI_Cart_sub.3
-openmpi/man/man3/MPI_Cartdim_get.3
-openmpi/man/man3/MPI_Close_port.3
-openmpi/man/man3/MPI_Comm_accept.3
-openmpi/man/man3/MPI_Comm_c2f.3
-openmpi/man/man3/MPI_Comm_call_errhandler.3
-openmpi/man/man3/MPI_Comm_compare.3
-openmpi/man/man3/MPI_Comm_connect.3
-openmpi/man/man3/MPI_Comm_create.3
-openmpi/man/man3/MPI_Comm_create_errhandler.3
-openmpi/man/man3/MPI_Comm_create_keyval.3
-openmpi/man/man3/MPI_Comm_delete_attr.3
-openmpi/man/man3/MPI_Comm_disconnect.3
-openmpi/man/man3/MPI_Comm_dup.3
-openmpi/man/man3/MPI_Comm_f2c.3
-openmpi/man/man3/MPI_Comm_free.3
-openmpi/man/man3/MPI_Comm_free_keyval.3
-openmpi/man/man3/MPI_Comm_get_attr.3
-openmpi/man/man3/MPI_Comm_get_errhandler.3
-openmpi/man/man3/MPI_Comm_get_name.3
-openmpi/man/man3/MPI_Comm_get_parent.3
-openmpi/man/man3/MPI_Comm_group.3
-openmpi/man/man3/MPI_Comm_join.3
-openmpi/man/man3/MPI_Comm_rank.3
-openmpi/man/man3/MPI_Comm_remote_group.3
-openmpi/man/man3/MPI_Comm_remote_size.3
-openmpi/man/man3/MPI_Comm_set_attr.3
-openmpi/man/man3/MPI_Comm_set_errhandler.3
-openmpi/man/man3/MPI_Comm_set_name.3
-openmpi/man/man3/MPI_Comm_size.3
-openmpi/man/man3/MPI_Comm_spawn.3
-openmpi/man/man3/MPI_Comm_spawn_multiple.3
-openmpi/man/man3/MPI_Comm_split.3
-openmpi/man/man3/MPI_Comm_test_inter.3
-openmpi/man/man3/MPI_Dims_create.3
-openmpi/man/man3/MPI_Errhandler_create.3
-openmpi/man/man3/MPI_Errhandler_free.3
-openmpi/man/man3/MPI_Errhandler_get.3
-openmpi/man/man3/MPI_Errhandler_set.3
-openmpi/man/man3/MPI_Error_class.3
-openmpi/man/man3/MPI_Error_string.3
-openmpi/man/man3/MPI_Exscan.3
-openmpi/man/man3/MPI_File_c2f.3
-openmpi/man/man3/MPI_File_call_errhandler.3
-openmpi/man/man3/MPI_File_close.3
-openmpi/man/man3/MPI_File_create_errhandler.3
-openmpi/man/man3/MPI_File_delete.3
-openmpi/man/man3/MPI_File_f2c.3
-openmpi/man/man3/MPI_File_get_amode.3
-openmpi/man/man3/MPI_File_get_atomicity.3
-openmpi/man/man3/MPI_File_get_byte_offset.3
-openmpi/man/man3/MPI_File_get_errhandler.3
-openmpi/man/man3/MPI_File_get_group.3
-openmpi/man/man3/MPI_File_get_info.3
-openmpi/man/man3/MPI_File_get_position.3
-openmpi/man/man3/MPI_File_get_position_shared.3
-openmpi/man/man3/MPI_File_get_size.3
-openmpi/man/man3/MPI_File_get_type_extent.3
-openmpi/man/man3/MPI_File_get_view.3
-openmpi/man/man3/MPI_File_iread.3
-openmpi/man/man3/MPI_File_iread_at.3
-openmpi/man/man3/MPI_File_iread_shared.3
-openmpi/man/man3/MPI_File_iwrite.3
-openmpi/man/man3/MPI_File_iwrite_at.3
-openmpi/man/man3/MPI_File_iwrite_shared.3
-openmpi/man/man3/MPI_File_open.3
-openmpi/man/man3/MPI_File_preallocate.3
-openmpi/man/man3/MPI_File_read.3
-openmpi/man/man3/MPI_File_read_all.3
-openmpi/man/man3/MPI_File_read_all_begin.3
-openmpi/man/man3/MPI_File_read_all_end.3
-openmpi/man/man3/MPI_File_read_at.3
-openmpi/man/man3/MPI_File_read_at_all.3
-openmpi/man/man3/MPI_File_read_at_all_begin.3
-openmpi/man/man3/MPI_File_read_at_all_end.3
-openmpi/man/man3/MPI_File_read_ordered.3
-openmpi/man/man3/MPI_File_read_ordered_begin.3
-openmpi/man/man3/MPI_File_read_ordered_end.3
-openmpi/man/man3/MPI_File_read_shared.3
-openmpi/man/man3/MPI_File_seek.3
-openmpi/man/man3/MPI_File_seek_shared.3
-openmpi/man/man3/MPI_File_set_atomicity.3
-openmpi/man/man3/MPI_File_set_errhandler.3
-openmpi/man/man3/MPI_File_set_info.3
-openmpi/man/man3/MPI_File_set_size.3
-openmpi/man/man3/MPI_File_set_view.3
-openmpi/man/man3/MPI_File_sync.3
-openmpi/man/man3/MPI_File_write.3
-openmpi/man/man3/MPI_File_write_all.3
-openmpi/man/man3/MPI_File_write_all_begin.3
-openmpi/man/man3/MPI_File_write_all_end.3
-openmpi/man/man3/MPI_File_write_at.3
-openmpi/man/man3/MPI_File_write_at_all.3
-openmpi/man/man3/MPI_File_write_at_all_begin.3
-openmpi/man/man3/MPI_File_write_at_all_end.3
-openmpi/man/man3/MPI_File_write_ordered.3
-openmpi/man/man3/MPI_File_write_ordered_begin.3
-openmpi/man/man3/MPI_File_write_ordered_end.3
-openmpi/man/man3/MPI_File_write_shared.3
-openmpi/man/man3/MPI_Finalize.3
-openmpi/man/man3/MPI_Finalized.3
-openmpi/man/man3/MPI_Free_mem.3
-openmpi/man/man3/MPI_Gather.3
-openmpi/man/man3/MPI_Gatherv.3
-openmpi/man/man3/MPI_Get.3
-openmpi/man/man3/MPI_Get_address.3
-openmpi/man/man3/MPI_Get_count.3
-openmpi/man/man3/MPI_Get_elements.3
-openmpi/man/man3/MPI_Get_processor_name.3
-openmpi/man/man3/MPI_Get_version.3
-openmpi/man/man3/MPI_Graph_create.3
-openmpi/man/man3/MPI_Graph_get.3
-openmpi/man/man3/MPI_Graph_map.3
-openmpi/man/man3/MPI_Graph_neighbors.3
-openmpi/man/man3/MPI_Graph_neighbors_count.3
-openmpi/man/man3/MPI_Graphdims_get.3
-openmpi/man/man3/MPI_Grequest_complete.3
-openmpi/man/man3/MPI_Grequest_start.3
-openmpi/man/man3/MPI_Group_c2f.3
-openmpi/man/man3/MPI_Group_compare.3
-openmpi/man/man3/MPI_Group_difference.3
-openmpi/man/man3/MPI_Group_excl.3
-openmpi/man/man3/MPI_Group_f2c.3
-openmpi/man/man3/MPI_Group_free.3
-openmpi/man/man3/MPI_Group_incl.3
-openmpi/man/man3/MPI_Group_intersection.3
-openmpi/man/man3/MPI_Group_range_excl.3
-openmpi/man/man3/MPI_Group_range_incl.3
-openmpi/man/man3/MPI_Group_rank.3
-openmpi/man/man3/MPI_Group_size.3
-openmpi/man/man3/MPI_Group_translate_ranks.3
-openmpi/man/man3/MPI_Group_union.3
-openmpi/man/man3/MPI_Ibsend.3
-openmpi/man/man3/MPI_Info_c2f.3
-openmpi/man/man3/MPI_Info_create.3
-openmpi/man/man3/MPI_Info_delete.3
-openmpi/man/man3/MPI_Info_dup.3
-openmpi/man/man3/MPI_Info_f2c.3
-openmpi/man/man3/MPI_Info_free.3
-openmpi/man/man3/MPI_Info_get.3
-openmpi/man/man3/MPI_Info_get_nkeys.3
-openmpi/man/man3/MPI_Info_get_nthkey.3
-openmpi/man/man3/MPI_Info_get_valuelen.3
-openmpi/man/man3/MPI_Info_set.3
-openmpi/man/man3/MPI_Init.3
-openmpi/man/man3/MPI_Init_thread.3
-openmpi/man/man3/MPI_Initialized.3
-openmpi/man/man3/MPI_Intercomm_create.3
-openmpi/man/man3/MPI_Intercomm_merge.3
-openmpi/man/man3/MPI_Iprobe.3
-openmpi/man/man3/MPI_Irecv.3
-openmpi/man/man3/MPI_Irsend.3
-openmpi/man/man3/MPI_Is_thread_main.3
-openmpi/man/man3/MPI_Isend.3
-openmpi/man/man3/MPI_Issend.3
-openmpi/man/man3/MPI_Keyval_create.3
-openmpi/man/man3/MPI_Keyval_free.3
-openmpi/man/man3/MPI_Lookup_name.3
-openmpi/man/man3/MPI_Op_c2f.3
-openmpi/man/man3/MPI_Op_create.3
-openmpi/man/man3/MPI_Op_f2c.3
-openmpi/man/man3/MPI_Op_free.3
-openmpi/man/man3/MPI_Open_port.3
-openmpi/man/man3/MPI_Pack.3
-openmpi/man/man3/MPI_Pack_external.3
-openmpi/man/man3/MPI_Pack_external_size.3
-openmpi/man/man3/MPI_Pack_size.3
-openmpi/man/man3/MPI_Pcontrol.3
-openmpi/man/man3/MPI_Probe.3
-openmpi/man/man3/MPI_Publish_name.3
-openmpi/man/man3/MPI_Put.3
-openmpi/man/man3/MPI_Query_thread.3
-openmpi/man/man3/MPI_Recv.3
-openmpi/man/man3/MPI_Recv_init.3
-openmpi/man/man3/MPI_Reduce.3
-openmpi/man/man3/MPI_Reduce_local.3
-openmpi/man/man3/MPI_Reduce_scatter.3
-openmpi/man/man3/MPI_Register_datarep.3
-openmpi/man/man3/MPI_Request_c2f.3
-openmpi/man/man3/MPI_Request_f2c.3
-openmpi/man/man3/MPI_Request_free.3
-openmpi/man/man3/MPI_Request_get_status.3
-openmpi/man/man3/MPI_Rsend.3
-openmpi/man/man3/MPI_Rsend_init.3
-openmpi/man/man3/MPI_Scan.3
-openmpi/man/man3/MPI_Scatter.3
-openmpi/man/man3/MPI_Scatterv.3
-openmpi/man/man3/MPI_Send.3
-openmpi/man/man3/MPI_Send_init.3
-openmpi/man/man3/MPI_Sendrecv.3
-openmpi/man/man3/MPI_Sendrecv_replace.3
-openmpi/man/man3/MPI_Sizeof.3
-openmpi/man/man3/MPI_Ssend.3
-openmpi/man/man3/MPI_Ssend_init.3
-openmpi/man/man3/MPI_Start.3
-openmpi/man/man3/MPI_Startall.3
-openmpi/man/man3/MPI_Status_c2f.3
-openmpi/man/man3/MPI_Status_f2c.3
-openmpi/man/man3/MPI_Status_set_cancelled.3
-openmpi/man/man3/MPI_Status_set_elements.3
-openmpi/man/man3/MPI_Test.3
-openmpi/man/man3/MPI_Test_cancelled.3
-openmpi/man/man3/MPI_Testall.3
-openmpi/man/man3/MPI_Testany.3
-openmpi/man/man3/MPI_Testsome.3
-openmpi/man/man3/MPI_Topo_test.3
-openmpi/man/man3/MPI_Type_c2f.3
-openmpi/man/man3/MPI_Type_commit.3
-openmpi/man/man3/MPI_Type_contiguous.3
-openmpi/man/man3/MPI_Type_create_darray.3
-openmpi/man/man3/MPI_Type_create_f90_complex.3
-openmpi/man/man3/MPI_Type_create_f90_integer.3
-openmpi/man/man3/MPI_Type_create_f90_real.3
-openmpi/man/man3/MPI_Type_create_hindexed.3
-openmpi/man/man3/MPI_Type_create_hvector.3
-openmpi/man/man3/MPI_Type_create_indexed_block.3
-openmpi/man/man3/MPI_Type_create_keyval.3
-openmpi/man/man3/MPI_Type_create_resized.3
-openmpi/man/man3/MPI_Type_create_struct.3
-openmpi/man/man3/MPI_Type_create_subarray.3
-openmpi/man/man3/MPI_Type_delete_attr.3
-openmpi/man/man3/MPI_Type_dup.3
-openmpi/man/man3/MPI_Type_extent.3
-openmpi/man/man3/MPI_Type_f2c.3
-openmpi/man/man3/MPI_Type_free.3
-openmpi/man/man3/MPI_Type_free_keyval.3
-openmpi/man/man3/MPI_Type_get_attr.3
-openmpi/man/man3/MPI_Type_get_contents.3
-openmpi/man/man3/MPI_Type_get_envelope.3
-openmpi/man/man3/MPI_Type_get_extent.3
-openmpi/man/man3/MPI_Type_get_name.3
-openmpi/man/man3/MPI_Type_get_true_extent.3
-openmpi/man/man3/MPI_Type_hindexed.3
-openmpi/man/man3/MPI_Type_hvector.3
-openmpi/man/man3/MPI_Type_indexed.3
-openmpi/man/man3/MPI_Type_lb.3
-openmpi/man/man3/MPI_Type_match_size.3
-openmpi/man/man3/MPI_Type_set_attr.3
-openmpi/man/man3/MPI_Type_set_name.3
-openmpi/man/man3/MPI_Type_size.3
-openmpi/man/man3/MPI_Type_struct.3
-openmpi/man/man3/MPI_Type_ub.3
-openmpi/man/man3/MPI_Type_vector.3
-openmpi/man/man3/MPI_Unpack.3
-openmpi/man/man3/MPI_Unpack_external.3
-openmpi/man/man3/MPI_Unpublish_name.3
-openmpi/man/man3/MPI_Wait.3
-openmpi/man/man3/MPI_Waitall.3
-openmpi/man/man3/MPI_Waitany.3
-openmpi/man/man3/MPI_Waitsome.3
-openmpi/man/man3/MPI_Win_c2f.3
-openmpi/man/man3/MPI_Win_call_errhandler.3
-openmpi/man/man3/MPI_Win_complete.3
-openmpi/man/man3/MPI_Win_create.3
-openmpi/man/man3/MPI_Win_create_errhandler.3
-openmpi/man/man3/MPI_Win_create_keyval.3
-openmpi/man/man3/MPI_Win_delete_attr.3
-openmpi/man/man3/MPI_Win_f2c.3
-openmpi/man/man3/MPI_Win_fence.3
-openmpi/man/man3/MPI_Win_free.3
-openmpi/man/man3/MPI_Win_free_keyval.3
-openmpi/man/man3/MPI_Win_get_attr.3
-openmpi/man/man3/MPI_Win_get_errhandler.3
-openmpi/man/man3/MPI_Win_get_group.3
-openmpi/man/man3/MPI_Win_get_name.3
-openmpi/man/man3/MPI_Win_lock.3
-openmpi/man/man3/MPI_Win_post.3
-openmpi/man/man3/MPI_Win_set_attr.3
-openmpi/man/man3/MPI_Win_set_errhandler.3
-openmpi/man/man3/MPI_Win_set_name.3
-openmpi/man/man3/MPI_Win_start.3
-openmpi/man/man3/MPI_Win_test.3
-openmpi/man/man3/MPI_Win_unlock.3
-openmpi/man/man3/MPI_Win_wait.3
-openmpi/man/man3/MPI_Wtick.3
-openmpi/man/man3/MPI_Wtime.3
-openmpi/man/man3/OpenMPI.3
-openmpi/man/man7/ompi_crcp.7
-openmpi/man/man7/opal_crs.7
-openmpi/man/man7/orte_filem.7
-openmpi/man/man7/orte_hosts.7
-openmpi/man/man7/orte_snapc.7
-openmpi/share/openmpi/amca-param-sets/example.conf
-openmpi/share/openmpi/doc/COPYRIGHT-ptmalloc2.txt
-openmpi/share/openmpi/examples/openmpi-default-hostfile
-openmpi/share/openmpi/examples/openmpi-mca-params.conf
-openmpi/share/openmpi/examples/openmpi-totalview.tcl
-openmpi/share/openmpi/help-coll-sync.txt
-openmpi/share/openmpi/help-dash-host.txt
-openmpi/share/openmpi/help-ess-base.txt
-openmpi/share/openmpi/help-hostfile.txt
-openmpi/share/openmpi/help-mca-base.txt
-openmpi/share/openmpi/help-mca-bml-r2.txt
-openmpi/share/openmpi/help-mca-coll-base.txt
-openmpi/share/openmpi/help-mca-op-base.txt
-openmpi/share/openmpi/help-mca-param.txt
-openmpi/share/openmpi/help-mpi-api.txt
-openmpi/share/openmpi/help-mpi-btl-base.txt
-openmpi/share/openmpi/help-mpi-btl-sm.txt
-openmpi/share/openmpi/help-mpi-btl-tcp.txt
-openmpi/share/openmpi/help-mpi-coll-sm.txt
-openmpi/share/openmpi/help-mpi-common-sm.txt
-openmpi/share/openmpi/help-mpi-errors.txt
-openmpi/share/openmpi/help-mpi-pml-bfo.txt
-openmpi/share/openmpi/help-mpi-pml-csum.txt
-openmpi/share/openmpi/help-mpi-pml-ob1.txt
-openmpi/share/openmpi/help-mpi-runtime.txt
-openmpi/share/openmpi/help-mpool-base.txt
-openmpi/share/openmpi/help-odls-default.txt
-openmpi/share/openmpi/help-ompi-crcp-base.txt
-openmpi/share/openmpi/help-ompi-dpm-base.txt
-openmpi/share/openmpi/help-ompi-dpm-orte.txt
-openmpi/share/openmpi/help-ompi-probe.txt
-openmpi/share/openmpi/help-ompi-profiler.txt
-openmpi/share/openmpi/help-ompi-pubsub-orte.txt
-openmpi/share/openmpi/help-ompi-server.txt
-openmpi/share/openmpi/help-ompi_info.txt
-openmpi/share/openmpi/help-oob-tcp.txt
-openmpi/share/openmpi/help-opal-carto-file.txt
-openmpi/share/openmpi/help-opal-crs-base.txt
-openmpi/share/openmpi/help-opal-crs-none.txt
-openmpi/share/openmpi/help-opal-maffinity-hwloc.txt
-openmpi/share/openmpi/help-opal-memory-linux.txt
-openmpi/share/openmpi/help-opal-runtime.txt
-openmpi/share/openmpi/help-opal-shmem-mmap.txt
-openmpi/share/openmpi/help-opal-shmem-posix.txt
-openmpi/share/openmpi/help-opal-shmem-sysv.txt
-openmpi/share/openmpi/help-opal-util.txt
-openmpi/share/openmpi/help-opal-wrapper.txt
-openmpi/share/openmpi/help-orte-clean.txt
-openmpi/share/openmpi/help-orte-filem-base.txt
-openmpi/share/openmpi/help-orte-filem-rsh.txt
-openmpi/share/openmpi/help-orte-iof.txt
-openmpi/share/openmpi/help-orte-notifier-command.txt
-openmpi/share/openmpi/help-orte-odls-base.txt
-openmpi/share/openmpi/help-orte-ps.txt
-openmpi/share/openmpi/help-orte-rmaps-base.txt
-openmpi/share/openmpi/help-orte-rmaps-lb.txt
-openmpi/share/openmpi/help-orte-rmaps-resilient.txt
-openmpi/share/openmpi/help-orte-rmaps-rr.txt
-openmpi/share/openmpi/help-orte-rmaps-seq.txt
-openmpi/share/openmpi/help-orte-rmaps-topo.txt
-openmpi/share/openmpi/help-orte-runtime.txt
-openmpi/share/openmpi/help-orte-snapc-base.txt
-openmpi/share/openmpi/help-orte-top.txt
-openmpi/share/openmpi/help-orted.txt
-openmpi/share/openmpi/help-orterun.txt
-openmpi/share/openmpi/help-plm-base.txt
-openmpi/share/openmpi/help-plm-rsh.txt
-openmpi/share/openmpi/help-plm-slurm.txt
-openmpi/share/openmpi/help-ras-base.txt
-openmpi/share/openmpi/help-ras-slurm.txt
-openmpi/share/openmpi/help-regex.txt
-openmpi/share/openmpi/help-rmaps_rank_file.txt
-openmpi/share/openmpi/mpiCC-wrapper-data.txt
-openmpi/share/openmpi/mpic++-wrapper-data.txt
-openmpi/share/openmpi/mpicc-wrapper-data.txt
-openmpi/share/openmpi/mpicxx-wrapper-data.txt
-openmpi/share/openmpi/mpif77-wrapper-data.txt
-openmpi/share/openmpi/mpif90-wrapper-data.txt
-openmpi/share/openmpi/openmpi-valgrind.supp
-openmpi/share/openmpi/orteCC-wrapper-data.txt
-openmpi/share/openmpi/ortec++-wrapper-data.txt
-openmpi/share/openmpi/ortecc-wrapper-data.txt
diff --git a/openmpi163/PLIST.NetBSD b/openmpi163/PLIST.NetBSD
deleted file mode 100644
index 8e89a36e21..0000000000
--- a/openmpi163/PLIST.NetBSD
+++ /dev/null
@@ -1,570 +0,0 @@
-@comment $NetBSD$
-openmpi/bin/mpiCC
-openmpi/bin/mpic++
-openmpi/bin/mpicc
-openmpi/bin/mpicxx
-openmpi/bin/mpiexec
-openmpi/bin/mpif77
-openmpi/bin/mpif90
-openmpi/bin/mpirun
-openmpi/bin/ompi-clean
-openmpi/bin/ompi-iof
-openmpi/bin/ompi-probe
-openmpi/bin/ompi-profiler
-openmpi/bin/ompi-ps
-openmpi/bin/ompi-server
-openmpi/bin/ompi-top
-openmpi/bin/ompi_info
-openmpi/bin/opal_wrapper
-openmpi/bin/orte-bootproxy.sh
-openmpi/bin/orte-clean
-openmpi/bin/orte-iof
-openmpi/bin/orte-ps
-openmpi/bin/orte-top
-openmpi/bin/orteCC
-openmpi/bin/orte_wrapper_script
-openmpi/bin/ortec++
-openmpi/bin/ortecc
-openmpi/bin/orted
-openmpi/bin/orterun
-openmpi/etc/cshrc
-openmpi/etc/modulefiles/openmpi/${PKGVERSION}
-openmpi/etc/openmpi-default-hostfile
-openmpi/etc/shrc
-openmpi/include/mpi-ext.h
-openmpi/include/mpi.h
-openmpi/include/mpi_portable_platform.h
-openmpi/include/mpif-common.h
-openmpi/include/mpif-config.h
-openmpi/include/mpif-mpi-io.h
-openmpi/include/mpif.h
-openmpi/include/openmpi/ompi/mpi/cxx/comm.h
-openmpi/include/openmpi/ompi/mpi/cxx/comm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/constants.h
-openmpi/include/openmpi/ompi/mpi/cxx/datatype.h
-openmpi/include/openmpi/ompi/mpi/cxx/datatype_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/errhandler.h
-openmpi/include/openmpi/ompi/mpi/cxx/errhandler_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/exception.h
-openmpi/include/openmpi/ompi/mpi/cxx/file.h
-openmpi/include/openmpi/ompi/mpi/cxx/file_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/functions.h
-openmpi/include/openmpi/ompi/mpi/cxx/functions_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/group.h
-openmpi/include/openmpi/ompi/mpi/cxx/group_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/info.h
-openmpi/include/openmpi/ompi/mpi/cxx/info_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/intercomm.h
-openmpi/include/openmpi/ompi/mpi/cxx/intercomm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/intracomm.h
-openmpi/include/openmpi/ompi/mpi/cxx/intracomm_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/mpicxx.h
-openmpi/include/openmpi/ompi/mpi/cxx/op.h
-openmpi/include/openmpi/ompi/mpi/cxx/op_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/request.h
-openmpi/include/openmpi/ompi/mpi/cxx/request_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/status.h
-openmpi/include/openmpi/ompi/mpi/cxx/status_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/topology.h
-openmpi/include/openmpi/ompi/mpi/cxx/topology_inln.h
-openmpi/include/openmpi/ompi/mpi/cxx/win.h
-openmpi/include/openmpi/ompi/mpi/cxx/win_inln.h
-openmpi/lib/libmca_common_sm.la
-openmpi/lib/libmpi.la
-openmpi/lib/libmpi_cxx.la
-openmpi/lib/libmpi_f77.la
-openmpi/lib/libmpi_f90.la
-openmpi/lib/libompitrace.la
-openmpi/lib/libopen-pal.la
-openmpi/lib/libopen-rte.la
-openmpi/lib/mpi.mod
-openmpi/lib/openmpi/libompi_dbg_msgq.la
-openmpi/lib/openmpi/mca_allocator_basic.la
-openmpi/lib/openmpi/mca_allocator_bucket.la
-openmpi/lib/openmpi/mca_bml_r2.la
-openmpi/lib/openmpi/mca_btl_self.la
-openmpi/lib/openmpi/mca_btl_sm.la
-openmpi/lib/openmpi/mca_btl_tcp.la
-openmpi/lib/openmpi/mca_carto_auto_detect.la
-openmpi/lib/openmpi/mca_carto_file.la
-openmpi/lib/openmpi/mca_coll_basic.la
-openmpi/lib/openmpi/mca_coll_hierarch.la
-openmpi/lib/openmpi/mca_coll_inter.la
-openmpi/lib/openmpi/mca_coll_self.la
-openmpi/lib/openmpi/mca_coll_sm.la
-openmpi/lib/openmpi/mca_coll_sync.la
-openmpi/lib/openmpi/mca_coll_tuned.la
-openmpi/lib/openmpi/mca_crs_none.la
-openmpi/lib/openmpi/mca_dpm_orte.la
-openmpi/lib/openmpi/mca_errmgr_default.la
-openmpi/lib/openmpi/mca_ess_env.la
-openmpi/lib/openmpi/mca_ess_hnp.la
-openmpi/lib/openmpi/mca_ess_singleton.la
-openmpi/lib/openmpi/mca_ess_slave.la
-openmpi/lib/openmpi/mca_ess_tool.la
-openmpi/lib/openmpi/mca_filem_rsh.la
-openmpi/lib/openmpi/mca_grpcomm_bad.la
-openmpi/lib/openmpi/mca_grpcomm_basic.la
-openmpi/lib/openmpi/mca_io_romio.la
-openmpi/lib/openmpi/mca_iof_hnp.la
-openmpi/lib/openmpi/mca_iof_orted.la
-openmpi/lib/openmpi/mca_iof_tool.la
-openmpi/lib/openmpi/mca_maffinity_first_use.la
-openmpi/lib/openmpi/mca_maffinity_hwloc.la
-openmpi/lib/openmpi/mca_mpool_fake.la
-openmpi/lib/openmpi/mca_mpool_rdma.la
-openmpi/lib/openmpi/mca_mpool_sm.la
-openmpi/lib/openmpi/mca_notifier_command.la
-openmpi/lib/openmpi/mca_notifier_syslog.la
-openmpi/lib/openmpi/mca_odls_default.la
-openmpi/lib/openmpi/mca_oob_tcp.la
-openmpi/lib/openmpi/mca_osc_pt2pt.la
-openmpi/lib/openmpi/mca_osc_rdma.la
-openmpi/lib/openmpi/mca_paffinity_hwloc.la
-openmpi/lib/openmpi/mca_plm_rsh.la
-openmpi/lib/openmpi/mca_pml_bfo.la
-openmpi/lib/openmpi/mca_pml_cm.la
-openmpi/lib/openmpi/mca_pml_csum.la
-openmpi/lib/openmpi/mca_pml_ob1.la
-openmpi/lib/openmpi/mca_pml_v.la
-openmpi/lib/openmpi/mca_pubsub_orte.la
-openmpi/lib/openmpi/mca_ras_cm.la
-openmpi/lib/openmpi/mca_rcache_vma.la
-openmpi/lib/openmpi/mca_rmaps_load_balance.la
-openmpi/lib/openmpi/mca_rmaps_rank_file.la
-openmpi/lib/openmpi/mca_rmaps_resilient.la
-openmpi/lib/openmpi/mca_rmaps_round_robin.la
-openmpi/lib/openmpi/mca_rmaps_seq.la
-openmpi/lib/openmpi/mca_rmaps_topo.la
-openmpi/lib/openmpi/mca_rml_oob.la
-openmpi/lib/openmpi/mca_routed_binomial.la
-openmpi/lib/openmpi/mca_routed_cm.la
-openmpi/lib/openmpi/mca_routed_direct.la
-openmpi/lib/openmpi/mca_routed_linear.la
-openmpi/lib/openmpi/mca_routed_radix.la
-openmpi/lib/openmpi/mca_routed_slave.la
-openmpi/lib/openmpi/mca_shmem_mmap.la
-openmpi/lib/openmpi/mca_shmem_posix.la
-openmpi/lib/openmpi/mca_shmem_sysv.la
-openmpi/lib/openmpi/mca_topo_unity.la
-openmpi/lib/openmpi/mca_vprotocol_pessimist.la
-openmpi/lib/pkgconfig/ompi-c.pc
-openmpi/lib/pkgconfig/ompi-cxx.pc
-openmpi/lib/pkgconfig/ompi-f77.pc
-openmpi/lib/pkgconfig/ompi-f90.pc
-openmpi/lib/pkgconfig/ompi.pc
-openmpi/lib/pkgconfig/orte.pc
-openmpi/man/man1/mpiCC.1
-openmpi/man/man1/mpic++.1
-openmpi/man/man1/mpicc.1
-openmpi/man/man1/mpicxx.1
-openmpi/man/man1/mpiexec.1
-openmpi/man/man1/mpif77.1
-openmpi/man/man1/mpif90.1
-openmpi/man/man1/mpirun.1
-openmpi/man/man1/ompi-clean.1
-openmpi/man/man1/ompi-iof.1
-openmpi/man/man1/ompi-probe.1
-openmpi/man/man1/ompi-profiler.1
-openmpi/man/man1/ompi-ps.1
-openmpi/man/man1/ompi-server.1
-openmpi/man/man1/ompi-top.1
-openmpi/man/man1/ompi_info.1
-openmpi/man/man1/opal_wrapper.1
-openmpi/man/man1/orte-clean.1
-openmpi/man/man1/orte-iof.1
-openmpi/man/man1/orte-ps.1
-openmpi/man/man1/orte-top.1
-openmpi/man/man1/orteCC.1
-openmpi/man/man1/orted.1
-openmpi/man/man1/orterun.1
-openmpi/man/man3/MPI.3
-openmpi/man/man3/MPI_Abort.3
-openmpi/man/man3/MPI_Accumulate.3
-openmpi/man/man3/MPI_Add_error_class.3
-openmpi/man/man3/MPI_Add_error_code.3
-openmpi/man/man3/MPI_Add_error_string.3
-openmpi/man/man3/MPI_Address.3
-openmpi/man/man3/MPI_Allgather.3
-openmpi/man/man3/MPI_Allgatherv.3
-openmpi/man/man3/MPI_Alloc_mem.3
-openmpi/man/man3/MPI_Allreduce.3
-openmpi/man/man3/MPI_Alltoall.3
-openmpi/man/man3/MPI_Alltoallv.3
-openmpi/man/man3/MPI_Alltoallw.3
-openmpi/man/man3/MPI_Attr_delete.3
-openmpi/man/man3/MPI_Attr_get.3
-openmpi/man/man3/MPI_Attr_put.3
-openmpi/man/man3/MPI_Barrier.3
-openmpi/man/man3/MPI_Bcast.3
-openmpi/man/man3/MPI_Bsend.3
-openmpi/man/man3/MPI_Bsend_init.3
-openmpi/man/man3/MPI_Buffer_attach.3
-openmpi/man/man3/MPI_Buffer_detach.3
-openmpi/man/man3/MPI_Cancel.3
-openmpi/man/man3/MPI_Cart_coords.3
-openmpi/man/man3/MPI_Cart_create.3
-openmpi/man/man3/MPI_Cart_get.3
-openmpi/man/man3/MPI_Cart_map.3
-openmpi/man/man3/MPI_Cart_rank.3
-openmpi/man/man3/MPI_Cart_shift.3
-openmpi/man/man3/MPI_Cart_sub.3
-openmpi/man/man3/MPI_Cartdim_get.3
-openmpi/man/man3/MPI_Close_port.3
-openmpi/man/man3/MPI_Comm_accept.3
-openmpi/man/man3/MPI_Comm_c2f.3
-openmpi/man/man3/MPI_Comm_call_errhandler.3
-openmpi/man/man3/MPI_Comm_compare.3
-openmpi/man/man3/MPI_Comm_connect.3
-openmpi/man/man3/MPI_Comm_create.3
-openmpi/man/man3/MPI_Comm_create_errhandler.3
-openmpi/man/man3/MPI_Comm_create_keyval.3
-openmpi/man/man3/MPI_Comm_delete_attr.3
-openmpi/man/man3/MPI_Comm_disconnect.3
-openmpi/man/man3/MPI_Comm_dup.3
-openmpi/man/man3/MPI_Comm_f2c.3
-openmpi/man/man3/MPI_Comm_free.3
-openmpi/man/man3/MPI_Comm_free_keyval.3
-openmpi/man/man3/MPI_Comm_get_attr.3
-openmpi/man/man3/MPI_Comm_get_errhandler.3
-openmpi/man/man3/MPI_Comm_get_name.3
-openmpi/man/man3/MPI_Comm_get_parent.3
-openmpi/man/man3/MPI_Comm_group.3
-openmpi/man/man3/MPI_Comm_join.3
-openmpi/man/man3/MPI_Comm_rank.3
-openmpi/man/man3/MPI_Comm_remote_group.3
-openmpi/man/man3/MPI_Comm_remote_size.3
-openmpi/man/man3/MPI_Comm_set_attr.3
-openmpi/man/man3/MPI_Comm_set_errhandler.3
-openmpi/man/man3/MPI_Comm_set_name.3
-openmpi/man/man3/MPI_Comm_size.3
-openmpi/man/man3/MPI_Comm_spawn.3
-openmpi/man/man3/MPI_Comm_spawn_multiple.3
-openmpi/man/man3/MPI_Comm_split.3
-openmpi/man/man3/MPI_Comm_test_inter.3
-openmpi/man/man3/MPI_Dims_create.3
-openmpi/man/man3/MPI_Errhandler_create.3
-openmpi/man/man3/MPI_Errhandler_free.3
-openmpi/man/man3/MPI_Errhandler_get.3
-openmpi/man/man3/MPI_Errhandler_set.3
-openmpi/man/man3/MPI_Error_class.3
-openmpi/man/man3/MPI_Error_string.3
-openmpi/man/man3/MPI_Exscan.3
-openmpi/man/man3/MPI_File_c2f.3
-openmpi/man/man3/MPI_File_call_errhandler.3
-openmpi/man/man3/MPI_File_close.3
-openmpi/man/man3/MPI_File_create_errhandler.3
-openmpi/man/man3/MPI_File_delete.3
-openmpi/man/man3/MPI_File_f2c.3
-openmpi/man/man3/MPI_File_get_amode.3
-openmpi/man/man3/MPI_File_get_atomicity.3
-openmpi/man/man3/MPI_File_get_byte_offset.3
-openmpi/man/man3/MPI_File_get_errhandler.3
-openmpi/man/man3/MPI_File_get_group.3
-openmpi/man/man3/MPI_File_get_info.3
-openmpi/man/man3/MPI_File_get_position.3
-openmpi/man/man3/MPI_File_get_position_shared.3
-openmpi/man/man3/MPI_File_get_size.3
-openmpi/man/man3/MPI_File_get_type_extent.3
-openmpi/man/man3/MPI_File_get_view.3
-openmpi/man/man3/MPI_File_iread.3
-openmpi/man/man3/MPI_File_iread_at.3
-openmpi/man/man3/MPI_File_iread_shared.3
-openmpi/man/man3/MPI_File_iwrite.3
-openmpi/man/man3/MPI_File_iwrite_at.3
-openmpi/man/man3/MPI_File_iwrite_shared.3
-openmpi/man/man3/MPI_File_open.3
-openmpi/man/man3/MPI_File_preallocate.3
-openmpi/man/man3/MPI_File_read.3
-openmpi/man/man3/MPI_File_read_all.3
-openmpi/man/man3/MPI_File_read_all_begin.3
-openmpi/man/man3/MPI_File_read_all_end.3
-openmpi/man/man3/MPI_File_read_at.3
-openmpi/man/man3/MPI_File_read_at_all.3
-openmpi/man/man3/MPI_File_read_at_all_begin.3
-openmpi/man/man3/MPI_File_read_at_all_end.3
-openmpi/man/man3/MPI_File_read_ordered.3
-openmpi/man/man3/MPI_File_read_ordered_begin.3
-openmpi/man/man3/MPI_File_read_ordered_end.3
-openmpi/man/man3/MPI_File_read_shared.3
-openmpi/man/man3/MPI_File_seek.3
-openmpi/man/man3/MPI_File_seek_shared.3
-openmpi/man/man3/MPI_File_set_atomicity.3
-openmpi/man/man3/MPI_File_set_errhandler.3
-openmpi/man/man3/MPI_File_set_info.3
-openmpi/man/man3/MPI_File_set_size.3
-openmpi/man/man3/MPI_File_set_view.3
-openmpi/man/man3/MPI_File_sync.3
-openmpi/man/man3/MPI_File_write.3
-openmpi/man/man3/MPI_File_write_all.3
-openmpi/man/man3/MPI_File_write_all_begin.3
-openmpi/man/man3/MPI_File_write_all_end.3
-openmpi/man/man3/MPI_File_write_at.3
-openmpi/man/man3/MPI_File_write_at_all.3
-openmpi/man/man3/MPI_File_write_at_all_begin.3
-openmpi/man/man3/MPI_File_write_at_all_end.3
-openmpi/man/man3/MPI_File_write_ordered.3
-openmpi/man/man3/MPI_File_write_ordered_begin.3
-openmpi/man/man3/MPI_File_write_ordered_end.3
-openmpi/man/man3/MPI_File_write_shared.3
-openmpi/man/man3/MPI_Finalize.3
-openmpi/man/man3/MPI_Finalized.3
-openmpi/man/man3/MPI_Free_mem.3
-openmpi/man/man3/MPI_Gather.3
-openmpi/man/man3/MPI_Gatherv.3
-openmpi/man/man3/MPI_Get.3
-openmpi/man/man3/MPI_Get_address.3
-openmpi/man/man3/MPI_Get_count.3
-openmpi/man/man3/MPI_Get_elements.3
-openmpi/man/man3/MPI_Get_processor_name.3
-openmpi/man/man3/MPI_Get_version.3
-openmpi/man/man3/MPI_Graph_create.3
-openmpi/man/man3/MPI_Graph_get.3
-openmpi/man/man3/MPI_Graph_map.3
-openmpi/man/man3/MPI_Graph_neighbors.3
-openmpi/man/man3/MPI_Graph_neighbors_count.3
-openmpi/man/man3/MPI_Graphdims_get.3
-openmpi/man/man3/MPI_Grequest_complete.3
-openmpi/man/man3/MPI_Grequest_start.3
-openmpi/man/man3/MPI_Group_c2f.3
-openmpi/man/man3/MPI_Group_compare.3
-openmpi/man/man3/MPI_Group_difference.3
-openmpi/man/man3/MPI_Group_excl.3
-openmpi/man/man3/MPI_Group_f2c.3
-openmpi/man/man3/MPI_Group_free.3
-openmpi/man/man3/MPI_Group_incl.3
-openmpi/man/man3/MPI_Group_intersection.3
-openmpi/man/man3/MPI_Group_range_excl.3
-openmpi/man/man3/MPI_Group_range_incl.3
-openmpi/man/man3/MPI_Group_rank.3
-openmpi/man/man3/MPI_Group_size.3
-openmpi/man/man3/MPI_Group_translate_ranks.3
-openmpi/man/man3/MPI_Group_union.3
-openmpi/man/man3/MPI_Ibsend.3
-openmpi/man/man3/MPI_Info_c2f.3
-openmpi/man/man3/MPI_Info_create.3
-openmpi/man/man3/MPI_Info_delete.3
-openmpi/man/man3/MPI_Info_dup.3
-openmpi/man/man3/MPI_Info_f2c.3
-openmpi/man/man3/MPI_Info_free.3
-openmpi/man/man3/MPI_Info_get.3
-openmpi/man/man3/MPI_Info_get_nkeys.3
-openmpi/man/man3/MPI_Info_get_nthkey.3
-openmpi/man/man3/MPI_Info_get_valuelen.3
-openmpi/man/man3/MPI_Info_set.3
-openmpi/man/man3/MPI_Init.3
-openmpi/man/man3/MPI_Init_thread.3
-openmpi/man/man3/MPI_Initialized.3
-openmpi/man/man3/MPI_Intercomm_create.3
-openmpi/man/man3/MPI_Intercomm_merge.3
-openmpi/man/man3/MPI_Iprobe.3
-openmpi/man/man3/MPI_Irecv.3
-openmpi/man/man3/MPI_Irsend.3
-openmpi/man/man3/MPI_Is_thread_main.3
-openmpi/man/man3/MPI_Isend.3
-openmpi/man/man3/MPI_Issend.3
-openmpi/man/man3/MPI_Keyval_create.3
-openmpi/man/man3/MPI_Keyval_free.3
-openmpi/man/man3/MPI_Lookup_name.3
-openmpi/man/man3/MPI_Op_c2f.3
-openmpi/man/man3/MPI_Op_create.3
-openmpi/man/man3/MPI_Op_f2c.3
-openmpi/man/man3/MPI_Op_free.3
-openmpi/man/man3/MPI_Open_port.3
-openmpi/man/man3/MPI_Pack.3
-openmpi/man/man3/MPI_Pack_external.3
-openmpi/man/man3/MPI_Pack_external_size.3
-openmpi/man/man3/MPI_Pack_size.3
-openmpi/man/man3/MPI_Pcontrol.3
-openmpi/man/man3/MPI_Probe.3
-openmpi/man/man3/MPI_Publish_name.3
-openmpi/man/man3/MPI_Put.3
-openmpi/man/man3/MPI_Query_thread.3
-openmpi/man/man3/MPI_Recv.3
-openmpi/man/man3/MPI_Recv_init.3
-openmpi/man/man3/MPI_Reduce.3
-openmpi/man/man3/MPI_Reduce_local.3
-openmpi/man/man3/MPI_Reduce_scatter.3
-openmpi/man/man3/MPI_Register_datarep.3
-openmpi/man/man3/MPI_Request_c2f.3
-openmpi/man/man3/MPI_Request_f2c.3
-openmpi/man/man3/MPI_Request_free.3
-openmpi/man/man3/MPI_Request_get_status.3
-openmpi/man/man3/MPI_Rsend.3
-openmpi/man/man3/MPI_Rsend_init.3
-openmpi/man/man3/MPI_Scan.3
-openmpi/man/man3/MPI_Scatter.3
-openmpi/man/man3/MPI_Scatterv.3
-openmpi/man/man3/MPI_Send.3
-openmpi/man/man3/MPI_Send_init.3
-openmpi/man/man3/MPI_Sendrecv.3
-openmpi/man/man3/MPI_Sendrecv_replace.3
-openmpi/man/man3/MPI_Sizeof.3
-openmpi/man/man3/MPI_Ssend.3
-openmpi/man/man3/MPI_Ssend_init.3
-openmpi/man/man3/MPI_Start.3
-openmpi/man/man3/MPI_Startall.3
-openmpi/man/man3/MPI_Status_c2f.3
-openmpi/man/man3/MPI_Status_f2c.3
-openmpi/man/man3/MPI_Status_set_cancelled.3
-openmpi/man/man3/MPI_Status_set_elements.3
-openmpi/man/man3/MPI_Test.3
-openmpi/man/man3/MPI_Test_cancelled.3
-openmpi/man/man3/MPI_Testall.3
-openmpi/man/man3/MPI_Testany.3
-openmpi/man/man3/MPI_Testsome.3
-openmpi/man/man3/MPI_Topo_test.3
-openmpi/man/man3/MPI_Type_c2f.3
-openmpi/man/man3/MPI_Type_commit.3
-openmpi/man/man3/MPI_Type_contiguous.3
-openmpi/man/man3/MPI_Type_create_darray.3
-openmpi/man/man3/MPI_Type_create_f90_complex.3
-openmpi/man/man3/MPI_Type_create_f90_integer.3
-openmpi/man/man3/MPI_Type_create_f90_real.3
-openmpi/man/man3/MPI_Type_create_hindexed.3
-openmpi/man/man3/MPI_Type_create_hvector.3
-openmpi/man/man3/MPI_Type_create_indexed_block.3
-openmpi/man/man3/MPI_Type_create_keyval.3
-openmpi/man/man3/MPI_Type_create_resized.3
-openmpi/man/man3/MPI_Type_create_struct.3
-openmpi/man/man3/MPI_Type_create_subarray.3
-openmpi/man/man3/MPI_Type_delete_attr.3
-openmpi/man/man3/MPI_Type_dup.3
-openmpi/man/man3/MPI_Type_extent.3
-openmpi/man/man3/MPI_Type_f2c.3
-openmpi/man/man3/MPI_Type_free.3
-openmpi/man/man3/MPI_Type_free_keyval.3
-openmpi/man/man3/MPI_Type_get_attr.3
-openmpi/man/man3/MPI_Type_get_contents.3
-openmpi/man/man3/MPI_Type_get_envelope.3
-openmpi/man/man3/MPI_Type_get_extent.3
-openmpi/man/man3/MPI_Type_get_name.3
-openmpi/man/man3/MPI_Type_get_true_extent.3
-openmpi/man/man3/MPI_Type_hindexed.3
-openmpi/man/man3/MPI_Type_hvector.3
-openmpi/man/man3/MPI_Type_indexed.3
-openmpi/man/man3/MPI_Type_lb.3
-openmpi/man/man3/MPI_Type_match_size.3
-openmpi/man/man3/MPI_Type_set_attr.3
-openmpi/man/man3/MPI_Type_set_name.3
-openmpi/man/man3/MPI_Type_size.3
-openmpi/man/man3/MPI_Type_struct.3
-openmpi/man/man3/MPI_Type_ub.3
-openmpi/man/man3/MPI_Type_vector.3
-openmpi/man/man3/MPI_Unpack.3
-openmpi/man/man3/MPI_Unpack_external.3
-openmpi/man/man3/MPI_Unpublish_name.3
-openmpi/man/man3/MPI_Wait.3
-openmpi/man/man3/MPI_Waitall.3
-openmpi/man/man3/MPI_Waitany.3
-openmpi/man/man3/MPI_Waitsome.3
-openmpi/man/man3/MPI_Win_c2f.3
-openmpi/man/man3/MPI_Win_call_errhandler.3
-openmpi/man/man3/MPI_Win_complete.3
-openmpi/man/man3/MPI_Win_create.3
-openmpi/man/man3/MPI_Win_create_errhandler.3
-openmpi/man/man3/MPI_Win_create_keyval.3
-openmpi/man/man3/MPI_Win_delete_attr.3
-openmpi/man/man3/MPI_Win_f2c.3
-openmpi/man/man3/MPI_Win_fence.3
-openmpi/man/man3/MPI_Win_free.3
-openmpi/man/man3/MPI_Win_free_keyval.3
-openmpi/man/man3/MPI_Win_get_attr.3
-openmpi/man/man3/MPI_Win_get_errhandler.3
-openmpi/man/man3/MPI_Win_get_group.3
-openmpi/man/man3/MPI_Win_get_name.3
-openmpi/man/man3/MPI_Win_lock.3
-openmpi/man/man3/MPI_Win_post.3
-openmpi/man/man3/MPI_Win_set_attr.3
-openmpi/man/man3/MPI_Win_set_errhandler.3
-openmpi/man/man3/MPI_Win_set_name.3
-openmpi/man/man3/MPI_Win_start.3
-openmpi/man/man3/MPI_Win_test.3
-openmpi/man/man3/MPI_Win_unlock.3
-openmpi/man/man3/MPI_Win_wait.3
-openmpi/man/man3/MPI_Wtick.3
-openmpi/man/man3/MPI_Wtime.3
-openmpi/man/man3/OpenMPI.3
-openmpi/man/man7/ompi_crcp.7
-openmpi/man/man7/opal_crs.7
-openmpi/man/man7/orte_filem.7
-openmpi/man/man7/orte_hosts.7
-openmpi/man/man7/orte_snapc.7
-openmpi/share/openmpi/amca-param-sets/example.conf
-openmpi/share/openmpi/examples/openmpi-default-hostfile
-openmpi/share/openmpi/examples/openmpi-mca-params.conf
-openmpi/share/openmpi/examples/openmpi-totalview.tcl
-openmpi/share/openmpi/help-coll-sync.txt
-openmpi/share/openmpi/help-dash-host.txt
-openmpi/share/openmpi/help-ess-base.txt
-openmpi/share/openmpi/help-hostfile.txt
-openmpi/share/openmpi/help-mca-base.txt
-openmpi/share/openmpi/help-mca-bml-r2.txt
-openmpi/share/openmpi/help-mca-coll-base.txt
-openmpi/share/openmpi/help-mca-op-base.txt
-openmpi/share/openmpi/help-mca-param.txt
-openmpi/share/openmpi/help-mpi-api.txt
-openmpi/share/openmpi/help-mpi-btl-base.txt
-openmpi/share/openmpi/help-mpi-btl-sm.txt
-openmpi/share/openmpi/help-mpi-btl-tcp.txt
-openmpi/share/openmpi/help-mpi-coll-sm.txt
-openmpi/share/openmpi/help-mpi-common-sm.txt
-openmpi/share/openmpi/help-mpi-errors.txt
-openmpi/share/openmpi/help-mpi-pml-bfo.txt
-openmpi/share/openmpi/help-mpi-pml-csum.txt
-openmpi/share/openmpi/help-mpi-pml-ob1.txt
-openmpi/share/openmpi/help-mpi-runtime.txt
-openmpi/share/openmpi/help-mpool-base.txt
-openmpi/share/openmpi/help-odls-default.txt
-openmpi/share/openmpi/help-ompi-crcp-base.txt
-openmpi/share/openmpi/help-ompi-dpm-base.txt
-openmpi/share/openmpi/help-ompi-dpm-orte.txt
-openmpi/share/openmpi/help-ompi-probe.txt
-openmpi/share/openmpi/help-ompi-profiler.txt
-openmpi/share/openmpi/help-ompi-pubsub-orte.txt
-openmpi/share/openmpi/help-ompi-server.txt
-openmpi/share/openmpi/help-ompi_info.txt
-openmpi/share/openmpi/help-oob-tcp.txt
-openmpi/share/openmpi/help-opal-carto-file.txt
-openmpi/share/openmpi/help-opal-crs-base.txt
-openmpi/share/openmpi/help-opal-crs-none.txt
-openmpi/share/openmpi/help-opal-maffinity-hwloc.txt
-openmpi/share/openmpi/help-opal-runtime.txt
-openmpi/share/openmpi/help-opal-shmem-mmap.txt
-openmpi/share/openmpi/help-opal-shmem-posix.txt
-openmpi/share/openmpi/help-opal-shmem-sysv.txt
-openmpi/share/openmpi/help-opal-util.txt
-openmpi/share/openmpi/help-opal-wrapper.txt
-openmpi/share/openmpi/help-orte-clean.txt
-openmpi/share/openmpi/help-orte-filem-base.txt
-openmpi/share/openmpi/help-orte-filem-rsh.txt
-openmpi/share/openmpi/help-orte-iof.txt
-openmpi/share/openmpi/help-orte-notifier-command.txt
-openmpi/share/openmpi/help-orte-odls-base.txt
-openmpi/share/openmpi/help-orte-ps.txt
-openmpi/share/openmpi/help-orte-rmaps-base.txt
-openmpi/share/openmpi/help-orte-rmaps-lb.txt
-openmpi/share/openmpi/help-orte-rmaps-resilient.txt
-openmpi/share/openmpi/help-orte-rmaps-rr.txt
-openmpi/share/openmpi/help-orte-rmaps-seq.txt
-openmpi/share/openmpi/help-orte-rmaps-topo.txt
-openmpi/share/openmpi/help-orte-runtime.txt
-openmpi/share/openmpi/help-orte-snapc-base.txt
-openmpi/share/openmpi/help-orte-top.txt
-openmpi/share/openmpi/help-orted.txt
-openmpi/share/openmpi/help-orterun.txt
-openmpi/share/openmpi/help-plm-base.txt
-openmpi/share/openmpi/help-plm-rsh.txt
-openmpi/share/openmpi/help-ras-base.txt
-openmpi/share/openmpi/help-regex.txt
-openmpi/share/openmpi/help-rmaps_rank_file.txt
-openmpi/share/openmpi/mpiCC-wrapper-data.txt
-openmpi/share/openmpi/mpic++-wrapper-data.txt
-openmpi/share/openmpi/mpicc-wrapper-data.txt
-openmpi/share/openmpi/mpicxx-wrapper-data.txt
-openmpi/share/openmpi/mpif77-wrapper-data.txt
-openmpi/share/openmpi/mpif90-wrapper-data.txt
-openmpi/share/openmpi/openmpi-valgrind.supp
-openmpi/share/openmpi/orteCC-wrapper-data.txt
-openmpi/share/openmpi/ortec++-wrapper-data.txt
-openmpi/share/openmpi/ortecc-wrapper-data.txt
diff --git a/openmpi163/TODO b/openmpi163/TODO
deleted file mode 100644
index 673bf399c8..0000000000
--- a/openmpi163/TODO
+++ /dev/null
@@ -1,3 +0,0 @@
-
-mpicc bug:
-    gcc: unrecognized option '-R/home/bacon/Pkgsrc/pkg-1/openmpi/lib'
diff --git a/openmpi163/buildlink3.mk b/openmpi163/buildlink3.mk
deleted file mode 100644
index 4a70f52fbb..0000000000
--- a/openmpi163/buildlink3.mk
+++ /dev/null
@@ -1,16 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.3 2013/06/21 18:56:28 outpaddling Exp $
-
-BUILDLINK_TREE+=	openmpi
-
-.if !defined(OPENMPI_BUILDLINK3_MK)
-OPENMPI_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.openmpi+=	openmpi>=1.5.1
-BUILDLINK_PKGSRCDIR.openmpi?=	../../wip/openmpi163
-BUILDLINK_PASSTHRU_DIRS+=	${PREFIX}/openmpi/lib
-BUILDLINK_PASSTHRU_RPATHDIRS+=	${PREFIX}/openmpi/lib
-
-.include "../../parallel/hwloc/buildlink3.mk"
-.endif # OPENMPI_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-openmpi
diff --git a/openmpi163/distinfo b/openmpi163/distinfo
deleted file mode 100644
index 5fea01852a..0000000000
--- a/openmpi163/distinfo
+++ /dev/null
@@ -1,9 +0,0 @@
-$NetBSD: distinfo,v 1.1 2013/06/21 16:40:32 outpaddling Exp $
-
-RMD160 (openmpi-1.6.3.tar.bz2) = b6cf02b3b56538d39f7dcc2de9f9ed8800b38b70
-SHA512 (openmpi-1.6.3.tar.bz2) = 29d34c343bf4f21d5f16da70ac2d2db819834d50102c14efa46d1b8898efbbf92346a95227c548787eff4d73799f0042c5f5c3c1e0ec15c578987b6df17755e6
-Size (openmpi-1.6.3.tar.bz2) = 10199061 bytes
-SHA1 (patch-aa) = 6fa20775c6e2abae7c9a2ae858dbb941652beab8
-SHA1 (patch-ai) = 95d699d343a7df8d768e78a235036c842c24e2d2
-SHA1 (patch-aj) = 1408114e5fc07d5b0df3e9368b6d2c5b85f85991
-SHA1 (patch-ak) = d42271d1c6adeb5e9425cc6a183f5308c74dea59
diff --git a/openmpi163/files/cshrc.in b/openmpi163/files/cshrc.in
deleted file mode 100644
index 3051d080bc..0000000000
--- a/openmpi163/files/cshrc.in
+++ /dev/null
@@ -1,8 +0,0 @@
-# Generated by openmpi package
-echo $PATH | fgrep -q %%MPI_PREFIX%%
-if ( $status != 0 ) then
-    setenv MPI_PREFIX           %%MPI_PREFIX%%
-    setenv PATH                 $MPI_PREFIX/bin:$MPI_PREFIX/sbin:$PATH
-    setenv MANPATH              $MPI_PREFIX/man:$MANPATH
-    setenv LD_LIBRARY_PATH      $MPI_PREFIX/lib:$LD_LIBRARY_PATH
-endif
diff --git a/openmpi163/files/module.in b/openmpi163/files/module.in
deleted file mode 100644
index 15290c5540..0000000000
--- a/openmpi163/files/module.in
+++ /dev/null
@@ -1,19 +0,0 @@
-#%Module1.0#####################################################################
-proc ModulesHelp { } {
-    puts stdout "\n\tAll openmpi-based software installed via the pkgsrc package management"
-    puts stdout "\tsystem. This module prepends the pkgsrc openmpi directories to"
-    puts stdout "\tappropriate environment variable(s)."
-}
-
-module-whatis   "All openmpi-based software installed via pkgsrc"
-
-set     install_prefix  %%MPI_PREFIX%%
-
-prepend-path    PATH			$install_prefix/bin
-prepend-path    PATH			$install_prefix/sbin
-prepend-path    MANPATH			$install_prefix/man
-prepend-path    LD_LIBRARY_PATH		$install_prefix/lib
-setenv          PKGSRC_OPENMPI		$install_prefix
-setenv          PKGSRC_OPENMPI_INCLUDE	$install_prefix/include
-setenv          PKGSRC_OPENMPI_LIB	$install_prefix/lib
-setenv          MPI_PREFIX		$install_prefix
diff --git a/openmpi163/files/shrc.in b/openmpi163/files/shrc.in
deleted file mode 100644
index c696cc2ad8..0000000000
--- a/openmpi163/files/shrc.in
+++ /dev/null
@@ -1,11 +0,0 @@
-# Generated by openmpi package
-if ! echo $PATH | fgrep -q %%MPI_PREFIX%%; then
-    MPI_PREFIX=%%MPI_PREFIX%%
-    export MPI_PREFIX
-    PATH=$MPI_PREFIX/bin:$MPI_PREFIX/sbin:$PATH
-    export PATH
-    MANPATH=$MPI_PREFIX/man:$MANPATH
-    export MANPATH
-    LD_LIBRARY_PATH=$MPI_PREFIX/lib:$LD_LIBRARY_PATH
-    export LD_LIBRARY_PATH
-fi
diff --git a/openmpi163/options.mk b/openmpi163/options.mk
deleted file mode 100644
index f367cda4d7..0000000000
--- a/openmpi163/options.mk
+++ /dev/null
@@ -1,10 +0,0 @@
-# $NetBSD: options.mk,v 1.1 2013/06/21 16:40:32 outpaddling Exp $
-
-PKG_OPTIONS_VAR=	PKG_OPTIONS.openmpi
-PKG_SUPPORTED_OPTIONS=	debug
-
-.include "../../mk/bsd.options.mk"
-
-.if !empty(PKG_OPTIONS:Mdebug)
-CONFIGURE_ARGS+=	--enable-debug
-.endif
diff --git a/openmpi163/patches/patch-aa b/openmpi163/patches/patch-aa
deleted file mode 100644
index dfbeaa9762..0000000000
--- a/openmpi163/patches/patch-aa
+++ /dev/null
@@ -1,23 +0,0 @@
-$NetBSD: patch-aa,v 1.1 2013/06/21 16:40:32 outpaddling Exp $
-
-Missing RPATH support.
-
---- opal/tools/wrappers/opal_wrapper.c.orig	2011-12-14 05:43:59.000000000 +0400
-+++ opal/tools/wrappers/opal_wrapper.c	2012-02-16 18:10:03.000000000 +0400
-@@ -61,6 +61,7 @@
- #else
- #define OPAL_INCLUDE_FLAG  "-I"
- #define OPAL_LIBDIR_FLAG   "-L"
-+#define OPAL_RPATH_FLAG    "-R"
- #endif  /* !defined(__WINDOWS__) && defined(_MSC_VER) */
- 
- struct options_data_t {
-@@ -363,6 +364,8 @@
- #else
-             asprintf(&line, OPAL_LIBDIR_FLAG"%s", 
-                      options_data[parse_options_idx].path_libdir);
-+            asprintf(&line, OPAL_RPATH_FLAG"%s", 
-+                     options_data[parse_options_idx].path_libdir);
- #endif  /* defined(__WINDOWS__) */
-             opal_argv_append_nosize(&options_data[parse_options_idx].link_flags, line);
-             free(line);
diff --git a/openmpi163/patches/patch-ai b/openmpi163/patches/patch-ai
deleted file mode 100644
index 29cb5ea251..0000000000
--- a/openmpi163/patches/patch-ai
+++ /dev/null
@@ -1,55 +0,0 @@
-$NetBSD: patch-ai,v 1.1 2013/06/21 16:40:32 outpaddling Exp $
-
-Install configuration files into example directory.
-
---- orte/etc/Makefile.in.orig	2012-08-22 14:26:19.000000000 +0000
-+++ orte/etc/Makefile.in
-@@ -1085,6 +1085,7 @@ sbindir = @sbindir@
- sharedstatedir = @sharedstatedir@
- srcdir = @srcdir@
- sysconfdir = @sysconfdir@
-+sysconfexampledir = $(pkgdatadir)/examples
- sysinfo_solaris_CFLAGS = @sysinfo_solaris_CFLAGS@
- sysinfo_solaris_CPPFLAGS = @sysinfo_solaris_CPPFLAGS@
- sysinfo_solaris_LDFLAGS = @sysinfo_solaris_LDFLAGS@
-@@ -1303,19 +1304,19 @@ uninstall-am: uninstall-local
- # details why the mkdir is in install-data-local.
- 
- install-data-local:
--	$(MKDIR_P) $(DESTDIR)$(sysconfdir)
-+	$(MKDIR_P) $(DESTDIR)$(sysconfexampledir)
- 	@ p="$(orte_config_files)"; \
- 	for file in $$p; do \
--	  if test -f $(DESTDIR)$(sysconfdir)/$$file; then \
-+	  if test -f $(DESTDIR)$(sysconfexampledir)/$$file; then \
- 	    echo "******************************* WARNING ************************************"; \
- 	    echo "*** Not installing new $$file over existing file in:"; \
--	    echo "***   $(DESTDIR)$(sysconfdir)/$$file"; \
-+	    echo "***   $(DESTDIR)$(sysconfexampledir)/$$file"; \
- 	    echo "******************************* WARNING ************************************"; \
- 	  else \
- 	    if test -f "$$file"; then d=; else d="$(srcdir)/"; fi; \
- 	    f="`echo $$file | sed -e 's|^.*/||'`"; \
--	    echo " $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfdir)/$$f"; \
--	    $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfdir)/$$f; \
-+	    echo " $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfexampledir)/$$f"; \
-+	    $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfexampledir)/$$f; \
- 	  fi; \
- 	done
- 
-@@ -1326,11 +1327,11 @@ install-data-local:
- uninstall-local:
- 	@ p="$(orte_config_files)"; \
- 	for file in $$p; do \
--	  if test -f "$(DESTDIR)$(sysconfdir)/$$file"; then \
-+	  if test -f "$(DESTDIR)$(sysconfexampledir)/$$file"; then \
- 	  	if test -f "$$file"; then d=; else d="$(srcdir)/"; fi; \
--	    if diff "$(DESTDIR)$(sysconfdir)/$$file" "$$d$$file" > /dev/null 2>&1 ; then \
--	      echo "rm -f $(DESTDIR)$(sysconfdir)/$$file" ; \
--	      rm -f "$(DESTDIR)$(sysconfdir)/$$file" ; \
-+	    if diff "$(DESTDIR)$(sysconfexampledir)/$$file" "$$d$$file" > /dev/null 2>&1 ; then \
-+	      echo "rm -f $(DESTDIR)$(sysconfexampledir)/$$file" ; \
-+	      rm -f "$(DESTDIR)$(sysconfexampledir)/$$file" ; \
- 	    fi ; \
- 	  fi ; \
- 	done
diff --git a/openmpi163/patches/patch-aj b/openmpi163/patches/patch-aj
deleted file mode 100644
index ce892219c2..0000000000
--- a/openmpi163/patches/patch-aj
+++ /dev/null
@@ -1,62 +0,0 @@
-$NetBSD: patch-aj,v 1.1 2013/06/21 16:40:32 outpaddling Exp $
-
-Install configuration files into example directory.
-
---- opal/etc/Makefile.in.orig	2012-08-22 14:25:33.000000000 +0000
-+++ opal/etc/Makefile.in
-@@ -35,6 +35,7 @@
- #
- VPATH = @srcdir@
- pkgdatadir = $(datadir)/@PACKAGE@
-+sysconfexampledir = $(pkgdatadir)/examples
- pkgincludedir = $(includedir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
- pkglibexecdir = $(libexecdir)/@PACKAGE@
-@@ -1302,24 +1303,24 @@ uninstall-am: uninstall-local
- # details why the mkdir is in install-data-local.
- 
- install-data-local:
--	$(MKDIR_P) $(DESTDIR)$(sysconfdir)
-+	$(MKDIR_P) $(DESTDIR)$(sysconfexampledir)
- 	@ p="$(opal_config_files)"; \
-         if test "$(opal_file_from_platform)" = "yes"; then \
- 	    if test -f "$$p"; then d=; else d="$(srcdir)/"; fi; \
--	    echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(sysconfdir)/openmpi-mca-params.conf"; \
--	    $(INSTALL_DATA) $$d$$p $(DESTDIR)$(sysconfdir)/openmpi-mca-params.conf; \
-+	    echo " $(INSTALL_DATA) $$d$$p $(DESTDIR)$(sysconfexampledir)/openmpi-mca-params.conf"; \
-+	    $(INSTALL_DATA) $$d$$p $(DESTDIR)$(sysconfexampledir)/openmpi-mca-params.conf; \
-         else \
-             for file in $$p; do \
--	        if test -f $(DESTDIR)$(sysconfdir)/openmpi-mca-params.conf; then \
-+	        if test -f $(DESTDIR)$(sysconfexampledir)/openmpi-mca-params.conf; then \
- 	            echo "******************************* WARNING ************************************"; \
- 	            echo "*** Not installing new $$file over existing file in:"; \
--	            echo "***   $(DESTDIR)$(sysconfdir)/$$file"; \
-+	            echo "***   $(DESTDIR)$(sysconfexampledir)/$$file"; \
- 	            echo "******************************* WARNING ************************************"; \
- 	        else \
- 	            if test -f "$$file"; then d=; else d="$(srcdir)/"; fi; \
- 	            f="`echo $$file | sed -e 's|^.*/||'`"; \
--	            echo " $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfdir)/$$f"; \
--	            $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfdir)/$$f; \
-+	            echo " $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfexampledir)/$$f"; \
-+	            $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfexampledir)/$$f; \
- 	        fi; \
- 	    done \
-         fi;
-@@ -1331,11 +1332,11 @@ install-data-local:
- uninstall-local:
- 	@ p="$(opal_config_files)"; \
- 	for file in $$p; do \
--	  if test -f "$(DESTDIR)$(sysconfdir)/$$file"; then \
-+	  if test -f "$(DESTDIR)$(sysconfexampledir)/$$file"; then \
- 	  	if test -f "$$file"; then d=; else d="$(srcdir)/"; fi; \
--	    if diff "$(DESTDIR)$(sysconfdir)/$$file" "$$d$$file" > /dev/null 2>&1 ; then \
--	      echo "rm -f $(DESTDIR)$(sysconfdir)/$$file" ; \
--	      rm -f "$(DESTDIR)$(sysconfdir)/$$file" ; \
-+	    if diff "$(DESTDIR)$(sysconfexampledir)/$$file" "$$d$$file" > /dev/null 2>&1 ; then \
-+	      echo "rm -f $(DESTDIR)$(sysconfexampledir)/$$file" ; \
-+	      rm -f "$(DESTDIR)$(sysconfexampledir)/$$file" ; \
- 	    fi ; \
- 	  fi ; \
- 	done
diff --git a/openmpi163/patches/patch-ak b/openmpi163/patches/patch-ak
deleted file mode 100644
index 4510f26d55..0000000000
--- a/openmpi163/patches/patch-ak
+++ /dev/null
@@ -1,55 +0,0 @@
-$NetBSD: patch-ak,v 1.1 2013/06/21 16:40:32 outpaddling Exp $
-
-Install configuration files into example directory.
-
---- ompi/etc/Makefile.in.orig	2012-08-22 14:24:34.000000000 +0000
-+++ ompi/etc/Makefile.in
-@@ -35,6 +35,7 @@
- #
- VPATH = @srcdir@
- pkgdatadir = $(datadir)/@PACKAGE@
-+sysconfexampledir = $(pkgdatadir)/examples
- pkgincludedir = $(includedir)/@PACKAGE@
- pkglibdir = $(libdir)/@PACKAGE@
- pkglibexecdir = $(libexecdir)/@PACKAGE@
-@@ -1303,19 +1304,19 @@ uninstall-am: uninstall-local
- # details why the mkdir is in install-data-local.
- 
- install-data-local:
--	$(MKDIR_P) $(DESTDIR)$(sysconfdir)
-+	$(MKDIR_P) $(DESTDIR)$(sysconfexampledir)
- 	@ p="$(ompi_config_files)"; \
- 	for file in $$p; do \
--	  if test -f $(DESTDIR)$(sysconfdir)/$$file; then \
-+	  if test -f $(DESTDIR)$(sysconfexampledir)/$$file; then \
- 	    echo "******************************* WARNING ************************************"; \
- 	    echo "*** Not installing new $$file over existing file in:"; \
--	    echo "***   $(DESTDIR)$(sysconfdir)/$$file"; \
-+	    echo "***   $(DESTDIR)$(sysconfexampledir)/$$file"; \
- 	    echo "******************************* WARNING ************************************"; \
- 	  else \
- 	    if test -f "$$file"; then d=; else d="$(srcdir)/"; fi; \
- 	    f="`echo $$file | sed -e 's|^.*/||'`"; \
--	    echo " $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfdir)/$$f"; \
--	    $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfdir)/$$f; \
-+	    echo " $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfexampledir)/$$f"; \
-+	    $(INSTALL_DATA) $$d$$file $(DESTDIR)$(sysconfexampledir)/$$f; \
- 	  fi; \
- 	done
- 
-@@ -1326,11 +1327,11 @@ install-data-local:
- uninstall-local:
- 	@ p="$(ompi_config_files)"; \
- 	for file in $$p; do \
--	  if test -f "$(DESTDIR)$(sysconfdir)/$$file"; then \
-+	  if test -f "$(DESTDIR)$(sysconfexampledir)/$$file"; then \
- 	  	if test -f "$$file"; then d=; else d="$(srcdir)/"; fi; \
--	    if diff "$(DESTDIR)$(sysconfdir)/$$file" "$$d$$file" > /dev/null 2>&1 ; then \
--	      echo "rm -f $(DESTDIR)$(sysconfdir)/$$file" ; \
--	      rm -f "$(DESTDIR)$(sysconfdir)/$$file" ; \
-+	    if diff "$(DESTDIR)$(sysconfexampledir)/$$file" "$$d$$file" > /dev/null 2>&1 ; then \
-+	      echo "rm -f $(DESTDIR)$(sysconfexampledir)/$$file" ; \
-+	      rm -f "$(DESTDIR)$(sysconfexampledir)/$$file" ; \
- 	    fi ; \
- 	  fi ; \
- 	done


Home | Main Index | Thread Index | Old Index