forked from thu-cs-lab/HPC-Lab-Docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
88 lines (79 loc) · 2.29 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
site_name: 高性能计算导论实验文档
site_description: 'Documentation for Labs of Introduction to High Performance Computing'
site_author: 'HPC Lab Developers'
copyright: 'Copyright © 2021-2023 Department of Computer Science and Technology, Tsinghua University. All Rights Reserved.'
theme:
name: 'material'
language: 'zh'
custom_dir: 'theme-override/'
icon:
logo: material/memory
repo: fontawesome/brands/github
features:
# - navigation.tabs
# - navigation.instant
repo_name: 'thu-cs-lab/HPC-Lab-Docs'
repo_url: 'https://github.com/thu-cs-lab/HPC-Lab-Docs'
extra:
pagetime: 'on'
nav:
- 总述: index.md
- 集群使用: cluster.md
- 工具概述: tools.md
- 小作业:
- 小作业零: assignments/0.pow_a.md
- 小作业一: assignments/1.mpi_async.md
- 小作业二: assignments/2.mpi_allreduce.md
- 小作业三: assignments/3.omp_schedule.md
- 小作业四: assignments/4.cuda0.md
- 小作业五: assignments/5.simd.md
- 小作业六: assignments/6.cuda1.md
# - 小作业五: assignments/5.profiling_tools.md
# - 小作业八: assignments/8.optimization0.md
- 大作业:
- 实验一: exp/1.odd_even_sort.md
# - 实验二: exp/2.stencil.md
- 实验二: exp/2.apsp.md
# - 实验四: exp/4.spmm.md
- 参考资料: reference.md
- 常见问题:
- FAQ: faq/index.md
- 进程绑定: faq/binding.md
extra_javascript:
- 'https://cdn.jsdelivr.net/npm/[email protected]/MathJax.js?config=TeX-MML-AM_CHTML'
plugins:
- search
- git-revision-date-localized:
fallback_to_build_date: true
locale: zh
- git-authors:
show_contribution: true
show_line_count: true
count_empty_lines: true
fallback_to_empty: false
markdown_extensions:
- admonition
- codehilite:
guess_lang: false
linenums: true
- footnotes
- def_list
- meta
- toc:
permalink: true
- pymdownx.arithmatex
- pymdownx.betterem:
smart_enable: all
- pymdownx.caret
- pymdownx.critic
- pymdownx.details
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_svg
- pymdownx.inlinehilite
- pymdownx.magiclink
- pymdownx.mark
- pymdownx.smartsymbols
- pymdownx.superfences
- pymdownx.tasklist:
custom_checkbox: true
- pymdownx.tilde