mirror of
https://github.com/kalmarek/PropertyT.jl.git
synced 2024-11-13 22:05:27 +01:00
remove addprocs, rmporcs -- better to call julia -pN
This commit is contained in:
parent
a40945380a
commit
b0678e0482
@ -76,8 +76,6 @@ function compute_κ_A(name::String, Δ, sdp_constraints;
|
||||
return κ, A
|
||||
end
|
||||
|
||||
|
||||
workers_processes = addprocs()
|
||||
@everywhere push!(LOAD_PATH, "./")
|
||||
using GroupAlgebras
|
||||
@everywhere include("property(T).jl")
|
||||
@ -100,5 +98,3 @@ if κ > 0
|
||||
else
|
||||
println("$κ < 0: $NAME may NOT HAVE property (T)!")
|
||||
end
|
||||
|
||||
rmprocs(workers_processes)
|
||||
|
Loading…
Reference in New Issue
Block a user