We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 73f526c commit 29ebf18Copy full SHA for 29ebf18
test/framework/toolchain.py
@@ -2293,7 +2293,7 @@ def test_independence(self):
2293
('iccifort', '2018.1.163'),
2294
('intel-compilers', '2022.1.0'),
2295
]
2296
- if custom_optarchs == 'test': # optarch is not used as a flag for Cray
+ if custom_optarch == 'test': # optarch is not used as a flag for Cray
2297
toolchains += [
2298
('CrayCCE', '2015.06-XC'),
2299
('CrayGNU', '2015.06-XC'),
0 commit comments