-
Notifications
You must be signed in to change notification settings - Fork 466
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
Seg fault with GFortran 9 #347
Comments
What is your system information? System Information (please complete the following information):
|
OS: macOS 10.11.6 |
@pjstanle this is indeed a bug! However, its only a problem with the highest level of compiler optimization ( In the meantime, you could take my changes and incorporate them into your repository or compiler with a lower optimization level. To do that, use CMake:
|
This CMake build type uses |
@pjstanle the fix for this has been merged into the |
Hello!
I'm trying to get OpenFAST running. I have cloned, installed, and tested with the following code from the documentation:
However, I get the following failures when performing the regression tests:
When I run a verbose test, I find that the issue (I think) is a segmentation fault regarding a .log file.
I have checked, and the .log file exists at the indicated path, but it is blank (not sure if this is a problem). I tried updated my gcc compiler, and have experienced the same issue. Are there any thoughts on how to solve this problem?
Thanks in advance for any solutions
The text was updated successfully, but these errors were encountered: