hcp(1) - Linux man page
Name
mpicc, mpiCC, hcc, hcp - Compile LAM/MPI C/C++ programs.Syntax
hcc [-showme] ...hcp [-showme] ...
Options
- -showme
- Does not invoke the underlying C/C++ compiler. Instead, it shows the command line that would be executed to compile the C/C++ program.
See cc(1) and CC(1) (or whatever your underlying C/C++ compilers are) for all other options.