testing ClusterManagers for real

main
Francesco Minnocci 1 year ago
parent 7820c71d85
commit 0aec2e5654
Signed by untrusted user: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

@ -1,7 +1,7 @@
# External dependencies
using TypedPolynomials
using LinearAlgebra
using Distributed
using Distributed, ClusterManagers
using SharedArrays
# Local dependencies
@ -18,6 +18,8 @@ using .EulerNewton
using .AdaptStep
using .Plot
addprocs(SlurmManager(20), partition="production", t="00:30:00")
function compute_root(H, r, maxsteps=1000)
t = 1.0
step_size = 0.01

Loading…
Cancel
Save