File tree 2 files changed +2
-44
lines changed
docs/users_guide/machines
2 files changed +2
-44
lines changed Original file line number Diff line number Diff line change 3
3
4
4
5
5
6
- compass environment:
7
-
8
- .. code-block :: bash
9
-
10
- source /global/cfs/cdirs/e3sm/software/anaconda_envs/load_latest_compass.sh
11
-
12
- example compass config file:
13
- `general.config.ocean_cori <https://gist.github.com/mark-petersen/c61095d65216415ee0bb62a76da3c6cb >`_
14
-
15
6
interactive login:
16
7
17
8
.. code-block :: bash
Original file line number Diff line number Diff line change @@ -64,17 +64,6 @@ Archiving
64
64
65
65
* you can just copy files directly into here for a particular project.
66
66
67
- git and compass environment, for all LANL IC machines:
68
-
69
- .. code-block :: bash
70
-
71
- module load git
72
- module use /usr/projects/climate/SHARED_CLIMATE/modulefiles/all/
73
- module unload python
74
- source /usr/projects/climate/SHARED_CLIMATE/anaconda_envs/load_latest_compass.sh
75
-
76
- Example compass config file for LANL IC: ``general.config.ocean_turq ``
77
-
78
67
LANL uses slurm. To obtain an interactive node:
79
68
80
69
.. code-block :: bash
@@ -131,11 +120,6 @@ setting up test cases or a test suite:
131
120
grizzly, gnu
132
121
------------
133
122
134
- .. note ::
135
-
136
- Compass 1.0.0 has not yet been released. The following will apply after
137
- the release.
138
-
139
123
To load the compass environment and modules, and set appropriate environment
140
124
variables:
141
125
@@ -147,22 +131,11 @@ To build the MPAS model with
147
131
148
132
.. code-block :: bash
149
133
150
- make CORE=landice gfortran
151
-
152
- or
153
-
154
- .. code-block :: bash
155
-
156
- make CORE=ocean gfortran
134
+ make gfortran
157
135
158
136
grizzly, intel
159
137
--------------
160
138
161
- .. note ::
162
-
163
- Compass 1.0.0 has not yet been released. The following will apply after
164
- the release.
165
-
166
139
To load the compass environment and modules, and set appropriate environment
167
140
variables:
168
141
@@ -174,10 +147,4 @@ To build the MPAS model with
174
147
175
148
.. code-block :: bash
176
149
177
- make CORE=landice intel-mpi
178
-
179
- or
180
-
181
- .. code-block :: bash
182
-
183
- make CORE=ocean intel-mpi
150
+ make intel-mpi
You can’t perform that action at this time.
0 commit comments