VTST compiling error

Vasp transition state theory tools

Moderator: moderators

Post Reply
speedxyl
Posts: 5
Joined: Tue Feb 28, 2012 8:39 am

VTST compiling error

Post 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
graeme
Site Admin
Posts: 2275
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Re: VTST compiling error

Post by graeme »

If you search for this topic, you will find posted solutions.
speedxyl
Posts: 5
Joined: Tue Feb 28, 2012 8:39 am

Re: VTST compiling error

Post by speedxyl »

I fixed it, thanks!
Post Reply