mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 07:43:43 +00:00
19 lines
362 B
Plaintext
19 lines
362 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|