Skip to content

Commit 773d715

Browse files
author
Caspar van Leeuwen
committed
Increased number of tests that are allowed to fail for OpenBLAS on ARM. See EESSI/software-layer#309
1 parent 3fcae93 commit 773d715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eb_hooks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ def parse_hook_openblas_relax_lapack_tests_num_errors(ec, eprefix):
167167
cfg_option = 'max_failing_lapack_tests_num_errors'
168168
if get_cpu_architecture() == AARCH64:
169169
orig_value = ec[cfg_option]
170-
ec[cfg_option] = 300
170+
ec[cfg_option] = 400
171171
print_msg("Maximum number of failing LAPACK tests with numerical errors for %s relaxed to %s (was %s)",
172172
ec.name, ec[cfg_option], orig_value)
173173
else:

0 commit comments

Comments
 (0)