build:
    mpicc hello.c -o hello

run:
    mpirun -n=10 hello

clean:
    rm -f hello
