stardis-solver

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

commit f07580dc06ec2e5feba7090278749c133c94fa82
parent eae61054775875b19cfce4aa13cd9ed42f3b75fd
Author: Vincent Forest <vincent.forest@meso-star.com>
Date:   Tue,  5 Dec 2023 15:18:55 +0100

Enhance DISTRIB_PARALLELISM macro comment

Diffstat:
Mconfig.mk | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/config.mk b/config.mk @@ -8,7 +8,8 @@ BUILD_TYPE = RELEASE #BUILD_TYPE = DEBUG # Defines whether distributed parallelism is supported. Any value other -# than MPI disables its supports. +# than MPI disables its supports. So, simply comment the macro to +# deactivate it. DISTRIB_PARALLELISM = MPI # MPI pkg-config file