πΏ OS
RHEL 8
ποΈ Architecture
x86_64
π Description
Using the spatter-devel branch, we see that the Intel compiler is not being picked up correctly.
Steps to reproduce:
- Source Intel OneAPI tools on testbed
- Compile with cmake and note output is incorrect.
spatter>$ cmake -B build_serial -S .
-- The CXX compiler identification is GNU 11.5.0
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Check for working CXX compiler: /usr/bin/c++ - skipped
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- CMake build type is 'Release'.
-- Setting SPAT_CXX_NAME to 'GNU'
-- Setting SPAT_CXX_VER to '11.5.0'
π Reproduction steps
No response
π¬ Logs