Skip to content

Latest commit

 

History

History
executable file
·
11 lines (9 loc) · 527 Bytes

File metadata and controls

executable file
·
11 lines (9 loc) · 527 Bytes

MPI Example

This contains example code for running Singularity with MPI

  • compile_openmpi.sh: Is used to illustrate how to build code inside a Singularity container
  • mpi_test.out: Is the expected output for the test
  • mpich_test.def: Singularity definition file for using MPICH
  • mpitest.f90: Test code for mpi test.
  • openmpi_test_centos7.def: Singularity definition file for using OpenMPI
  • run.sbatch.mpich: Sbatch file for running MPICH example
  • run.sbatch.ompi: Sbatch file for running OpenMPI example