On Mon, Mar 27, 2006, Scott Brozell wrote:
>
> 3.
> more initialization in type statements:
>
> f90 -c -O2 -free -o nose_hoover.o _nose_hoover.f
> integer :: system_coord_id = 0
> ^
> "_nose_hoover.f", Line = 66, Column = 33: ERROR: Unexpected syntax: ",
or EOS" w
> as expected but found "=".
This is a pain. John Mongan is testing on a Solaris box, and doesn't see
any of these errors. John: can you post the exact details of your
compiler?
>
> 4.
> f90 -c -O2 -free -o qm_zero_charges.o _qm_zero_charges.f
>
> write(6,'(x)')
> ^
> "_qm_zero_charges.f", Line = 247, Column = 17: ERROR: Integer constant
expected
> where "x" is present.
>
fixed in CVS.
>
>
> 5.
> f90 -c -O2 -free -o qm2_dftb_dispersionread.o
_qm2_dftb_dispersionread.f
>
> write(6,'(A,3X,A)'), '|','DISP.INP'
> ^
> "_qm2_dftb_dispersionread.f", Line = 102, Column = 26: ERROR: Unexpected
syntax:
> "operand" was expected but found ",".
fixed in CVS.
....dac
Received on Wed Apr 05 2006 - 23:49:35 PDT