Skip to content

Commit

Permalink
fix get_num_blas_threads
Browse files Browse the repository at this point in the history
  • Loading branch information
Jutho committed Jan 26, 2024
1 parent 1349fd3 commit 0027c48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auxiliary/linalg.jl
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Simple reference to getting and setting BLAS threads
#------------------------------------------------------
set_num_blas_threads(n::Integer) = LinearAlgebra.BLAS.set_num_threads(n)
get_num_blas_threads(n::Integer) = LinearAlgebra.BLAS.get_num_threads(n)
get_num_blas_threads() = LinearAlgebra.BLAS.get_num_threads()

# Factorization algorithms
#--------------------------
Expand Down

0 comments on commit 0027c48

Please sign in to comment.