GEOS-ESM / ESMA_cmake

Custom CMake macros for the GEOS Earth System Model
Apache License 2.0
4 stars 9 forks source link

Suppress ifort deprecation warning #373

Closed mathomp4 closed 6 months ago

mathomp4 commented 6 months ago

This PR suppresses the:

ifort: remark #10448: Intel(R) Fortran Compiler Classic (ifort) is now deprecated and will be discontinued late 2024. Intel recommends that customers transition now to using the LLVM-based Intel(R) Fortran Compiler (ifx) for continued Windows* and Linux* support, new language support, new language features, and optimizations. Use '-diag-disable=10448' to disable this message.

warning from ifort about ifort's deprecation. This happens with every call to ifort so it gets...annoying.