> On Nov 26, 2007, at 21:47 , ZEYAD ALAHMED wrote: > >> [...] -lmkl_lapack -L/opt/intel/mkl/10.0.011/lib/32 -lmkl_ia32 - >> lguide -lpthread -lfftw >> /opt/intel/mkl/10.0.011/lib/32/libmkl_lapack.so: undefined >> reference to `mkl_serv_load_fun' >> /opt/intel/mkl/10.0.011/lib/32/libmkl_lapack.so: undefined >> reference to `mkl_serv_load_dll' > > like states in the Lanczos chain, each new version of Intel software > is orthogonal > to all preceding versions. You might try Axel's advice for newer MKL: > > LDFLAGS=-i-static -openmp > BLAS_LIBS= -L/opt/intel/mkl/10.0.011/lib/32 -lmkl_ia32 > (without -lguide -lpthread) > > If this doesn't work, please read the instructions on how to use your > specific > version of MKL (they should be included in the MKL library) and let > us know > what must be done so that we may try to update "configure" > > Paolo > --- > Paolo Giannozzi, Dept of Physics, University of Udine > via delle Scienze 208, 33100 Udine, Italy > Phone +39-0432-558216, fax +39-0432-558222 > > I just add the follwing lines in .bashrc and the problem lik this
is solved. source /opt/intel/cc/10.0.026/bin/iccvars.sh source /opt/intel/fc/10.0.026/bin/ifortvars.sh source /opt/intel/idb/10.0.026/bin/idbvars.sh LD_LIBRARY_PATH=/opt/intel/mkl/9.1.023/lib/32 Regards Fariba Nazari > > _______________________________________________ > Pw_forum mailing list > Pw_forum at pwscf.org > http://www.democritos.it/mailman/listinfo/pw_forum >
