Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI/LB] Add a XBT_DEBUG statement
[simgrid.git] / src / smpi / plugins / sampi_loadbalancer.cpp
index b201830d3cfca4d519098f77dea17c55503b3f3e..375a624013a94274c97954b400dc08e6f26e3ccb 100644 (file)
@@ -92,6 +92,7 @@ public:
       smpi_execute(xbt_os_timer_elapsed(timer));
 
       // Update the process and host mapping in SimGrid.
+      XBT_DEBUG("Migrating process %li from %s to %s", my_proc_id, cur_host->get_cname(), migrate_to_host->get_cname());
       TRACE_smpi_process_change_host(my_proc_id, migrate_to_host);
       simgrid::s4u::this_actor::migrate(migrate_to_host);
     }