Skip to content

Commit 621f207

Browse files
committed
make test_optarch_generic aware of change in compiler options for oneAPI Intel compilers
1 parent f1fa1a1 commit 621f207

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/framework/toolchain.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -709,7 +709,7 @@ def test_optarch_generic(self):
709709
tcs = {
710710
'gompi': ('2018a', "-march=x86-64 -mtune=generic"),
711711
'iccifort': ('2018.1.163', "-xSSE2 -ftz -fp-speculation=safe -fp-model source"),
712-
'intel-compilers': ('2021.4.0', "-xSSE2 -fp-speculation=safe -fp-model precise"),
712+
'intel-compilers': ('2021.4.0', "-march=x86-64 -mtune=generic -fp-speculation=safe -fp-model precise"),
713713
}
714714
for tcopt_optarch in [False, True]:
715715
for tcname in tcs:

0 commit comments

Comments
 (0)