Installation of VASP of VASP 5.2

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
opvu
Newbie
Newbie
Posts: 14
Joined: Thu Apr 13, 2006 12:43 am
Location: SungKyunKwan Univ.

Installation of VASP of VASP 5.2

#1 Post by opvu » Thu Feb 17, 2011 6:32 am

VASP Admin & users

I installed the VASP version 5.2, but got the following error:

".........
fortcom: Error: radial.f90, line 1282: This name does not have a type, and must have an explicit type. [ISGGA]
IF (ISGGA()) LLMAX=LLMAX+1
----------^
fortcom: Error: radial.f90, line 1282: A logical data type is required in this context. [ISGGA]
IF (ISGGA()) LLMAX=LLMAX+1
----------^
fortcom: Error: radial.f90, line 1404: A logical data type is required in this context. [ISGGA]
gga: IF (ISGGA()) THEN
------------------^
fortcom: Error: radial.f90, line 2657: This name does not have a type, and must have an explicit type. [ISGGA]
IF (ISGGA()) THEN
----------^
fortcom: Error: radial.f90, line 2657: A logical data type is required in this context. [ISGGA]
IF (ISGGA()) THEN
----------^
compilation aborted for radial.f90 (code 1)
make: *** [radial.o] Error 1"

Please give me technical guidelines to solve this problem.
Thanks.

O. P. Vu
Last edited by opvu on Thu Feb 17, 2011 6:32 am, edited 1 time in total.

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

Installation of VASP of VASP 5.2

#2 Post by admin » Wed Feb 23, 2011 8:56 am

ISGGA is a function in included xclib and should be available at the stage at which radial.f90 is compiled. Please check in your makefile (SOURCE)
whether xclib is compiled BEFORE radial
Last edited by admin on Wed Feb 23, 2011 8:56 am, edited 1 time in total.

Post Reply