mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-19 20:35:25 +02:00
269 B
269 B
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