Skip to content

Commit a6667f7

Browse files
authored
Initial Perlmutter support (#227)
1 parent 4ad4062 commit a6667f7

File tree

3 files changed

+5
-24
lines changed

3 files changed

+5
-24
lines changed

docs/source/best_practices.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ can access zstash on the data transfer nodes by loading the E3SM unified environ
2020
$ ssh dtn01.nersc.gov
2121
$ screen
2222
$ bash
23-
$ source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_cori-haswell.sh
23+
$ source /global/common/software/e3sm/anaconda_envs/load_latest_e3sm_unified_pm-cpu.sh
2424

2525
To detach from the screen session, use CTRL-A followed by D (for detach).
2626
You can then safely close your window. To re-attach to an existing session

docs/source/getting_started.rst

Lines changed: 3 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The paths to ``e3sm_unified`` activation scripts are machine dependent:
2626
**NERSC**
2727
::
2828

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

3131

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

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

77-
Compy
78-
-----
79-
::
80-
81-
module load anaconda3/2019.03
82-
source /share/apps/anaconda3/2019.03/etc/profile.d/conda.sh
83-
84-
85-
NERSC
86-
-----
87-
::
88-
89-
module load python/3.7-anaconda-2019.10
90-
source /global/common/cori_cle7/software/python/3.7-anaconda-2019.10/etc/profile.d/conda.sh
91-
92-
9377
.. _conda_environment_others:
9478

9579
Others/Local
@@ -163,11 +147,8 @@ Installation on NERSC
163147

164148
After installing on NERSC, you may see improved performance
165149
running **zstash on the data transfer nodes** (dtn{01..15}.nersc.gov). However, modules are
166-
not directly available there, so you will need to manually activate Anaconda: ::
167-
168-
$ bash
169-
$ source /global/common/cori_cle7/software/python/3.7-anaconda-2019.10/etc/profile.d/conda.sh
170-
$ conda activate zstash_env
150+
not directly available there, so you will need to manually activate Anaconda before running
151+
``conda activate zstash_env``.
171152

172153

173154
Updating

docs/source/tutorial.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
Tutorial
33
********
44

5-
.. note::
5+
.. warning::
66
This tutorial is specifically for ``zstash v0.4.2``.
77
Some features have been added/changed since.
88
Paths for E3SM Unified have also changed.

0 commit comments

Comments
 (0)