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
Install VASP 5.2.11-Problem on compiling hessian.F
Moderators: Global Moderator, Moderator
-
- 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
Last edited by Adrian on Wed May 04, 2011 3:43 am, edited 1 time in total.
Aijun Du
-
- 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
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
-
- 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
[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
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.