Skip to content

check_mpi.m4 - when using classic Intel compilers (icc icpc ifort)#232

Merged
wkliao merged 2 commits into
Parallel-NetCDF:masterfrom
wkliao:fix_icc
Jul 12, 2026
Merged

check_mpi.m4 - when using classic Intel compilers (icc icpc ifort)#232
wkliao merged 2 commits into
Parallel-NetCDF:masterfrom
wkliao:fix_icc

Conversation

@wkliao

@wkliao wkliao commented Jul 11, 2026

Copy link
Copy Markdown
Member

check_mpi.m4 - when using classic Intel compilers (icc icpc ifort), ignore lines with "remark"

Example output from command "icc --version"

icc: 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.
icc (ICC) 2021.10.0 20230609
Copyright (C) 1985-2023 Intel Corporation. All rights reserved.

Example output from newer oneAPI compiler command "icx --version"

Intel(R) oneAPI DPC++/C++ Compiler 2023.2.0 (2023.2.0.20230622) Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/intel/oneapi/compiler/2023.2.0/linux/bin-llvm Configuration file: /opt/intel/oneapi/compiler/2023.2.0/linux/bin-llvm/../bin/icx.cfg

wkliao added 2 commits July 11, 2026 16:08
…gnore lines with "remark"

Example output from command "icc --version"

icc: 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.
icc (ICC) 2021.10.0 20230609
Copyright (C) 1985-2023 Intel Corporation.  All rights reserved.

Example output from newer oneAPI compiler command "icx --version"

Intel(R) oneAPI DPC++/C++ Compiler 2023.2.0 (2023.2.0.20230622)
Target: x86_64-unknown-linux-gnu
Thread model: posix
InstalledDir: /opt/intel/oneapi/compiler/2023.2.0/linux/bin-llvm
Configuration file: /opt/intel/oneapi/compiler/2023.2.0/linux/bin-llvm/../bin/icx.cfg
@wkliao
wkliao merged commit 137c6c0 into Parallel-NetCDF:master Jul 12, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant