remove addprocs, rmporcs -- better to call julia -pN

This commit is contained in:
kalmar 2017-02-11 13:53:16 +01:00
parent a40945380a
commit b0678e0482
1 changed files with 0 additions and 4 deletions

View File

@ -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)