Skip to content

Latest commit

 

History

History

MPI_IO

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 

MPI IO on the FASRC cluster

Introduction

MPI IO is a component of the Message Passing Interface standard that enables parallel input/output operations in distributed computing applications. It allows multiple processes to collectively access shared files, optimizing disk operations through features like collective I/O and file views that reorganize data access patterns. This capability is crucial for high-performance computing applications working with large datasets across multiple nodes, as it extends parallel processing efficiency to the I/O subsystem.

For more information, see User Docs on MPI IO

Contents:

  • Example1: Program creates 3 random vectors and writes / reads them with parallel MPI-IO