How do I efficiently scatter distributed array elements in Chapel?

后端 未结 0 1154
北荒
北荒 2021-01-16 06:20

Consider the following scatter operation :

var A : [DomA] EltType;
var Indices : [DomA] IndexType;
var B : [DomB] EltType;

[(iSrc, iDst) in zip(DomA, Indices         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题