We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1cff68 commit f68c771Copy full SHA for f68c771
2 files changed
test/smoke-fort-dev/llvm-180493/Makefile
@@ -7,7 +7,7 @@ TESTNAME = equiv
7
TESTSRC_MAIN = equiv.f90
8
TESTSRC_ALL = $(TESTSRC_MAIN)
9
10
-FLANG = flang
+FLANG ?= amdflang
11
CFLAGS = -fopenmp
12
OMP_BIN = $(AOMP)/bin/$(FLANG)
13
CC = $(OMP_BIN) $(VERBOSE)
test/smoke-fort-dev/llvm-180493/equiv.f90
@@ -18,7 +18,7 @@ program equiv
18
19
failed = .false.
20
21
- !$omp parallel num_threads(nthreads) shared(failed) private(chk)
+ !$omp parallel num_threads(nthreads) shared(failed) private(i,chk)
22
x = 21
23
chk = 21
24
!$omp masked filter(1)
0 commit comments