Skip to content

Instantly share code, notes, and snippets.

@scivision
Created June 26, 2025 16:17
Show Gist options
  • Save scivision/d44d4fe3d28162187ae30fdae76ce242 to your computer and use it in GitHub Desktop.
Save scivision/d44d4fe3d28162187ae30fdae76ce242 to your computer and use it in GitHub Desktop.
Matlab set own BLAS or LAPACK

Setting environment variables BLAS_VERSION or LAPACK_VERSION to the path to the desired BLAS or LAPACK library path overrides Matlab's own BLAS or LAPACK. Matlab may fail to work, but this is claimed to work even with AOCL libraries or MKL for example.

Reference

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment