LAPACK: Unable to determine CPU type, on Ubuntu and engineering sample CPU.
Afficher commentaires plus anciens
Hello everyone,
I am running MATLAB 2022b on Ubuntu 22.04. The CPUs used are Intel xeon 6148, engineering samples (which means these CPUs are just for test and not for sale, but they should be very close to the final official product). I found that this computer works perfectly on MATLAB 2020b and all other softwares, but runs into error on 2022b. The errors codes are as follows.
Input:
eig([1,0;0,1])
I got the following errors:
LAPACK: Unable to determine CPU type
Error using eig
LAPACK loading error:
No valid linear algebra library found for this architecture. lapack.spec is defective or the used architecture is not supported by MATLAB on this machine.
I suspect this is because I am using unofficial CPUs (engineering samples), but they works well on MATLAB 2020b. I wonder if it is possible to solve this problem and how. Thanks in advance!
Sincerely,
Chin Kung
2 commentaires
Heiko Weichelt
le 16 Déc 2022
Before using the fix I posted, could you please set the ENVs
BLAS_VERBOSITY=1
LAPACK_VERBOSITY=1
and report back the output you see, when running the same steps as in your original post.
Thanks.
G
le 17 Déc 2022
Réponse acceptée
Plus de réponses (0)
Catégories
En savoir plus sur Loops and Conditional Statements dans Centre d'aide et File Exchange
Produits
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!