v3.5.5 #2579
andrew-platt
started this conversation in
General
v3.5.5
#2579
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Overview of v3.5.5
This release includes only minor bug fixes. See below for details.
Input File changes
No input file formats change.
Changelog
Overview
This release includes multiple small bug-fixes for compilation with CMake, compilation with the IFX compilers, file opening issues when OpenMP is used, and a couple of infrequent segmentation faults from improper usage. One minor feature improvement is the increase in the number of output planes available in FAST.Farm from 99 to 999.
We recommend all users currently using any 3.5.x version to update to this version. There are no input files changes or API changes for calling from other codes since version 3.5.0.
General
Build systems
#2497
CMAKE_INSTALL_PREFIX
was incorrectly being prepended to the install direcotry (@deslaughter) Derek Slaughter#2564 Create
BUILD_OPENFAST_LIB_DRIVER
flag for the OpenFAST C++ Library Interface (not CFD) (@deslaughter)Docker
#2498 Docker: typo was preventing docker build upload to GH (@andrew-platt)
Solvers
FAST.Farm
#2536 FAST.Farm: increase number of output planes to 999 (@andrew-platt)
#2554 Add
!$OMP critical
directives around someGetNewUnit/Open*File
to reduce probability of file unit conflicts (@andrew-platt)#2569 Disable LiDAR in IfW at FAST.Farm level (@andrew-platt)
Module changes
AeroDyn
#2501 Remove
$OMP
directives fromAeroDyn_Inflow
due to Intel compiler bug (@deslaughter)#2516 AD bugfix: Segmentation fault with ifx compiler (@andrew-platt)
InflowWind
#2518, #2530 ADI bugfix: BoxExceed was not enabled for OLAF with ADI (@andrew-platt)
#2532 bugfix: IfW rotor points for disk average incorrect (@andrew-platt)
NWTC-Library
#2558 Allow ParseVar to parse file paths containing spaces. (@deslaughter)
Input file changes
No input files change with this release as this only includes minor bugfixes (input files are identical across all 3.5.x releases).
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.5 (example input files from the regression testing)
Precompiled Windows Binaries
The binary files in this release were built with the Visual Studio solution files distributed with OpenFAST (not using cmake), using
w_oneAPI_2021.2.0.243
) with Microsoft Visual Studio Community 2019_OpenMP
or_OMP
in the name are built with OpenMP libraries and linked with dynamic libraries.The other OpenFAST executables DO NOT require these redistributable libraries to be installed. Instead, they were built with static libraries.
This discussion was created from the release v3.5.5.
Beta Was this translation helpful? Give feedback.
All reactions