1
1
openmpi/ompi/mca/pml/cm
Nathan Hjelm 5f1254d710 Update code base to use the new opal_free_list_t
Use of the old ompi_free_list_t and ompi_free_list_item_t is
deprecated. These classes will be removed in a future commit.

This commit updates the entire code base to use opal_free_list_t and
opal_free_list_item_t.

Notes:

OMPI_FREE_LIST_*_MT -> opal_free_list_* (uses opal_using_threads ())

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-02-24 10:05:45 -07:00
..
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00
pml_cm_cancel.c * Implement matched probe for the CM PML. Required adding a peer field to 2012-03-22 22:55:59 +00:00
pml_cm_component.c Add OFI MTL to CM PML. 2015-01-20 10:50:14 -08:00
pml_cm_component.h export component/module interface so that direct call works again 2011-01-19 20:47:17 +00:00
pml_cm_probe.c Checking for NULL function pointers and direct-call semantics can't work 2012-03-26 19:27:03 +00:00
pml_cm_recv.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
pml_cm_recvreq.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_cm_recvreq.h Update code base to use the new opal_free_list_t 2015-02-24 10:05:45 -07:00
pml_cm_request.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_cm_request.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
pml_cm_send.c Our macros for the OMPI-level free list had one extra argument, a possible return 2013-07-04 08:34:37 +00:00
pml_cm_sendreq.c Correct the thin and heavy requests management for the CM PML. 2007-07-11 15:10:01 +00:00
pml_cm_sendreq.h Update code base to use the new opal_free_list_t 2015-02-24 10:05:45 -07:00
pml_cm_start.c Fix a cornercase with MPI_PROC_NULL persistent requests 2014-07-11 04:37:01 +00:00
pml_cm.c Update code base to use the new opal_free_list_t 2015-02-24 10:05:45 -07:00
pml_cm.h Implementation of the MPI-3 Matched Probe functionality. Currently only 2012-02-06 17:35:21 +00:00
post_configure.sh * Fix up some direct-calling issues for the PML/MTL 2006-07-06 15:12:38 +00:00