Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
acknoledge that the default value is set in network.c so that we have a single point...
[simgrid.git] / buildtools / Cmake / test_prog / prog_gtnets.cpp
1 #include <simulator.h>
2
3 int main(){
4   Simulator s;
5   s.RunUntilNextCompletion();
6 }
7