X-Git-Url: https://bilbo.iut-bm.univ-fcomte.fr/and/gitweb/loba.git/blobdiff_plain/23920e90bb305cc5fca5f7b93a6b81bf6fc69065..3a610d4d2775be71fa1297f7f335376b2945984e:/main.cpp?ds=sidebyside diff --git a/main.cpp b/main.cpp index ad59642..fc0843a 100644 --- a/main.cpp +++ b/main.cpp @@ -171,8 +171,11 @@ int main(int argc, char* argv[]) MSG_function_register_default(simulation_main); // Create the platform and the application. + XBT_DEBUG("Loading platform file..."); MSG_create_environment(opt::platform_file.c_str()); + XBT_DEBUG("Creating hostdata..."); hostdata::create(); + XBT_DEBUG("Deploying processes..."); if (opt::auto_depl::enabled) { if (!opt::auto_depl::nhosts) opt::auto_depl::nhosts = hostdata::size();