Old actsim cluster agent code for action 0.0.1
Find a file
2025-01-08 16:53:16 +01:00
include implement remaining failure modes and optimize reference data pull 2025-01-08 16:53:16 +01:00
src implement remaining failure modes and optimize reference data pull 2025-01-08 16:53:16 +01:00
.gitignore ignore actsim history output 2024-01-17 17:27:25 -05:00
CMakeLists.txt fix weird build issues 2025-01-03 12:52:56 +01:00
README.md update readme 2024-01-15 16:55:25 -05:00

Actsim Cluster Agent

Database frontend for the actsim simulator. This tool works in conjunction with act-deploy and its associated database.

If you want to run a lot of distributed simulations, this is how to do it.

Todo until basic function

  • Execute the actsim binary
  • Upload task to database

Roadmap

  • Compare simulation to reference run and shrink log to partial
  • Parse log to get top level insights
  • Run simulations from the database

Authors and acknowledgment

Base simulator actsim written by Rajit Manohar. Multi-head modifications and database frontend written by Fabian Posch.

License

This will probably end up with GPL-v3. For now all rights reserved.

Project status

Not even pre-alpha. I have to get this to a working state until the end of February.

Things that would be nice

  • [] Reimplement the monitor timeout interrupt to also be notifiable by the signal handler.