-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathmkdocs.yml
More file actions
364 lines (343 loc) · 17.6 KB
/
mkdocs.yml
File metadata and controls
364 lines (343 loc) · 17.6 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
# ------------------------------------
# -------- Project Information -------
# ------------------------------------
site_name: NCAR HPC Documentation
site_description: NCAR HPC Docs website
repo_url: https://github.com/NCAR/HPC-Docs/
site_url: https://ncar-hpc-docs.readthedocs.io/en/latest/
site_author: CISL CSG (Consulting Services Group)
edit_uri: edit/main/docs/
# directories to watch for automatic rebuilding when running "mkdocs serve"
watch:
- mkdocs.yml
- themes/
- docs/
# ------------------------------------
# -------- validation config ---------
# ------------------------------------
validation:
nav:
not_found: warn # check if stubs exist or not!
omitted_files: ignore # check for files that exist without any links to them in nav
absolute_links : warn # check for absolute links -- pointers to outside htmls in nav
links:
not_found: ignore # check for broken links inside mds. (to be activated later!)
absolute_links : ignore # check for absolute links -- pointers to outside htmls in files (to be activated later!)
unrecognized_links: ignore # unrecognized relative links (to be activated later!)
# ------------------------------------
# ----------- content ----------------
# ------------------------------------
nav:
- Getting Started:
- getting-started/index.md
- End User Agreement: getting-started/end-user-agreement.md
- Accounts:
- getting-started/accounts/index.md
- CIT Passwords: getting-started/accounts/cit-passwords.md
- Duo Two-Factor Authentication:
- getting-started/accounts/duo/index.md
- Enrolling with Duo: getting-started/accounts/duo/enrolling.md
- SAM: getting-started/accounts/systems-accounting-manager.md
- Allocations:
- allocations/index.md # -- https://arc.ucar.edu/knowledge_base/74317835
- Managing Your Allocation: getting-started/managing-your-allocation.md
- NCAR Allocations:
- allocations/ncar-allocations/index.md
- NCAR Strategic Capability (NSC) projects: allocations/ncar-allocations/ncar-strategic-capability-nsc-projects.md
- University Allocations:
- allocations/university-allocations/index.md
- University Large Allocation Request Preparation Instructions : allocations/university-allocations/university-large-allocation-request-preparation-instructions.md
- Determining computational resource needs: allocations/determining-computational-resource-needs.md
- CISL HPC Allocations Panel:
- allocations/chap/index.md
- Allocation Review Criteria: allocations/chap/chap-allocation-review-criteria.md
- Conflict of Interest Policy: allocations/chap/chap-conflict-of-interest-policy.md
# - HPC Quick Start: TODO CREATE PAGE
- VPN access : getting-started/vpn-access.md
- System Usage Policies: getting-started/system-usage-policies.md
- Data Retention Policies: getting-started/data-retention-policies.md
- Best Practices for Supercomputer Users: getting-started/best-practices-for-supercomputer-users.md
- Acknowledging NCAR and CISL: getting-started/acknowledging-ncar-and-cisl.md
- Getting Help:
- user-support/index.md
# - Troubleshooting Tips:
# - Killed processes on login nodes: user-support/troubleshooting-tips/killed-processes-on-login-nodes.md
# - Common causes of job failures: user-support/troubleshooting-tips/common-causes-of-job-failures.md
# - Batch jobs crashing: user-support/troubleshooting-tips/batch-job-crashing.md
- Compute Systems and Services:
- Derecho:
- compute-systems/derecho/index.md
- Derecho Use Policies: compute-systems/derecho/derecho-use-policies.md
- Compiling Code on Derecho: compute-systems/derecho/compiling-code-on-derecho/index.md
# - Process Binding : compute-systems/derecho/process-binding.md TODO: FILL PAGE
- Derecho Software: compute-systems/derecho/derecho-modules.md
- Moving to Derecho from Cheyenne: compute-systems/derecho/moving-from-cheyenne.md
- Casper:
- compute-systems/casper/index.md
- Casper Use Policies: compute-systems/casper/casper-use-policies.md
- Casper Node Types: compute-systems/casper/casper-node-types.md
- Compiling Code on Casper: compute-systems/casper/compiling-code-on-casper/index.md
- Using Remote Desktops: compute-systems/casper/remote-desktops.md
- Casper Software: compute-systems/casper/casper-modules.md
- CIRRUS:
- compute-systems/cirrus/guides/01-intro/index.md
- Introduction: compute-systems/cirrus/guides/01-intro/index.md
- Interact with CIRRUS team:
- compute-systems/cirrus/guides/02-interact-with-cirrus-team/agile.md
- compute-systems/cirrus/guides/02-interact-with-cirrus-team/create-tickets.md
- Deploying Applications:
- compute-systems/cirrus/guides/03-deploying-applications/index.md
- compute-systems/cirrus/guides/03-deploying-applications/containerize.md
- compute-systems/cirrus/guides/03-deploying-applications/additions.md
- compute-systems/cirrus/guides/03-deploying-applications/alerts.md
- Kubernetes API Access: compute-systems/cirrus/guides/10-kubectl/kubectl.md
- S3 Storage: compute-systems/cirrus/guides/11-storage/s3.md
- Container Registry:
- compute-systems/cirrus/guides/04-container-registry/index.md
- Image Management: compute-systems/cirrus/guides/04-container-registry/image-mgmt.md
- Vulnerability Scanner: compute-systems/cirrus/guides/04-container-registry/vulnerability-scan.md
- GitHub Actions:
- compute-systems/cirrus/guides/05-github-actions/best-practices.md
- compute-systems/cirrus/guides/05-github-actions/scale-sets.md
- Jupyter on CIRRUS:
- compute-systems/cirrus/guides/06-jupyter-on-cirrus/jupyterhub.md
- Conda Environments: compute-systems/cirrus/guides/06-jupyter-on-cirrus/conda-envs.md
- GPU Use: compute-systems/cirrus/guides/06-jupyter-on-cirrus/jhub-gpu.md
- Dask: compute-systems/cirrus/guides/06-jupyter-on-cirrus/jhub-dask.md
- Binder: compute-systems/cirrus/guides/06-jupyter-on-cirrus/binderhub.md
- Secret Manager: compute-systems/cirrus/guides/07-secret-manager/openbao.md
- Frequent Issues: compute-systems/cirrus/guides/08-frequent-issues/index.md
- Service Level Agreements: compute-systems/cirrus/guides/09-service-level-agreements/slas.md
- JupyterHub:
- compute-systems/jupyterhub/index.md
- Jupyter and IPython: compute-systems/jupyter-and-ipython.md
- Additional Resources:
- Cron services: compute-systems/additional-resources/cron.md
- Thunder test system: compute-systems/additional-resources/thunder-test-system.md
- Running Jobs (PBS):
- pbs/index.md
- Job Scripts:
- pbs/job-scripts/index.md
- Derecho Job Script Examples: pbs/job-scripts/derecho-job-script-examples.md
- Casper job Script Examples: pbs/job-scripts/casper-job-script-examples.md
- Queues and Charging: pbs/charging.md
- Job Dependencies: pbs/job-dependencies.md
- Peer Scheduling between Systems: pbs/peer-scheduling.md
- Job Preemption with PBS: pbs/preemption.md
- Common Causes of Job Failures:
- pbs/common-causes-of-job-failures/index.md
- Checking Memory Use: pbs/checking-memory-use/index.md
- Storing temporary files: pbs/storing-temporary-files.md
- Storage Systems and Data Transfer:
- storage-systems/index.md
- GLADE (POSIX File Systems):
- storage-systems/glade/index.md
- Campaign storage file system: storage-systems/glade/campaign.md
- Scratch Lustre file system: storage-systems/glade/lustre.md
- Setting File and Directory Permissions: storage-systems/glade/setting-file-directory-permissions.md
- Using Access Control Lists : storage-systems/glade/using-access-control-lists.md
- Recovering files from snapshots : storage-systems/glade/recovering-files-from-snapshots.md
- Removing large number of files : storage-systems/glade/removing-large-number-of-files.md
- Quasar (Tape Storage):
- storage-systems/quasar/index.md
- Quasar system specifications : storage-systems/quasar/quasar+system+specifications.md
- Stratus (Object Storage): storage-systems/stratus/index.md
- Transferring Data:
- storage-systems/data-transfer/index.md
- Globus:
- storage-systems/data-transfer/globus/index.md
- Sharing data and making unattended transfers: storage-systems/data-transfer/globus/Sharing+data+and+making+unattended+transfers.md
- SSH based tools: storage-systems/data-transfer/scp-and-sftp.md
- CMIP Analysis Platform: storage-systems/cmip-analysis-platform.md
- User Environment:
- environment-and-software/user-environment/index.md
- Using Modules: environment-and-software/user-environment/modules.md
- Customizing your Environment: environment-and-software/user-environment/customizing.md
- Environment & Package Managers:
- Conda: environment-and-software/user-environment/package-managers/conda.md
- Pixi: environment-and-software/user-environment/package-managers/pixi.md
- uv: environment-and-software/user-environment/package-managers/uv.md
- Spack: environment-and-software/user-environment/package-managers/spack/spack.md
- Containers:
- environment-and-software/user-environment/containers/index.md
- Working with Containers: environment-and-software/user-environment/containers/working_with_containers.md
- Example Workflows: environment-and-software/user-environment/containers/examples.md
- HPC Software:
- environment-and-software/hpc-software/index.md
- Community Models:
- Available Models: environment-and-software/community-models.md
- Compiling WRF: environment-and-software/wrf_on_derecho.md
- Compiling WRF-Chem: environment-and-software/wrfchem_on_derecho.md
- Data Analysis and Visualization : environment-and-software/data-analysis-and-visualization.md
- NCL : environment-and-software/ncl.md
- MATLAB Parallel Computing Toolbox: environment-and-software/matlab-parallel-computing-toolbox.md
- Numerical Libraries: environment-and-software/numerical-libraries.md
- Machine Learning and Deep Learning : environment-and-software/machine-learning-and-deep-learning.md
- NCAR Classic Libraries for Geophysics: environment-and-software/ncar-classic-libraries-for-geophysics.md
- Utilities: environment-and-software/user-environment/utilities.md
- VS Code: environment-and-software/vscode.md
- Profiling & Debuggers: # -- tentative placement
- Debugging and Profiling with Forge Tools: environment-and-software/hpc-software/profiling-and-debuggers/running-ddt-map-and-pr-jobs.md
- Intel Parallel Studio XE: environment-and-software/hpc-software/profiling-and-debuggers/intel-parallel-studio-xe.md
- Benchmarks:
- environment-and-software/benchmarks/index.md
- NCAR Benchmarking applications - 2015 release: environment-and-software/benchmarks/ncar-benchmarking-2015.md
- NCAR Benchmarking applications - 2019-2020 release: environment-and-software/benchmarks/ncar-benchmarking-2019-2020.md
- Tutorials:
- tutorials/index.md
- New User Training: tutorials/new-user-training.md
- Derecho Overview: tutorials/derecho-overview.md
- Dask Tutorial: tutorials/dask-tutorial.md
- Profiling and Debugging: tutorials/profiling-and-debugging.md
- Managing Permissions and Data Sharing: tutorials/permissions-and-data-sharing.md
- Using Globus v5: tutorials/globus.md
- NCAR Storage Spaces: tutorials/storage.md
- JupyterHub: tutorials/jupyterhub.md
- Remote Desktop Services: tutorials/remote-desktops.md
# - Containers: tutorials/containers.md
# - GPU Workshop: tutorials/gpu-workshop.md
- NCAR User Group (NHUG):
- nhug/index.md
- Contributing to the Documentation:
- contributing/index.md
# ------------------------------------
# -- configuration - themes
# (note theme.yml should be a symbolic link to one of several options'
# ------------------------------------
INHERIT: theme.yml
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
copyright: '© 2023-2026 UCAR, Licensed under the <a href="https://creativecommons.org/licenses/by-sa/4.0/">Creative Commons CC-BY-SA 4.0</a>.'
# ------------------------------------
# -- configuration - extensions
# ------------------------------------
markdown_extensions:
- meta
- attr_list
- footnotes
- admonition
- md_in_html
- def_list
- toc:
permalink: true
title: "Page Outline"
# https://squidfunk.github.io/mkdocs-material/reference/code-blocks/
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets:
url_download: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- codehilite:
guess_lang: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols:
fractions: false
- pymdownx.superfences
- pymdownx.details
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
- pymdownx.arithmatex:
generic: true
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:materialx.emoji.to_svg
- pymdownx.keys
- pymdownx.magiclink:
repo_url_shorthand: true
user: squidfunk
repo: mkdocs-material
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde
# ------------------------------------
# -- configuration - extensions
# ------------------------------------
plugins:
- search:
enabled: true
- git-revision-date-localized:
enable_creation_date: true
type: timeago
- glightbox:
touchNavigation: true
loop: false
effect: zoom
slide_effect: slide
width: 100%
height: auto
zoomable: true
draggable: true
skip_classes:
- custom-skip-class-name
auto_caption: false
caption_position: bottom
- macros
- minify:
minify_html: true
- open-in-new-tab
- mkdocs-jupyter:
include_source: true
ignore_h1_titles: true
- redirects:
redirect_maps:
'nhug/index.md': 'https://nhug.readthedocs.io/en/latest/'
# CIRRUS redirects - OLD paths -> NEW numbered guide paths
# This will be removed before 01/01/2026 and does not need to be maintained
'compute-systems/cirrus/index.md': 'compute-systems/cirrus/guides/01-intro/index.md'
'compute-systems/cirrus/users/agile.md': 'compute-systems/cirrus/guides/02-interact-with-cirrus-team/agile.md'
'compute-systems/cirrus/users/create-tickets.md': 'compute-systems/cirrus/guides/02-interact-with-cirrus-team/create-tickets.md'
'compute-systems/cirrus/users/hosting/containerize.md': 'compute-systems/cirrus/guides/03-deploying-applications/containerize.md'
'compute-systems/cirrus/users/hosting/additions.md': 'compute-systems/cirrus/guides/03-deploying-applications/additions.md'
'compute-systems/cirrus/users/container-registry/index.md': 'compute-systems/cirrus/guides/04-container-registry/index.md'
'compute-systems/cirrus/users/container-registry/image-mgmt.md': 'compute-systems/cirrus/guides/04-container-registry/image-mgmt.md'
'compute-systems/cirrus/users/container-registry/vulnerability-scan.md': 'compute-systems/cirrus/guides/04-container-registry/vulnerability-scan.md'
'compute-systems/cirrus/users/github/best-practices.md': 'compute-systems/cirrus/guides/05-github-actions/best-practices.md'
'compute-systems/cirrus/users/github/scale-sets.md': 'compute-systems/cirrus/guides/05-github-actions/scale-sets.md'
'compute-systems/cirrus/users/jupyter/jupyterhub.md': 'compute-systems/cirrus/guides/06-jupyter-on-cirrus/jupyterhub.md'
'compute-systems/cirrus/users/jupyter/conda-envs.md': 'compute-systems/cirrus/guides/06-jupyter-on-cirrus/conda-envs.md'
'compute-systems/cirrus/users/jupyter/jhub-gpu.md': 'compute-systems/cirrus/guides/06-jupyter-on-cirrus/jhub-gpu.md'
'compute-systems/cirrus/users/jupyter/jhub-dask.md': 'compute-systems/cirrus/guides/06-jupyter-on-cirrus/jhub-dask.md'
'compute-systems/cirrus/users/jupyter/binderhub.md': 'compute-systems/cirrus/guides/06-jupyter-on-cirrus/binderhub.md'
'compute-systems/cirrus/users/openbao/openbao.md': 'compute-systems/cirrus/guides/07-secret-manager/openbao.md'
'compute-systems/cirrus/slas.md': 'compute-systems/cirrus/guides/09-service-level-agreements/slas.md'
# ------------------------------------
# -- configuration - extras
# ------------------------------------
extra:
next_chap_deadline: March 4th 2026
next_nsc_deadline: mid March 2026
analytics:
provider: google
property: G-RZLJ37D0K6
social:
- icon: material/home-circle
link: https://arc.ucar.edu/
- icon: material/help-circle
link: https://ithelp.ucar.edu/plugins/servlet/desk/site/rc
- icon: fontawesome/brands/github
link: https://github.com/NCAR
- icon: fontawesome/brands/slack
link: https://join.slack.com/t/ncarhpcusergroup/shared_invite/zt-1z00napom-SU0X8CzJWVY90C2GzRvUCg