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