This package uses libblastrampoline
,
available since Julia v1.7, to forward all BLAS functions to a build of OpenBLAS which
allows you to use up to 128 threads, instead of the default 32 of the pre-built version of
OpenBLAS which somes with Julia official binaries.
]add https://github.com/giordano/OpenBLASHighCoreCount.jl
using OpenBLASHighCoreCount
and that's it, really.