1
1

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.
Этот коммит содержится в:
Josh Hursey 2010-03-23 19:55:21 +00:00
родитель 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