Clear Filters
Clear Filters

how to use the same BLAS version with two different computers that have the same matlab version

4 views (last 30 days)
Hi,
We have two different computers that have the same matlab version (9.9.0.1718557 (R2020b) Update 6), but their BLAS version is different:
for the first (Intel Core i7-11850H, windows 10 business) 'version -blas' returns:
'Intel(R) Math Kernel Library Version 2019.0.3 Product Build 20190125 for Intel(R) 64 architecture applications, CNR branch unknown'
for the second (Intel Core i7-10710U, windows 10 pro) 'version -blas' returns:
'Intel(R) Math Kernel Library Version 2019.0.3 Product Build 20190125 for Intel(R) 64 architecture applications, CNR branch AVX2'
How can we make the first computer use the same BLAS version as the second computer?
thanks!

Answers (1)

Andrea Amorosi
Andrea Amorosi on 16 Aug 2022
I have the same issue.
I hope someone can give an answer.

Categories

Find more on Get Started with MATLAB in Help Center and File Exchange

Products


Release

R2020b

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!