Skip to content

Commit

Permalink
Update release note (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
jorgensd authored Oct 29, 2024
1 parent c200725 commit b25e84c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ The `adios4dolfinx` library extends the [DOLFINx](https://github.com/FEniCS/dolf

Compatibility with DOLFINx:

- ADIOS4DOLFINx v0.9.0 is compatible with DOLFINx v0.9.x
- ADIOS4DOLFINx v0.8.1 is compatible with DOLFINx v0.8.x
- ADIOS4DOLFINx v0.7.3 is compatible with DOLFINx v0.7.x

Expand All @@ -30,6 +31,10 @@ Compatibility with DOLFINx:
The library depends on the Python-interface of [DOLFINx](https://github.com/) and an MPI-build of [ADIOS2](https://adios2.readthedocs.io/en/latest/setting_up/setting_up.html#as-package).
Therefore `ADIOS2` should not be install through PYPI/pip, but has to be installed through Conda, Spack or from source.

> [!IMPORTANT]
> ADIOS2<2.10.2 does not work properly with `numpy>=2.0.0`. Everyone is adviced to use the newest version of ADIOS2.
> This is for instance available through `conda` or the `ghcr.io/fenics/dolfinx/dolfinx:nightly` Docker-image.
### Docker

An MPI build of ADIOS2 is installed in the official DOLFINx containers, and thus there are no additional dependencies required to install `adios4dolfinx`
Expand Down

0 comments on commit b25e84c

Please sign in to comment.