My code compiles with no problem by icc and ifort 9.0. But at running I got this error:
test_lu.x: relocation error: test_lu.x: undefined symbol: __intel_new_proc_init
So, what might be the reason for this error?
My linking is as follow:
/opt/intel/fce/9.0/bin/ifort -nofor_main -I/opt/intel/cmkl/8.1/include -I/usr/local/topspin/mpi/mpich/include -I. -L/opt/intel/cmkl/8.1/lib/em64t -L/usr/local/topspin/mpi/mpich/lib64 -L/home/pdu/lib/scalapack-1.7.4 -L/usr/local/topspin/lib64 -L/opt/intel/fce/9.0/lib -L/opt/intel/cce/9.0/lib -o test_lu.x -lirc -i-static test_lu.o pdlaprnt.o tpdgetf2.o tpdgetrf.o tpdlaswp.o util.o -lmkl_scalapack -lscalapack -lmkl_blacs -lmkl_lapack -lmkl_em64t -lmpich -lvapi -lmosal -lmtl_common -lmpga -lguide -lpthread -lg2c
and the code is run with MPICH 1.2.5
Thanks!!
possible reason for relocation error?
Para obter mais informações sobre otimizações de compiladores, consulte Aviso sobre otimizações.

