Open
Description
Description
I cloned the repository to my machine (macOS Sequoia, M1. XCode 16.1),
(dev3) teapot:lapack andrew$ gcc --version
Apple clang version 16.0.0 (clang-1600.0.26.3)
Target: arm64-apple-darwin24.0.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
(dev3) teapot:lapack andrew$ gfortran --version
GNU Fortran (Homebrew GCC 14.2.0_1) 14.2.0
brew install gfortran
cp make.inc.example make.inc
make -j8 all
The summary of the test suite (full log here):
--> LAPACK TESTING SUMMARY <--
Processing LAPACK Testing output found in the TESTING directory
SUMMARY nb test run numerical error other error
================ =========== ================= ================
REAL 1569648 0 (0.000%) 0 (0.000%)
DOUBLE PRECISION 1563140 4 (0.000%) 4 (0.000%)
COMPLEX 1029730 0 (0.000%) 0 (0.000%)
COMPLEX16 1029705 1 (0.000%) 0 (0.000%)
--> ALL PRECISIONS 5192223 5 (0.000%) 4 (0.000%)
On a related note, are there guidelines on how to direct the make file to use the macOS Accelerate for BLAS instead of the inbuilt librefblas?
Checklist
- I've included a minimal example to reproduce the issue
- I'd be willing to make a PR to solve this issue