First time here? Check out the Help page!
1 | initial version |
You can use the python multiprocessing
module to run multiple simulations in parallel. A short example can be found here: https://github.com/Myoldmopar/EnergyPlusAPIHelper/blob/main/eplus_api_helpers/demos/03_multiprocessed.py