On Apr 29, 2009, at 23:43 , shruba at gmail.com wrote: > /apps/intel/fce/10.1.008/lib/libimf.so: warning: warning: > feupdateenv is not implemented > and will always fail
not a problem > /opt/intel/mkl/10.0.1.014/lib/em64t/libmkl_lapack.so: undefined > reference to `mkl_serv_load_fun' in your make.sys, you should have LDFLAGS = -i-static -openmp BLAS_LIBS = -L /opt/intel/mkl/10.0.1.014/lib/em64t -lmkl_em64t LAPACK_LIBS= and no -lmkl_lapack -lguide -lpthreads > when I contacted to the cluster management they suggested me to check > weather CVS version is compatible with version 10.0.1.014 of the > intel mkl? of course it is and it works on all machines I have tried. If you find why it doesn't in your case, please report. Most likely, the version of the intel compiler found by configure is either old (<v.9) or not correctly recognized for some obscure reason. Paolo --- Paolo Giannozzi, Democritos and University of Udine, Italy -------------- next part -------------- An HTML attachment was scrubbed... URL: http://www.democritos.it/pipermail/pw_forum/attachments/20090430/ec2611ad/attachment.htm
