fix bug in plm/rsh that could add extraneous mca options to the orted argv
cmr:v1.7 This commit was SVN r27526.
Этот коммит содержится в:
родитель
a980ee5ca1
Коммит
df9bd0ed59
@ -586,7 +586,7 @@ static int setup_launch(int *argcptr, char ***argvptr,
|
|||||||
* only if they aren't already present
|
* only if they aren't already present
|
||||||
*/
|
*/
|
||||||
for (i = 0; NULL != environ[i]; ++i) {
|
for (i = 0; NULL != environ[i]; ++i) {
|
||||||
if (0 == strncmp("OMPI_", environ[i], 5)) {
|
if (0 == strncmp("OMPI_MCA", environ[i], 8)) {
|
||||||
/* check for duplicate in app->env - this
|
/* check for duplicate in app->env - this
|
||||||
* would have been placed there by the
|
* would have been placed there by the
|
||||||
* cmd line processor. By convention, we
|
* cmd line processor. By convention, we
|
||||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user