Skip to content
Snippets Groups Projects
Commit 51762c38 authored by Oriol Tintó's avatar Oriol Tintó
Browse files

Update icon-nwp intel flags.

parent 5de971f5
No related branches found
No related tags found
1 merge request!9Build only
Pipeline #19265 passed
...@@ -141,7 +141,7 @@ class IconNwp(Package): ...@@ -141,7 +141,7 @@ class IconNwp(Package):
ARCH_FLAG = f"-mtune={mtune}" ARCH_FLAG = f"-mtune={mtune}"
ICON_FCFLAGS = "-std=f2008 -fallow-argument-mismatch -fmodule-private -fimplicit-none -Wall" ICON_FCFLAGS = "-std=f2008 -fallow-argument-mismatch -fmodule-private -fimplicit-none -Wall"
elif self.spec.satisfies("%intel"): elif self.spec.satisfies("%intel"):
FCFLAGS = "-stand none -implicitnone -warn all -warn conversions -warn unused -assume std_intrinsics -g -w" FCFLAGS = "-stand none -implicitnone -warn all -warn unused -assume std_intrinsics -g -w"
ARCH_FLAG = f"-xHost" ARCH_FLAG = f"-xHost"
ICON_FCFLAGS = "-stand f08 -implicitnone -warn all" ICON_FCFLAGS = "-stand f08 -implicitnone -warn all"
else: else:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment