Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 0 additions & 9 deletions docs/users_guide/machines/cori.rst
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,6 @@ Cori

login: ``ssh $my_username@cori.nersc.gov``

compass environment:

.. code-block:: bash

source /global/cfs/cdirs/e3sm/software/anaconda_envs/load_latest_compass.sh

example compass config file:
`general.config.ocean_cori <https://gist.github.com/mark-petersen/c61095d65216415ee0bb62a76da3c6cb>`_

interactive login:

.. code-block:: bash
Expand Down
37 changes: 2 additions & 35 deletions docs/users_guide/machines/grizzly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,17 +64,6 @@ Archiving

* you can just copy files directly into here for a particular project.

git and compass environment, for all LANL IC machines:

.. code-block:: bash

module load git
module use /usr/projects/climate/SHARED_CLIMATE/modulefiles/all/
module unload python
source /usr/projects/climate/SHARED_CLIMATE/anaconda_envs/load_latest_compass.sh

Example compass config file for LANL IC: ``general.config.ocean_turq``

LANL uses slurm. To obtain an interactive node:

.. code-block:: bash
Expand Down Expand Up @@ -131,11 +120,6 @@ setting up test cases or a test suite:
grizzly, gnu
------------

.. note::

Compass 1.0.0 has not yet been released. The following will apply after
the release.

To load the compass environment and modules, and set appropriate environment
variables:

Expand All @@ -147,22 +131,11 @@ To build the MPAS model with

.. code-block:: bash

make CORE=landice gfortran

or

.. code-block:: bash

make CORE=ocean gfortran
make gfortran

grizzly, intel
--------------

.. note::

Compass 1.0.0 has not yet been released. The following will apply after
the release.

To load the compass environment and modules, and set appropriate environment
variables:

Expand All @@ -174,10 +147,4 @@ To build the MPAS model with

.. code-block:: bash

make CORE=landice intel-mpi

or

.. code-block:: bash

make CORE=ocean intel-mpi
make intel-mpi