]> AND Public Git Repository - simgrid.git/blobdiff - src/simix/smx_context_thread.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
tesh: be much more verbose when sorted output don't match
[simgrid.git] / src / simix / smx_context_thread.c
index fbde81840960d9ef8bab02597e4ef253d32eb778..1995a3f8087199ab10bde3b6955d7ddcd407d786 100644 (file)
@@ -188,6 +188,7 @@ static void smx_ctx_thread_runall_serial(void)
   unsigned int cursor;
 
   xbt_dynar_foreach(simix_global->process_to_run, cursor, process) {
+    XBT_DEBUG("Handling %p",process);
     xbt_os_sem_release(((smx_ctx_thread_t) process->context)->begin);
     xbt_os_sem_acquire(((smx_ctx_thread_t) process->context)->end);
   }