Revert this change, since even in the CR case we want to reset this var to NULL.
Thanks to Jeff for the catch. This commit was SVN r22868.
Этот коммит содержится в:
родитель
59126b1e0b
Коммит
9e967a3a9b
@ -562,9 +562,8 @@ int orterun(int argc, char *argv[])
|
||||
"1",
|
||||
true, &environ);
|
||||
free(tmp_env_var);
|
||||
#else
|
||||
tmp_env_var = NULL; /* Silence compiler warning */
|
||||
#endif
|
||||
tmp_env_var = NULL; /* Silence compiler warning */
|
||||
|
||||
/* Intialize our Open RTE environment
|
||||
* Set the flag telling orte_init that I am NOT a
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user