DEBSOURCES
Skip Quicknav
sources / openmpi / 4.1.0-10 / 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