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