Page 1 of 1

Multi-core Simulations

Posted: Tue Jun 23, 2020 2:40 pm
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