From 4c9a76c4878e97572a1af1ca46bdccf72e5110f3 Mon Sep 17 00:00:00 2001 From: Nick Featherstone Date: Fri, 21 Jun 2024 13:41:09 -0600 Subject: [PATCH] Updated Pleiades install instructions. --- doc/source/User_Guide/getting_started.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/User_Guide/getting_started.rst b/doc/source/User_Guide/getting_started.rst index 6e57fb5f..03e650f3 100644 --- a/doc/source/User_Guide/getting_started.rst +++ b/doc/source/User_Guide/getting_started.rst @@ -415,9 +415,8 @@ Installation on NASA's Pleiades cluster is similarly straightforward. After clo .. code-block:: bash module purge - module load comp-intel - module load mpi-hpe - ./configure --FC=mpif90 --CC=icc # select 'ALL' + module load comp-intel mpi-hpe + ./configure --FC=mpif90 --CC=icc -mkl # select 'ALL' make -j make install