We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3e4ef5 commit 4e60f76Copy full SHA for 4e60f76
test/distributed_exec.jl
@@ -1031,7 +1031,6 @@ function test_add_procs_threaded_blas()
1031
@warn "Skipping blas num threads tests due to unsupported blas version"
1032
return
1033
end
1034
- @test master_blas_thread_count <= 8 # check that Base set the environment variable in __init__ before LinearAlgebra dlopen'd it
1035
1036
# Test with default enable_threaded_blas false
1037
processes_added = addprocs_with_testenv(2)
0 commit comments