DEBSOURCES
Skip Quicknav
sources / openmpi / 5.0.7-1 / debian / tests / compile-run-mpif77
1234567891011
#!/bin/sh set -e ### Compile and run a simple MPI application cd debian/tests mpif77 -o hello hello.f mpirun -n 1 ./hello rm ./hello