Skip to content

jop611/HelloMPI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HelloMPI

Minimal Julia MPI application for testing purposes.

Usef for:

  • Quickly check MPI when you move to a new system
  • Check how mpi ranks are mapped to CPU cores
  • Learn how to configure and use MPI on different systems
  • Check the compilation and usage of a systemimage when using MPI

Usage

Taking das6 as example https://www.cs.vu.nl/das/

Without system image (default).

$ das6/configure.sh
$ sbatch das6/job.sh

With system image (advanced).

$ das6/configure.sh
$ sbatch das6/compile.sh
# Wait for the previous job to finish
$ sbatch das6/job-with-sysimage.sh

About

Minimal Julia MPI application for testing purposes

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 86.1%
  • Julia 13.9%