From 31a44360a49354debe13237758d3b1f74e72642c Mon Sep 17 00:00:00 2001 From: sfilippone Date: Tue, 9 Dec 2025 10:25:02 +0100 Subject: [PATCH] Update for PSBLAS_CBIND switching to LINSOLVE --- cbind/amgprec/amg_c_dprec.h | 2 +- cbind/amgprec/amg_c_zprec.h | 2 +- cbind/amgprec/amg_dprec_cbind_mod.F90 | 2 +- cbind/amgprec/amg_zprec_cbind_mod.F90 | 2 +- cbind/test/pargen/Makefile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cbind/amgprec/amg_c_dprec.h b/cbind/amgprec/amg_c_dprec.h index 2a373f91..577add44 100644 --- a/cbind/amgprec/amg_c_dprec.h +++ b/cbind/amgprec/amg_c_dprec.h @@ -4,7 +4,7 @@ #include "amg_const.h" #include "psb_base_cbind.h" #include "psb_prec_cbind.h" -#include "psb_krylov_cbind.h" +#include "psb_linsolve_cbind.h" /* Object handle related routines */ /* Note: amg_get_XXX_handle returns: <= 0 unsuccessful */ diff --git a/cbind/amgprec/amg_c_zprec.h b/cbind/amgprec/amg_c_zprec.h index 94dc2542..b9916c31 100644 --- a/cbind/amgprec/amg_c_zprec.h +++ b/cbind/amgprec/amg_c_zprec.h @@ -4,7 +4,7 @@ #include "amg_const.h" #include "psb_base_cbind.h" #include "psb_prec_cbind.h" -#include "psb_krylov_cbind.h" +#include "psb_linsolve_cbind.h" /* Object handle related routines */ /* Note: amg_get_XXX_handle returns: <= 0 unsuccessful */ diff --git a/cbind/amgprec/amg_dprec_cbind_mod.F90 b/cbind/amgprec/amg_dprec_cbind_mod.F90 index b4e87492..26d8dda4 100644 --- a/cbind/amgprec/amg_dprec_cbind_mod.F90 +++ b/cbind/amgprec/amg_dprec_cbind_mod.F90 @@ -251,7 +251,7 @@ contains use psb_prec_mod use psb_linsolve_mod use psb_prec_cbind_mod - use psb_dkrylov_cbind_mod + use psb_dlinsolve_cbind_mod implicit none integer(psb_c_ipk_) :: res type(psb_c_object_type) :: ah,cdh,ph,bh,xh diff --git a/cbind/amgprec/amg_zprec_cbind_mod.F90 b/cbind/amgprec/amg_zprec_cbind_mod.F90 index 3ced7348..4e6a00d9 100644 --- a/cbind/amgprec/amg_zprec_cbind_mod.F90 +++ b/cbind/amgprec/amg_zprec_cbind_mod.F90 @@ -250,7 +250,7 @@ contains & ah,ph,bh,xh,cdh,options) bind(c) result(res) use psb_linsolve_mod use psb_prec_cbind_mod - use psb_zkrylov_cbind_mod + use psb_zlinsolve_cbind_mod implicit none integer(psb_c_ipk_) :: res type(psb_c_object_type) :: ah,cdh,ph,bh,xh diff --git a/cbind/test/pargen/Makefile b/cbind/test/pargen/Makefile index f5bf13f3..cadeba5a 100644 --- a/cbind/test/pargen/Makefile +++ b/cbind/test/pargen/Makefile @@ -8,7 +8,7 @@ HERE=. FINCLUDES=$(FMFLAG). $(FMFLAG)$(LIBDIR) $(FMFLAG)$(PSBLAS_INCDIR) #PSBLAS_LIBS= -L$(PSBLAS_LIBDIR) -L$(LIBDIR) $(CPSBLAS_LIB) $(PSBLAS_LIB) -# -lpsb_krylov_cbind -lpsb_prec_cbind -lpsb_base_cbind +# -lpsb_linsolve_cbind -lpsb_prec_cbind -lpsb_base_cbind PSBC_LIBS= -L$(PSBLAS_LIBDIR) -lpsb_cbind -lpsb_linsolve -lpsb_prec AMGC_LIBS=-L$(LIBDIR) -lamg_cbind -lamg_prec #