File: downloading.rst

package info (click to toggle)
openmpi 5.0.8-3
  • links: PTS, VCS
  • area: main
  • in suites:
  • size: 201,692 kB
  • sloc: ansic: 613,078; makefile: 42,353; sh: 11,194; javascript: 9,244; f90: 7,052; java: 6,404; perl: 5,179; python: 1,859; lex: 740; fortran: 61; cpp: 20; tcl: 12
file content (41 lines) | stat: -rw-r--r-- 1,335 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41

.. _building-open-mpi-downloading-label:

Downloading Open MPI
====================

Open MPI is generally available two ways:

#. As source code.

   * The best place to get an official Open MPI source code
     distribution is from `the main Open MPI web site
     <https://www.open-mpi.org/>`_.

   * Downstream Open MPI packagers (e.g., Linux distributions)
     sometimes also provide source code distributions.  They may
     include additional patches or modifications.

     Consult your favorite downstream packager for more details.
     
   .. caution:: Do **not** download an Open MPI source code tarball
               from GitHub.com.  The tarballs automatically generated
               by GitHub.com are incomplete and will not build
               properly.

               GitHub.com-generated tarballs are **not** official Open
               MPI releases.

#. As binary packages.

   * The Open MPI community does not provide binary packages on `the
     main Open MPI web site <https://www.open-mpi.org/>`_.

   * Various downstream packagers (e.g., Linux distributions,
     Homebrew, MacPorts, etc.) *do* provide pre-built, binary packages
     for Open MPI.

     Consult your favorite downstream packager for more details.

The majority of the rest of this section deals with installing Open
MPI from source.