#!/bin/bash #SBATCH -p main #SBATCH -n4 module load openmpi mpicc -o mpi-test mpi-test.c mpirun mpi-test