Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
update
[simgrid.git] / src / smpi / colls / smpi_automatic_selector.cpp
index 2e97cfe..2a1edb5 100644 (file)
@@ -18,9 +18,9 @@
              type=PJ_type_event_new(#cat, PJ_type_get_root());\
          }\
          char cont_name[25];\
-         snprintf(cont_name,25, "rank-%d", smpi_process_index());\
+         snprintf(cont_name,25, "rank-%d", smpi_process()->index());\
          val_t value = PJ_value_get_or_new(Colls::mpi_coll_##cat##_description[i].name,"1.0 1.0 1.0", type);\
-         new_pajeNewEvent (SIMIX_get_clock(), PJ_container_get(cont_name), type, value);\
+         NewEvent (SIMIX_get_clock(), PJ_container_get(cont_name), type, value);\
       }
 
 #define AUTOMATIC_COLL_BENCH(cat, ret, args, args2)\