Commit graph

23 commits

Author SHA1 Message Date
d3f88a8acd add missing deadlock detection 2025-02-02 17:08:11 +01:00
dd377a4f0f print error log on failed simulation 2025-01-31 13:55:36 +01:00
e51064771b final fixes 2025-01-30 23:57:27 +01:00
0a3a235575 implement remaining failure modes and optimize reference data pull 2025-01-08 16:53:16 +01:00
3d704c7e73 streamline code and fix running out of file descriptors 2025-01-03 12:58:53 +01:00
d4667506dd add log parser 2024-01-29 16:14:19 -05:00
711808eafb implement reference run handling in threading; actual output parsing is missing as of now 2024-01-29 15:38:55 -05:00
7d938f8b7f and removed stray debug definition 2024-01-17 17:07:14 -05:00
10ee8e5960 fixed so many issues; memory leak, actsim binary not called, error when pipes just nonblocking, queued for upload even when task failed, debug prints 2024-01-17 17:06:37 -05:00
e9436919ad fix delete instead of delete[] 2024-01-16 17:18:41 -05:00
9c8dbf9780 fix call for cretion of empty output artifact 2024-01-16 17:18:07 -05:00
a3d329cdd5 fix iso c++ warning on const char* 2024-01-16 17:10:41 -05:00
68d5c142c2 fix move on return 2024-01-16 16:59:40 -05:00
4ce580f272 implement actsim call 2024-01-15 16:55:37 -05:00
826c8dd92c start implementation actsim exec in worker 2024-01-12 18:32:41 -05:00
6fe744fd76 fix threading, implement design dependency handling 2024-01-11 17:02:33 -05:00
d62fcf7669 migrate to artifact instead of task, make interface more flexible 2024-01-11 15:06:05 -05:00
feb36c2eb6 threading works, using full interface as threading control now 2024-01-10 17:07:38 -05:00
2730d204f9 fix join null check and expose current task uuid in worker 2024-01-10 15:45:31 -05:00
a5a989b359 fixed task completeness was not checked before upload 2024-01-09 21:27:39 -05:00
e85ce57b82 fix worker checks if thread object exists before attempting join 2024-01-09 20:40:26 -05:00
8ef69140d0 implement threading interface and worker loop 2024-01-09 17:12:31 -05:00
7dc1ba4a6d actually commit the files for the workers as well 2024-01-08 17:12:26 -05:00