-
Notifications
You must be signed in to change notification settings - Fork 86
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
Test act_uniform_alm failed #1485
Comments
I am not sure exactly what is going on here. But we've had issue with OpenMP and openfast. So maybe try a non-openmp build? |
I retried with MPICH and receive a similar error:
Do you know where I can find |
The Backtrace.0 will be in the run directory of the test. Inside the build directory there's a |
Openmp should no longer be in my build (the libraries are no longer installed and |
Ok I think I am able to reproduce. And I now remember what's going on. Pretty sure this is it and I fixed it a while ago but never made it explicit: spack/spack#48042. The gist is that OpenFAST initializes some numbers which are actual FPEs. So you need disable that check in openfast. If you are using spack Give it a shot and lmk if it works. It worked on my end. I can think of trying to make that automatic when using spack. |
I am glad you were able to reproduce the error. |
Yep that's the one. Set it to true. It's a bit confusing. But basically it tells openfast to "be ok with fpe trapping and not throw a fit when we check for FPE" which really means, "disable FPE trapping in openfast because openfast knowingly does some floating point exception arithmetic". |
Hello everyone,
I installed AMR-Wind on a Ubuntu 22.04 server. After running the command
ctest --output-on-failure
all tests but the last one pass.Do you have any idea what's causing this error? And how crucial is whatever's being tested by this routine for running simulations on flat terrain with not more than 10 turbines?
Best
Arnold
The text was updated successfully, but these errors were encountered: