Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
MSG_task_dsend: don't apply a default function if cleanup is NULL
[simgrid.git] / examples / cxx / comm_time / Main.cxx
1 #include <MsgSimulation.hpp>
2
3 using namespace SimGrid::Msg;
4
5 int
6 main(int argc, char* argv[])
7 {
8         Simulation s;
9         
10         return s.execute(argc, argv);
11 }