[mpich2-commits] r3973 - mpich2/trunk/src/pm/hydra/pm/central

balaji at mcs.anl.gov balaji at mcs.anl.gov
Sun Mar 8 20:21:13 CDT 2009


Author: balaji
Date: 2009-03-08 20:21:13 -0500 (Sun, 08 Mar 2009)
New Revision: 3973

Modified:
   mpich2/trunk/src/pm/hydra/pm/central/central_launch.c
Log:
Bug fix when multiple nodes are used.

Modified: mpich2/trunk/src/pm/hydra/pm/central/central_launch.c
===================================================================
--- mpich2/trunk/src/pm/hydra/pm/central/central_launch.c	2009-03-08 23:35:27 UTC (rev 3972)
+++ mpich2/trunk/src/pm/hydra/pm/central/central_launch.c	2009-03-09 01:21:13 UTC (rev 3973)
@@ -167,6 +167,7 @@
             }
 
             partition->proc_count = 1;
+            run->next = next_partition;
             partition = next_partition;
         }
     }



More information about the mpich2-commits mailing list