-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmkdocs.yml
133 lines (131 loc) · 5.72 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
site_name: ICL RCS User Guide
theme:
name: readthedocs
highlightjs: true
plugins:
- search
- mkdocstrings:
handlers:
# See: https://mkdocstrings.github.io/python/usage/
python:
options:
docstring_style: sphinx
markdown_extensions:
- markdown_include.include:
base_path: .
- admonition
- tables
- sane_lists
nav:
- Home: index.md
- Remote Access: remoteaccess.md
- Support and Training:
- Getting Help: support/index.md
- Attending a Clinic: support/attend-a-clinic.md
- Citing the RCS: support/citing-rcs.md
- Courses: support/courses.md
- Using Linux:
- Overview: support/using-linux/index.md
- Linux Command Line: support/using-linux/command-line.md
- Shell Scripting: support/using-linux/shell-scripting.md
- HPC:
- HPC at Imperial: hpc/index.md
- Cluster Specification: hpc/cluster-specification.md
- Getting Started:
- Where to Start: hpc/getting-started/index.md
- Using SSH: hpc/getting-started/using-ssh.md
- Data Management: hpc/getting-started/data-management-on-hpc.md
- Accessing Software: hpc/getting-started/accessing-software.md
- Running your first job: hpc/getting-started/running-your-first-job.md
- Queues:
- Queueing: hpc/queues/index.md
- Purpose of the Queuing System: hpc/queues/purpose-of-the-queue.md
- How it works: hpc/queues/how-it-works.md
- Classes of Jobs: hpc/queues/classes-of-jobs.md
- Express Access: hpc/queues/express-access.md
- Array Jobs: hpc/queues/array-jobs.md
- Job Dependencies: hpc/queues/job-dependencies.md
- Job Sizing Guidance: hpc/queues/job-sizing-guidance.md
- MPI Jobs: hpc/queues/mpi-jobs.md
- GPU Jobs: hpc/queues/gpu-jobs.md
- Checkpointing: hpc/queues/checkpointing.md
- Applications:
- Loading Applications: hpc/applications/index.md
- EasyBuild: hpc/applications/easybuild.md
- Guides:
- Overview: hpc/applications/guides/index.md
- Abaqus: hpc/applications/guides/abaqus.md
- Conda: hpc/applications/guides/conda.md
- GCC: hpc/applications/guides/GCC.md
- Jupyter: hpc/applications/guides/jupyter.md
- Lumerical: hpc/applications/guides/lumerical.md
- MATLAB: hpc/applications/guides/matlab.md
- OpenFOAM: hpc/applications/guides/openfoam.md
- Open OnDemand: hpc/applications/guides/openondemand.md
- ORCA: hpc/applications/guides/orca.md
- Paraview: hpc/applications/guides/paraview.md
- Python: hpc/applications/guides/python.md
- PyTorch: hpc/applications/guides/pytorch.md
- R: hpc/applications/guides/R.md
- StarCCM: hpc/applications/guides/starccm.md
- TensorFlow: hpc/applications/guides/tensorflow.md
- Best Practices: hpc/best-practice.md
- FAQ and Common Issues:
- Overview: hpc/faq/index.md
- Long Queue Times: hpc/faq/long-queue-times.md
- Accidentally Deleted Files: hpc/faq/deleted-files.md
- Cannot Create Conda Environment: hpc/faq/cannot-create-conda-env.md
- Cannot SSH to HX1: hpc/faq/cannot-ssh-hx1.md
- How much resource should I ask for: hpc/faq/how-much-resource.md
- Jobs causing issues with the RDS: hpc/faq/job-issues-rds.md
- No such file or directory: hpc/faq/bad-interpreter.md
- Same or Previous Code not working: hpc/faq/code-not-working.md
- Python Multiprocessing or Memory issues: hpc/faq/python-multiprocessing.md
- Not enough slots to run MPI program: hpc/faq/not-enough-slots.md
- Debugging and Profiling:
- Overview: hpc/advanced/index.md
- Thread Pinning: hpc/advanced/thread-pinning.md
- Application Profiling on CPU:
- Overview: hpc/advanced/profiling/index.md
- Intel Advisor: hpc/advanced/profiling/intel-advisor.md
- Intel APS: hpc/advanced/profiling/intel-aps.md
- Intel Vtune: hpc/advanced/profiling/intel-vtune-profiler.md
- Application Profiling on GPU:
- Memory Usage: hpc/advanced/profiling/nvitop.md
- Profiling with Nsight Systems: hpc/advanced/profiling/nsight_systems.md
- Profiling with Nsight Compute: hpc/advanced/profiling/nsight_compute.md
- Profiling AI workload using PyTorch: hpc/advanced/profiling/pytorch_profile.md
- Debugging Mpi programs:
- Overview: hpc/advanced/debugging_mpi_programs/debugging_overview.md
- Use of GDB to debug MPI program: hpc/advanced/debugging_mpi_programs/gdb_mpi_debug.md
- Pilot Systems:
- HX1: hpc/pilot/hx1.md
- CX3 Phase 2: hpc/pilot/cx3-phase2.md
- RDS:
- RDS: rds/index.md
- RDS Paths: rds/paths.md
- Accessing the RDS:
- Overview: rds/access/index.md
- Windows: rds/access/windows.md
- macOS: rds/access/macos.md
- Linux: rds/access/linux.md
- Transferring Data:
- Overview: rds/transferringdata/index.md
- Globus: rds/transferringdata/globus.md
- Rclone: rds/transferringdata/rclone.md
- rsync and scp: rds/transferringdata/rsync-and-scp.md
- Managing the RDS:
- Disk Space: rds/managing/disk-space.md
- Recovering Deleted Files: rds/managing/recovering-deleted-files.md
- Workshops and Courses:
- Overview: Workshops/overview.md
- Intel One Api Workshops:
- Overview: Workshops/Intel/overview.md
- Presenter: Workshops/Intel/presenter.md
- Upcoming:
- Programming with OneAPI: Workshops/Intel/one_api_programming.md
- OpenMP offloading to GPUs: Workshops/Intel/openmp_offloading.md
- Nvidia DLI courses:
- Overview: Workshops/Nvidia/overview.md
- Claim your free DLI course: Workshops/Nvidia/claim_free_course.md
- Hacktoberfest 2024: Workshops/hacktoberfest.md