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

intel/oneapi/2025.0/lib/libirng.so: undefined symbol: __intel_avx_rep_memcpy

rando203
Beginner
572 Views

 

When I compile the code using nvfortran and link the Intel Math Library, the compilation succeeds but when I attempt to run the program, I get the following error:

    opt/intel/oneapi/2025.0/lib/libirng.so: undefined symbol: __intel_avx_rep_memcpy

 I have tried another version, but I encounter the same issue with:

    opt/intel/oneapi/compiler/2021.3.0/linux/bin/intel64/libirng.so: undefined symbol: __intel_avx_rep_memcpy

Is this a version issue? It's worth noting that I also get the same error when I disable AVX.

Labels (1)
0 Kudos
0 Replies
Reply