1
1
openmpi/orte
Nathan Hjelm c416c423bb ess/singleton: do not put component strings into the environment
putenv requires that any string put into the environment is not
changed or freed. That is not the case with constant strings as they
will go away when dlclose is called on the component. Instead, just
use opal_setenv which does not have this restriction.

Signed-off-by: Nathan Hjelm <hjelmn@lanl.gov>
2015-04-09 11:00:47 -06:00
..
etc Backing out the Open SHMEM project 2013-02-12 17:45:27 +00:00
include spelling: trivial spelling fix 2015-02-27 18:30:43 -08:00
mca ess/singleton: do not put component strings into the environment 2015-04-09 11:00:47 -06:00
orted Merge pull request #501 from rhc54/topic/sec2 2015-03-30 09:59:43 -07:00
runtime opal: fix multiple bugs in MCA and opal 2015-04-07 19:13:20 -06:00
test added one more time interval for barrier to pmix unit test 2015-03-06 10:33:14 +02:00
tools orterun.c: re-justify the output message text 2015-04-01 10:57:23 -07:00
util For scalability reasons, and to make life easier for the poor Cray-ites, don't bang on the system for the username - we'll just use the uid. 2015-03-19 21:24:13 -07:00
Doxyfile Fix the broken Doxyfile so people can generate what little code base documentation we have :-) 2006-04-13 12:52:17 +00:00
Makefile.am configury: new OPAL_SET_LIB_PREFIX/ORTE_SET_LIB_PREFIX macros 2014-10-22 10:32:19 -07:00