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.