[TMVA] Enable again all tests on alma9 and fedora39#15439
[TMVA] Enable again all tests on alma9 and fedora39#15439guitargeek merged 1 commit intoroot-project:masterfrom
alma9 and fedora39#15439Conversation
Now that we're using a system-compatible version of NumPy on the CI images for these platforms, the TMVA tests should all pass again.
Test Results 10 files 10 suites 2d 3h 25m 23s ⏱️ For more details on these failures, see this check. Results for commit 24679a2. |
|
Thank you Jonas for fixing this problem! |
| builtin_vdt=On | ||
| tmva-sofie=On | ||
| tmva-cpu=OFF | ||
| BLA_VENDOR=OpenBLAS |
There was a problem hiding this comment.
What is this option doing? If it exists, shouldn't it be BLAS_VENDOR?
There was a problem hiding this comment.
It's a funny name, yes :D But that's how it is:
https://cmake.org/cmake/help/latest/module/FindBLAS.html#input-variables
It forces the use of openblas instead of flexiblas. More context here:
#15309 (comment)
There was a problem hiding this comment.
Looks like the new default blas in alma9 (flexiblas) can't be used simultaneously with the openblas that is builtin to NumPy. But using OpenBlas is also a good configuration, since this is also what the LCG packages use I think
Now that we're using a system-compatible version of NumPy on the CI images for these platforms, the TMVA tests should all pass again.