1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-23 01:55:32 +02:00
tldr/pages/common/mpic++.md
Dylan bdde90fb1d
mpic++, mpiexec, mpirun: add pages; mpicc: move to common/ (#17137)
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-07-09 22:43:49 +05:30

13 lines
269 B
Markdown

# mpic++
> Open MPI wrapper compiler for C++.
> See also: `mpirun`.
> More information: <https://www.open-mpi.org/doc/v3.0/man1/mpic++.1.php>.
- Compile an Open MPI program:
`mpic++ {{path/to/source_file}}`
- Show all the wrapper-supplied flags:
`mpic++ --showme`