Skip to content

Commit

Permalink
fix: add finalize(SlurmManager); see GitHub issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
BachoSeven committed Dec 26, 2023
1 parent 0969347 commit cb7e0bf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions solve.jl
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit cb7e0bf

Please sign in to comment.