Andy Platt

Results 145 comments of Andy Platt

I can confirm that I still have sporadic failures of regression testing locally with `CTest`. What I observed is the `5MW_Land_DLL_WTurb_py` case failed promptly when it was the first that...

See discussion #731 for additional ideas on what we can improve. Fixing this should be done with an overall improvement of the automated testing process.

@bjonkman, I think you are right. On GitHub actions we might just be getting lucky that the build for `rtest-interfaces` takes longer than the build for the regression tests. With...

Or is it time to expect everyone to be using GCC >= 5?

Closing this due to inactivity (and @rafmudaf said I can).

Dear @AsIlll223, Do you have a C++ compiler installed? The MAP module is written in C++, so VS will not complete compilation of OpenFAST without it (I don't know if...

I expect we will release and tag OpenFAST 3.5.3 later this week. If you need a current set of input files for OpenFAST, versions 3.5.0, 3.5.1, 3.5.2, and 3.5.3 are...

If you are using AMR-Wind with the current OpenFAST dev branch, that will be version 4.0.* (mid April). Bugfixes in OpenFAST 3.5.3 will be pulled into that version.

From the OpenFAST perspective, I don't know why you would want to support versions prior to 3.5.* at this point. We don't provide any bugfixes for earlier versions. In case...

There is a HydroDyn interface library that can be compiled as a DLL (`HydroDyn_C_Binding`). However, this is not a full HydroDyn driver as it is designed to be interfaced with...