Derek Slaughter

Results 19 comments of Derek Slaughter

The difference between the Single and Double precision results is caused by the BEM algorithm finding a solution for `phi` in different regions. This is due to the selection of...

I think you’ll always have a race condition when copying these files from running tests concurrently. Using rtl.copyTree makes it less likely to occur because it checks the existence of...

A manual python script could be incorporated into CMake. That should work for both cases. On Wed, Aug 31, 2022 at 11:23 AM Bonnie Jonkman ***@***.***> wrote: > I agree....

I was able to reproduce this issue on Ubuntu 22.04 using GNU Fortran (Ubuntu 11.2.0-19ubuntu1) 11.2.0 when building all targets with OpenMP enabled on the `main` branch. However, the compilation...

The Intel oneAPI is comprised of several Toolkits, the HPC Toolkit includes the Fortran compiler and it looks like that's the one you've installed. You'll also need to install the...

Did you link any libraries other than `libopenfastlib.a` when building your udf? While the `CMakeList.txt` in `glue-codes/openfast` only shows linking `openfastlib`, if you're manually specifying the libraries to link in...

I think you're on the right track with calling `FAST_AllocateTurbines` before `FAST_OpFM_Init`. Assuming that the code from your original post is still applicable, I don't see where `iTurb` is initialized...

@henyau I'm also having a lot of issues with this combination of flags on Linux. It seems to work fine on my Mac. If you have the chance, could you...

> I just tried it with -DBLA_STATIC=ON (Cmake finds and uses OpenBLAS). It compiles and links fine, but I get the same undefined symbol error as before when trying to...

Closing due to lack of response. If the issue was not resolved, feel free to reopen.