Fix USE statements in parmatch implementation

mergeparmatch
Salvatore Filippone 4 years ago
parent 816c59d994
commit 02ce9fc7ed

@ -1,4 +1,4 @@
! !
!
!
! AMG4PSBLAS version 1.0
! Algebraic Multigrid Package

@ -1,4 +1,4 @@
! !
!
!
! AMG4PSBLAS version 1.0
! Algebraic Multigrid Package
@ -167,7 +167,7 @@ subroutine amg_d_parmatch_aggregator_mat_bld(ag,parms,a,desc_a,ilaggr,nlaggr,&
& ac,desc_ac,op_prol,op_restr,t_prol,info)
use psb_base_mod
use amg_d_inner_mod
use amg_d_prec_type
use amg_base_prec_type
use amg_d_parmatch_aggregator_mod, amg_protect_name => amg_d_parmatch_aggregator_mat_bld
implicit none
@ -187,7 +187,6 @@ subroutine amg_d_parmatch_aggregator_mat_bld(ag,parms,a,desc_a,ilaggr,nlaggr,&
integer(psb_ipk_) :: np, me
integer(psb_ipk_) :: err_act
integer(psb_ipk_) :: debug_level, debug_unit
type(psb_dspmat_type) :: atmp
name='d_parmatch_mat_bld'
if (psb_get_errstatus().ne.0) return

@ -112,7 +112,7 @@
subroutine amg_d_parmatch_aggregator_build_tprol(ag,parms,ag_data,&
& a,desc_a,ilaggr,nlaggr,t_prol,info)
use psb_base_mod
use amg_d_prec_type
use amg_base_prec_type
use amg_d_inner_mod
use amg_d_parmatch_aggregator_mod, amg_protect_name => amg_d_parmatch_aggregator_build_tprol
use iso_c_binding

@ -1,4 +1,4 @@
! !
!
!
! AMG4PSBLAS version 1.0
! Algebraic Multigrid Package

@ -167,7 +167,7 @@ subroutine amg_s_parmatch_aggregator_mat_bld(ag,parms,a,desc_a,ilaggr,nlaggr,&
& ac,desc_ac,op_prol,op_restr,t_prol,info)
use psb_base_mod
use amg_s_inner_mod
use amg_s_prec_type
use amg_base_prec_type
use amg_s_parmatch_aggregator_mod, amg_protect_name => amg_s_parmatch_aggregator_mat_bld
implicit none
@ -187,7 +187,6 @@ subroutine amg_s_parmatch_aggregator_mat_bld(ag,parms,a,desc_a,ilaggr,nlaggr,&
integer(psb_ipk_) :: np, me
integer(psb_ipk_) :: err_act
integer(psb_ipk_) :: debug_level, debug_unit
type(psb_sspmat_type) :: atmp
name='d_parmatch_mat_bld'
if (psb_get_errstatus().ne.0) return

@ -1,4 +1,4 @@
! !
!
!
! AMG4PSBLAS version 1.0
! Algebraic Multigrid Package
@ -112,7 +112,7 @@
subroutine amg_s_parmatch_aggregator_build_tprol(ag,parms,ag_data,&
& a,desc_a,ilaggr,nlaggr,t_prol,info)
use psb_base_mod
use amg_s_prec_type
use amg_base_prec_type
use amg_s_inner_mod
use amg_s_parmatch_aggregator_mod, amg_protect_name => amg_s_parmatch_aggregator_build_tprol
use iso_c_binding

Loading…
Cancel
Save