Page 1 of 1

Lapack testing

PostPosted: Mon Jun 21, 2010 2:32 pm
by gintare
How to runderstand sentences:

Compile the files xLINTSTF and either SCLNTSTF or DZLNTSTF
link them to your matrix generator library, your LAPACK library, and your BLAS library
For each of the test programs, associate the appropriate data file with Fortran unit number 5.
Associate a suitably named file (e.g., SLINTST.OUT) with this unit numbe 6.
Run the test programs.

Under those sentences there must be certain commands: for compilation. linking, association.
How to run test programs - there are tens of them in the directories /testing/link /testing/eig

regards,
gintare statkute

Re: Lapack testing

PostPosted: Mon Jul 05, 2010 10:57 pm
by admin
Code: Select all
make lapack_testing
in the LAPACK directory is the command you are looking for.