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 r12198.
Этот коммит содержится в:
George Bosilca 2006-10-19 21:19:08 +00:00
родитель d0d3d7fd41
Коммит c788f0dd51

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

@ -461,6 +461,12 @@ static int orte_odls_process_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