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
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 5
- Joined: Thu Nov 29, 2007 2:20 pm
IPO Error: unresolved : vmlsRound4
Last edited by petkov17 on Tue Feb 12, 2008 2:35 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
IPO Error: unresolved : vmlsRound4
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.
-
- Newbie
- Posts: 5
- Joined: Thu Nov 29, 2007 2:20 pm
IPO Error: unresolved : vmlsRound4
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.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
IPO Error: unresolved : vmlsRound4
great!
Last edited by admin on Thu Feb 14, 2008 10:51 am, edited 1 time in total.