stardis-solver

Solve coupled heat transfers
git clone git://git.meso-star.fr/stardis-solver.git
Log | Files | Refs | README | LICENSE

commit 4f3c62f898d43376793e944a73a588a29ec07c06
parent 3208a9abade38141c456316f2e4d638574e71fd1
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Fri,  4 Mar 2022 10:02:02 +0100

Notify OpenMPI as optional dependency in the README file

Diffstat:
MREADME.md | 4+++-
1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -105,7 +105,9 @@ It also depends on the [Star-Enclosures-2D](https://gitlab.com/meso-star/star-enclosures-2d/) and [Star-SP](https://gitlab.com/meso-star/star-sp/) libraries as well as on the [OpenMP](http://www.openmp.org) 2.0 specification to parallelize its -computations. +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 that implements the OpenMP 2.0 specification are installed on your system. Then install the RCMake package as