We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36c2c76 commit 9b54017Copy full SHA for 9b54017
test/smoke-fort-dev/amdflang-test/Makefile
@@ -0,0 +1,15 @@
1
+#NOOPT = 1
2
+include ../../Makefile.defs
3
+
4
+TESTNAME = amdflang-test
5
+TESTSRC_MAIN = amdflang-test.f90
6
+TESTSRC_AUX =
7
+TESTSRC_ALL = $(TESTSRC_MAIN) $(TESTSRC_AUX)
8
9
+FLANG ?= amdflang
10
+OMP_BIN = $(AOMP)/bin/$(FLANG)
11
+CC = $(OMP_BIN) $(VERBOSE)
12
+#-ccc-print-phases
13
+#"-\#\#\#"
14
15
+include ../Makefile.rules
test/smoke-fort-dev/amdflang-test/amdflang-test.f90
@@ -0,0 +1,6 @@
+program amdflangtest
+ implicit none
+ print *, "Success: amdflang is alive"
+end program amdflangtest
0 commit comments