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 Band or Tridiagonal LLT Routines

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

'ScaLAPACK, banded linear systems input file'
'PVM.'
''                              output file name (if any)
6                               device out
'L'                             define Lower or Upper
7                               number of problem sizes
1 5 17 28 37 121 200            values of N
6                               number of bandwidths
1 2 4 10 31 64                  values of BW
1                               number of NB's
-1 3 4 5                        values of NB (-1 for automatic determination)
1                               number of NRHS's (must be 1)
8                               values of NRHS
1                               number of NBRHS's (ignored)
1                               values of NBRHS (ignored)
4                               number of process grids
1 2 3 4 5 7                     values of "Number of Process Columns"
3.0                             threshold



Susan Blackford 2001-08-12