From 08d9df5fde84c089abf231a17ec8cf48fd2a4477 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Mon, 13 Mar 2006 11:53:00 +0000 Subject: [PATCH] *** empty log message *** --- Make.inc | 6 +++--- README | 6 ++++++ 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/Make.inc b/Make.inc index 8d4c334d..db6387e6 100644 --- a/Make.inc +++ b/Make.inc @@ -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 # diff --git a/README b/README index bc8503bb..1d0cefd9 100644 --- a/README +++ b/README @@ -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