*** empty log message ***

psblas3-type-indexed
Salvatore Filippone 19 years ago
parent 9bb64be14d
commit 08d9df5fde

@ -10,9 +10,9 @@ F90=/usr/local/gfortran/bin/gfortran
FC=/usr/local/gfortran/bin/gfortran
F77=$(FC)
CC=/usr/local/gfortran/bin/gcc
F90COPT= -O3 -ffast-math -march=pentium4 -msse2 -mfpmath=sse
FCOPT=-O3 -ffast-math -march=pentium4 -msse2 -mfpmath=sse
CCOPT=-O3 -ffast-math -march=pentium4 -msse2 -mfpmath=sse
F90COPT= -O3 -ffast-math -march=pentium4
FCOPT=-O3 -ffast-math -march=pentium4
CCOPT=-O3 -ffast-math -march=pentium4
####################### Section 2 #######################
# Define your linker and linker flags here #

@ -1,5 +1,11 @@
This directory contains the PSBLAS library, version 2.0.
Release Candidate 1: For the time being, even if the docs say that we
have both real and complex, we only have real data. When we have
complex data it will be declared RC2 or V2.0.
The version 1.0 of the library was described in:
S. Filippone, M. Colajanni
PSBLAS: A library for parallel linear algebra computation on sparse matrices

Loading…
Cancel
Save