From 2f7aa0a29d2c3bc0bed7e155cc08294657d089bc Mon Sep 17 00:00:00 2001
From: Boris Basic <boris.basic@edf.fr>
Date: Fri, 24 Feb 2023 14:01:39 +0100
Subject: [PATCH] Provide more information on each dependency

---
 README.md | 13 +++++++------
 1 file changed, 7 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index 9851591..4ae710c 100644
--- a/README.md
+++ b/README.md
@@ -21,14 +21,15 @@ C:\>set https_proxy=http://vip-users.proxy.edf.fr:3131
 ## Building and installing TELEMAC-MASCARET dependencies
 
 TELEMAC-MASCARET can be built with or without several dependencies, which are listed below:
-- MED (requires HDF5)
-- METIS
-- MPI
-- MUMPS (additionally requires):
+- MED (requires HDF5): add support for the MED file format.
+- MPI: enable runtime parallelism, using the latest implementation of Microsoft MPI. Also requires:
+    - METIS: used for partioning the mesh during a parallel run.
+- MUMPS: parallel direct solver which is only used by ARTEMIS. Also requires:
+    - MPI
     - OpenBLAS (includes LAPACK)
     - ScaLAPACK
-- AED2
-- GOTM
+- AED2: activate more processes in WAQTEL.
+- GOTM: allow the use of the General Ocean Turbulence Model in TELEMAC-3D.
 
 These dependencies can be installed using the provided `build-telemac-deps.bat` script, as follows:
 ```
-- 
GitLab