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

Revision history [back]

Command line interface (CLI) and EPMacro

I came accross another issue with the command line interface of EnergyPlus version 9.0.1. This issue seems to be different from the one reported here https://github.com/NREL/EnergyPlus/issues/5897.

Running the attached file using the CLI on Windows and Linux shows different behavior.

On Windows 10:

energyplus -w D:\EnergyPlusV9-0-1\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

The file will run successfully.

On Linux (Ubuntu):

energyplus -w /usr/local/EnergyPlus-9-0-1/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

The file will crash with following stack trace:

Running EPMacro...
forrtl: No such file or directory
forrtl: severe (29): file not found, unit 1, file /mnt/hgfs/WINDOWS_DATA/proj/lbnl/eplustofmu/EnergyPlusToFMU/Scripts/in.imf
Image              PC                Routine            Line        Source             
EPMacro            000000000047FDFE  Unknown               Unknown  Unknown
EPMacro            000000000047E896  Unknown               Unknown  Unknown
EPMacro            0000000000439A02  Unknown               Unknown  Unknown
EPMacro            000000000040FBAB  Unknown               Unknown  Unknown
EPMacro            000000000040F112  Unknown               Unknown  Unknown
EPMacro            00000000004196F8  Unknown               Unknown  Unknown
EPMacro            000000000040321B  Unknown               Unknown  Unknown
EPMacro            000000000040304C  Unknown               Unknown  Unknown
libc.so.6          00007FADAEA27830  Unknown               Unknown  Unknown
EPMacro            0000000000402F49  Unknown               Unknown  Unknown

Any hints?

P.S. The path to the Weather file needs to be adjusted to run the command.

Command line interface (CLI) and EPMacro

I came accross across another issue with the command line interface of EnergyPlus version 9.0.1. This issue seems to be different from the one reported here https://github.com/NREL/EnergyPlus/issues/5897.

Running the attached file using the CLI on Windows and Linux shows different behavior.

On Windows 10:

energyplus -w D:\EnergyPlusV9-0-1\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

The file will run successfully.

On Linux (Ubuntu):

energyplus -w /usr/local/EnergyPlus-9-0-1/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

The file will crash with following stack trace:

Running EPMacro...
forrtl: No such file or directory
forrtl: severe (29): file not found, unit 1, file /mnt/hgfs/WINDOWS_DATA/proj/lbnl/eplustofmu/EnergyPlusToFMU/Scripts/in.imf
Image              PC                Routine            Line        Source             
EPMacro            000000000047FDFE  Unknown               Unknown  Unknown
EPMacro            000000000047E896  Unknown               Unknown  Unknown
EPMacro            0000000000439A02  Unknown               Unknown  Unknown
EPMacro            000000000040FBAB  Unknown               Unknown  Unknown
EPMacro            000000000040F112  Unknown               Unknown  Unknown
EPMacro            00000000004196F8  Unknown               Unknown  Unknown
EPMacro            000000000040321B  Unknown               Unknown  Unknown
EPMacro            000000000040304C  Unknown               Unknown  Unknown
libc.so.6          00007FADAEA27830  Unknown               Unknown  Unknown
EPMacro            0000000000402F49  Unknown               Unknown  Unknown

Any hints?

P.S. The IDF file can be downloaded from C:\fakepath_fmu-export-schedule_no_ext.idf.jpg (Please remove the .jpg from the filename).

P.P.S. The path to the Weather file needs to be adjusted to run the command.

Command line interface (CLI) and EPMacro

I came across another issue with the command line interface of EnergyPlus version 9.0.1. This issue seems to be different from the one reported here https://github.com/NREL/EnergyPlus/issues/5897.

Running the attached file using the CLI on Windows and Linux shows different behavior.

On Windows 10:

energyplus -w D:\EnergyPlusV9-0-1\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

The file will run successfully.

On Linux (Ubuntu):

energyplus -w /usr/local/EnergyPlus-9-0-1/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

The file will crash with following stack trace:

Running EPMacro...
forrtl: No such file or directory
forrtl: severe (29): file not found, unit 1, file /mnt/hgfs/WINDOWS_DATA/proj/lbnl/eplustofmu/EnergyPlusToFMU/Scripts/in.imf
Image              PC                Routine            Line        Source             
EPMacro            000000000047FDFE  Unknown               Unknown  Unknown
EPMacro            000000000047E896  Unknown               Unknown  Unknown
EPMacro            0000000000439A02  Unknown               Unknown  Unknown
EPMacro            000000000040FBAB  Unknown               Unknown  Unknown
EPMacro            000000000040F112  Unknown               Unknown  Unknown
EPMacro            00000000004196F8  Unknown               Unknown  Unknown
EPMacro            000000000040321B  Unknown               Unknown  Unknown
EPMacro            000000000040304C  Unknown               Unknown  Unknown
libc.so.6          00007FADAEA27830  Unknown               Unknown  Unknown
EPMacro            0000000000402F49  Unknown               Unknown  Unknown

Any hints?

P.S. The IDF file can be downloaded from C:\fakepath_fmu-export-schedule_no_ext.idf.jpg (Please remove the .jpg from the filename).(After download, please rename the file to _fmu-export-schedule_no_ext.idf).

P.P.S. The path to the Weather file needs to be adjusted to run the command.

Command line interface (CLI) and EPMacro

I came across another issue with the command line interface of EnergyPlus version 9.0.1. This issue seems to be different from the one reported here https://github.com/NREL/EnergyPlus/issues/5897.

Running the attached file using the CLI on Windows and Linux shows different behavior.

On Windows 10: 10, when I run

energyplus -w D:\EnergyPlusV9-0-1\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

The file EnergyPlus will run complete successfully.

On Linux (Ubuntu):(Ubuntu), when I run (the same command as in Windows)

energyplus -w /usr/local/EnergyPlus-9-0-1/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

The file EnergyPlus will crash with following stack trace:

Running EPMacro...
forrtl: No such file or directory
forrtl: severe (29): file not found, unit 1, file /mnt/hgfs/WINDOWS_DATA/proj/lbnl/eplustofmu/EnergyPlusToFMU/Scripts/in.imf
Image              PC                Routine            Line        Source             
EPMacro            000000000047FDFE  Unknown               Unknown  Unknown
EPMacro            000000000047E896  Unknown               Unknown  Unknown
EPMacro            0000000000439A02  Unknown               Unknown  Unknown
EPMacro            000000000040FBAB  Unknown               Unknown  Unknown
EPMacro            000000000040F112  Unknown               Unknown  Unknown
EPMacro            00000000004196F8  Unknown               Unknown  Unknown
EPMacro            000000000040321B  Unknown               Unknown  Unknown
EPMacro            000000000040304C  Unknown               Unknown  Unknown
libc.so.6          00007FADAEA27830  Unknown               Unknown  Unknown
EPMacro            0000000000402F49  Unknown               Unknown  Unknown

Any hints?

P.S. The IDF file can be downloaded from C:\fakepath_fmu-export-schedule_no_ext.idf.jpg (After download, please rename the file to _fmu-export-schedule_no_ext.idf).

P.P.S. The path to the Weather file needs to be adjusted to run the command.

Command line interface (CLI) and EPMacro

I came across another issue with the command line interface of EnergyPlus version 9.0.1. This issue seems to be different from the one reported here https://github.com/NREL/EnergyPlus/issues/5897.

Running the attached file using the CLI on Windows and Linux shows different behavior.

On Windows 10, when I run

energyplus -w D:\EnergyPlusV9-0-1\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

EnergyPlus will complete successfully.

On Linux (Ubuntu), when I run (the same command as in Windows)

energyplus -w /usr/local/EnergyPlus-9-0-1/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

EnergyPlus will crash with following stack trace:

Running EPMacro...
forrtl: No such file or directory
forrtl: severe (29): file not found, unit 1, file /mnt/hgfs/WINDOWS_DATA/proj/lbnl/eplustofmu/EnergyPlusToFMU/Scripts/in.imf
Image              PC                Routine            Line        Source             
EPMacro            000000000047FDFE  Unknown               Unknown  Unknown
EPMacro            000000000047E896  Unknown               Unknown  Unknown
EPMacro            0000000000439A02  Unknown               Unknown  Unknown
EPMacro            000000000040FBAB  Unknown               Unknown  Unknown
EPMacro            000000000040F112  Unknown               Unknown  Unknown
EPMacro            00000000004196F8  Unknown               Unknown  Unknown
EPMacro            000000000040321B  Unknown               Unknown  Unknown
EPMacro            000000000040304C  Unknown               Unknown  Unknown
libc.so.6          00007FADAEA27830  Unknown               Unknown  Unknown
EPMacro            0000000000402F49  Unknown               Unknown  Unknown

Any hints?

P.S. The IDF file can be downloaded from C:\fakepath_fmu-export-schedule_no_ext.idf.jpg (After download, please rename the file to _fmu-export-schedule_no_ext.idf).

P.P.S. The path to the Weather file needs to be adjusted to run the command.

This issue affects EnergyPlus models which are exported as FMUs.

Command line interface (CLI) and EPMacro

I came across another issue with the command line interface of EnergyPlus version 9.0.1. This issue seems to be different from the one reported here https://github.com/NREL/EnergyPlus/issues/5897.

Running the attached file using the CLI on Windows and Linux shows different behavior.

On Windows 10, when I run

energyplus -w D:\EnergyPlusV9-0-1\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

EnergyPlus will complete successfully.

On Linux (Ubuntu), when I run (the same command as in Windows)

energyplus -w /usr/local/EnergyPlus-9-0-1/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

EnergyPlus will crash with following stack trace:

Running EPMacro...
forrtl: No such file or directory
forrtl: severe (29): file not found, unit 1, file /mnt/hgfs/WINDOWS_DATA/proj/lbnl/eplustofmu/EnergyPlusToFMU/Scripts/in.imf
Image              PC                Routine            Line        Source             
EPMacro            000000000047FDFE  Unknown               Unknown  Unknown
EPMacro            000000000047E896  Unknown               Unknown  Unknown
EPMacro            0000000000439A02  Unknown               Unknown  Unknown
EPMacro            000000000040FBAB  Unknown               Unknown  Unknown
EPMacro            000000000040F112  Unknown               Unknown  Unknown
EPMacro            00000000004196F8  Unknown               Unknown  Unknown
EPMacro            000000000040321B  Unknown               Unknown  Unknown
EPMacro            000000000040304C  Unknown               Unknown  Unknown
libc.so.6          00007FADAEA27830  Unknown               Unknown  Unknown
EPMacro            0000000000402F49  Unknown               Unknown  Unknown

Any hints?

P.S. The IDF file can be downloaded from C:\fakepath_fmu-export-schedule_no_ext.idf.jpg (After download, please rename the file to _fmu-export-schedule_no_ext.idf).

P.P.S. The path to the Weather file needs to be adjusted to run the command.

This issue affects EnergyPlus models which are exported as FMUs.

Command line interface (CLI) and EPMacro

I came across another issue with the command line interface of EnergyPlus version 9.0.1. This issue seems to be different from the one reported here https://github.com/NREL/EnergyPlus/issues/5897.

Running the attached file using the CLI on Windows and Linux shows different behavior.

On Windows 10, when I run

energyplus -w D:\EnergyPlusV9-0-1\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

EnergyPlus will complete successfully.

On Linux (Ubuntu), when I run (the same command as in Windows)

energyplus -w /usr/local/EnergyPlus-9-0-1/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

EnergyPlus will crash with following stack trace:

Running EPMacro...
forrtl: No such file or directory
forrtl: severe (29): file not found, unit 1, file /mnt/hgfs/WINDOWS_DATA/proj/lbnl/eplustofmu/EnergyPlusToFMU/Scripts/in.imf
Image              PC                Routine            Line        Source             
EPMacro            000000000047FDFE  Unknown               Unknown  Unknown
EPMacro            000000000047E896  Unknown               Unknown  Unknown
EPMacro            0000000000439A02  Unknown               Unknown  Unknown
EPMacro            000000000040FBAB  Unknown               Unknown  Unknown
EPMacro            000000000040F112  Unknown               Unknown  Unknown
EPMacro            00000000004196F8  Unknown               Unknown  Unknown
EPMacro            000000000040321B  Unknown               Unknown  Unknown
EPMacro            000000000040304C  Unknown               Unknown  Unknown
libc.so.6          00007FADAEA27830  Unknown               Unknown  Unknown
EPMacro            0000000000402F49  Unknown               Unknown  Unknown

Any hints?

P.S. The IDF file can be downloaded from C:\fakepath_fmu-export-schedule_no_ext.idf.jpg (After download, please rename the file to _fmu-export-schedule_no_ext.idf).

P.P.S. The path to the Weather file needs to be adjusted to run the command.

This issue affects EnergyPlus models which are exported as FMUs.

Command line interface (CLI) and EPMacro

I came across another issue with the command line interface of EnergyPlus version 9.0.1. This issue seems to be different from the one reported here https://github.com/NREL/EnergyPlus/issues/5897.

Running the attached file using the CLI on Windows and Linux shows different behavior.

On Windows 10, when I run

energyplus -w D:\EnergyPlusV9-0-1\WeatherData\USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

EnergyPlus will complete successfully.

On Linux (Ubuntu), when I run (the same command as in Windows)

energyplus -w /usr/local/EnergyPlus-9-0-1/WeatherData/USA_CA_San.Francisco.Intl.AP.724940_TMY3.epw -p "Test" -s C -x -m -r _fmu-export-schedule_no_ext.idf

EnergyPlus will crash with following stack trace:

Running EPMacro...
forrtl: No such file or directory
forrtl: severe (29): file not found, unit 1, file /mnt/hgfs/WINDOWS_DATA/proj/lbnl/eplustofmu/EnergyPlusToFMU/Scripts/in.imf
Image              PC                Routine            Line        Source             
EPMacro            000000000047FDFE  Unknown               Unknown  Unknown
EPMacro            000000000047E896  Unknown               Unknown  Unknown
EPMacro            0000000000439A02  Unknown               Unknown  Unknown
EPMacro            000000000040FBAB  Unknown               Unknown  Unknown
EPMacro            000000000040F112  Unknown               Unknown  Unknown
EPMacro            00000000004196F8  Unknown               Unknown  Unknown
EPMacro            000000000040321B  Unknown               Unknown  Unknown
EPMacro            000000000040304C  Unknown               Unknown  Unknown
libc.so.6          00007FADAEA27830  Unknown               Unknown  Unknown
EPMacro            0000000000402F49  Unknown               Unknown  Unknown

Any hints?

P.S. The IDF file can be downloaded from C:\fakepath_fmu-export-schedule_no_ext.idf.jpg (After download, please rename the file to _fmu-export-schedule_no_ext.idf).

P.P.S. The path to the Weather file needs to be adjusted to run the command.

This issue affects EnergyPlus models which are exported as FMUs.