1
1
openmpi/orte/mca/sstore
Josh Hursey 40132f1874 Protect a potentially uninitialized variable (orte_sstore_base_global_snapshot_ref).
If orte_sstore_base_global_snapshot_ref is null, then it will default appropriately when it is used. When prelaunching we always specify this parameter, but if we are not prelaunching it is possible to allow this to be null and it will initialize when used. However we setup the prelaunching variable in both situtations and in the latter that would result in a NULL reference. This patch protects that code segment.

This commit was SVN r27289.
2012-09-11 15:14:28 +00:00
..
base Protect a potentially uninitialized variable (orte_sstore_base_global_snapshot_ref). 2012-09-11 15:14:28 +00:00
central Fix C/R support in the trunk. 2012-07-09 23:34:13 +00:00
stage Fix C/R support in the trunk. 2012-07-09 23:34:13 +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