1
1
openmpi/orte/mca/rml/ftrm
Adrian Reber a3813d37c7 Trying to get the C/R code to compile again. (recv_*_nb)
This patch changes all recv/recv_buffer occurrences in the C/R code
to recv_nb/recv_buffer_nb.
The old code is still there but disabled using ifdefs (ENABLE_FT_FIXED).
The new code compiles but does not work.

Changes from V1:
* #ifdef out the 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 the code where the behaviour is changed
  (used to be blocking; now non-blocking)

This commit was SVN r30035.
2013-12-20 21:05:40 +00:00
..
configure.m4 As per the RFC, bring in the ORTE async progress code and the rewrite of OOB: 2013-08-22 16:37:40 +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
rml_ftrm_component.c Trying to get the C/R code to compile again. (recv_*_nb) 2013-12-20 21:05:40 +00:00
rml_ftrm_module.c Trying to get the C/R code to compile again. (recv_*_nb) 2013-12-20 21:05:40 +00:00
rml_ftrm.h Trying to get the C/R code to compile again. (recv_*_nb) 2013-12-20 21:05:40 +00:00