mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-27 16:55:26 +02:00
13 lines
243 B
Markdown
13 lines
243 B
Markdown
# 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`
|