File tree Expand file tree Collapse file tree 3 files changed +5
-24
lines changed Expand file tree Collapse file tree 3 files changed +5
-24
lines changed Original file line number Diff line number Diff 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
2525To detach from the screen session, use CTRL-A followed by D (for detach).
2626You can then safely close your window. To re-attach to an existing session
Original file line number Diff line number Diff 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
7575First, 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
9579Others/Local
@@ -163,11 +147,8 @@ Installation on NERSC
163147
164148After installing on NERSC, you may see improved performance
165149running **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
173154Updating
Original file line number Diff line number Diff line change 22Tutorial
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.
You can’t perform that action at this time.
0 commit comments