From: Adrian Reber <adrian.re...@hs-esslingen.de>

This is the second try to replace the usage of blocking send and
recv in the C/R code with the non-blocking versions. The new code
compiles (in contrast to the old code) but does not work yet.
This is the first step to get the C/R code working again. Right
now it only compiles.

Changes from V1:
* #ifdef out the broken code (so it is preserved for later re-design)
* marked the broken C/R code with ENABLE_FT_FIXED

Adrian Reber (2):
  Trying to get the C/R code to compile again. (recv_*_nb)
  Trying to get the C/R code to compile again. (send_*_nb)

 ompi/mca/crcp/bkmrk/crcp_bkmrk_pml.c            |  37 +++++++
 orte/mca/errmgr/base/errmgr_base_tool.c         |  10 +-
 orte/mca/rml/ftrm/rml_ftrm.h                    |  46 +-------
 orte/mca/rml/ftrm/rml_ftrm_component.c          |   4 -
 orte/mca/rml/ftrm/rml_ftrm_module.c             | 141 ++++--------------------
 orte/mca/snapc/full/snapc_full_app.c            |  32 ++++++
 orte/mca/snapc/full/snapc_full_global.c         |  37 +++++--
 orte/mca/snapc/full/snapc_full_local.c          |  28 +++--
 orte/mca/sstore/central/sstore_central_app.c    |  14 +++
 orte/mca/sstore/central/sstore_central_global.c |  15 ++-
 orte/mca/sstore/central/sstore_central_local.c  |  23 +++-
 orte/mca/sstore/stage/sstore_stage_app.c        |  13 +++
 orte/mca/sstore/stage/sstore_stage_global.c     |  15 ++-
 orte/mca/sstore/stage/sstore_stage_local.c      |  27 ++++-
 orte/tools/orte-checkpoint/orte-checkpoint.c    |  13 ++-
 orte/tools/orte-migrate/orte-migrate.c          |  13 ++-
 16 files changed, 254 insertions(+), 214 deletions(-)

-- 
1.8.4.2

Reply via email to