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();