Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make the gras.h with cmake.
[simgrid.git] / buildtools / CPACK / tmp / prog_gtnets.cpp
diff --git a/buildtools/CPACK/tmp/prog_gtnets.cpp b/buildtools/CPACK/tmp/prog_gtnets.cpp
new file mode 100644 (file)
index 0000000..7c68bea
--- /dev/null
@@ -0,0 +1,7 @@
+#include <simulator.h>
+
+int main(){
+  Simulator s;
+  s.RunUntilNextCompletion();
+}
+