Skip to content

Commit

Permalink
Fix indentation so enumerated list is continuous
Browse files Browse the repository at this point in the history
  • Loading branch information
douglatornell committed Apr 28, 2023
1 parent 0e69d26 commit 8083a7e
Showing 1 changed file with 15 additions and 15 deletions.
30 changes: 15 additions & 15 deletions alliance-computing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -221,26 +221,26 @@ These are the setup steps that you need to do when you start using ``graham`` fo
#. Alliance clusters use the :command:`module load` command to load software components.
On ``graham`` the module loads that are required to build and run NEMO are:

.. code-block:: bash
.. code-block:: bash
module load StdEnv/2020
module load netcdf-fortran-mpi/4.6.0
module load perl/5.30.2
module load StdEnv/2020
module load netcdf-fortran-mpi/4.6.0
module load perl/5.30.2
You can manually load the modules each time you log in,
or you can add the above lines to your :file:`$HOME/.bashrc` file so that they are
automatically loaded upon login.
You can manually load the modules each time you log in,
or you can add the above lines to your :file:`$HOME/.bashrc` file so that they are
automatically loaded upon login.

.. note::
If you need to use the Compute Canada StdEnv/2016.4 environment that was the default
prior to 1-Apr-2021,
you should use the following module loads instead:
.. note::
If you need to use the Compute Canada StdEnv/2016.4 environment that was the default
prior to 1-Apr-2021,
you should use the following module loads instead:

.. code-block:: bash
.. code-block:: bash
module load StdEnv/2016.4
module load netcdf-fortran-mpi/4.4.4
module load perl/5.22.4
module load StdEnv/2016.4
module load netcdf-fortran-mpi/4.4.4
module load perl/5.22.4
#. Follow the :ref:`salishseadocs:CreateWorkspaceAndCloneRepositories` docs to set up your
:file:`$PROJECT/$USER/MEOPAR/` workspace and clone the repositories required to build
Expand Down

0 comments on commit 8083a7e

Please sign in to comment.