Updated my mmic system to Centos 7.1, and when trying to compile hello_world with
ifort -mmic hello_world.f90 -o hello_world.f90
get a link error:
x86_64-k1om-linux-ld: relocation error: /usr/lib64/libc.so.6: symbol _dl_starting_up, version GLIBC_PRIVATE not defined in file ld-linux-x86-64.so.2 with link time reference
Any suggestions?
Thanks!