Skip to content

Commit

Permalink
Cleaning up warnings during Sphinx build
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Nov 11, 2024
1 parent f974104 commit a0495f3
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions docs/BUILD.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,15 +27,18 @@ Requirements
| CMake | 3.12+ |
+--------------------+---------+


Install dependencies for Debain/Ubuntu
~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: bash
$ apt install -y git cmake libnetcdff-dev mpi-default-dev
Install/activate dependencies for Red Hat/Fedora
~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
.. code-block:: bash
$ dnf install -y git cmake netcdf-fortran-mpich-devel
<log out and back in to activate environment modules>
$ module load mpi
Expand Down

0 comments on commit a0495f3

Please sign in to comment.