Thanks for your fix.
You say that the environment is only taken in
account during register. There is another variable set in the
environment in opal-restart.c. Does the following still work:
opal-restart.c:
(void) mca_base_var_env_name("crs", &tmp_env_var);
opal_setenv(tmp_env_var,
Good catch. Fixing now.
-Nathan
On Mon, Mar 17, 2014 at 02:50:02PM +0100, Adrian Reber wrote:
> On Fri, Mar 14, 2014 at 10:18:06PM +, Hjelm, Nathan T wrote:
> > The preferred way is to use mca_base_var_find and then call
> > mca_base_var_[set|get]_value. For performance sake we only look at
On Fri, Mar 14, 2014 at 10:18:06PM +, Hjelm, Nathan T wrote:
> The preferred way is to use mca_base_var_find and then call
> mca_base_var_[set|get]_value. For performance sake we only look at the
> environment when the variable is registered.
I believe I found a bug in mca_base_var_set_value
Thanks, that was the information I needed.
On Fri, Mar 14, 2014 at 10:18:06PM +, Hjelm, Nathan T wrote:
> The preferred way is to use mca_base_var_find and then call
> mca_base_var_[set|get]_value. For performance sake we only look at the
> environment when the variable is registered.
>
> -
The preferred way is to use mca_base_var_find and then call
mca_base_var_[set|get]_value. For performance sake we only look at the
environment when the variable is registered.
-Nathan
Please excuse the horrible Outlook top-posting. OWA sucks.
From: deve
I don't believe we support changing the value of an MCA param on-the-fly -
you'd need to transfer it to an appropriate-level global that you can change as
required
On Mar 14, 2014, at 2:05 PM, Adrian Reber wrote:
> I am now trying to run orte-restart. As far as I understand it
> orte-restart a