-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitmodules
30 lines (30 loc) · 1.24 KB
/
.gitmodules
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
[submodule "CS310-dissertation"]
path = dissertation
url = https://github.com/EdmundGoodman/CS310-dissertation
[submodule "CS310-presentation"]
path = presentation
url = https://github.com/EdmundGoodman/CS310-presentation
[submodule "CS310-progress-report"]
path = progress-report
url = https://github.com/EdmundGoodman/CS310-progress-report
[submodule "CS310-specification"]
path = specification
url = https://github.com/EdmundGoodman/CS310-specification
[submodule "code/hpc-multibench"]
path = code/hpc-multibench
url = https://github.com/EdmundGoodman/hpc-multibench
[submodule "code/helper-scripts/miniapp-selection"]
path = code/helper-scripts/miniapp-selection
url = https://github.com/EdmundGoodman/miniapp-selection
[submodule "code/helper-scripts/openmp-mpi-nondeterminism"]
path = code/helper-scripts/openmp-mpi-nondeterminism
url = https://github.com/EdmundGoodman/openmp-mpi-nondeterminism
[submodule "code/open-source/autocxx"]
path = code/open-source/autocxx
url = https://github.com/EdmundGoodman/autocxx
[submodule "code/open-source/HPCCG"]
path = code/open-source/HPCCG
url = https://github.com/EdmundGoodman/HPCCG
[submodule "code/open-source/rsmpi"]
path = code/open-source/rsmpi
url = https://github.com/EdmundGoodman/rsmpi