Skip to content

Commit

Permalink
Making NEKRS_HOME and code snippet format consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
JezSw committed Aug 20, 2024
1 parent e957113 commit 8cc3bff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/source/user_guide/installing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ be using a common package manager.
You will need to set some additional environment variables to ensure the
correct compiler is used by OpenMPI when compiling (see :ref:`cmake`). In
your .zshrc, in addition to setting the NEKRS_HOME (see :ref:`nekrs_home`),
your .zshrc, in addition to setting the ``NEKRS_HOME`` (see :ref:`nekrs_home`),
you should set a ``GCC_HOME`` variable according to whether your using
an Intel Mac (``/usr/local``) or Apple Silicon (M1, M2 etc. ``/opt/homebrew``).
Then modify the ``OMP_`` variables according to the specific compiler version
Expand Down Expand Up @@ -137,13 +137,13 @@ For example, this can be:

.. code-block::
user$ export NEKRS_HOME=$HOME/.local/nekrs
export NEKRS_HOME=$HOME/.local/nekrs
Then, be sure to add this directory to your path:

.. code-block::
user$ export PATH=${NEKRS_HOME}:${PATH}
export PATH=${NEKRS_HOME}:${PATH}
To avoid repeating these steps for every new shell, you may want to add these environment
variable settings in a ``.bashrc``.
Expand Down

0 comments on commit 8cc3bff

Please sign in to comment.