commit 2701e87c4f0b5b1ac54e925071126a445e8e0760 parent ecca217757b0496416fa757a4f0fcbb583ac6bf2 Author: Christophe Coustet <christophe.coustet@meso-star.com> Date: Mon, 14 Mar 2022 10:02:02 +0100 Add release notes for version 0.8 Diffstat:
| M | README.md | | | 17 | ++++++++++++++++- |
1 file changed, 16 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md @@ -22,7 +22,10 @@ It also depends on the [star-stl](https://gitlab.com/meso-star/star-stl) and [stardis-solver](https://gitlab.com/meso-star/stardis-solver) libraries as well as on the [OpenMP](http://www.openmp.org) 2.0 specification to -parallelize its computations. +parallelize its computations. It may depend on +[OpenMPI](https://www.open-mpi.org/) 2.0 if distributed memory parallelism +is enabled via the `ENABLE_MPI` variable of the CMake file. + First ensure that CMake and a C compiler are installed on your system. @@ -33,6 +36,18 @@ variable the install directories of its dependencies. ## Release notes +## Version 0.8 + +- Add a new option to support non-linear radiative transfer computations. +- Changes in input file's format to support non-linear radiative transfer by + adding reference temperatures on interfaces. +- Add optional support for MPI (must be enabled at compile time, default is OFF). +- Change random number generator type to use Threefry. +- Change the format of binary Green files. A new public header file is now + installed that describes all types involved in binary Green files. +- Fix a crash on an exit-on-error execution path. +- Fix parsing of command-line options. + ### Version 0.7.2 Fix the binary file format of the green function: the fileformat has been