File tree Expand file tree Collapse file tree 6 files changed +35
-155
lines changed Expand file tree Collapse file tree 6 files changed +35
-155
lines changed Original file line number Diff line number Diff line change @@ -24,6 +24,5 @@ that they are worth categorizing in an official way.
24
24
large-clusters
25
25
26
26
ompio
27
- macos
28
27
29
28
general-tuning
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -19,6 +19,40 @@ probably work in many environments.
19
19
Developer's Guide </developers/index>` before attempting to build Open
20
20
MPI. Really.
21
21
22
+ Binary packages
23
+ ---------------
24
+
25
+ Although the Open MPI community itself does not distribute binary
26
+ packages for Open MPI, many downstream packagers do.
27
+
28
+ For example, many Linux distributions include Open MPI packages
29
+ |mdash | even if they are not installed by default. You should consult
30
+ the documentation and/or package list for your Linux distribution to
31
+ see if you can use its built-in package system to install Open MPI.
32
+
33
+ The MacOS package managers `Homebrew <https://brew.sh/ >`_ and
34
+ `MacPorts <https://macports.org/ >`_ both offer binary Open MPI
35
+ packages:
36
+
37
+ .. code-block :: sh
38
+
39
+ # For Homebrew
40
+ shell$ brew install openmpi
41
+
42
+ # For MacPorts
43
+ shell$ port install openmpi
44
+
45
+ .. important :: Binary packages may or may not include support for
46
+ features that are required on your platform (e.g., a
47
+ specific networking stack). Or the binary packages
48
+ available to you may be older / out of date. As such,
49
+ it may be better to build and install Open MPI from a
50
+ source tarball available from `the main Open MPI web
51
+ site <https://www.open-mpi.org/> `_.
52
+
53
+ Building from source
54
+ --------------------
55
+
22
56
Open MPI uses a traditional ``configure `` script paired with ``make ``
23
57
to build. Typical installs can be of the pattern:
24
58
Original file line number Diff line number Diff line change @@ -22,7 +22,6 @@ build support for that library).
22
22
ofi
23
23
tcp
24
24
shared-memory
25
- opa
26
25
ib-and-roce
27
26
iwarp
28
27
cuda
Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ For more information refer to the `Libfabric web site
78
78
79
79
/////////////////////////////////////////////////////////////////////////
80
80
81
- Ompi -Path: How can the multi-rail settings be adjusted if multiple HFI (Host Fabric Interface) cards are installed on the system?
81
+ Omni -Path: How can the multi-rail settings be adjusted if multiple HFI (Host Fabric Interface) cards are installed on the system?
82
82
---------------------------------------------------------------------------------------------------------------------------------
83
83
84
84
Multi-Rail feature allows a process to use multiple HFIs to transfer a message
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments