-
Notifications
You must be signed in to change notification settings - Fork 393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EnergyPlus with option --expandobjects set fails when working directory is not on the same device as the output directory (on Linux) #8376
Comments
@MaximilianAzendorf Thanks for the issue report. This the Fortran The CLI will then move it via EnergyPlus/src/EnergyPlus/CommandLineInterface.cc Lines 560 to 588 in 734af19
EnergyPlus/src/EnergyPlus/FileSystem.cc Lines 258 to 266 in 734af19
|
#8376 - EnergyPlus with option --expandobjects set fails when working directory is not on the same device as the output directory (on Unix)
Issue overview
ExpandObjects writes two files named expanded.idf and expandedidf.err into the working directory and then moves them (via rename() unix syscall) into the output directory. This does not work if the working directory is not on the same device as the output directory (e.g. a working directory in /tmp while the output directory is under an externally mounted /home).
Details
Some additional details for this issue (if relevant):
Checklist
Add to this list or remove from it as applicable. This is a simple templated set of guidelines.
The text was updated successfully, but these errors were encountered: