Releases: mochi-hpc/mochi-bedrock
Releases · mochi-hpc/mochi-bedrock
Version 0.12.0
This version externalizes the module API into a different repository / package: https://github.com/mochi-hpc/mochi-bedrock-module-api
Version 0.11.0
- MPI is now managed outside of the SSG manager
- bedrock-shutdown and bedrock-query can take a flock file
- MPI_COMM_WORLD information is exposed in jx9 programs
Version 0.10.0
- Adds bedrockctl CLI
- Adds JSON validation via nlohmann-json-schema-validator
Version 0.9.1
- Adds if statements in configuration entries
Version 0.9.0
- Large improvement of the Python library
- Some bug fixes
Version 0.8.4
- Adds python module (previously implemented independently in py-mochi-bedrock)
Version 0.8.3
- Fixes a problem with dependency lookup from JSON
Version 0.8.2
- Adds tags in clients and providers
Version 0.8.1
- Fixes the use of getProviderDependencies and getClientDependencies
- Adds the possible to let Bedrock choose a provider ID for a new provider if not specified
Version 0.8.0
- Adds the provider migration, snapshot, and restore features