Science&Enigneering

MPI Cheating sheet

##- 2020. 2. 18. 16:18
728x90

Refered and images were taken from https://mpitutorial.com/

 

A Comprehensive MPI Tutorial Resource · MPI Tutorial

A Comprehensive MPI Tutorial Resource Welcome to mpitutorial.com, a website dedicated to providing useful tutorials about the Message Passing Interface (MPI). Tutorials Wanting to get started learning MPI? Head over to the MPI tutorials. Recommended Books

mpitutorial.com

MPI Cheating sheet

C Data Types(MPI_Datatype)
MPI_CHAR
MPI_BYTE (like unsigned char)
MPI_SHORT
MPI_INT
MPI_LONG
MPI_FLOAT
MPI_DOUBLE
MPI_UNSIGNED_CHAR
MPI_UNSIGNED_SHORT
MPI_UNSIGNED
MPI_UNSIGNED_LONG
MPI_LONG_DOUBLE
MPI_LONG_LONG_INT

MPI_Send
MPI_Recv
MPI_Bcast
MPI_Scatter
MPI_Gather
MPI_Allgather
MPI_Reduce
MPI_Allreduce

300x250