1
1
openmpi/ompi/mca/osc/sm
Nathan Hjelm 6ec9c6c422 osc/sm: return ompi_request_empty for all request ops
Only one field is valid for RMA requests: MPI_ERROR. This field is set
to the correct value in ompi_request_empty so there is no reason to
allocate and keep track of osc/sm requests because they are always
complete on return. Since we are no longer using the osc/sm request
structure or free list they are now removed.

Closes trac:4723

Tracking this issue with the CMR. Brad, can you verify the issue is indeed fixed.

cmr=v1.8.2:reviewer=bbenton

This commit was SVN r32009.

The following Trac tickets were found above:
  Ticket 4723 --> https://svn.open-mpi.org/trac/ompi/ticket/4723
2014-06-17 04:27:02 +00:00
..
Makefile.am osc/sm: return ompi_request_empty for all request ops 2014-06-17 04:27:02 +00:00
osc_sm_active_target.c osc/sm: fix bugs in both the passive and active target paths 2014-04-08 21:55:00 +00:00
osc_sm_comm.c osc/sm: return ompi_request_empty for all request ops 2014-06-17 04:27:02 +00:00
osc_sm_component.c osc/sm: return ompi_request_empty for all request ops 2014-06-17 04:27:02 +00:00
osc_sm_passive_target.c osc/sm: fix bugs in both the passive and active target paths 2014-04-08 21:55:00 +00:00
osc_sm.h osc/sm: return ompi_request_empty for all request ops 2014-06-17 04:27:02 +00:00