IS&T RCS Tutorial - Introduction to MPI (Hands-on)

  • Starts: 10:00 am on Thursday, May 30, 2024
  • Ends: 12:00 pm on Thursday, May 30, 2024
Many programs can be sped up by using additional CPU cores. To do this the execution needs to be parallelized and distributed across multiple cores. While “shared-memory” approaches like OpenMP allow you to use many cores on a single machine, if the program can still benefit from additional cores then a “distributed-memory” approach like MPI is needed to use multiple machines/nodes. MPI provides a way to communicate between machines and distribute work/data so that they can work cooperatively. This tutorial will take a hands-on approach at writing several simple MPI programs and along the way demonstrate basic MPI functionality. Prior parallel programming experience for attendees is important. Programs will be written in Fortran so prior experience in Fortran is helpful, but the syntax is straightforward so C/C++ experience can be enough.
Speakers:
Josh Bevan
Location:
Zoom - Registered attendees will be sent via email the Zoom link for each tutorial 2-3 days before the tutorial starts
Registration:
https://www.bu.edu/phpbin/training/register/index.php?admingroup_id=43

Back to Calendar