“Hybrid” EnergyPlus Output Files not being generated
Hello everyone,
I am conducting a large-scale simulation on a Linux supercomputer, and for part of the simulations, the "hybrid" output files eplusout.< ext > and eplusmtr.< ext > are not being generated, even with the "EnergyPlus Complete Successfully" message displayed in the error file.
The code I am using only assigns the simulations on a list to different cores, where the next simulation is processed after the previous finishes in each core. Additionally, my simulations utilize PythonPlugin, with some overrides described in a Python script; however, I am unsure if this matters.
Has anyone faced the same issue and knows how to manage it?
Best regards.