1
1
openmpi/opal
Joshua Ladd 30da6d3a17 Opal: add a new MCA parameter that allows the user to specify a list of environment variables. This parameter will become the standard mechanism by which environment variables are set for OMPI applications replacing the -x option.
mpirun ... -x env_foo1=val1 -x env_foo2 -x env_foo3=val3  should now be expressed as

mpirun ... -mca mca_base_env_list env_foo1=val1+env_foo2+env_foo3=val3. 

The motivation for doing this is so that a list of environment variables may be set via standard MCA mechanisms such as mca parameter files, amca lists, etc. 

This feature was developed by Elena Shipunova and was reviewed by Josh Ladd.

This commit was SVN r32163.
2014-07-09 00:38:25 +00:00
..
asm Per RFC, another round in the renaming game - nearly complete 2014-05-07 03:01:47 +00:00
class Remove unused vars and actually test the indexed array member in the bitmap class 2014-06-14 03:18:24 +00:00
datatype Correctly deal with partially converted datatypes both 2014-05-29 21:53:44 +00:00
dss Add support for "double" to the DSS 2014-07-07 13:51:58 +00:00
etc Backing out the Open SHMEM project 2013-02-12 17:45:27 +00:00
include atomic_impl.h: fix trivial typos in comments 2014-05-21 17:18:18 +00:00
mca Opal: add a new MCA parameter that allows the user to specify a list of environment variables. This parameter will become the standard mechanism by which environment variables are set for OMPI applications replacing the -x option. 2014-07-09 00:38:25 +00:00
memoryhooks Fix typo - thanks to Michael Schlottke for pointing it out 2013-08-11 18:16:21 +00:00
runtime Ensure that the progress thread tracker properly cleans up the blocking event, if set. Also, use the blocking event to help wake up the progress thread for quick shutdown as some threads can be blocked in a long-running call to select. 2014-07-04 14:55:51 +00:00
threads The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees. 2014-05-08 02:01:35 +00:00
tools Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +00:00
util opal: fix leaks 2014-05-15 15:59:41 +00:00
win32 Remove all remaining vestiges of the Windows integration 2013-02-28 17:31:47 +00:00
Makefile.am Use the correct abstraction layer name for the data dirs 2014-05-08 14:32:24 +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