-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitmodules
43 lines (37 loc) · 1.42 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
31
32
33
34
35
36
37
38
39
40
41
42
43
[submodule "ToplevelOptional"]
path = libraries/gptl
url = https://github.com/jedwards4b/GPTL.git
fxtag = v5.3.2
fxDONOTUSEurl = https://github.com/jedwards4b/GPTL.git
fxrequired = ToplevelOptional
[submodule "ToplevelRequired"]
path = libraries/mpi-serial
url = https://github.com/ESMCI/mpi-serial.git
fxrequired = ToplevelRequired
fxDONOTUSEurl = https://github.com/ESMCI/mpi-serial.git
fxtag = MPIserial_2.5.0
[submodule "AlwaysRequired"]
path = modules/mpi-serialAR
url = https://github.com/ESMCI/mpi-serial.git
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESMCI/mpi-serial.git
fxtag = MPIserial_2.5.0
[submodule "SecondAlwaysRequired"]
path = modules/mpi-serialSAR
url = https://github.com/ESMCI/mpi-serial.git
fxrequired = AlwaysRequired
fxDONOTUSEurl = https://github.com/ESMCI/mpi-serial.git
fxtag = MPIserial_2.3.0
[submodule "AlwaysOptional"]
path = modules/mpi-serial2
url = https://github.com/ESMCI/mpi-serial.git
fxrequired = AlwaysOptional
fxDONOTUSEurl = https://github.com/ESMCI/mpi-serial.git
fxtag = MPIserial_2.3.0
[submodule "Sparse"]
path = modules/mpi-sparse
url = https://github.com/ESMCI/mpi-serial.git
fxDONOTUSEurl = https://github.com/ESMCI/mpi-serial.git
fxtag = MPIserial_2.5.0
fxsparse = ../.sparse_file
fxrequired = AlwaysRequired