mlprec/impl/mld_c_hierarchy_bld.f90
 mlprec/impl/mld_d_hierarchy_bld.f90
 mlprec/impl/mld_s_hierarchy_bld.f90
 mlprec/impl/mld_z_hierarchy_bld.f90

Fix last level rebuild. For real now.
stopcriterion
Salvatore Filippone 8 years ago
parent 6251d692ff
commit 9b731d3da9

@ -301,8 +301,10 @@ subroutine mld_c_hierarchy_bld(a,desc_a,p,info)
if (debug_level >= psb_debug_outer_) &
& write(debug_unit,*) me,' ',trim(name),&
& 'Return from ',i,' call to mlprcbld ',info
!
! Save op_prol just in case
!
call op_prol%clone(p%precv(i)%tprol,info)
!
! Check for early termination of aggregation loop.
!

@ -301,8 +301,10 @@ subroutine mld_d_hierarchy_bld(a,desc_a,p,info)
if (debug_level >= psb_debug_outer_) &
& write(debug_unit,*) me,' ',trim(name),&
& 'Return from ',i,' call to mlprcbld ',info
!
! Save op_prol just in case
!
call op_prol%clone(p%precv(i)%tprol,info)
!
! Check for early termination of aggregation loop.
!

@ -301,8 +301,10 @@ subroutine mld_s_hierarchy_bld(a,desc_a,p,info)
if (debug_level >= psb_debug_outer_) &
& write(debug_unit,*) me,' ',trim(name),&
& 'Return from ',i,' call to mlprcbld ',info
!
! Save op_prol just in case
!
call op_prol%clone(p%precv(i)%tprol,info)
!
! Check for early termination of aggregation loop.
!

@ -301,8 +301,10 @@ subroutine mld_z_hierarchy_bld(a,desc_a,p,info)
if (debug_level >= psb_debug_outer_) &
& write(debug_unit,*) me,' ',trim(name),&
& 'Return from ',i,' call to mlprcbld ',info
!
! Save op_prol just in case
!
call op_prol%clone(p%precv(i)%tprol,info)
!
! Check for early termination of aggregation loop.
!

Loading…
Cancel
Save