Skip to content

Commit dfc44f2

Browse files
SpinTensorjsquyres
authored andcommitted
Update .gitmodules
Changed the submodule paths from absolute https to relative paths, so that the submodule cloning uses the same protocol as the ompi cloning. (Some people are not able to access https but only ssh from where they want to clone) Signed-off-by: Felix Uhl <Felix.Uhl@emea.nec.com>
1 parent defc260 commit dfc44f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.gitmodules

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
[submodule "prrte"]
22
path = 3rd-party/prrte
3-
url = https://github.com/openpmix/prrte
3+
url = ../../openpmix/prrte
44
branch = master
55
[submodule "openpmix"]
66
path = 3rd-party/openpmix
7-
url = https://github.com/openpmix/openpmix.git
7+
url = ../../openpmix/openpmix.git
88
branch = master

0 commit comments

Comments
 (0)