VASP.6.3.0 installation error
Posted: Fri Jan 28, 2022 2:14 am
I use the following makefile (makefile.include.intel) to compile VASP.6.3.0 using ICC/2019.5 compiler and mpi/openmpi-4.1.1 and getting the following error message during the compilation.
Any help is highly appreciated.
pseudo_struct.F(4): error #7005: Error in reading the compiled module file. [RADIAL_STRUCT_DEF]
USE radial_struct_def
------^
pseudo_struct.F(77): error #6457: This derived type name has not been declared. [RGRID]
TYPE (rgrid) :: R ! radial grid
-----------^
compilation aborted for pseudo_struct.f90 (code 1)
makefile:166: recipe for target 'pseudo_struct.o' failed
make[2]: *** [pseudo_struct.o] Error 1
make[2]: *** Waiting for unfinished jobs....
Any help is highly appreciated.
pseudo_struct.F(4): error #7005: Error in reading the compiled module file. [RADIAL_STRUCT_DEF]
USE radial_struct_def
------^
pseudo_struct.F(77): error #6457: This derived type name has not been declared. [RGRID]
TYPE (rgrid) :: R ! radial grid
-----------^
compilation aborted for pseudo_struct.f90 (code 1)
makefile:166: recipe for target 'pseudo_struct.o' failed
make[2]: *** [pseudo_struct.o] Error 1
make[2]: *** Waiting for unfinished jobs....