Forrest logo
back to context overview

mpicc

List of commands for mpicc:

  • mpicc:tldr:3c763 mpicc: Compile and link source code in a single command.
    $ mpicc -o ${executable} ${filename-c}
    try on your machine
    explain this command
  • mpicc:tldr:689bd mpicc: Compile a source code file into an object file.
    $ mpicc -c ${filename-c}
    try on your machine
    explain this command
back to context overview