Re: [OMPI users] Custom MPI_DATA_TYPE with allocatable arrays in fortran derived data type

2015-03-15 Thread Thomas Markovich
ly because each struct might have different displacements for the > internal allocatable arrays. > > George. > > > > On Sun, Mar 15, 2015 at 3:45 PM, Thomas Markovich < > thomasmarkov...@gmail.com> wrote: > >> Hi All, >> >> I'm trying to parall

[OMPI users] Custom MPI_DATA_TYPE with allocatable arrays in fortran derived data type

2015-03-15 Thread Thomas Markovich
Hi All, I'm trying to parallelize my code by distributing the computation of various elements of a lookup table and then sync that lookup table across all nodes. To make the code easier to read, and to keep track of everything easier, I've decided to use a derived data type in fortran defined as f