Page 1 of 1

IPO Error: unresolved : vmlsRound4

Posted: Tue Feb 12, 2008 2:35 pm
by petkov17
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!

IPO Error: unresolved : vmlsRound4

Posted: Wed Feb 13, 2008 12:12 pm
by admin
these subroutines are in the libsvml, please include this library package to yur BLAS.

IPO Error: unresolved : vmlsRound4

Posted: Thu Feb 14, 2008 8:57 am
by petkov17
Thanks admin!!! After your advices, I have already workin vasp :)

IPO Error: unresolved : vmlsRound4

Posted: Thu Feb 14, 2008 10:51 am
by admin
:) great!