Skip to content

Commit

Permalink
Updated unit tests to fit the new optimization flags
Browse files Browse the repository at this point in the history
  • Loading branch information
alalazo committed Nov 26, 2019
1 parent 9ce0b6b commit 88b7101
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/spack/spack/test/llnl/util/cpu.py
Expand Up @@ -218,7 +218,7 @@ def test_target_json_schema():
('icelake', 'clang', '8.0.0', '-march=x86-64 -mcpu=icelake-client'),
('zen2', 'clang', '9.0.0', '-march=x86-64 -mcpu=znver2'),
('power9le', 'clang', '8.0.0', '-march=ppc64le -mcpu=pwr9'),
('thunderx2', 'clang', '6.0.0', '-march=armv8-a -mcpu=generic'),
('thunderx2', 'clang', '6.0.0', '-march=aarch64 -mattr=+v8.1a,+fp-armv8,+neon,+crc,+crypto'),
# Test Intel on Intel CPUs
('sandybridge', 'intel', '17.0.2', '-march=corei7-avx -mtune=corei7-avx'),
('sandybridge', 'intel', '18.0.5',
Expand Down

0 comments on commit 88b7101

Please sign in to comment.