This contains example code for running Singularity with MPI
compile_openmpi.sh
: Is used to illustrate how to build code inside a Singularity containermpi_test.out
: Is the expected output for the testmpich_test.def
: Singularity definition file for using MPICHmpitest.f90
: Test code for mpi test.openmpi_test_centos7.def
: Singularity definition file for using OpenMPIrun.sbatch.mpich
: Sbatch file for running MPICH examplerun.sbatch.ompi
: Sbatch file for running OpenMPI example