X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/ed5b6e45b9957b00a2c41f01ce9da418da78cecb..04c44fbe77163cca75366d10e35ba400b804eaef:/examples/cxx/comm_time/Slave.cxx diff --git a/examples/cxx/comm_time/Slave.cxx b/examples/cxx/comm_time/Slave.cxx index bc97e99284..c604f41c96 100644 --- a/examples/cxx/comm_time/Slave.cxx +++ b/examples/cxx/comm_time/Slave.cxx @@ -1,7 +1,7 @@ #include "Slave.hpp" #include "FinalizeTask.hpp" #include "CommTimeTask.hpp" -#include +#include #include #include @@ -30,7 +30,7 @@ int Slave::main(int argc, char** argv) if(time1 < task->getTime()) time1 = task->getTime(); - info(TEXT_("Processing \"") + TEXT_(task->getName()) + TEXT_("\" ") + TEXT_(getHost().getName()) + TEXT_(" (Communication time : ") + TEXT_((time2 - time1)) + TEXT_(")")); + //info(TEXT_("Processing \"") + TEXT_(task->getName()) + TEXT_("\" ") + TEXT_(getHost().getName()) + TEXT_(" (Communication time : ") + TEXT_((time2 - time1)) + TEXT_(")")); task->execute();