File: index.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 (26 lines) | stat: -rw-r--r-- 876 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
Building MPI applications
=========================

The simplest way to compile and link MPI applications is to use the
Open MPI "wrapper" compilers.

.. toctree::
   :maxdepth: 1

   quickstart
   customizing-wrappers
   extracting-wrapper-flags
   abi-compatibility
   removed-mpi-constructs
   deprecation-warnings
   building-static-apps

.. warning:: Open MPI does not attempt to interoperate with other MPI
             implementations, nor executables that were compiled for
             them.  MPI applications need to be compiled and linked
             with Open MPI in order to run under Open MPI.

             See the :doc:`section on Open MPI's version numbering
             scheme </version-numbering>` for information about binary
             compatibility between different versions of Open MPI for
             applications compiled with another version.