[mpich2-commits] r6736 - mpich2/trunk/src/pm/hydra/include

buntinas at mcs.anl.gov buntinas at mcs.anl.gov
Tue May 25 13:43:19 CDT 2010


Author: buntinas
Date: 2010-05-25 13:43:19 -0500 (Tue, 25 May 2010)
New Revision: 6736

Modified:
   mpich2/trunk/src/pm/hydra/include/hydra_base.h
Log:
added a general failure code for hydra

Modified: mpich2/trunk/src/pm/hydra/include/hydra_base.h
===================================================================
--- mpich2/trunk/src/pm/hydra/include/hydra_base.h	2010-05-25 17:55:05 UTC (rev 6735)
+++ mpich2/trunk/src/pm/hydra/include/hydra_base.h	2010-05-25 18:43:19 UTC (rev 6736)
@@ -164,6 +164,7 @@
 /* Status information */
 typedef enum {
     HYD_SUCCESS = 0,
+    HYD_FAILURE, /* general failure */
 
     /* Silent errors */
     HYD_GRACEFUL_ABORT,



More information about the mpich2-commits mailing list