1
1
openmpi/ompi/mca/pml/cm
Nathan Hjelm 9d4a26f47d Update OMPI frameworks to use the MCA framework system.
Notes:
  - This commit also eliminates the need for an available components list in use
    in several frameworks. None of the code in question was making use of the
    priority field of the priority component list item so these extra lists were
    removed.
  - Cleaned up selection code in several frameworks to sort lists using opal_list_sort.
  - Cleans up the ompi/orte-info functions. Expose the functions that construct the
    list of params so they can be used elsewhere.

patches for mtl/portals4 from brian

missed a few output variables in openib

This commit was SVN r28241.
2013-03-27 21:17:31 +00:00
..
Makefile.am First cut at removing the native Windows support. Remove all the Windows-specific components, and the .windows files sprinkled around. Remove the Windows platform files and MTT scripts. Update the NEWS to point Windows users to the cygwin package. 2013-02-26 20:44:56 +00: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 Update OMPI frameworks to use the MCA framework system. 2013-03-27 21:17:31 +00: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 Ensure that MPI_Status objects have proper alignment: 2012-10-04 14:39:51 +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 * Implement matched probe for the CM PML. Required adding a peer field to 2012-03-22 22:55:59 +00: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 Checking for NULL function pointers and direct-call semantics can't work 2012-03-26 19:27:03 +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 First step toward fixing the MPI_Get_count issues from the ticket #2241. Next 2010-07-21 20:07:00 +00:00
pml_cm_start.c Move things around a little bit. Mainly fields from the send and receive 2006-11-08 04:58:23 +00:00
pml_cm.c Checking for NULL function pointers and direct-call semantics can't work 2012-03-26 19:27:03 +00: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