mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2025-01-13 22:52:34 +01:00
reset BLAS num threads to 4 (addprocs sets to 1)
This commit is contained in:
parent
21062f2461
commit
6562dbd219
1
SL3Z.jl
1
SL3Z.jl
@ -138,4 +138,5 @@ const upper_bound=0.27
|
|||||||
# const ID = [Mod(x,p) for x in eye(Int,N)]
|
# const ID = [Mod(x,p) for x in eye(Int,N)]
|
||||||
# S() = SL_generatingset(N, p)
|
# S() = SL_generatingset(N, p)
|
||||||
|
|
||||||
|
BLAS.set_num_threads(4)
|
||||||
@time check_property_T(name, ID, S; verbose=true, tol=1e-10, upper_bound=upper_bound)
|
@time check_property_T(name, ID, S; verbose=true, tol=1e-10, upper_bound=upper_bound)
|
||||||
|
Loading…
Reference in New Issue
Block a user