[mpich2-commits] r4003 - mpich2/trunk/src/pm/hydra/launcher/utils

balaji at mcs.anl.gov balaji at mcs.anl.gov
Tue Mar 10 17:51:05 CDT 2009


Author: balaji
Date: 2009-03-10 17:51:05 -0500 (Tue, 10 Mar 2009)
New Revision: 4003

Modified:
   mpich2/trunk/src/pm/hydra/launcher/utils/lchu.c
Log:
Got rid of an invalid case that was missed in r4002.

Modified: mpich2/trunk/src/pm/hydra/launcher/utils/lchu.c
===================================================================
--- mpich2/trunk/src/pm/hydra/launcher/utils/lchu.c	2009-03-10 22:48:33 UTC (rev 4002)
+++ mpich2/trunk/src/pm/hydra/launcher/utils/lchu.c	2009-03-10 22:51:05 UTC (rev 4003)
@@ -100,12 +100,6 @@
         proc_params = proc_params->next;
     }
 
-    if (proc_params) {
-        HYDU_Error_printf("Not enough number of hosts in host file: %s\n", handle.host_file);
-        status = HYD_INTERNAL_ERROR;
-        goto fn_fail;
-    }
-
   fn_exit:
     if (fp)
         fclose(fp);



More information about the mpich2-commits mailing list