Closed rafmudaf closed 3 years ago
I've confirmed that this is not an issue in GNU Fortran 10. GitHub Actions uses GNU Fortran 10.3, so therefore this was not caught in the automated system.
I've submitted a fix above. I can make a pull request, can you maybe test my fix?
Yes I'll test
That works! A pull request would be great. I've also added a matrix to the regression-test-debug job in GH Actions so that we include GCC 11 (via the macOS-11 runner) as well as GCC 10. It's currently running at https://github.com/rafmudaf/openfast/actions/runs/1255145445.
Thanks for testing! Compiling on MacOS is a good idea!
Bug description Since merging #688, the AeroDyn driver fails to run when compiled in debug mode on macOS with GNU Fortran. The specific error is given below.
To Reproduce