Skip to content

Commit b856c5c

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> (cherry picked from commit dfc44f2)
1 parent 06ca9f3 commit b856c5c

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 = v2.0
55
[submodule "openpmix"]
66
path = 3rd-party/openpmix
7-
url = https://github.com/openpmix/openpmix.git
7+
url = ../../openpmix/openpmix.git
88
branch = v4.1

0 commit comments

Comments
 (0)