vasp compilation error on P4
Posted: Fri Jun 23, 2006 3:27 am
Hi,
While compiling vasp in P4 machine with intel fortran compiler 9.0, intel mkl 8.0.2 and Redhat linux enterprize 3.0, I got the following error. I have used the makefile : makefile.linux_ifc_P4 and tried both fftw and the standard fft library that comes with VASP, but got the same error message. couldnot figure out what kind of problem is this?
Need Help!!!!!!!!!!!
While compiling vasp in P4 machine with intel fortran compiler 9.0, intel mkl 8.0.2 and Redhat linux enterprize 3.0, I got the following error. I have used the makefile : makefile.linux_ifc_P4 and tried both fftw and the standard fft library that comes with VASP, but got the same error message. couldnot figure out what kind of problem is this?
Need Help!!!!!!!!!!!
rm -f vasp
ifc -o vasp main.o base.o mpi.o smart_allocate.o xml.o constant.o jacobi.o main_mpi.o scala.o asa.o lattice.o poscar.o ini.o setex.o radial.o pseudo.o mgrid.o mkpoints.o wave.o wave_mpi.o symmetry.o symlib.o lattlib.o random.o nonl.o nonlr.o dfast.o choleski2.o mix.o charge.o xcgrad.o xcspin.o potex1.o potex2.o metagga.o constrmag.o pot.o cl_shift.o force.o dos.o elf.o tet.o hamil.o steep.o chain.o dyna.o relativistic.o LDApU.o sphpro.o paw.o us.o ebs.o wavpre.o wavpre_noio.o broyden.o dynbr.o rmm-diis.o reader.o writer.o tutor.o xml_writer.o brent.o stufak.o fileio.o opergrid.o stepver.o dipol.o xclib.o chgloc.o subrot.o optreal.o davidson.o edtest.o electron.o shm.o pardens.o paircorrection.o optics.o constr_cell_relax.o stm.o finite_diff.o elpol.o setlocalpp.o fftw3d.o fft3dlib.o /usr/local/lib/libfftw3.a -L../vasp.4.lib -ldmy ../vasp.4.lib/linpack_double.o ../vasp.4.lib/lapack_double.o -L/opt/intel/mkl/8.0.2/lib/32 -lmkl_p4 -lguide -lpthread
ifc: warning: The Intel Fortran driver is now named ifort. You can suppress this message with '-quiet'
lattlib.o(.text+0x4c0a): In function `latord_.':
: undefined reference to `vmlsRound4'
cl_shift.o(.text+0x52fe): In function `cl_mp_setaug_cl_':
: undefined reference to `vmldExp2'
cl_shift.o(.text+0x5dfc): In function `cl_mp_augtoq_.':
: undefined reference to `vmldExp2'
cl_shift.o(.text+0x6885): In function `cl_shift_pw_':
: undefined reference to `vmldExp2'
elf.o(.text+0x2b9e): In function `elfcal_.':
: undefined reference to `vmldPow2Mask'
fft3dlib.o(.text+0x412c): In function `ftrigc_':
: undefined reference to `vmldSinCos2'
fft3dlib.o(.text+0x425b): In function `ftrigr_':
: undefined reference to `vmldSinCos2'
fft3dlib.o(.text+0x43df): In function `ftrigr_':
: undefined reference to `vmldSinCos2'
make: *** [vasp] Error 1