Bug description
This issue is related to problems documented here: #3414 (comment)
Basically, the messages printed on the console by AeroDyn depend on the compiler used.
When I compile AeroDyn locally on my laptop with GCC version 15.2.0, I obtain all the expected messages on the console. However, when AeroDyn is compiled with Intel Fortran Compiler (e.g., using GitHub Actions according to the deploy.yml included in OpenFAST), the error/warning messages don't appear.
Bug description
This issue is related to problems documented here: #3414 (comment)
Basically, the messages printed on the console by AeroDyn depend on the compiler used.
When I compile AeroDyn locally on my laptop with GCC version 15.2.0, I obtain all the expected messages on the console. However, when AeroDyn is compiled with Intel Fortran Compiler (e.g., using GitHub Actions according to the
deploy.ymlincluded in OpenFAST), the error/warning messages don't appear.