Revision history  [back]

I use the multiprocessing module to run multiple instances of PSSe but avoid GUI's with parallel processing.

Try putting the initial calls to PSSe inside the long_running_psse_process().

Also, does the python code in long_running_psse_process() closes PSSe and any log file before returning?