We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6fc17d commit c81d539Copy full SHA for c81d539
examples/lfric/eg14/Makefile
@@ -79,7 +79,9 @@ testkern_w0_kernel_0_mod.f90: main_psy.f90
79
80
# TODO #1724 - compilation currently fails because module name in use
81
# statement needs correcting following ACCRoutineTrans of Kernel.
82
-compile: $(EXEC)
+compile: transform
83
+ @echo "No compilation supported for lfric/eg14 due to #1724"
84
+
85
86
run: compile
87
./$(EXEC)
0 commit comments