-
Notifications
You must be signed in to change notification settings - Fork 396
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
Possible Error in Slab #10826
Comments
|
execute_process calls it. Unless you add COMMAND_ERROR_IS_FATAL or RESULT_VARIABLE, it doesn't care if it fails or not. https://cmake.org/cmake/help/latest/command/execute_process.html I added that to #10843 |
The following files have at least GroundHeatTransfer:Basement object, but the GroundheatTransfer:Control says to not run the basement preprocessor.
Why? Does that make any sense? @Myoldmopar |
On my machine the crawlspace takes 39s with "Run Basement Preprocessor" to "no", and 111s with "yes" (basement takes 36s for year1, and 71s for year2). Does seem like the IECC crawlspace was copied from the SingleFamily_HP_Slab one. |
It's a small crawlspace. and cf #10826 (comment)
While doing some other work, I noticed some Fortran error messages in the Decent CI log. An example is here: https://raw.githubusercontent.com/Myoldmopar/EnergyPlusBuildResults/9f3981920dd17a175391f0e93a8384e69ab0a715/_posts/DU24/2024-11-19-EnergyPlus-9f87d4e7c15105aada2285a4844f6808b5f4d148-x86_64-Linux-Ubuntu-24.04-gcc-13.2-results.html
Search for: "fortran runtime error" and you'll find 3 instances. Seems like Decent isn't catching them as errors either. Odd.
The text was updated successfully, but these errors were encountered: