Releases: powsybl/powsybl-hpc
Releases · powsybl/powsybl-hpc
v3.3.0
v3.2.0
v3.1.0
v3.0.0
Release notes
Dependencies
Quality
- Code cleaning (#72)
- Improve code coverage (#73)
- Fill missing headers (#74)
- Javadoc fix: add literal in mail addresses (#76)
- Update readme (#77)
Java version support
PowSyBl-HPC now only supports Java 17 and higher. Please check that your installed SDK is still compatible. If you are using Ubuntu 20.04 LTS and the preinstalled Maven version, you will need to upgrade your Maven version too at least up to a version 3.8.x.
v2.12.0
v2.11.1
v2.11.0
v2.10.1
Release notes
This corrective release fixes 2 bugs in slurm computation manager, related to the handling of spaces in the input file names and arguments of submitted jobs .
Slurm
- When using the new "job array" feature, fixes the handling of arguments which contain spaces
- Fixes possible bugs when unzipping files with names containing spaces to remote directory
v2.10.0
Release notes
Dependencies
- Update powsybl-core version to v3.3.0
Slurm
- Add the capacity to use Slurm job arrays when execution count > 1. It becomes the new default behaviour, and you may switch back to the old behaviour with the following configuration property job-array:
slurm-computation-manager:
job-array: false
- Improve the behaviour of cancellation of
CompletableFuture
s created by the computation manager: now calls to future.get() or future.join() will correctly throw aCancellationException
with no delay - Quality : refactoring of internals to improve maintainability
v2.9.0
Release notes
Dependencies
- Update powsybl-core version to v3.2.0
- Update powsybl-parent version to v2
Slurm
- Add the possibility to configure the memory requirement for slurm jobs
- Fix the detection of jobs failures in job batches (execution count > 1)
- Quality : start refactoring slurm computation manager internals, and improve unit test coverage