File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
<li>Clone either of these repositories. For example (as of October
27
27
2014), to clone the main development repository via HTTPS:
28
28
29
- <?php print_code ("<strong>shell$</strong> git clone https://github.com/open-mpi/ompi.git
29
+ <?php print_code ("<strong>shell$</strong> git clone --recursive https://github.com/open-mpi/ompi.git
30
30
Cloning into 'ompi'...
31
31
remote: Counting objects: 256644, done.
32
32
remote: Total 256644 (delta 0), reused 0 (delta 0)
Original file line number Diff line number Diff line change 40
40
41
41
<strong><font color=green>Advantage:</font></strong> You'll easily be
42
42
able to keep up with the latest source code using normal Git
43
- commands (e.g., '<code>git pull --rebase</code>').<br>
43
+ commands (e.g., '<code>git pull --rebase --recurse-submodules </code>').<br>
44
44
<strong><font color=red>Disadvantage:</font></strong> You need to have
45
45
<a href="building.php">several tools installed</a> to compile Open
46
46
MPI from a developer checkout.</li>
You can’t perform that action at this time.
0 commit comments