*** empty log message ***

stopcriterion
Salvatore Filippone 17 years ago
parent 2535383aad
commit a073c1490a

@ -4,16 +4,24 @@ developed by
Salvatore Filippone Salvatore Filippone
Pasqua D'Ambra Pasqua D'Ambra
Daniela di Serafino Daniela di Serafino
Alfredo Buttari
To compile: To compile:
0. Unpack the tar file in a directory of your choice (preferrably 0. Unpack the tar file in a directory of your choice (preferrably
outside the main PSBLAS directory). outside the main PSBLAS directory).
1. Edit Make.inc and point PSBLASDIR to the main PSBLAS directory; 1. run configure --with-psblas=<ABSOLUTE path of the PSBLAS source directory>
this must be an ABSOLUTE pathname adding the options for SuperLU, SuperLU_Dist, UMFPACK as desired.
2. Uncomment the variable definition for SLU, SLUDist, UMFPACK as 2. Tweak Make.inc if you are not satisfied.
desired, and fix the installation directory/library names. Again,
directories must be ABSOLUTE pathnames. 3. make;
4. Go into the test subdirectory and build the examples of your choice.
Notes:
The single precision version is supported only by SuperLU; thus, even
if you specify at configure to use UMFPACK or SuperLU_Dist, the
corresponding preconditioner options will be available only from the
double precision version.

Loading…
Cancel
Save