next up previous contents
Next: Tests for the ScaLAPACK Up: Tests for the ScaLAPACK Previous: Tests for the ScaLAPACK   Contents

Input File for Testing the ScaLAPACK LU Routines

An annotated example of an input file for the test program is shown below.

'ScaLAPACK LU factorization input file'
'MPI machine.'
'lu.out'                output file name (if any)
6                       device out
2                       number of problems sizes
250 553                 values of N
3                       number of NB's
2 3 5                   values of NB
2                       number of NRHS's
1 5                     values of NRHS
3                       Number of NBRHS's
1 3 5                   values of NBRHS
5                       Number of processor grids (ordered pairs of P & Q)
1 4 2 1 8               values of P
1 2 4 8 1               values of Q
1.0                     threshold
T                       (T or F) Test Cond. Est. and Iter. Ref. Routines



Susan Blackford 2001-08-12