about vasp5.2.11 compile problem

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
dragon
Newbie
Newbie
Posts: 3
Joined: Fri Mar 05, 2010 8:33 am
License Nr.: 5-107
Location: 381 Wushan Rd, Guangzhou 510640, China

about vasp5.2.11 compile problem

#1 Post by dragon » Thu Jan 13, 2011 9:01 am

hi ,everyone
i used intel fortran ,fedora 13, gcc, gotoblas2 , fftw.3.1.2 to compile the vasp5.2.11
some parameters in my Makefile:
FC=ifort
FCL=$(FC)
CPP_ = ./preprocess <$*.F | /usr/bin/cpp -P -C -traditional >$*$(SUFFIX)
CPP = $(CPP_) -DHOST=\"LinuxIFC\" \
-Dkind8 -DCACHE_SIZE=12000 -DPGF90 -Davoidalloc -DNGXhalf \
FFLAGS =-I/home/dragon/vasp/fftw-3.1.2/include/ -FR -lowercase -assume byterecl
OFLAG=-O2 -ip -ftz
OFLAG_HIGH = $(OFLAG)
OBJ_HIGH =
OBJ_NOOPT =
DEBUG = -FR -O0
INLINE = $(OFLAG)
BLAS= /home/dragon/vasp/GotoBLAS2/libgoto2.so
LAPACK= ../vasp.5.lib/lapack_double.o
LIB = -L../vasp.5.lib -ldmy \
../vasp.5.lib/linpack_double.o $(LAPACK) \
$(BLAS)
FFT3D = fftw3d.o fft3dlib.o /home/dragon/vasp/fftw-3.1.2/lib/libfftw3.a


but i meet a problem
david_inner.o: In function `david_inner_mp_eddav_inner_':
david_inner.f90:(.text+0x5b00): undefined reference to `dlasrt2_'

how to deal with it
<span class='smallblacktext'>[ Edited ]</span>
Last edited by dragon on Thu Jan 13, 2011 9:01 am, edited 1 time in total.

dragon
Newbie
Newbie
Posts: 3
Joined: Fri Mar 05, 2010 8:33 am
License Nr.: 5-107
Location: 381 Wushan Rd, Guangzhou 510640, China

about vasp5.2.11 compile problem

#2 Post by dragon » Thu Jan 13, 2011 9:08 am

I compiled vasp in pc,so i did not use mpi
Last edited by dragon on Thu Jan 13, 2011 9:08 am, edited 1 time in total.

alex
Hero Member
Hero Member
Posts: 577
Joined: Tue Nov 16, 2004 2:21 pm
License Nr.: 5-67
Location: Germany

about vasp5.2.11 compile problem

#3 Post by alex » Thu Jan 13, 2011 12:49 pm

This topic was already addressed here.
Last edited by alex on Thu Jan 13, 2011 12:49 pm, edited 1 time in total.

Post Reply