EnergyPlus Parallel Simualtion on HPC

asked 2024-04-28 18:18:31 -0500

updated 2024-04-29 09:09:57 -0500

What is the best approach for conducting parallel simulations in EnergyPlus on an HPC cluster? In BEopt, users can specify the number of cores for parallel simulation, but how does one achieve this on an HPC?

Is it feasible to submit all simulation jobs at once and call EnergyPlus concurrently on different nodes/CPUs/Cores for simultaneous execution (e.g., using SLURM) rather than serial processing? If not, what alternative methods can be employed to achieve parallel simulation on an HPC cluster?

edit retag flag offensive close merge delete