New chapel questions for Jan 15 - Stack Exchange

Stack Exchange

The following item was added to your Stack Exchange “Stack Overflow [chapel]” feed.

Stack Overflow

How do I efficiently scatter distributed array elements in Chapel?

Consider the following scatter operation : var A : [DomA] EltType; var Indices : [DomA] IndexType; var B : [DomB] EltType; [(iSrc, iDst) in zip(DomA, Indices)] B[iDst] = A[iSrc]; where the domains …

tagged: chapel Jan 15 at 23:14

Unsubscribe from this filter or change your email preferences by visiting your filter subscriptions page on stackexchange.com.

Questions? Comments? Let us know on our feedback site.

Stack Exchange Inc. 110 William Street, 28th floor, NY NY 10038 <3