Multi-core Simulations

The VE Python API allows users create simple programs using the Python Programming Language, to interact with a VE Model and/or Vista Results File
Post Reply
jon_rey
VE Newbie
VE Newbie
Posts: 4
Joined: Tue Dec 17, 2019 4:32 pm

Multi-core Simulations

Post by jon_rey »

Hi All,

Does anyone know of a way to run a single simulation with multiple cores in parallel via the API? When running a simulation normally, I can change my preferences to use several cores to speed up the simulation via --> Preferences --> Simulation.

Failing that, I'm aware of the run_simulation( True ) method to queue several simulations. Is there a signal available from the API to interact with this queue. If I want to do some analysis on the results of a simulation via the same script I would need something to notify me when the results file would be ready to query?

Thanks
Post Reply