MPI_Type_lb 

Nazwa: 

 MPI_Type_lb - Zwraca dolną granice typu danych;  

Wejściowe parametry: 

datatype - typ danych (handle) 

Wyjściowe parametry: 

displacement - przemieszczenie dolnej granicy od oryginału w bajtach (integer);

Użycie:

#include "mpi.h"
int MPI_Type_lb ( datatype, displacement )
MPI_Datatype datatype;
MPI_Aint *displacement;