MPI datatype for 2 d array

Posted by dks on Stack Overflow See other posts from Stack Overflow or by dks
Published on 2010-04-16T08:18:54Z Indexed on 2010/04/16 8:23 UTC
Read the original article Hit count: 302

Filed under:
|
|
|

I need to pass an array of integer arrays (basically a 2 d array )to all the processors from root.I am using MPI in C programs. How to declare MPI datatype for 2 d array.and how to send the message (should i use broadcast or scatter)

© Stack Overflow or respective owner

Related posts about mpi

Related posts about datatype