Skip to content

Commit

Permalink
Fix order of flags
Browse files Browse the repository at this point in the history
  • Loading branch information
Micket committed Oct 31, 2024
1 parent 9c634ee commit afbfdf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/framework/toolchain.py
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ def test_independence(self):

tc_cflags = {
'CrayCCE': "-O2 -g -homp -craype-verbose",
'CrayGNU': "-O2 -g -fno-math-errno -fopenmp -craype-verbose",
'CrayGNU': "-O2 -fno-math-errno -g -fopenmp -craype-verbose",
'CrayIntel': "-O2 -g -ftz -fp-speculation=safe -fp-model source -fopenmp -craype-verbose",
'GCC': "-O2 -g -ftree-vectorize -test -fno-math-errno -fopenmp",
'iccifort': "-O2 -g -test -ftz -fp-speculation=safe -fp-model source -fopenmp",
Expand Down

0 comments on commit afbfdf9

Please sign in to comment.