From ef68641888e03ad5ef5f4f5e06afd355fb99c983 Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Fri, 28 Aug 2009 11:32:29 +0000 Subject: [PATCH] psblas3: Reworked CSR, take 2. --- base/newserial/Makefile | 2 +- base/newserial/{psbn_csr_mat.f03 => psbn_d_csr_mat_mod.f03} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename base/newserial/{psbn_csr_mat.f03 => psbn_d_csr_mat_mod.f03} (100%) diff --git a/base/newserial/Makefile b/base/newserial/Makefile index 2203c141..a04eef66 100644 --- a/base/newserial/Makefile +++ b/base/newserial/Makefile @@ -1,7 +1,7 @@ include ../../Make.inc MODULES = psbn_base_mat_mod.o psbn_d_base_mat_mod.o psbn_d_coo_impl.o psbn_mat_mod.o\ - psbn_csr_mat.o psbn_d_csr_impl.o + psbn_d_csr_mat_mod.o psbn_d_csr_impl.o LIBMOD= diff --git a/base/newserial/psbn_csr_mat.f03 b/base/newserial/psbn_d_csr_mat_mod.f03 similarity index 100% rename from base/newserial/psbn_csr_mat.f03 rename to base/newserial/psbn_d_csr_mat_mod.f03