0
点赞
收藏
分享

微信扫一扫

MPI4PY的数据类型 —— MPI4Py data type



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









MPI4PY的数据类型  ——   MPI4Py data type_MPI  高性能并行计算


举报

相关推荐

windows安装MPI及python安装mpi4py

0 条评论