DEBSOURCES
Skip Quicknav
sources / mpich / 5.0.0-3 / 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