
sudo dnf -y install openmpi
module load mpi/openmpi-x86_64
mpicc a.c
mpirun a.out

