Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
sort out the functions on MPI init/fini
[simgrid.git] / src / smpi / internals / smpi_actor.cpp
index 41bca6b..0b8ff88 100644 (file)
@@ -213,7 +213,7 @@ void ActorExt::init()
   simgrid::s4u::ActorPtr self = simgrid::s4u::Actor::self();
   // cheinrich: I'm not sure what the impact of the SMPI_switch_data_segment on this call is. I moved
   // this up here so that I can set the privatized region before the switch.
-  ActorExt* ext = smpi_process_remote(self);
+  ActorExt* ext = smpi_process();
   // if we are in MPI_Init and argc handling has already been done.
   if (ext->initialized())
     return;