]> AND Public Git Repository - simgrid.git/blobdiff - examples/s4u/actions-comm/s4u_actions-comm.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
We can start the recv requests directly now, and don't have to wait for a synchro.
[simgrid.git] / examples / s4u / actions-comm / s4u_actions-comm.cpp
index 1cbdbfbaa22247901a93ca37afcc6c813b7b6d61..44b42d1b8c7062f0ae3dc6f04f9c65b6b4d9d024 100644 (file)
@@ -104,7 +104,6 @@ int main(int argc, char *argv[])
   xbt_replay_action_register("send", Replayer::send);
   xbt_replay_action_register("recv", Replayer::recv);
 
-  /* Actually do the simulation using MSG_action_trace_run */
   if (argv[3]) {
     simgrid::xbt::action_fs = new std::ifstream(argv[3], std::ifstream::in);
   }