
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 machineexplain this command
-
mpicc:tldr:689bd mpicc: Compile a source code file into an object file.$ mpicc -c ${filename-c}try on your machineexplain this command