Skip to content

WarwickRSE/IntroMPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

What are these files

These are the code files for WarwickRSEs Introductory MPI workshop. Here you will find the following:

  • The examples codes discussed in the talks, in C and Fortran
    • My first MPI program 01_Starting/00_hello_world
    • The darts program variants 01_Starting/01 to 05
    • The ring pass 02_PointToPoint including a BROKEN example
  • An example of a Worker-Controller in MPI 03_Worker_controller
  • Some extra examples explored in the longer versions of this workshop
  • A suggestions pdf guiding you through writing your first programs
  • Scripts for using MPI on cluster systems
    • A submission script
    • A script to get an interactive allocation