Hi,
When I'm trying to compile my code using the intel fortran compiler I receive this message:
/cm/shared/apps/intel-cluster-runtime/3.6/composer_xe_2013_sp1.0.080/compiler/lib/intel64/libifport.a(utility_alloccstr.o): In function `allocCstr':
/export/users/nbtester/efi2linux_nightly/branch-14_0/20130730_000000/libdev/libifport/portability/utility_alloccstr.c:(.text+0x45): undefined reference to `_intel_fast_memmove'
/cm/shared/apps/intel-cluster-runtime/3.6/composer_xe_2013_sp1.0.080/compiler/lib/intel64/libifcoremt.a(for_init.o): In function `for__signal_handler':
for_init.c:(.text+0x8ce): undefined reference to `_intel_fast_memmove'
for_init.c:(.text+0x8e7): undefined reference to `_intel_fast_memmove'
for_init.c:(.text+0x900): undefined reference to `_intel_fast_memmove'
for_init.c:(.text+0x919): undefined reference to `_intel_fast_memmove'
/cm/shared/apps/intel-cluster-runtime/3.6/composer_xe_2013_sp1.0.080/compiler/lib/intel64/libifcoremt.a(for_init.o):for_init.c:(.text+0x932): more undefined references to `_intel_fast_memmove' follow
and the code stops compiling returning error 1.
I've already tried to reinstall both the C and Fortran compilers (compxe_2013_sp1.1.106) but nothing change. The code was working before and it still works fine on windows. I'm using CentOS release 6.4 (Final).