1
1
openmpi/orte/mca/sstore
Adrian Reber 53a70fe87f Trying to get the C/R code to compile again. (send_*_nb)
This patch changes all send/send_buffer occurrences in the C/R code
to send_nb/send_buffer_nb.
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:
* just replace the blocking calls with the non-blocking calls
* all #ifdef's introduced in V1 are gone
* send_* returns error code or ORTE_SUCCESS (not the number of bytes)

This commit was SVN r30036.
2013-12-20 21:58:28 +00:00
..
base Correctly register the component MCA parameters. 2013-06-15 16:05:09 +00:00
central Trying to get the C/R code to compile again. (send_*_nb) 2013-12-20 21:58:28 +00:00
stage Trying to get the C/R code to compile again. (send_*_nb) 2013-12-20 21:58:28 +00:00
Makefile.am Fix mistake that came in via the ompi-agen tree in r23764. The mistake wasn't part of the core autogen upgrade; it was an additional 'bonus' cleanup. Oops. The mistake will always create a set of directories under installdir, even if you do not --with-devel-headers. The set of directories will be empty, but still -- they should not be there at all. This commit fixes that -- the directories are not created at all if you do not --with-devel-headers 2010-09-24 22:53:28 +00:00
orte_sstore.7in A number of C/R enhancements per RFC below: 2010-08-10 20:51:11 +00:00
sstore.h A number of C/R enhancements per RFC below: 2010-08-10 20:51:11 +00:00