forked from hpc-unibe-ch/hpc-unibe-ch.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
110 lines (103 loc) · 3.54 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
site_name: HPC Documentation
#theme: mkdocs
use_directory_urls: false
nav:
- News: general/news.md
- IMPORTANT..Home Migration: HOME_migration.md
- Quick Start: quick-start.md
- Getting Started:
- Code of Conduct: code-of-conduct.md
- UniBE HPC system "UBELIX": getting-Started/ubelix-overview.md
- Accounts and Activation: getting-Started/account.md
- Accessing the HPCs: getting-Started/login-ssh.md
# - software for connecting to the HPCs:
# - Port Forwarding:
- Workspaces: getting-Started/workspaces.md
- SSH customization: getting-Started/ssh-customization.md
- Shell customization: getting-Started/shell.md
- Parallelization: getting-Started/parallelization.md
- Workspaces:
- Overview: hpc-workspaces/workspaces.md
- Workspace management: hpc-workspaces/management.md
- Software environment: hpc-workspaces/environment.md
- Monitoring: hpc-workspaces/monitoring.md
- SLURM / Job handling:
- Partitions / QoS: slurm/partitions.md
- Submitting jobs: slurm/submission.md
# - Parallel execution:
- Monitoring Jobs: slurm/monitoring-jobs.md
- Deleting Jobs: slurm/deleting-jobs.md
- Array Jobs with Slurm: slurm/array-jobs.md
- Job dependencies: slurm/dependencies.md
- GPUs: slurm/gpus.md
- Interactive Jobs: slurm/interactive-jobs.md
- Investigating a Job Failure: slurm/investigating-job-failure.md
- Checkpointing: slurm/checkpointing.md
- Fair Share: slurm/fair-share.md
#
- Software:
- HPC software environment: software/hpc-modules.md
- Installing Custom Software: software/installing-custom-software.md
- EasyBuild: software/EasyBuild.md
- Supported Applications:
- Anaconda: software/Anaconda.md
- CUDA: software/CUDA.md
- JupyterLab: software/JupyterLab.md
- Matlab: software/matlab.md
- Parallel BZIP2: software/bzip2.md
- ParaView: software/ParaView.md
- Python: software/python.md
- R: software/r.md
- Relion: software/relion.md
- Singularity: software/singularity.md
- Terminal Multiplexer (tmux): software/terminal-multiplexer-tmux.md
- Storage:
- Overview: file-system/filesystem-overview.md
- Quota: file-system/quota.md
- Moving files to and from the HPCs: file-system/file-transfer.md
- Scratch: file-system/scratch.md
- Optimization:
- Scaling: optimization/scaling.md
- Investment: general/investment.md
- Support: general/support.md
- FAQ: general/faq.md
- Hall of Fame: halloffame.md
- Code of Conduct: code-of-conduct.md
#
#
# - Home: index.md
# - User Guide:
# - Getting Started: user-guide/getting-started.md
# - File Transfer: user-guide/file-transfer.md
# - Job Management with Slurm:
# Copyright footer
copyright: 'Copyright © University of Bern, IT Service Office'
# Social links at botoom right
repo_name: 'hpc-unibe-ch/hpc-docs'
repo_url: 'https://github.com/hpc-unibe-ch/hpc-docs'
edit_uri: ''
# Configuration
theme:
name: material
extra_css:
- 'stylesheets/unibe.css'
# See https://python-markdown.github.io/extensions/ and
# See https://github.com/Python-Markdown/markdown/wiki/Third-Party-Extensions#Bundles
# https://facelessuser.github.io/pymdown-extensions/
markdown_extensions:
- abbr
- def_list
- footnotes
- tables
- admonition
- codehilite:
guess_lang: false
- sane_lists
- smarty
- toc
- pymdownx.superfences
- attr_list
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/hpc-unibe-ch