Page 1 of 1

VTST compiling error

Posted: Tue Aug 21, 2012 7:11 am
by speedxyl
Hi, all
I met a problem in compiling the vtst with VASP, the details is as below
#################################################################################
./preprocess <dimer.F | /usr/bin/cpp -P -C -traditional >dimer.f90 -DMPI -DHOST=\"LinuxIFC\" -DIFC -Dkind8 -DNGZhalf -DCACHE_SIZE=4000 -DPGF90 -Davoidalloc -DMPI_BLOCK=500
mpif90 -FR -lowercase -assume byterecl -O3 -xW -c dimer.f90
dimer.f90(527): error #6460: This is not a field name that is defined in the encompassing structure. [TYPE]
IF (T_INFO%TYPE(1)/=' ') THEN
-----------------^
dimer.f90(527): error #6158: The structure-name is invalid or is missing. [T_INFO]
IF (T_INFO%TYPE(1)/=' ') THEN
----------^
compilation aborted for dimer.f90 (code 1)
make: *** [dimer.o] Error 1
###################################################################################
Could you tell me how I can fix this?
Thanks!

Xiang Ye

Re: VTST compiling error

Posted: Tue Aug 21, 2012 2:23 pm
by graeme
If you search for this topic, you will find posted solutions.

Re: VTST compiling error

Posted: Wed Aug 22, 2012 4:02 am
by speedxyl
I fixed it, thanks!