Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
28446 Discussions

libifcoremt.so.5: undefined symbol: __intel_sse2_strcpy

Mitra__Prabir
Beginner
526 Views

Hello,

I am trying to execute a code, part of which is written in Fortran. According to the instructions given in the code, following is the command for compiling the program:

'ifort -o qfactor qfactor.f90 -parallel -openmp -mcmodel=large'

The compilation part is fine, but when I am trying to execute the program, I am getting the following error:

'symbol lookup error: /opt/intel/compilers_and_libraries_2019/linux/lib/intel64/libifcoremt.so.5: undefined symbol: __intel_sse2_strcpy'

I do not have much experience either in Fortran or in Linux. I am using Fedora 27 as the operating system. Kindly help me solve the problem.

With best regards,

Prabir Kumar Mitra.

0 Kudos
0 Replies
Reply