Skip to content

Commit

Permalink
misc minor edits
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Jul 17, 2024
1 parent ed9465a commit 065c15e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/source/BackgroundInfo/TechnicalOverview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ This :term:`umbrella repository` uses Git submodules and an ``app_build.sh`` fil
- https://github.com/ufs-community/ccpp-physics/
* - ufs_model.fd
- ufs-weather-model
- Repository for the UFS Weather Model (WM). This repository contains a number of subrepositories, which are documented :doc:`in the WM User's <ufs-wm:CodeOverview>`.
- Repository for the UFS Weather Model (WM). This repository contains a number of subrepositories, which are documented :ufs-wm:`in the WM User's <CodeOverview.html>`.
- https://github.com/ufs-community/ufs-weather-model/
* - vector2tile_converter.fd
- land-vector2tile
Expand Down
4 changes: 2 additions & 2 deletions doc/source/BuildingRunningTesting/Container.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ The containerized version of Land DA requires:

* `Installation of Apptainer <https://apptainer.org/docs/admin/1.2/installation.html>`__
* At least 7 CPU cores
* An **Intel** compiler and :term:`MPI` (available for free `here <https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-download.html>`_)
* An **Intel** compiler and :term:`MPI` (available for `free here <https://www.intel.com/content/www/us/en/developer/tools/oneapi/hpc-toolkit-download.html>`_)


Install Singularity/Apptainer
===============================

.. note::

As of November 2021, the Linux-supported version of Singularity has been `renamed <https://apptainer.org/news/community-announcement-20211130/>`_ to *Apptainer*. Apptainer has maintained compatibility with Singularity, so ``singularity`` commands should work with either Singularity or Apptainer (see compatibility details `here <https://apptainer.org/docs/user/1.2/introduction.html>`_.)
As of November 2021, the Linux-supported version of Singularity has been `renamed <https://apptainer.org/news/community-announcement-20211130/>`_ to *Apptainer*. Apptainer has maintained compatibility with Singularity, so ``singularity`` commands should work with either Singularity or Apptainer (see `compatibility details here <https://apptainer.org/docs/user/1.2/introduction.html>`_.)

To build and run Land DA using a Singularity/Apptainer container, first install the software according to the `Apptainer Installation Guide <https://apptainer.org/docs/admin/1.2/installation.html>`_. This will include the installation of all dependencies.

Expand Down

0 comments on commit 065c15e

Please sign in to comment.