Intel® oneAPI DPC++/C++ Compiler
Talk to fellow users of Intel® oneAPI DPC++/C++ Compiler and companion tools like Intel® oneAPI DPC++ Library, Intel® DPC++ Compatibility Tool, and Intel® Distribution for GDB*
872 Discussions

icpx crash report compiling SLATE linear algebra library

chillenb
Beginner
707 Views

I'm trying to compile SLATE (https://github.com/icl-utk-edu/slate) with OneAPI 2025.0 toolchain. Unfortunately icpx crashed.

The command used to configure the code with CMake:

cmake -B build -S . \
-DCMAKE_CXX_COMPILER=icpx \
-DCMAKE_Fortran_COMPILER=ifx \
-DCMAKE_C_COMPILER=icx \
-Dblas=mkl \
-Dblas_threaded=1 \
-Dblas_fortran=ifort \
-Dgpu_backend=none \
-Dmkl_blacs=intelmpi



 

icpx crashed on src/internal/internal_gbnorm.cc. I've attached the output of the command with -save-temps -v, as requested. I don't have priority support, but the compiler team might still want to know about this bug.

 

 

0 Kudos
3 Replies
chillenb
Beginner
706 Views

The bug seems related to the OpenMP implementation. Compilation of src/internal/internal_gbnorm.cc succeeds using Clang's OpenMP via the flag "-fopenmp".

0 Kudos
Sravani_K_Intel
Moderator
703 Views

Thanks for reporting this bug, will escalate it to the Compiler team. 

0 Kudos
Sravani_K_Intel
Moderator
622 Views

@chillenb Upon further testing, I found that this bug has been fixed in 2025.1 Compiler release. 

0 Kudos
Reply