-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitmodules
More file actions
28 lines (28 loc) · 841 Bytes
/
.gitmodules
File metadata and controls
28 lines (28 loc) · 841 Bytes
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
[submodule "external/kokkos"]
path = external/kokkos
url = https://github.com/kokkos/kokkos.git
branch = 4.5.00
[submodule "external/openmpi"]
path = external/openmpi
url = https://github.com/open-mpi/ompi.git
branch = main
[submodule "external/pykokkos"]
path = external/pykokkos
url = https://github.com/kokkos/pykokkos.git
branch = main
[submodule "external/pybind11"]
path = external/pybind11
url = https://github.com/pybind/pybind11.git
branch = v2.13.0
[submodule "external/adios2"]
path = external/adios2
url = https://github.com/ornladios/ADIOS2.git
branch = master
[submodule "external/googletest"]
path = external/googletest
url = https://github.com/google/googletest.git
branch = v1.15.2
[submodule "external/benchmark"]
path = external/benchmark
url = https://github.com/google/benchmark.git
branch = v1.9.0