How to run Juniper.jl concurrently

Hi,
is there a way to run Juniper concurrently ?

Thanks,
Manoj

Do you mean multiple instances of Juniper in parallel, or a single instance of Juniper using multiple cores?

For the second, you need to start Julia with multiple procs using julia -p N:
https://lanl-ansi.github.io/Juniper.jl/stable/options/#Parallel

2 Likes

CC @Wikunia :smiley:

Hi there,

core developer of Juniper here.
You actually need to also set an option to run a single instance in parallel. See:
https://lanl-ansi.github.io/Juniper.jl/stable/options/#Parallel

(edit: I somehow didn’t see the link by @odow …)

Hope that helps. Let me know if you have further questions.

Thanks for the ping @TheCedarPrince

Cheers,

Ole

1 Like

Hi @odow

is there a way to run multiple instance of juniper?

See Parallelism · JuMP