Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
delete the process at the end of the main method
[simgrid.git] / examples / cxx / comm_time / Main.cxx
1 #include <Simulation.hpp>\r
2 \r
3 using namespace SimGrid::Msg;\r
4 \r
5 int\r
6 main(int argc, char* argv[])\r
7 {\r
8         Simulation s;\r
9         \r
10         return s.execute(argc, argv);\r
11 }\r