From 77bcc95344eac89cbd47de34e6dc5d61d543ae9a Mon Sep 17 00:00:00 2001 From: Stephen Copplestone Date: Sat, 15 Oct 2022 01:05:25 +0200 Subject: [PATCH] Updated recommended and minimum system requirements for piclas installation in user documentation. --- docs/documentation/userguide/installation.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/documentation/userguide/installation.md b/docs/documentation/userguide/installation.md index f772fed1e..81aa09918 100644 --- a/docs/documentation/userguide/installation.md +++ b/docs/documentation/userguide/installation.md @@ -87,15 +87,15 @@ The following list contains the **recommended library combinations** for the Int | PICLas Version | Compiler | HDF5 | MPI | CMake | | :------------: | :-------: | :----: | :-----------: | :----: | | 2.8.0 | gcc12.2.0 | 1.12.2 | openmpi-4.1.4 | 3.24.2 | -| 2.3.0 | gcc11.2.0 | 1.12.1 | openmpi-4.1.1 | 3.21.3 | -| 2.0.0 | intel19.1 | 1.10 | impi2019 | 3.17 | +| 2.3.0 - 2.7.0 | gcc11.2.0 | 1.12.1 | openmpi-4.1.1 | 3.21.3 | +| 2.0.0 - 2.2.2 | intel19.1 | 1.10 | impi2019 | 3.17 | and the **minimum requirements** | PICLas Version | Compiler | HDF5 | MPI | CMake | | :------------: | :-------: | :----: | :-----------: | :---: | -| 2.3.0 | gnu9.2.0 | 1.10.6 | openmpi-3.1.6 | 3.17 | -| 2.0.0 | intel18.1 | 1.10 | impi2018 | 3.17 | +| 2.3.0 - 2.8.0 | gnu9.2.0 | 1.10.6 | openmpi-3.1.6 | 3.17 | +| 2.0.0 - 2.2.2 | intel18.1 | 1.10 | impi2018 | 3.17 | A full list of all previously tested combinations is found in Chapter {ref}`userguide/appendix:Appendix`. Alternative combinations might work as well, however, have not been tested.