使用MPI传递用户定义的变量

时间:2014-12-16 18:18:41

标签: parallel-processing fortran mpi user-defined-types

如何使用MPI跨处理器发送用户定义类型的变量?

对于预定义的,我使用

call mpi_recv(A,1,mpi_real8,root_process,mpi_any_tag,mpi_comm_world,status,ierr)

但是应该为用户定义的类型做些什么 例如,

integer,parameter::type=selected_int_kind (16)  
integer(kind=type)::i

请提出您的建议/意见。

0 个答案:

没有答案