-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmkdocs.yml
134 lines (127 loc) · 5.51 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
site_name: LUNARC Documentation
nav:
- Home:
- Welcome to the LUNARC Documentation: index.md
- Forgot your password?:
- Resetting your password: intro/lost_password.md
- Getting started:
- Creating a password for your account: getting_started/login_password.md
- Activating Pocket Pass authenticator: getting_started/authenticator_howto.md
- How to login: getting_started/login_howto.md
- Transferring files: getting_started/transferring_files.md
- Accessing the LUNARC HPC Desktop: getting_started/using_hpc_desktop.md
- On-demand applications: getting_started/gfxlauncher.md
- Before you run...: getting_started/prelaunch_considerations.md
- User manual:
- Introduction: manual/manual_intro.md
- Submitting jobs:
- A basic job: manual/submitting_jobs/manual_basic_job.md
- Specifying job requirements: manual/submitting_jobs/manual_specifying_requirements.md
- Job requirements for multiprocessor jobs: manual/submitting_jobs/manual_requirements_multiproc.md
- Job execution environment: manual/submitting_jobs/manual_env.md
- Using local disk to improve I/O performance: manual/submitting_jobs/manual_local_disk.md
- Running MPI jobs: manual/submitting_jobs/manual_mpi_jobs.md
- Controlling and monitoring jobs: manual/submitting_jobs/manual_job_control.md
- Interactive node access: manual/manual_interactive.md
- Using installed software: manual/manual_modules.md
- Compiling code and using toolchains: manual/manual_modules_toolchains.md
- Example jobs scripts:
- Basic serial jobs: manual/example_job_scripts/manual_example_basic_serial.md
- Multiple serial jobs: manual/example_job_scripts/manual_example_multiple_serial_jobs.md
- MPI job using 48 tasks per node: manual/example_job_scripts/manual_example_mpi_48_tasks.md
- MPI job using the node local discs: manual/example_job_scripts/manual_example_mpi_local_discs.md
- MPI jobs using fewer than 48 tasks per node: manual/example_job_scripts/manual_example_mpi_fewer_than_48.md
- MPI job for Python scripts utilising MPI4PY: manual/example_job_scripts/manual_example_mpi4py.md
- OpenMP jobs using shared memory: manual/example_job_scripts/manual_example_openmp_shared_memory.md
- Quick reference: manual/manual_quick_reference.md
- FAQ:
- Login: manual/faq/manual_faq_login.md
- Files: manual/faq/manual_faq_files.md
- Jobs: manual/faq/manual_faq_jobs.md
- Software: manual/faq/manual_faq_software.md
- Phrases and terms: manual/manual_common_phrases.md
- Other guides:
- Introduction: guides/guides_intro.md
- Linux Basics:
- Introduction to Linux: guides/linux/linux_basics_intro.md
- An introduction to Linux shells and commands: guides/linux/linux_basics_shell_params.md
- Files and directories in Linux: guides/linux/linux_basics_files.md
- Special Command Symbols: guides/linux/linux_basics_special_symbols.md
- Useful Linux commands: guides/linux/linux_basics_misc.md
- Using containers:
- Running containers on LUNARC using Singularity/Apptainer: guides/containers/apptainer.md
- Transferring data:
- Wget and Curl: guides/data_transfer/io_wget_curl.md
- SFTP: guides/data_transfer/io_sftp.md
- WinSCP: guides/data_transfer/io_winscp.md
- SSHFS: guides/data_transfer/sshfs.md
- Mounting Swestore: guides/data_transfer/swestore_mounting.md
- Requesting a certificate for Swestore: guides/data_transfer/swestore_certificate.md
- Using ARC to access Swestore: guides/data_transfer/swestore_arc.md
- Rclone and Swestore: guides/data_transfer/swestore_rclone.md
- Swestore links: guides/data_transfer/swestore_links.md
- Batch system guides:
- Using the 32-core nodes: guides/batch_system/32_core_nodes.md
- Specific applications:
- Python: guides/applications/Python.md
- MATLAB: guides/applications/MATLAB.md
- Mathematica: guides/applications/Mathematica.md
- Abaqus FEA: guides/applications/Abaqus.md
- COMSOL: guides/applications/COMSOL.md
- R: guides/applications/Rscript.md
- Software development:
- Compiler options: guides/software_development/compiler_options.md
- DDT debugger on COSMOS: guides/software_development/ddt_debugger.md
- Links:
- Web resources: links/links_web.md
- Video resources: links/links_video.md
- Social media: links/links_social.md
- About us:
- Contact: about/contact.md
- LUNARC Documentation: about/about_documentation.md
- HPC Ambassadors: about/ambassadors.md
- Test page: about/testpage.md
- Template: about/template.md
repo_url: https://github.com/lunarc/lunarc_docs
repo_name: LUNARC Documentation
theme:
name: material
palette:
scheme: youtube
#primary: LU
#accent: LU
font:
text: Roboto
code: Roboto Mono
features:
- navigation.instant
- navigation.tracking
- navigation.tabs
- navigation.top
- header.autohide
extra_css:
- stylesheets/extra.css
extra_javascript:
- https://unpkg.com/tablesort@5.3.0/dist/tablesort.min.js
- javascripts/tablesort.js
markdown_extensions:
- attr_list
- pymdownx.highlight:
use_pygments: true
pygments_lang_class: true
auto_title: false
linenums: true
linenums_style: pymdownx-inline
anchor_linenums: true
line_spans: __span
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- admonition
- pymdownx.details
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- meta