1
1
openmpi/ompi/mca/mtl/mxm
Brian Barrett 61a090e0d1 Checking for NULL function pointers and direct-call semantics can't work
together, so implement all functions in the MTL interface for all
MTLs.  The only places NULL was still being set was for add_comm/del_comm,
and matched probe, both of which are straight forward to implement (or
return ERROR_NOT_IMPLEMENTED, since the PML can't emulate matched probe).

This commit was SVN r26194.
2012-03-26 19:27:03 +00:00
..
configure.m4 initial implementation of MXM MTL layer 2011-07-26 04:36:21 +00:00
help-mtl-mxm.txt fix help message 2011-10-25 14:02:43 +00:00
Makefile.am initial implementation of MXM MTL layer 2011-07-26 04:36:21 +00:00
mtl_mxm_cancel.c better mxm selection mechanism, some refactoring 2011-08-07 12:06:49 +00:00
mtl_mxm_component.c update mxm mtl to changes in mxm api 2012-02-29 22:02:34 +00:00
mtl_mxm_debug.h initial implementation of MXM MTL layer 2011-07-26 04:36:21 +00:00
mtl_mxm_endpoint.c initial implementation of MXM MTL layer 2011-07-26 04:36:21 +00:00
mtl_mxm_endpoint.h remove unused includes 2011-08-03 07:07:29 +00:00
mtl_mxm_probe.c Checking for NULL function pointers and direct-call semantics can't work 2012-03-26 19:27:03 +00:00
mtl_mxm_recv.c Checking for NULL function pointers and direct-call semantics can't work 2012-03-26 19:27:03 +00:00
mtl_mxm_request.h better mxm selection mechanism, some refactoring 2011-08-07 12:06:49 +00:00
mtl_mxm_send.c update mxm mtl to changes in mxm api 2012-02-29 22:02:34 +00:00
mtl_mxm_types.h in mca_mtl_mxm, don't allow negative tags for MPI_ANY_TAG 2012-03-09 22:11:14 +00:00
mtl_mxm.c Checking for NULL function pointers and direct-call semantics can't work 2012-03-26 19:27:03 +00:00
mtl_mxm.h Checking for NULL function pointers and direct-call semantics can't work 2012-03-26 19:27:03 +00:00