Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[SMPI] Fix datatype to aid_t instead of int
[simgrid.git] / src / smpi / plugins / sampi_loadbalancer.cpp
index e32317e51d6922ff7fabe91a3cfc41ce114c7b02..99e1bcc929cea7061c27b672619bf1a787c44c6e 100644 (file)
@@ -68,7 +68,7 @@ public:
     static bool was_executed = false;
     if (not was_executed) {
       was_executed = true;
-      XBT_DEBUG("Process %u runs the load balancer", my_proc_id);
+      XBT_DEBUG("Process %li runs the load balancer", my_proc_id);
       smpi_bench_begin();
       lb.run();
       smpi_bench_end();