Posted by Valera Veryazov on January 07, 2003 at 13:58:51:
Because of a compiler bug in Forte developer 7 Fortran 95 7.0, molcas 5.4 (5.2) could not be compiled properly in 64-bit mode.
(The problem - incorrect realization of Char() function).
Test 001 fails with error message:
RdNLst: Input section not found in input file
Looking for:SEWARD
Possible solutions:
- use Forte 6, or wait for updates for Forte 7.
- edit file src/util/strnln.f and change line 34
Blank = Char(32)
to
Blank = ' '
Subject:
Comments:
E-Mail: