Skip to content

Commit 4e60f76

Browse files
authored
Remove openblas set_num_threads in julia __init__ (#42442)
* Remove openblas_set_num_threads in julia __init__ * Remove test no longer needed.
1 parent f3e4ef5 commit 4e60f76

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/distributed_exec.jl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1031,7 +1031,6 @@ function test_add_procs_threaded_blas()
10311031
@warn "Skipping blas num threads tests due to unsupported blas version"
10321032
return
10331033
end
1034-
@test master_blas_thread_count <= 8 # check that Base set the environment variable in __init__ before LinearAlgebra dlopen'd it
10351034

10361035
# Test with default enable_threaded_blas false
10371036
processes_added = addprocs_with_testenv(2)

0 commit comments

Comments
 (0)