Quantcast
Channel: Intel® C++-Compiler
Viewing all articles
Browse latest Browse all 1665

[OMP] icc does not understand array sections (completely)

$
0
0

According to the OpenMP spec one can specify array sections as

[lower-bound:length]
or [lower-bound:]
or [:length]
or [ : ]

However if one tries one except [:] the compiler complains about a missing "]" instead of detecting the number or variable used.

Is this known and going to be fixed?


Viewing all articles
Browse latest Browse all 1665

Trending Articles