From 7c8a3fd217418c6f956a9315eb13c2a31a9f85a0 Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 15 May 2019 22:37:35 +0200 Subject: feat: Add initial version of OpenDC simulation model This change adds the initial version of the port of the OpenDC simulation model to version 2.x of the simulator. The simulation model has been reworked to support immutability and event-driven simulation, with speed-ups up to 75x. --- opendc-format-gwf/src/test/resources/trace.gwf | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 opendc-format-gwf/src/test/resources/trace.gwf (limited to 'opendc-format-gwf/src/test/resources') diff --git a/opendc-format-gwf/src/test/resources/trace.gwf b/opendc-format-gwf/src/test/resources/trace.gwf new file mode 100644 index 00000000..75b4c8d8 --- /dev/null +++ b/opendc-format-gwf/src/test/resources/trace.gwf @@ -0,0 +1,4 @@ +WorkflowID, JobID , SubmitTime, RunTime , NProcs , ReqNProcs , Dependencies +0 , 1 , 50 , 13 , 1 , 1 , +1 , 2 , 64 , 13 , 1 , 1 , +1 , 3 , 1821 , 12 , 1 , 1 , 2 -- cgit v1.2.3