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

Private GIT Repository
Add debug messages.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 21 Feb 2011 14:54:25 +0000 (15:54 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Mon, 21 Feb 2011 14:54:25 +0000 (15:54 +0100)
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();