You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This probably also depends on #13. For thread pools, calllib is not supported.
Looks like MATLAB is still very primitive with threads. Using parfor with pool('local') works within its limitations, but the overhead is probably a lot.
Allowing
parfor
with OpenDSS is something that has been asked several times in the official forum and through personal requests.DSS C-API v0.12 allows creating multiple independent DSS instances. We should try to add an example with
parfor
if everything works as expected.The text was updated successfully, but these errors were encountered: