Hi,
is there a way to run Juniper concurrently ?
Thanks,
Manoj
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
CC @Wikunia
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
Hi @odow
is there a way to run multiple instance of juniper?