IPO Error: unresolved : vmlsRound4

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
petkov17
Newbie
Newbie
Posts: 5
Joined: Thu Nov 29, 2007 2:20 pm

IPO Error: unresolved : vmlsRound4

#1 Post by petkov17 » Tue Feb 12, 2008 2:35 pm

Hello vasp users,
Hello admin,
I am trying to compile vasp4.6 on hardware platform i386 operating system Linux SUSE10 with ifort 9.0. I use Atlas3.2.1 based libraries compiled without error massage.
during compilation of vasp I reserved next error massage:
IPO Error: unresolved : vmlsRound4
Referenced in lattlib.o
IPO Error: unresolved : vmldExp2
Referenced in cl_shift.o
IPO Error: unresolved : vmldPow2Mask
Referenced in elf.o
IPO Error: unresolved : vmldSinCos2
Referenced in fft3dlib.o
lattlib.o: In function `latord_.':
lattlib.f90:(.text+0x4b94): undefined reference to `vmlsRound4'
cl_shift.o: In function `cl_mp_setaug_cl_':
cl_shift.f90:(.text+0x530b): undefined reference to `vmldExp2'
cl_shift.o: In function `cl_mp_augtoq_.':
cl_shift.f90:(.text+0x60f3): undefined reference to `vmldExp2'
cl_shift.o: In function `cl_shift_pw_':
cl_shift.f90:(.text+0x692c): undefined reference to `vmldExp2'
elf.o: In function `elfcal_.':
elf.f90:(.text+0x2c74): undefined reference to `vmldPow2Mask'
fft3dlib.o: In function `ftrigc_':
fft3dlib.f90:(.text+0x3fe8): undefined reference to `vmldSinCos2'
fft3dlib.o: In function `ftrigr_':
fft3dlib.f90:(.text+0x4117): undefined reference to `vmldSinCos2'
fft3dlib.f90:(.text+0x429e): undefined reference to `vmldSinCos2'
make: *** [vasp] Error 1

I looked for such errors in the forum but I did not find a suitable anser.
I hoe you will help me!
Last edited by petkov17 on Tue Feb 12, 2008 2:35 pm, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2921
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

IPO Error: unresolved : vmlsRound4

#2 Post by admin » Wed Feb 13, 2008 12:12 pm

these subroutines are in the libsvml, please include this library package to yur BLAS.
Last edited by admin on Wed Feb 13, 2008 12:12 pm, edited 1 time in total.

petkov17
Newbie
Newbie
Posts: 5
Joined: Thu Nov 29, 2007 2:20 pm

IPO Error: unresolved : vmlsRound4

#3 Post by petkov17 » Thu Feb 14, 2008 8:57 am

Thanks admin!!! After your advices, I have already workin vasp :)
Last edited by petkov17 on Thu Feb 14, 2008 8:57 am, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2921
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

IPO Error: unresolved : vmlsRound4

#4 Post by admin » Thu Feb 14, 2008 10:51 am

:) great!
Last edited by admin on Thu Feb 14, 2008 10:51 am, edited 1 time in total.

Post Reply