Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Revert "Reset t_simdata->comm after comm is over."
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 1 Feb 2012 21:21:47 +0000 (22:21 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Wed, 1 Feb 2012 21:21:47 +0000 (22:21 +0100)
This reverts commit 1380f1a22147312c119055320c6ca87d72837598.

Looking at cdash, it is clearly wrong... sorry for the noise.

src/msg/msg_mailbox.c

index c03ab29..4eb5053 100644 (file)
@@ -186,7 +186,7 @@ MSG_mailbox_put_with_timeout(msg_mailbox_t mailbox, m_task_t task,
     t_simdata->isused = 0;
   }
 
-  t_simdata->comm = NULL;
+
   p_simdata->waiting_task = NULL;
 #ifdef HAVE_TRACING
   if (call_end)