Can anyone guide me on how EnergyPlus can be used for parallel processing?
Let's just say I have to run multiple copies of a same IDF, each with multiple (varying) inputs at the same time, just to quicken overall computation time, how can I do it using EnergyPlus?
I hope my question is clear.
=================================================================================
Edit-1:
I appreciate everyone's support and guidance below, thank you guys, this is really helpful.
I had come across a link:
https://bigladdersoftware.com/epx/doc...
It suggests to "... create multiple folders and copy files EnergyPlus.exe, Energy+.idd, DElight2.dll, libexpat.dll, bcvtb.dll, EPMacro.exe (if macros are used), ExpandObjects.exe (if HVACTemplate or Compact HVAC objects are used) from the original EnergyPlus installed folder. Inside each folder, copy IDF file as in.idf and EPW file as in.epw, then run EnergyPlus.exe from each folder ..."
I think this is done automatically by EnergyPlus via Group Simulations feature now (correct me if I am wrong).
However, I wanted to automate this via Python, as in put the above files in separate folders and run each IDF from Python EnergyPlus API. Anyone who has experience with something similar?
I see @Yapan has posted a solution along these lines, could you please advise on if you had to copy files as mentioned above?
Hi, please see the comment below my answer.