1
1
openmpi/ompi/mca/mtl/ofi
Howard Pritchard eb977de5e9 mtl: add query method to mtl components
Switch to using the query/priority method for selecting
MTLs.  This switch was motivated by the fact that now
on some platforms, its possible for multiple MTLs to
be initializable, but only one MTL should be selected.

In addition, there is a complication with the PSM and
IFO (with PSM provider) MTLs owing to the fact that
they cannot both intialize the underlying PSM context,
i.e. only one call to psm_init is allowed per process.

The mxm component has not been compiled as the author
doesn't currently have access to a system with a recent
enough mxm installed to allow for a compile.

The portals4, ofi, and psm components have been checked
for compilation.  The ofi and psm components have been
checked for runtime correctness on a intel/qlogic system
with up to date PSM installed.
2015-01-29 09:02:52 -07:00
..
configure.m4 configury: add some descriptive output messages in configure 2014-12-17 13:36:01 -08:00
help-mtl-ofi.txt Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
Makefile.am libfabric: don't LIBADD the common library in the static case 2014-12-18 11:04:08 -08:00
mtl_ofi_cancel.c Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
mtl_ofi_component.c mtl: add query method to mtl components 2015-01-29 09:02:52 -07:00
mtl_ofi_endpoint.c Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
mtl_ofi_endpoint.h Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
mtl_ofi_message.c Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
mtl_ofi_message.h ofi: add "unused" attribute to rc to prevent compiler warning 2014-12-16 17:30:46 -08:00
mtl_ofi_probe.c Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
mtl_ofi_recv.c Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
mtl_ofi_request.h Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
mtl_ofi_send.c Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
mtl_ofi_types.h mtl/ofi: Add OFI provider option. 2015-01-26 08:38:11 -08:00
mtl_ofi.c mtl/ofi: fix compiler warnings. 2015-01-27 11:14:40 -08:00
mtl_ofi.h Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00
post_configure.sh Adding an Open Fabrics Interfaces (OFI) MTL. 2014-12-16 15:43:39 -08:00