File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -2194,11 +2194,11 @@ def test_independence(self):
21942194
21952195 tc_cflags = {
21962196 'CrayCCE' : "-O2 -g -homp -craype-verbose" ,
2197- 'CrayGNU' : "-O2 -g - fno-math-errno -fopenmp -craype-verbose" ,
2198- 'CrayIntel' : "-O2 -g - ftz -fp-speculation=safe -fp-model source -fopenmp -craype-verbose" ,
2199- 'GCC' : "-O2 -g - ftree-vectorize -test -fno-math-errno -fopenmp" ,
2200- 'iccifort' : "-O2 -g - test -ftz -fp-speculation=safe -fp-model source -fopenmp" ,
2201- 'intel-compilers' : "-O2 -g - test -ftz -fp-speculation=safe -fp-model precise -qopenmp" ,
2197+ 'CrayGNU' : "-O2 -fno-math-errno -g -fopenmp -craype-verbose" ,
2198+ 'CrayIntel' : "-O2 -ftz -fp-speculation=safe -fp-model source -g -fopenmp -craype-verbose" ,
2199+ 'GCC' : "-O2 -ftree-vectorize -test -fno-math-errno -g -fopenmp" ,
2200+ 'iccifort' : "-O2 -test -ftz -fp-speculation=safe -fp-model source -g -fopenmp" ,
2201+ 'intel-compilers' : "-O2 -test -ftz -fp-speculation=safe -fp-model precise -g -qopenmp" ,
22022202 }
22032203
22042204 toolchains = [
You can’t perform that action at this time.
0 commit comments