First time here? We are a friendly community of Power Systems Engineers. Check out the FAQ!

Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

answered May 26 '2

jconto gravatar image

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 longrunningpsse_process().

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