[mpich2-commits] r5601 - mpich2/trunk/src/pm/hydra/pm/pmiserv

balaji at mcs.anl.gov balaji at mcs.anl.gov
Wed Oct 28 15:24:01 CDT 2009


Author: balaji
Date: 2009-10-28 15:24:01 -0500 (Wed, 28 Oct 2009)
New Revision: 5601

Modified:
   mpich2/trunk/src/pm/hydra/pm/pmiserv/pmi_handle_v2.c
Log:
D'oh! My brain is not working. r5600 was an incorrect "fix".


Modified: mpich2/trunk/src/pm/hydra/pm/pmiserv/pmi_handle_v2.c
===================================================================
--- mpich2/trunk/src/pm/hydra/pm/pmiserv/pmi_handle_v2.c	2009-10-28 20:10:37 UTC (rev 5600)
+++ mpich2/trunk/src/pm/hydra/pm/pmiserv/pmi_handle_v2.c	2009-10-28 20:24:01 UTC (rev 5601)
@@ -164,13 +164,6 @@
             HYDU_ERR_POP(status, "kvs_get returned error\n");
         }
 
-        /* If the request hasn't completed, queue it back at the end
-         * of the pending list */
-        if (!req_complete) {
-            status = queue_req(req->fd, req->type, req->args);
-            HYDU_ERR_POP(status, "error queueing request\n");
-        }
-
         free_req(req);
     }
 



More information about the mpich2-commits mailing list