XcalableMP / Specification

Specification of XcalableMP
0 stars 0 forks source link

OpenMPとの混在 #22

Closed mnakao closed 5 years ago

mnakao commented 8 years ago

報告者: 村井

8章「OpenMP in XcalableMP Programs」を設けましたが、記述自体は数行程度です。 これにサンプルコードをいくつか追加する程度でいいでしょうか? あと、coarray との関係はどのように決まったのでしたっけ? main.pdf

mnakao commented 8 years ago

報告者: 村井

よく考えると、「single-threaded」の定義が曖昧です。以下の5つが当てはまるでしょうか?

coarray については、「implementation-dependent」ということにします。

mnakao commented 8 years ago

報告者: 村井

以下のような、少々ややこしい記述にしました。

XcalableMP directives and the invocation of an XcalableMP intrinsic/built-in procedure should be single-threaded, and therefore may be placed in the sequential part, or one of the signle, master, and critical regions that is closely nested inside a parallel region whose parent thread is the initial thread;

main.pdf