@ -2,7 +2,7 @@
using LinearAlgebra
using TypedPolynomials
using Distributed, SlurmClusterManager
addprocs(SlurmClusterManager)
addprocs(SlurmManager())
# Local deps
include("random_poly.jl")
@ -84,4 +84,4 @@ ENV["GKSwstype"] = "nul"
# plot_real(sQ, Q, 2, 2, "2")
# plot_real(sF, F, 4, 4, "3")
# plot_real(sT, T, 4, 4, "4")
plot_real(sol, R, 5, 5, "random")