XcalableMP / Specification

Specification of XcalableMP
0 stars 0 forks source link

組込み/ビルトイン関数xmp_desc_kind #60

Open h-murai opened 7 years ago

h-murai commented 7 years ago

XMPディスクリプタの種別(ノード配列、テンプレート、グローバルデータ)を返す組込み/ビルトイン関数を追加する。

int xmp_desc_kind(xmp_desc_t d, int *kind);

ディスクリプタの種別に応じて、kindにはXMP_DESC_NODES、XMP_DESC_TEMPLATE、XMP_DESC_ARRAYが返される。