fix: add finalize(SlurmManager); see GitHub issue:

https://github.com/kleinhenz/SlurmClusterManager.jl/issues/11
main
Francesco Minnocci 1 year ago
parent 09693479fd
commit cb7e0bfe61
No known key found for this signature in database
GPG Key ID: 76DA3AF9BAED1A32

@ -99,6 +99,8 @@ vars = variables(R)
println("Solutions: ", sol)
println("Norms (lower = better): ", [norm([f(vars => s) for f in R]) for s in sol])
finalize(SlurmManager())
# Plotting the system and the real solutions
# ENV["GKSwstype"] = "nul"
# plot_real(sC, C, 6, 12, "1")

Loading…
Cancel
Save