You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
for icpc we have deprecation remarks appearing, decide which version we should support
intel-cc: 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.
.github/workflows/macosx-clang-mpich.yml
The text was updated successfully, but these errors were encountered:
macos-12 runner uses Clang 14 by default. This comes preinstalled and only changes when we change the base image.
Note: we are pinning both icpc and icpx. This is definitely the intended behavior for icpc, but if we want to test newer versions of icpx we might need to split / parametrize that.
What Needs to be Done?
Affected images / workflows:
ci/azure/azure-intel-oneapi-icpc-ubuntu-mpich.yml
ci/azure/azure-intel-oneapi-icpx-ubuntu-mpich.yml
TestPreconfig.test_vt_assert_no_mpi
segfaults inicpx
build #2068 might be related to the latesticpx
versionci/docker/ubuntu-intel-oneapi-cpp.dockerfile
icpc
we have deprecation remarks appearing, decide which version we should support.github/workflows/macosx-clang-mpich.yml
The text was updated successfully, but these errors were encountered: