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 2626<li>Clone either of these repositories. For example (as of October
27272014), to clone the main development repository via HTTPS:
2828
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
3030Cloning into 'ompi'...
3131remote: Counting objects: 256644, done.
3232remote: Total 256644 (delta 0), reused 0 (delta 0)
Original file line number Diff line number Diff line change 4040
4141<strong><font color=green>Advantage:</font></strong> You'll easily be
4242able 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>
4444<strong><font color=red>Disadvantage:</font></strong> You need to have
4545<a href="building.php">several tools installed</a> to compile Open
4646MPI from a developer checkout.</li>
You can’t perform that action at this time.
0 commit comments