Skip to content

Commit

Permalink
Initial Perlmutter support (#227)
Browse files Browse the repository at this point in the history
  • Loading branch information
forsyth2 authored Nov 1, 2022
1 parent 4ad4062 commit a6667f7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 24 deletions.
2 changes: 1 addition & 1 deletion docs/source/best_practices.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ can access zstash on the data transfer nodes by loading the E3SM unified environ
$ ssh dtn01.nersc.gov
$ screen
$ bash
$ source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_cori-haswell.sh
$ source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_pm-cpu.sh

To detach from the screen session, use CTRL-A followed by D (for detach).
You can then safely close your window. To re-attach to an existing session
Expand Down
25 changes: 3 additions & 22 deletions docs/source/getting_started.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ The paths to ``e3sm_unified`` activation scripts are machine dependent:
**NERSC**
::

source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_cori-haswell.sh
source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_pm-cpu.sh


**Anvil**
Expand Down Expand Up @@ -74,22 +74,6 @@ install the latest version in your own custom conda environment.

First, activate conda or install it if it's not available. Details vary amongst machines.

Compy
-----
::

module load anaconda3/2019.03
source /share/apps/anaconda3/2019.03/etc/profile.d/conda.sh


NERSC
-----
::

module load python/3.7-anaconda-2019.10
source /global/common/cori_cle7/software/python/3.7-anaconda-2019.10/etc/profile.d/conda.sh


.. _conda_environment_others:

Others/Local
Expand Down Expand Up @@ -163,11 +147,8 @@ Installation on NERSC

After installing on NERSC, you may see improved performance
running **zstash on the data transfer nodes** (dtn{01..15}.nersc.gov). However, modules are
not directly available there, so you will need to manually activate Anaconda: ::

$ bash
$ source /global/common/cori_cle7/software/python/3.7-anaconda-2019.10/etc/profile.d/conda.sh
$ conda activate zstash_env
not directly available there, so you will need to manually activate Anaconda before running
``conda activate zstash_env``.


Updating
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorial.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Tutorial
********

.. note::
.. warning::
This tutorial is specifically for ``zstash v0.4.2``.
Some features have been added/changed since.
Paths for E3SM Unified have also changed.
Expand Down

0 comments on commit a6667f7

Please sign in to comment.