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 Changes from V2: * only #ifdef out parts where the behaviour actually changes 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 | 64 +++++------ orte/mca/errmgr/base/errmgr_base_tool.c | 20 +--- 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 | 139 +++--------------------- orte/mca/snapc/full/snapc_full_app.c | 32 +++++- orte/mca/snapc/full/snapc_full_global.c | 52 ++++----- orte/mca/snapc/full/snapc_full_local.c | 40 ++----- orte/mca/sstore/central/sstore_central_app.c | 14 ++- orte/mca/sstore/central/sstore_central_global.c | 21 +--- orte/mca/sstore/central/sstore_central_local.c | 29 ++--- orte/mca/sstore/stage/sstore_stage_app.c | 13 ++- orte/mca/sstore/stage/sstore_stage_global.c | 21 +--- orte/mca/sstore/stage/sstore_stage_local.c | 33 +++--- orte/tools/orte-checkpoint/orte-checkpoint.c | 20 +--- orte/tools/orte-migrate/orte-migrate.c | 20 +--- 16 files changed, 186 insertions(+), 382 deletions(-) -- 1.8.4.2