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
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