🖊️
Research Computing
  • Research Computing
  • HPC Cluster Build Workshop
    • Jetson Nano Initial Setup
    • First Boot
    • Networking Setup
    • Local and Global Storage
    • Set up root account
    • pdsh and /etc/hosts
    • IP forwarding for compute nodes
    • Adding Users
    • Testing the Installation to date
    • Modules: Lmod
    • MPI introduction
    • MPI hello.f90
    • MPI hello.c
    • MPI Benchmarks
    • Game of Life
    • Slurm
Powered by GitBook
On this page

Was this helpful?

  1. HPC Cluster Build Workshop

MPI introduction

PreviousModules: LmodNextMPI hello.f90

Last updated 5 years ago

Was this helpful?

MPI stands for Message Passing Interface, and it is a library specification that is described on the pages. There are a number of implementations available, including an implementation that came installed on the Jetson Nano images.

Building applications using MPI calls allows for separate processes to communicate with each other, including over a network.

MPI-Forum
OpenMPI