DEBSOURCES
Skip Quicknav
sources / openmpi / 4.1.4-3 / debian / tests / hello1
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