Good Afternoon
I have been running into an issue when compiling using the 2020 parallel studio XE.
I am compiling the SLATE libraries. There is no issue with the configuration of the Intel compilers and including and linking MKL
However, during some of the build steps, I encounter
": internal error: ** The compiler has encountered an unexpected problem.
** Segmentation violation signal raised. **
Access violation or stack overflow. Please contact Intel Support for assistance.
icpc: error #10105: /opt/intel/compilers_and_libraries_2020.0.166/linux/bin/intel64/mcpcom: core dumped
icpc: warning #10102: unknown signal(1440094384)
icpc: error #10106: Fatal error in /opt/intel/compilers_and_libraries_2020.0.166/linux/bin/intel64/mcpcom, terminated by unknown
which halts the compilation. I removed the optimization flags based on some much older threads I saw but this didn't seem to help. I believe all the includes are correct and I was able to compile using gcc. Linking is also fine but should be irrelevant at this stage.
Any assistance would be appreciated. I can provide OS and PATH's if needed.