]> AND Private Git Repository - loba.git/blobdiff - main.cpp
Logo AND Algorithmique Numérique Distribuée

Private GIT Repository
Update TODO list.
[loba.git] / main.cpp
index ad59642611707298e6e9e335e23843644a122911..fc0843ab28f2b3e2ee1c2725862bd932a25d0187 100644 (file)
--- 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.
         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());
         MSG_create_environment(opt::platform_file.c_str());
+        XBT_DEBUG("Creating hostdata...");
         hostdata::create();
         hostdata::create();
+        XBT_DEBUG("Deploying processes...");
         if (opt::auto_depl::enabled) {
             if (!opt::auto_depl::nhosts)
                 opt::auto_depl::nhosts = hostdata::size();
         if (opt::auto_depl::enabled) {
             if (!opt::auto_depl::nhosts)
                 opt::auto_depl::nhosts = hostdata::size();