From 5a3f71151342bba915facc8a6648d39c81a472a8 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 11 Jun 2014 10:33:00 +0000 Subject: [PATCH] psblas3: Changelog base/modules/psb_c_psblas_mod.F90 base/modules/psb_c_psblas_mod.f90 base/modules/psb_d_psblas_mod.F90 base/modules/psb_d_psblas_mod.f90 base/modules/psb_s_psblas_mod.F90 base/modules/psb_s_psblas_mod.f90 base/modules/psb_z_psblas_mod.F90 base/modules/psb_z_psblas_mod.f90 Prepare for workaround for Intel generics bug. --- Changelog | 13 +++++++++++++ .../{psb_c_psblas_mod.f90 => psb_c_psblas_mod.F90} | 0 .../{psb_d_psblas_mod.f90 => psb_d_psblas_mod.F90} | 0 .../{psb_s_psblas_mod.f90 => psb_s_psblas_mod.F90} | 0 .../{psb_z_psblas_mod.f90 => psb_z_psblas_mod.F90} | 0 5 files changed, 13 insertions(+) rename base/modules/{psb_c_psblas_mod.f90 => psb_c_psblas_mod.F90} (100%) rename base/modules/{psb_d_psblas_mod.f90 => psb_d_psblas_mod.F90} (100%) rename base/modules/{psb_s_psblas_mod.f90 => psb_s_psblas_mod.F90} (100%) rename base/modules/{psb_z_psblas_mod.f90 => psb_z_psblas_mod.F90} (100%) diff --git a/Changelog b/Changelog index 1e4297dc..d26b3222 100644 --- a/Changelog +++ b/Changelog @@ -1,5 +1,18 @@ Changelog. A lot less detailed than usual, at least for past history. +2014/06/11: Check for bug on multiple generic names. + +2014/04/14: Sort status in COO. Changes in error handling for CSPUT. + +2014/03/31: get_diag, rowsum & friends changed into functions. + +2014/03/26: TRIL/TRIU interfaces. Fixed mm_array_read/write. + Multiple generic names for norms and io. + +2014/03/18: New defaults for MOLD & friends. + +2014/01/27: Fixed error conditions on mmio. + 2013/12/12: New sparse-sparse matrix product, with CSR-CSR, CSC-CSC new versions, while keeping the old version at hand. diff --git a/base/modules/psb_c_psblas_mod.f90 b/base/modules/psb_c_psblas_mod.F90 similarity index 100% rename from base/modules/psb_c_psblas_mod.f90 rename to base/modules/psb_c_psblas_mod.F90 diff --git a/base/modules/psb_d_psblas_mod.f90 b/base/modules/psb_d_psblas_mod.F90 similarity index 100% rename from base/modules/psb_d_psblas_mod.f90 rename to base/modules/psb_d_psblas_mod.F90 diff --git a/base/modules/psb_s_psblas_mod.f90 b/base/modules/psb_s_psblas_mod.F90 similarity index 100% rename from base/modules/psb_s_psblas_mod.f90 rename to base/modules/psb_s_psblas_mod.F90 diff --git a/base/modules/psb_z_psblas_mod.f90 b/base/modules/psb_z_psblas_mod.F90 similarity index 100% rename from base/modules/psb_z_psblas_mod.f90 rename to base/modules/psb_z_psblas_mod.F90