[mpich2-commits] r8011 - mpich2/trunk/src/pm/hydra/ui/mpich

balaji at mcs.anl.gov balaji at mcs.anl.gov
Tue Feb 22 14:23:29 CST 2011


Author: balaji
Date: 2011-02-22 14:23:29 -0600 (Tue, 22 Feb 2011)
New Revision: 8011

Modified:
   mpich2/trunk/src/pm/hydra/ui/mpich/mpiexec.c
Log:
Bug-fix: If we forcefully cleaned up a proxy, and didn't wait for it
to return the process exit codes, we should not automatically fill in
a random error code (can't believe we were doing that!).

No reviewer.

Modified: mpich2/trunk/src/pm/hydra/ui/mpich/mpiexec.c
===================================================================
--- mpich2/trunk/src/pm/hydra/ui/mpich/mpiexec.c	2011-02-22 20:23:28 UTC (rev 8010)
+++ mpich2/trunk/src/pm/hydra/ui/mpich/mpiexec.c	2011-02-22 20:23:29 UTC (rev 8011)
@@ -391,7 +391,6 @@
     for (proxy = HYD_server_info.pg_list.proxy_list; proxy; proxy = proxy->next) {
         if (proxy->exit_status == NULL) {
             /* We didn't receive the exit status for this proxy */
-            exit_status |= 1;
             continue;
         }
 



More information about the mpich2-commits mailing list