From 8d9632b768c69fa38bfc00cb58fcc9b7f3524755 Mon Sep 17 00:00:00 2001 From: Arnaud Giersch Date: Mon, 21 Feb 2011 15:54:25 +0100 Subject: [PATCH] Add debug messages. --- main.cpp | 3 +++ 1 file changed, 3 insertions(+) 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(); -- 2.39.5