zl程序教程

您现在的位置是:首页 >  其它

当前栏目

MPI4PY的数据类型 —— MPI4Py data type

Data 数据类型 type
2023-09-11 14:19:19 时间

原文地址:

http://education.molssi.org/parallel-programming/03-distributed-examples-mpi4py/index.html

 

 

 

MPI4Py data type               C data type
MPI.BYTE                         8 binary digits
MPI.CHAR                         char
MPI.UNSIGNED_CHAR                unsigned char
MPI.SHORT                        signed short int
MPI.UNSIGNED_SHORT               unsigned short int
MPI.INT                          signed int
MPI.UNSIGNED                     unsigned int
MPI.LONG                         signed long int
MPI.UNSIGNED_LONG                unsigned long int
MPI.FLOAT                        float
MPI.DOUBLE                       double