DEBSOURCES
Skip Quicknav
sources / mpich / 4.0.2-3 / debian / tests / hello2
12345678910111213
#!/bin/sh set -e cd debian/tests ### Compile and run a simple MPI application mpif90 -o hello hello.f90 mpirun -n 1 ./hello rm ./hello