From dcedc99a6aadeef582de5f422860146f330b08cc Mon Sep 17 00:00:00 2001 From: Josh Hursey Date: Tue, 14 Jul 2009 19:01:43 +0000 Subject: [PATCH] It seems that we do no really want to set this particular variable to NULL. (causes badness in ess) This commit was SVN r21673. --- orte/runtime/orte_globals.c | 1 - 1 file changed, 1 deletion(-) diff --git a/orte/runtime/orte_globals.c b/orte/runtime/orte_globals.c index df3a97c836..9135b1718c 100644 --- a/orte/runtime/orte_globals.c +++ b/orte/runtime/orte_globals.c @@ -637,7 +637,6 @@ static void orte_job_destruct(orte_job_t* job) break; } } - orte_job_data = NULL; } }