Skip to content

Commit 8359606

Browse files
committed
Merge remote-tracking branch 'upstream/master' into igr-integration
2 parents 0374918 + 4b819a8 commit 8359606

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/common/include/omp_macros.fpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@
179179
#:if MFC_COMPILER == NVIDIA_COMPILER_ID or MFC_COMPILER == PGI_COMPILER_ID
180180
#:set omp_start_directive = '!$omp target teams loop defaultmap(firstprivate:scalar) bind(teams,parallel) '
181181
#:elif MFC_COMPILER == CCE_COMPILER_ID
182-
#:set omp_start_directive = '!$omp target teams distribute parallel do simd defaultmap(firstprivate:scalar) '
182+
#:set omp_start_directive = '!$omp target teams distribute parallel do defaultmap(firstprivate:scalar) '
183183
#:elif MFC_COMPILER == AMD_COMPILER_ID
184184
#:set omp_start_directive = '!$omp target teams distribute parallel do '
185185
#:else
@@ -194,7 +194,7 @@
194194
#:if MFC_COMPILER == NVIDIA_COMPILER_ID or MFC_COMPILER == PGI_COMPILER_ID
195195
#:set omp_end_directive = '!$omp end target teams loop'
196196
#:elif MFC_COMPILER == CCE_COMPILER_ID
197-
#:set omp_end_directive = '!$omp end target teams distribute parallel do simd'
197+
#:set omp_end_directive = '!$omp end target teams distribute parallel do'
198198
#:elif MFC_COMPILER == AMD_COMPILER_ID
199199
#:set omp_end_directive = '!$omp end target teams distribute parallel do'
200200
#:else

tests/coverage_map.json.gz

45 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)