hongbo-miao/hongbomiao.com

View on GitHub
high-performance-computing/open-mpi/hello/src/Makefile

Summary

Maintainability
Test Coverage
build:
    mpicc hello.c -o hello
run:
    mpirun -n=10 hello
clean:
    rm -f hello