- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
We are using ifort in our toolchain and yesterday I upgraded our cross-platform test environment from 2021.10 (oneAPI 2023) to 2021.11.1 (oneAPI 2024) and we are now getting a huge number of deprecation messages that are overwhelming our build logs. Ideally we would switch to ifx now, but we aren't quite ready yet. We have more than 30 individual Fortran projects being built in our pipeline, which makes adding -diag-disable=10448 to each individually a pain to maintain. Is there any global way to disable these messages, such as through the setvars.sh/.bat scripts?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please see https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2024-0/use-configuration-files.html - that mentions a configuration file called fort.cfg which should take the option. Tried it on Linux and it works.
Hope this helps,
Kay
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please see https://www.intel.com/content/www/us/en/docs/fortran-compiler/developer-guide-reference/2024-0/use-configuration-files.html - that mentions a configuration file called fort.cfg which should take the option. Tried it on Linux and it works.
Hope this helps,
Kay
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
For ifx users who want that feature, there is an ifx.cfg file in the same directory mentioned in the DGR (Developer Guide and Reference).

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page