[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: negative argument in ALOG bug in FEFF825 on CRAY PVP machines
Hi Matt,
I'm testing it now on the CRAY. One minor complaint in the compile:
% f90 -O2 -dp -o padtestpvp padtest.f
write(iou,10), str, x
^
f90-197 f90: ERROR SOUT, File = padtest.f, Line = 181, Column = 21
Unexpected syntax: "operand" was expected but found ",".
write(iou,10), x, s1, y, dx
^
f90-197 f90: ERROR XOUT, File = padtest.f, Line = 198, Column = 21
Unexpected syntax: "operand" was expected but found ",".
Cray Fortran: Version 3.5.0.1 (u15f49p42027g41079a15)
Cray Fortran: Mon May 7, 2001 12:36:14
Cray Fortran: Compile time: 11.1904 seconds
Cray Fortran: 1552 source lines
Cray Fortran: 2 errors, 0 warnings, 0 other messages, 0 ansi
Cray Fortran: "explain f90-message number" gives more information about each message
J.