XcalableMP / Specification

Specification of XcalableMP
0 stars 0 forks source link

組込み手続きxmp_scatterの動作 #12

Closed mnakao closed 5 years ago

mnakao commented 8 years ago

報告者: 村井

x(idx(:)) = a(:) という代入文に相当する

call xmp_scatter(x, a, idx)

において、idx の値に重複がある場合(x のある要素が複数回更新される場合)の扱いが定義されていない。「結果は不定」とするべきか。

なお、Fortranでは、そのような代入文は許されない(shall not appear)ことになっている。

h-murai commented 8 years ago

「結果は不定」とする。