We have a feature request about Intel compiler support: https://youtrack.jetbrains.com/issue/CPP-931 You can try to use it, it may works, but we didn’t make official tests for checking their compatibility with CLion.
For anyone else, we were unable to get it to work. The intel compiler uses gdb as the debugger, so it should be compatible, but CLion cannot properly parse the output from the compiler and link the errors back to the position in the code.
Hi Robert.
We have a feature request about Intel compiler support:
https://youtrack.jetbrains.com/issue/CPP-931
You can try to use it, it may works, but we didn’t make official tests for checking their compatibility with CLion.
For anyone else, we were unable to get it to work.
The intel compiler uses gdb as the debugger, so it should be compatible, but CLion cannot properly parse the output from the compiler and link the errors back to the position in the code.