1
1

Apparently, the MCA params are being loaded into the environment params of the individual app_contexts as well. Clear them of "bad" ones.

This commit was SVN r12197.
Этот коммит содержится в:
Ralph Castain 2006-10-19 20:49:35 +00:00
родитель 382f954fff
Коммит d0d3d7fd41

Просмотреть файл

@ -531,6 +531,12 @@ static int odls_default_fork_local_proc(
} else {
environ_copy = opal_argv_copy(base_environ);
}
/* purge any disallowed component directives */
opal_unsetenv("rds", &environ_copy);
opal_unsetenv("ras", &environ_copy);
opal_unsetenv("rmaps", &environ_copy);
opal_unsetenv("pls", &environ_copy);
opal_unsetenv("rmgr", &environ_copy);
/* special case handling for --prefix: this is somewhat icky,
but at least some users do this. :-\ It is possible that