next up previous contents
Next: Bibliography Up: Caveats Previous: IEEE arithmetic   Contents

Timing programs

In the eigensystem timing program, calls are made to the LINPACK and EISPACK equivalents of the LAPACK routines to allow a direct comparison of performance measures. In some cases we have increased the minimum number of iterations in the LINPACK and EISPACK routines to allow them to converge for our test problems, but even this may not be enough. One goal of the LAPACK project is to improve the convergence properties of these routines, so error messages in the output file indicating that a LINPACK or EISPACK routine did not converge should not be regarded with alarm.

In the eigensystem timing program, we have equivalenced some work arrays and then passed them to a subroutine, where both arrays are modified. This is a violation of the Fortran 77 standard, which says ``if a subprogram reference causes a dummy argument in the referenced subprogram to become associated with another dummy argument in the referenced subprogram, neither dummy argument may become defined during execution of the subprogram.'' A.1If this causes any difficulties, the equivalence can be commented out as explained in the comments for the main eigensystem timing programs.


next up previous contents
Next: Bibliography Up: Caveats Previous: IEEE arithmetic   Contents
Julie Langou 2007-02-26