[mpich2-commits] r7840 - mpich2/trunk/src/pm/hydra/pm/pmiserv
balaji at mcs.anl.gov
balaji at mcs.anl.gov
Wed Jan 26 12:29:07 CST 2011
Author: balaji
Date: 2011-01-26 12:29:07 -0600 (Wed, 26 Jan 2011)
New Revision: 7840
Modified:
mpich2/trunk/src/pm/hydra/pm/pmiserv/pmip.c
Log:
Minor cleanup.
Modified: mpich2/trunk/src/pm/hydra/pm/pmiserv/pmip.c
===================================================================
--- mpich2/trunk/src/pm/hydra/pm/pmiserv/pmip.c 2011-01-26 18:29:06 UTC (rev 7839)
+++ mpich2/trunk/src/pm/hydra/pm/pmiserv/pmip.c 2011-01-26 18:29:07 UTC (rev 7840)
@@ -237,7 +237,7 @@
* status is non-zero. If the return status is
* zero, and the exit status has already been set
* to a different value, we use that. */
- if (ret_status || HYD_pmcd_pmip.downstream.exit_status[i] ==-1)
+ if (ret_status || HYD_pmcd_pmip.downstream.exit_status[i] == -1)
HYD_pmcd_pmip.downstream.exit_status[i] = ret_status;
done++;
}
More information about the mpich2-commits
mailing list