Abstract
EnergyPlus is an energy simulation tool which models heating, cooling, lighting, ventilation, and other energy flows in buildings. It is based on the popular features of BLAST and DOE-2. Though EnergyPlus is more advanced than DOE-2, it comes with a drawback of larger simulation runtime. A decrease in the simulation runtime of EnergyPlus would increase the usability of the software. In this paper, a concept has been proposed which uses data parallelization to speed up EnergyPlus simulation. Data parallelization is a form of parallelization for computing across multiple processors or multiple computers in a cluster, run under a suitable environment. Data parallelism focuses on distributing the data across different parallel computing nodes by breaking it into smaller chunks, each of which is processed on by the same function, running in parallel on different cores/machines. In the proposed concept, this is …