| Text-only | Table of Contents (frame/ no frame) |
| (15) Details of Message Passing |
|
For a Communication to Succeed
| MPI
Data type |
C
Data Type |
| MPI_CHAR |
signed char |
| MPI_SHORT |
signed short int |
| MPI_INT |
signed int |
| MPI_LONG |
signed long int |
| MPI_UNSIGNED_CHAR |
unsigned char |
| MPI_UNISGNED_SHORT |
unsigned short int |
| MPI_UNSIGNED_INT |
unsigned int |
| MPI_UNSIGNED_LONG |
unsigned long int |
| MPI_FLOAT |
float |
| MPI_DOUBLE |
double |
| MPI_LONG_DOUBLE |
long double |
| MPI_BYTE |
|
| MPI_PACKED |
| MPI
Data type |
Fortran
Data Type |
| MPI_INTEGER |
INTEGER |
| MPI_REAL |
REAL |
| MPI_DOUBLE_PRECISION |
DOUBLE PRECISION |
| MPI_COMPLEX |
COMPLEX |
| MPI_LOGICAL |
LOGICAL |
| MPI_BYTE |
|
| MPI_PACKED |
| message-passing-details.src last modified Apr 25, 2007 | Introduction | Table of Contents (frame/no frame) |
Printable (single file) |
© Dartmouth College |