-
Notifications
You must be signed in to change notification settings - Fork 457
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
Release 3.5.2 #1949
Merged
Merged
Release 3.5.2 #1949
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This commit fixes a bug where HydroDyn would segfault if no outputs were specified in the input file.
Fix segfault in HD when no outputs specified
Update BlCenBt inputs in MHK r-tests
The ADI_UpdateStates routine makes a copy of the AD_Input, but never destroyed that data after usage. This could lead to memory continously getting allocated during a simulation with either ADI_C_Binding or the AD driver.
ADI: probably memory leak in ADI_UpdateStates
This allows pfunit to use the same interpreter found by the main OF cmake. NOTE: pfunit uses `PYTHON_EXECUTABLE`
andrew-platt
added
Module: AeroDyn
System: CMake
Type: Testing
Feature: MHK
Marine Hydro-Kinetic
labels
Dec 19, 2023
Pass Python_EXECUTABLE from main OF cmake to external pfunit cmake
deslaughter
approved these changes
Dec 19, 2023
jjonkman
approved these changes
Dec 20, 2023
Option to turn off unit_tests from cmake
|
Also allow for wind along Y direction
AWAE: Mod_AmbWind=3 add error if HR grid not centered on turbine in Y dimension
Feature or improvement description
Pull request to merge
rc-3.5.2
intomain
and create a tagged release for v3.5.2.See the milestone and project pages for additional information
Test results, if applicable
See GitHub Actions
Release checklist:
Changelog
General
Build systems
#1948 Pass Python_EXECUTABLE to pfunit, add error check on Python version
Module changes
AeroDyn
#1913 ADI: memory leak in ADI_UpdateStates
AWAE
#1963 FAST.Farm, Mod_AmbWind=3: add error if HR grid not centered on turbine in Y dimension
HydroDyn
#1872 Fix segfault in HD when no outputs specified
Regression tests
#1886 Update floating MHK case input files
Input file changes
No input files change with this release, as this only includes minor bugfixes.
Full list of changes: https://openfast.readthedocs.io/en/main/source/user/api_change.html
Full input file sets: https://github.com/OpenFAST/r-test/tree/v3.5.2 (example input files from the regression testing)