1
1
openmpi/opal
Adrian Reber 62dea2be84 opal-restart: fix variable passing from opal-restart to CRS
opal-restart.c disables crs module selection by setting
crs_base_do_not_select to true using opal_setenv() before
opal_init(). After opal_init() it enables module selection
by changing the variable back to false using opal_setenv().
This does not work anymore as the variables are only read
from the environment during variable registration.
This changes the second opal_setenv() to mca_base_var_set_value()

This commit was SVN r31108.
2014-03-18 15:28:42 +00:00
..
asm Fix ia64 operations by correcting a couple of bugs in the ia64 atomics. Thanks to Paul Hargrove for the patch! 2014-01-24 00:14:37 +00:00
class As Rolf pointed out, this patch wasn't needed on the trunk - just the 1.7 branch. Sigh 2014-02-03 21:40:56 +00:00
datatype Remove warnings identified by clang 3.4 2014-03-12 13:17:54 +00:00
dss Use correct unpack function 2014-03-11 02:59:34 +00:00
etc Backing out the Open SHMEM project 2013-02-12 17:45:27 +00:00
include Upgrade the security framework to avoid multiple hits against the global security server. Add support for future case where mpirun assings a global security credential for a given run, though we need to work out how to handle connect-accept from other mpirun's in that case. Remove a bunch of duplicate code in the OOB by consolidating the connection handshake code. 2014-02-04 14:47:04 +00:00
mca Add a missing "break" statement that otherwise causes the fetch of any string object to return an error 2014-03-18 01:14:34 +00:00
memoryhooks Fix typo - thanks to Michael Schlottke for pointing it out 2013-08-11 18:16:21 +00:00
runtime re-introduce distill_checkpoint_ready 2014-03-04 16:14:46 +00:00
threads Only provide OPAL_THREAD_ADD64 if we have 64 bit atomics 2014-01-20 20:22:38 +00:00
tools opal-restart: fix variable passing from opal-restart to CRS 2014-03-18 15:28:42 +00:00
util The random number generator changes were incomplete (typo errors) in some places, and is missing the required declspec's for visibility. 2014-03-12 22:37:27 +00:00
win32 Remove all remaining vestiges of the Windows integration 2013-02-28 17:31:47 +00:00
Makefile.am Fix longstanding issue with our multi-project support. Rather than using 2014-01-07 22:11:15 +00:00
win_makefile Move all win32 related files in opal, and modify all the Makefiles.am to 2005-12-08 06:17:15 +00:00