DEBSOURCES
Skip Quicknav
sources / mpich / 4.3.2-2 / debian / tests / hello1
1234567891011
#!/bin/sh set -e ### Compile and run a simple MPI application cd debian/tests mpicc -o hello hello.c mpiexec -n 1 ./hello rm ./hello