Open EricDeveaud opened 7 hours ago
Dear @EricDeveaud,
I should actually just remove this check. At the moment hyphy
does not use BLAS
even if it detects it, because it contains highly specialized code for the specific types of matrices that are likely to occur in standard models which is faster than generic BLAS
.
Thanks for letting me know.
Best, Sergei
Hello,
line 322 of CMakeList.txt breaks BALS detection https://github.com/veg/hyphy/blob/cc6eee3faf4d9fb612e2b4daa04e81723fe3b599/CMakeLists.txt#L322
see. NB only loaded blas related module and gcc cmake
tried with OPenBLAS
and once line 322 is removed or commented
same than above.
with BLAS.
with OpenBLAS
regards
Eric