HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

mpic++ — Open MPI wrapper compiler for C++. See also: `mpirun`. More information: <https://manned.org/mpicxx>

Submitted by: @import:tldr-pages··
0
Viewed 0 times
commandmpic++climpiopencompilerwrapperfor

Problem

How to use the mpic++ command: Open MPI wrapper compiler for C++. See also: mpirun. More information: <https://manned.org/mpicxx>.

Solution

mpic++ — Open MPI wrapper compiler for C++. See also: mpirun. More information: <https://manned.org/mpicxx>.

Compile an Open MPI program:
mpic++ {{path/to/source_file}}


Show all the wrapper-supplied flags:
mpic++ --showme

Code Snippets

Compile an Open MPI program

mpic++ {{path/to/source_file}}

Show all the wrapper-supplied flags

mpic++ --showme

Context

tldr-pages: common/mpic++

Revisions (0)

No revisions yet.