snippetbashTip
mpic++ — Open MPI wrapper compiler for C++. See also: `mpirun`. More information: <https://manned.org/mpicxx>
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++ --showmeCode Snippets
Compile an Open MPI program
mpic++ {{path/to/source_file}}Show all the wrapper-supplied flags
mpic++ --showmeContext
tldr-pages: common/mpic++
Revisions (0)
No revisions yet.