1
1
openmpi/ompi/mca/osc/pt2pt
Jeff Squyres 0af7ac53f2 Fixes trac:1392, #1400
* add "register" function to mca_base_component_t
   * converted coll:basic and paffinity:linux and paffinity:solaris to
     use this function
   * we'll convert the rest over time (I'll file a ticket once all
     this is committed)
 * add 32 bytes of "reserved" space to the end of mca_base_component_t
   and mca_base_component_data_2_0_0_t to make future upgrades
   [slightly] easier
   * new mca_base_component_t size: 196 bytes
   * new mca_base_component_data_2_0_0_t size: 36 bytes
 * MCA base version bumped to v2.0
   * '''We now refuse to load components that are not MCA v2.0.x'''
 * all MCA frameworks versions bumped to v2.0
 * be a little more explicit about version numbers in the MCA base
   * add big comment in mca.h about versioning philosophy

This commit was SVN r19073.

The following Trac tickets were found above:
  Ticket 1392 --> https://svn.open-mpi.org/trac/ompi/ticket/1392
2008-07-28 22:40:57 +00:00
..
configure.params Merge in present work on the MPI-2 onesided chapter. The current code is not 2006-01-28 15:38:37 +00:00
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00
osc_pt2pt_buffer.c This commit fixes trac:1306 2008-06-24 14:38:11 +00:00
osc_pt2pt_buffer.h - "extern 'C'" has been set twice. Remove one. 2007-08-30 15:03:59 +00:00
osc_pt2pt_comm.c Use memchecker_convertor_call function instead the old one. Move the function to the place that we can use convertor. 2008-05-05 13:57:27 +00:00
osc_pt2pt_component.c Fixes trac:1392, #1400 2008-07-28 22:40:57 +00:00
osc_pt2pt_data_move.c Fix for bug when running 64-bit heterogeneous. 2008-07-17 19:04:40 +00:00
osc_pt2pt_data_move.h * Fix some error checking code for Lock / Unlock at the MPI layer 2006-02-07 18:45:18 +00:00
osc_pt2pt_header.h properly set fields so that most difficult alignment rules are always met. 2007-06-05 01:46:04 +00:00
osc_pt2pt_longreq.c Some much needed cleanup of the point-to-point one-sided component... 2007-05-21 02:21:25 +00:00
osc_pt2pt_longreq.h Some much needed cleanup of the point-to-point one-sided component... 2007-05-21 02:21:25 +00:00
osc_pt2pt_mpireq.c Some much needed cleanup of the point-to-point one-sided component... 2007-05-21 02:21:25 +00:00
osc_pt2pt_mpireq.h Some much needed cleanup of the point-to-point one-sided component... 2007-05-21 02:21:25 +00:00
osc_pt2pt_replyreq.c * Fix a bunch of checks for proper access / exposure epochs 2006-01-31 02:44:08 +00:00
osc_pt2pt_replyreq.h Use the new memchecker convertor function. 2008-04-16 13:24:35 +00:00
osc_pt2pt_sendreq.c The request management framework has been redesigned. The main idea is 2006-03-15 22:53:41 +00:00
osc_pt2pt_sendreq.h Use the new memchecker convertor function. 2008-04-16 13:24:35 +00:00
osc_pt2pt_sync.c Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
osc_pt2pt.c Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP. 2008-06-09 14:53:58 +00:00
osc_pt2pt.h Some cleanups to the pt2pt component 2007-05-23 20:31:25 +00:00