OpenMP_VV icon indicating copy to clipboard operation
OpenMP_VV copied to clipboard

Issue 868: Fix 5.1/target/test_target_map_iterators.{F90,c}

Open tob2 opened this issue 1 year ago • 0 comments

  • Fixes Issue #868

OpenMP does not permit using the same containing array with the iterator modifier to the map clause (i.e. array[i]).

Solution: Make the testcase valid and more sensible by using an array of pointers to integer instead of a plain integer array, i.e. use ptrarry[i][:1] instead.

tob2 avatar Apr 22 '25 22:04 tob2