Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 680 Bytes

File metadata and controls

17 lines (12 loc) · 680 Bytes

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