Fortran optimization

Bruno Wolff III bruno at convex.csd.uwm.edu
Fri Apr 5 07:39:21 AEST 1991


One other thing. If this was a real problem, you probably would not want to
use 10000 as the first subscript limit of your arrays. 10000 is divisible by 16,
so you are near the breakpoint for bank conflicts when making consecutive
references on the second subscript. You might try making the subscript limit
10001 and see if you get any speed up.



More information about the Comp.unix.cray mailing list