Derek Slaughter
Derek Slaughter
I tried debugging the test failure in `rtest-modules-drivers` which comes from `ad_B1n2_OLAF`. I tracked it down to the use of `u%V_wind` in `FVW_UpdateStates` and `FVW_CalcConstrStateResidual`. Since `V_wind` isn't being populated,...
The shell is likely picking up the wrong executable. Run `which openfast` and check that the path is `/home/as11/OpenFAST/install/bin/openfast`
@aparnajyothi-y This may be a silly question, but why does `setup-python` require that that `checkout` use the `fetch-depth: 0` option? Checking out the entire history instead of just the last...
@andrew-platt I made the mistake of including `AeroDyn_Inflow.f90` in `aerodynlib` as part of refactoring the CMake files for `v3.5.0`. At that point I didn't understand the separate use of this...
> FYI, Intel OneAPI 2024.1 also gives an internal compiler error on `ModVar.f90` in the dev-unstable-pointers branch. I have traced it to two lines that are supposed to perform automatic...
@bjonkman Thanks for clarifying. I'm glad that the traditional method still works. @jrood-nrel @andrew-platt I've tracked the ADI library compiler bug to being caused by OpenMP. Without OpenMP enabled, the...
@andrew-platt I think we should remove the OMP comments from the section of code that's causing the issue. https://github.com/OpenFAST/openfast/blob/5d17a91ca6672cddfd1d260bc8829846c256695f/modules/aerodyn/src/AeroDyn_Inflow.f90#L491 Unless there are a huge number of points, I don't expect...
The `openfast_registry` CMakeLists.txt file has the wrong version for the C++ standard. `std::quoted` is part of the C++14 standard, whereas the current version is listed as C++11. Most compilers in...
This DLL should be included in the conda-forge OpenFAST package. Once you install that package with `conda install -c conda-forge openfast`, you should find `libopenfastlib.dll` in the `lib` directory of...