Replies: 1 comment 1 reply
-
|
I believe it is in the current working directory. The code is here: Expandobjects expects input/output to be in the current working directory. That's why when using EP-Launch to run multiple simulations, it creates folders Temp0001, Temp0002 and executes from these folders to make sure that there are not file collisions. I see a couple of options to solve this.
Please reply here if this works. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm running EnergyPlus in parallel, where each IDF resides in its own directory. I have to run expandobjects.exe with the
-xflag for each EnergyPlus simulation, which results in temporary files overwriting themselves somewhere on my disk. Therefore, some.expidffiles are not created and my parallel simulations crash.Where does expandobjects.exe save its temporary files? I would like to make sure that the temporary files are created in separate directories, allowing me to successfully execute EnergyPlus in parallel.
Thank you for any help!
Beta Was this translation helpful? Give feedback.
All reactions