reset BLAS num threads to 4 (addprocs sets to 1)

This commit is contained in:
kalmar 2017-03-13 11:48:12 +01:00
parent 21062f2461
commit 6562dbd219
1 changed files with 1 additions and 0 deletions

View File

@ -138,4 +138,5 @@ const upper_bound=0.27
# const ID = [Mod(x,p) for x in eye(Int,N)]
# 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)