ansys / pymotorcad

https://motorcad.docs.pyansys.com
MIT License
13 stars 1 forks source link

MotorCAD instance cleanup() function... and/or initialize_parallel_runs() and exit_parallel_runs() functionality #291

Open Graham-S1 opened 3 months ago

Graham-S1 commented 3 months ago

đź“ť Description of the feature

I’ve given up on set_free()… I need more clarity on how to kill excess running instances of MotorCAD properly at the end of an Optislang run and/or during a run, as I more often get all MotorCAD licenses used up errors/issues when I use instances in parallel. Can you have development add a “MotorCAD instance cleanup()” function, and/or an initialize_parallel_runs() and exit_parallel_runs() functionality? If a hiccup or error occurs, there is a lot of extra stuff that I can only clean with a reboot.

đź’ˇ Steps for implementing the feature

No response

đź”— Useful links and references

No response