Install VASP 5.2.11-Problem on compiling hessian.F

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
Adrian
Newbie
Newbie
Posts: 2
Joined: Mon May 19, 2008 4:54 am
License Nr.: 298
Location: The University of Queensland

Install VASP 5.2.11-Problem on compiling hessian.F

#1 Post by Adrian » Wed May 04, 2011 3:43 am

Dear All,

I met a problem on installing VASP5.2.11. I use intel compiler and openmpi. Here are error information:

hessian.f90(24): error #6457: This derived type name has not been declared. [IN_STRUCT]
TYPE (in_struct) :: IO
---------------^
hessian.f90(51): error #6404: This name does not have a type, and must have an explicit type. [IO]
IF (IO%IU0>=0) write(*,*) 'HMAT has been reset!'
-------------^
hessian.f90(51): error #6460: This is not a field name that is defined in the encompassing structure. [IU0]
IF (IO%IU0>=0) write(*,*) 'HMAT has been reset!'
----------------^
compilation aborted for hessian.f90 (code 1)
make: *** [hessian.o] Error 1

Many thanks for your help!
Adrian
Last edited by Adrian on Wed May 04, 2011 3:43 am, edited 1 time in total.
Aijun Du

Adrian
Newbie
Newbie
Posts: 2
Joined: Mon May 19, 2008 4:54 am
License Nr.: 298
Location: The University of Queensland

Install VASP 5.2.11-Problem on compiling hessian.F

#2 Post by Adrian » Thu May 05, 2011 3:07 am

Problem solved by adding "USE base".
Last edited by Adrian on Thu May 05, 2011 3:07 am, edited 1 time in total.
Aijun Du

nkwem
Newbie
Newbie
Posts: 12
Joined: Tue Feb 23, 2010 7:31 am
License Nr.: 5-44
Location: South Africa

Install VASP 5.2.11-Problem on compiling hessian.F

#3 Post by nkwem » Thu Mar 01, 2012 11:41 am

[quote="Adrian"]Problem solved by adding "USE base".[/quote]

Hi,

I'm getting the same error that you were getting. Where did you add "USE base"

Thank

Regards,
Nkwe
Last edited by nkwem on Thu Mar 01, 2012 11:41 am, edited 1 time in total.

Post Reply