Skip to content

Commit

Permalink
Feature 2763 existing builds (#2765)
Browse files Browse the repository at this point in the history
* Per #2763, updated build for Casper

* Per #2763, updating Orion
  • Loading branch information
jprestop authored Nov 1, 2024
1 parent 258d27d commit 4dab0f8
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions docs/Users_Guide/existing_builds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ in the

| **NCAR MACHINE CASPER** (see
`Casper Information <https://ncar-hpc-docs.readthedocs.io/en/latest/compute-systems/casper/>`_)
| *Last Updated: July 23, 2024*
| *Last Updated: October 30, 2024*
* METplus-6.0.0-beta5
* METplus-6.0.0-beta6

* METplus-6.0.0-beta5 Installation:
* METplus-6.0.0-beta6 Installation:

* /glade/work/dtcrt/METplus/casper/components/METplus/installation

Expand All @@ -52,49 +52,49 @@ in the
export TOP_DIR=/glade/work/dtcrt/METplus/casper/components
module use $TOP_DIR/METplus/installations/modulefiles
module load metplus/6.0.0-beta5
module load metplus/6.0.0-beta6
* MET-12.0.0-beta5
* MET-12.0.0-beta6

* MODULES:

.. code-block:: ini
export TOP_DIR=/glade/work/dtcrt/METplus/casper/components
module use $TOP_DIR/MET/installations/modulefiles
module load met/12.0.0-beta5
module load met/12.0.0-beta6
* METdataio-3.0.0-beta5
* METdataio-3.0.0-beta6

* MODULES:

.. code-block:: ini
export TOP_DIR=/glade/work/dtcrt/METplus/casper/components
module use $TOP_DIR/METdataio/installations/modulefiles
module load metdataio/3.0.0-beta5
METcalcpy-3.0.0-beta5
module load metdataio/3.0.0-beta6
METcalcpy-3.0.0-beta6
MODULES:
* METcalcpy-3.0.0-beta5
* METcalcpy-3.0.0-beta6

* MODULES:

.. code-block:: ini
export TOP_DIR=/glade/work/dtcrt/METplus/casper/components
module use $TOP_DIR/METcalcpy/installations/modulefiles
module load metcalcpy/3.0.0-beta5
module load metcalcpy/3.0.0-beta6
* METplotpy-3.0.0-beta5
* METplotpy-3.0.0-beta6

* MODULES:

.. code-block:: ini
export TOP_DIR=/glade/work/dtcrt/METplus/casper/components
module use $TOP_DIR/METplotpy/installations/modulefiles
module load metplotpy/3.0.0-beta5
module load metplotpy/3.0.0-beta6
.. dropdown:: DERECHO

Expand Down Expand Up @@ -327,9 +327,9 @@ in the
.. dropdown:: ORION

| **NOAA MACHINE ORION (MANAGED BY MSU)**
| *Last updated: July 16, 2024*
| *Last updated: October 30, 2024*
* **METplus-6.0.0-beta5**
* **METplus-6.0.0-beta6**

* METplus-6.0 Sample Data

Expand All @@ -341,19 +341,19 @@ in the
.. code-block:: ini
module load contrib
module load metplus/6.0.0-beta5
module load metplus/6.0.0-beta6
* **MET-12.0.0-beta5**
* **MET-12.0.0-beta6**

* MODULES:

.. code-block:: ini
module load contrib
module load intel-oneapi-compilers/2022.2.1
module load met/12.0.0-beta5
module load met/12.0.0-beta6
* **METcalcpy-3.0.0-beta5 / METplotpy-3.0.0-beta5**
* **METcalcpy-3.0.0-beta6 / METplotpy-3.0.0-beta6**

* MODULES:

Expand All @@ -362,8 +362,8 @@ in the
module load contrib
module load intel-oneapi-compilers/2022.2.1
module use /apps/contrib/modulefiles
module load metcalcpy/3.0.0-beta5
module load metplotpy/3.0.0-beta5
module load metcalcpy/3.0.0-beta6
module load metplotpy/3.0.0-beta6
* PIP INSTALL

Expand All @@ -376,7 +376,7 @@ in the
python -m pip install --user netcdf4
python -m pip install --user h5netcdf
* **METdataio-3.0.0-beta5**
* **METdataio-3.0.0-beta6**

* MODULES:

Expand All @@ -385,7 +385,7 @@ in the
module load contrib
module load intel-oneapi-compilers/2022.2.1
module use /apps/contrib/modulefiles
module load metdataio/3.0.0-beta5
module load metdataio/3.0.0-beta6
.. dropdown:: JET

Expand Down

0 comments on commit 4dab0f8

Please sign in to comment.