a question about vtst

Vasp transition state theory tools

Moderator: moderators

Post Reply
kxshan
Posts: 14
Joined: Fri Oct 19, 2007 8:39 am

a question about vtst

Post by kxshan »

Hello,
I downloaded your new release yesterday and tried to compile vasp on our cluster and got the follwoing error.

/usr/lib/cc -P -DNGZhalf -Dkind8 -DMPI -DCACHE_SIZE=4000 - pro_loop lbfgs.F ; mv lbfgs.i lbfgs.f
f90 -freeform -nocpp -mips4 -64 -O2 -c lbfgs.f
/usr/lib/cc -P -DNGZhalf -Dkind8 -DMPI -DCACHE_SIZE=4000 -Dpro_loop bfgs.F ; mv bfgs.i bfgs.f
cfe: Error: bfgs.F: 170: Unterminated string or character constant
graeme
Site Admin
Posts: 2256
Joined: Tue Apr 26, 2005 4:25 am
Contact:

Post by graeme »

Ah, I've seen this before. Try removing the apostrophe from line 170 in bgfs.F90. This is a comment line, but some compilers or preprocessors get confused because there is no closing '. We'll change this line in our next update.
Post Reply