Search found 3 matches

by abf123
Fri Jul 06, 2007 7:50 pm
Forum: VTSTTools
Topic: Runtime I/O error in neb.F (neb.f90)
Replies: 3
Views: 50062

After a bit of coffee, I noticed this can be fixed by changing line 210 in neb.F from:

IF (iu6>=0) WRITE(iu6) 'NEB: no climbing image found'

to:

IF (iu6>=0) WRITE(iu6,*) 'NEB: no climbing image found'

Just a tiny syntax error ...
by abf123
Fri Jul 06, 2007 6:08 pm
Forum: VTSTTools
Topic: Runtime I/O error in neb.F (neb.f90)
Replies: 3
Views: 50062

Also,
Here's the block of code containing line 254:

!======================================================================
! find climbing image
!======================================================================

IF (lclimb) THEN
lclimb_local = .TRUE.
! use energy of first image if ...
by abf123
Fri Jul 06, 2007 6:03 pm
Forum: VTSTTools
Topic: Runtime I/O error in neb.F (neb.f90)
Replies: 3
Views: 50062

Runtime I/O error in neb.F (neb.f90)

I have been experiencing a problem at runtime, independent of compiler (it is exhibited in the latest Pathscale, Portland, and the latest Intel) pointing to a formatted/unformatted file conflict. Reverting to an older version of the VTST tools, the problem no longer presents itself - it comes up in ...