Page 1 of 1

compilation of VTST3.0d in VASP 5.3.3

Posted: Tue Jan 14, 2014 2:25 pm
by lsl
Hi

I was trying to compile VTST3.0d in VASP 5.3.3 with GNU compilers, and my compilation stopped with the following error message:

########################################
bbm.f:348.25:

WRITE(IU6,'(A,9X,<NBAS>I5)') ' Bond-Boost: BALIST',BALIST(:)
1
Error: Unexpected element '<' in format string at (1)
make: *** [bbm.o] Error 1
########################################

I had a look at the source code of bbm.f, and in Line 348 of bbm.f, I found "WRITE(IU6,'(A,9X,<NBAS>I5)') ' Bond-Boost: BALIST',BALIST(:)". I had a little search of the internet and it looks like the <NBAS> format is not compatible with gfortran compiler. Unfortunately, my knowledge of programming is quite limited. Can you suggest what should I do in order to get over with this error message?

Many thanks!

Jon