forked from NCAR/HPC-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
312 lines (288 loc) · 13.1 KB
/
mkdocs.yml
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
# ------------------------------------
# -------- 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:
- Home : index.md
- Getting Started:
- getting-started/index.md
- User Responsibilities: getting-started/user-responsibilities.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
- 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
- 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
- Data Access Nodes: storage-systems/data-access-nodes.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
- SCP, SFTP and other tools: storage-systems/data-transfer/scp-and-sftp.md
- CMIP Analysis Platform: storage-systems/cmip-analysis-platform.md
- User Environment and HPC Software:
- environment-and-software/index.md
- User Environment:
- environment-and-software/user-environment/index.md
- Modules: environment-and-software/user-environment/modules.md
- Conda: environment-and-software/user-environment/conda.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
- Spack: environment-and-software/user-environment/spack/index.md
- Utilities: environment-and-software/user-environment/utilities.md
- Customizing User Environment: environment-and-software/user-environment/customizing.md
- HPC Software:
- environment-and-software/hpc-software/index.md
- Community Models: environment-and-software/community-models.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
- 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
- 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
- Starting Derecho Jobs:
- compute-systems/derecho/starting-derecho-jobs/index.md
- Derecho Job Script Examples:
- compute-systems/derecho/starting-derecho-jobs/derecho-job-script-examples.md
- Process Binding : compute-systems/derecho/starting-derecho-jobs/process-binding.md
- 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
- Compiling Code on Casper: compute-systems/casper/compiling-code-on-casper/index.md
- Starting Casper Jobs:
- compute-systems/casper/starting-casper-jobs/index.md
- Casper job Script Examples: compute-systems/casper/starting-casper-jobs/casper-job-script-examples.md
- Using Remote Desktops: compute-systems/casper/remote-desktops.md
- Casper Software: compute-systems/casper/casper-modules.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
- Queues and Charging: pbs/charging.md
- Using Preemption: 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
- 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
- Advanced PBS: tutorials/advanced-pbs.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
- User Support:
- 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
- NCAR User Group (NHUG):
- nhug/index.md
- Contributing to the Documentation: contributing.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-2024 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
- minify:
minify_html: true
- open-in-new-tab
- redirects:
redirect_maps:
'nhug/index.md': 'https://nhug.readthedocs.io/en/latest/'
# ------------------------------------
# -- configuration - extras
# ------------------------------------
extra:
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