Is there a method for terminating an existing Julia session? I'm working with multiprocessing to run a Julia function in parallel, and Julia initialization must happen inside the function passed to multiprocessing.Pool. Everything is working well so far, but I'm looking to handle the situation where a user might already have initialized Julia in the calling script. Any suggestions or insights on how to accomplish this would be greatly appreciated. Thank you!
Is there a method for terminating an existing Julia session? I'm working with
multiprocessingto run a Julia function in parallel, and Julia initialization must happen inside the function passed tomultiprocessing.Pool. Everything is working well so far, but I'm looking to handle the situation where a user might already have initialized Julia in the calling script. Any suggestions or insights on how to accomplish this would be greatly appreciated. Thank you!