提问人:ZeroTwo 提问时间:12/19/2022 更新时间:12/19/2022 访问量:68
调用MPI_Bcast时如何传递自定义数据类型?
How to pass custom datatype while calling MPI_Bcast?
问:
我使用的是定义为 的“自定义”精度。然后用于声明缓冲区。integer, parameter :: dp = selected_real_kind(15,307)
Real(dp)
使用会给我 dp 带来错误。call MPI_Bcast(buffername,int count,dp,0,MPI_COMM_WORLD,ierr)
Invalid datatype
有没有办法传递这个自定义的数据类型?
答: 暂无答案
评论
DP
MPI_DOUBLE_PRECISION