Ask Your Question
0

Direct psspy to parallel processor

asked 2018-06-05 16:36:37 -0500

jtkiv gravatar image

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?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
0

answered 2018-06-07 07:14:30 -0500

jtkiv gravatar image

I think I might have found the answer to my own question.

import psspyomp
edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

[hide preview]

Question Tools

1 follower

Stats

Asked: 2018-06-05 16:36:37 -0500

Seen: 481 times

Last updated: Jun 07 '18