// Launch the MSG simulation.
XBT_INFO("Starting simulation at %f...", MSG_get_clock());
res = MSG_main();
simulated_time = MSG_get_clock();
XBT_INFO("Simulation ended at %f.", simulated_time);
// Launch the MSG simulation.
XBT_INFO("Starting simulation at %f...", MSG_get_clock());
res = MSG_main();
simulated_time = MSG_get_clock();
XBT_INFO("Simulation ended at %f.", simulated_time);