Question-and-Answer Resource for the Building Energy Modeling Community
Get started with the Help page
Ask Your Question

Revision history [back]

Running EnergyPlus in Azure Batch

Just wondering if anyone has tried to run EnergyPlus simulations in parallel in Azure Batch?

If so, are there any tips or tricks that helped you keep it going along?

I have so far figured out how to add E+ as an application and invoke it via a Task in Batch. I get this error, however:

Running "D:\batch\tasks\applications\energyplus8.1.02019-01-08-17-00\EnergyPlusV8-1-0\"EnergyPlus.exe

Input File : 1.idf

Output Files: D:\batch\tasks\workitems\EPThirt\job-1\TaskEPlus\wd\ IDD file : "D:\batch\tasks\applications\energyplus8.1.02019-01-08-17-00\EnergyPlusV8-1-0\"Energy+.idd

Begin EnergyPlus processing . . .

EnergyPlus Starting

EnergyPlus-Windows-64 8.1.0.008, YMD=2019.01.21 23:50

Missing C:\EnergyPlusV8-1-0\Energy+.idd

**FATAL:ProcessInput: Energy+.idd missing. Program terminates. Fullname=C:\EnergyPlusV8-1-0\Energy+.idd

No EnergyPlus Data Dictionary (Energy+.idd) was found...

As you can see, it seems to look for Missing C:\EnergyPlusV8-1-0\Energy+.idd, which would not exist in this context... Has anyone run into this before?

Running EnergyPlus in Azure Batch

Just wondering if anyone has tried to run EnergyPlus simulations in parallel in Azure Batch?

If so, are there any tips or tricks that helped you keep it going along?

I have so far figured out how to add E+ as an application and invoke it via a Task in Batch. I get this error, however:

Running "D:\batch\tasks\applications\energyplus8.1.02019-01-08-17-00\EnergyPlusV8-1-0\"EnergyPlus.exe

Input File : 1.idf

Output Files: D:\batch\tasks\workitems\EPThirt\job-1\TaskEPlus\wd\ IDD file : "D:\batch\tasks\applications\energyplus8.1.02019-01-08-17-00\EnergyPlusV8-1-0\"Energy+.idd

Begin EnergyPlus processing . . .

EnergyPlus Starting

EnergyPlus-Windows-64 8.1.0.008, YMD=2019.01.21 23:50

Missing C:\EnergyPlusV8-1-0\Energy+.idd

**FATAL:ProcessInput: Energy+.idd missing. Program terminates. Fullname=C:\EnergyPlusV8-1-0\Energy+.idd

No EnergyPlus Data Dictionary (Energy+.idd) was found...

As you can see, it seems to look for Missing C:\EnergyPlusV8-1-0\Energy+.idd, which would not exist in this context... Has anyone run into this before?