On Fri, 2016-10-14 at 00:02, Alexandros Fakos <alexandrosfa...@gmail.com> wrote:
> Hi,
>
> Is there a way to create a shared array of a user defined composite
> type?

Yes, but only for isbits types, i.e. immutables which do not contain
non-immutable fields.  Otherwise you could look into the new &
experimental threads support in 0.5.

> I want to parallelize using pmap() on a function f() which has as
> arguments user defined composite types.

Reply via email to