Releases: ClusterCockpit/cc-slurm-adapter
Releases · ClusterCockpit/cc-slurm-adapter
v0.2.0
Features/bugfixes of this release:
- Significantly reduced Slurm overhead: Redundant calls to Slurm commands are reduced significantly. Batching is used whereever possible.
- Added internal profiler. There currently aren't many measured code sections, but it allows to get a feel for the overhead caused by various steps. Only available with debug level log output.
- Some updates to logging
- NATS is now optional
- REST submission to CC is now optional (albeit not recommended). This doesn't make REST optional entirely.
- Add node state collection for new ClusterCockpit version. Requires cc-backend with database schema 10. This does not yet have a stable release version, but will be released soon.
- And many more minor code changes
Initial Release
v0.1.0 Comment out skeleton node state code