Direct psspy to parallel processor
Is there a way to direct psspy to use the parallel processing version of PSSE 33?
Currently I'm doing the following from a python terminal:
import psse33 # sets environment
import psspy
psspy.number_threads(3)
psspy.number_threads()
Even after setting the number of processors, it returns (0, 1) indicating that there is only one contingency processor. My thought is that somehow psspy is directed to the single processor version of PSSE instead of the parallel version.
Is there a way to change this?