actsim-cluster-agent/README.md
2024-01-11 17:07:39 -05:00

25 lines
740 B
Markdown

# 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.
## Roadmap
- [ ] 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.