Skip to content

Quell ICC deprecation warning #10441

Marcus Mohr requested to merge mohr/disable=10441 into master

This MR adds the '-diag-disable=10441' option to the ICC jobs in our pipeline to suppress the following compiler deprecation warning and make the job output better readable.

icpc: remark #10441: The Intel(R) C++ Compiler Classic (ICC) is deprecated and will be removed from product release in the second half of 2023. The Intel(R) oneAPI DPC++/C++ Compiler (ICX) is the recommended compiler moving forward. Please transition to use this compiler. Use '-diag-disable=10441' to disable this message.

Merge request reports