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 767666b commit 42dac39Copy full SHA for 42dac39
stdlib/Distributed/test/distributed_exec.jl
@@ -1082,7 +1082,6 @@ function test_add_procs_threaded_blas()
1082
@warn "Skipping blas num threads tests due to unsupported blas version"
1083
return
1084
end
1085
- @test master_blas_thread_count <= 8 # check that Base set the environment variable in __init__ before LinearAlgebra dlopen'd it
1086
1087
# Test with default enable_threaded_blas false
1088
processes_added = addprocs_with_testenv(2)
0 commit comments