Skip to content

Commit

Permalink
Merge pull request #548 from feathern/mkl_doc2
Browse files Browse the repository at this point in the history
Updated Pleiades install instructions.
  • Loading branch information
gassmoeller authored Jun 21, 2024
2 parents 2491765 + 4c9a76c commit dae42cf
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions doc/source/User_Guide/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit dae42cf

Please sign in to comment.