From e2c090306bb3c95b1d7f6631f97906bd5c0d78b7 Mon Sep 17 00:00:00 2001 From: Matteo Cusini Date: Wed, 21 Aug 2024 15:03:22 -0700 Subject: [PATCH] add a reference to prerequisites. --- src/docs/sphinx/QuickStart.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/docs/sphinx/QuickStart.rst b/src/docs/sphinx/QuickStart.rst index 093bbba0b2..3ff32ab035 100644 --- a/src/docs/sphinx/QuickStart.rst +++ b/src/docs/sphinx/QuickStart.rst @@ -221,8 +221,7 @@ You may also be willing to insert your credentials in the command line (less sec Configuration ============= -At a minimum, you will need a relatively recent compiler suite installed on your system (e.g. `GCC `_, `Clang `_) as well as `CMake `_. -If you want to run jobs using MPI-based parallelism, you will also need an MPI implementation (e.g. `OpenMPI `_, `MVAPICH `_). +Before proceeding, make sure to have installed all the minimal prerequisites as described in :ref:`Prerequisites` Note that GEOS supports a variety of parallel computing models, depending on the hardware and software environment. Advanced users are referred to the :ref:`BuildGuide` for a discussion of the available configuration options.