Merge branch 'PolySmooth' of github.com:sfilippone/amg4psblas into PolySmooth

PolySmooth
sfilippone 7 months ago
commit 5d20407b15

@ -98,8 +98,7 @@ subroutine amg_c_base_onelev_memory_use(lv,il,nl,ilmin,info,iout,verbosity,prefi
prefix_ = "" prefix_ = ""
end if end if
write(iout_,*) trim(prefix_) if ((me == 0).or.(verbosity_>0)) write(iout_,*) trim(prefix_)
if (global_) then if (global_) then
allocate(sz(6)) allocate(sz(6))

@ -98,8 +98,7 @@ subroutine amg_d_base_onelev_memory_use(lv,il,nl,ilmin,info,iout,verbosity,prefi
prefix_ = "" prefix_ = ""
end if end if
write(iout_,*) trim(prefix_) if ((me == 0).or.(verbosity_>0)) write(iout_,*) trim(prefix_)
if (global_) then if (global_) then
allocate(sz(6)) allocate(sz(6))

@ -98,8 +98,7 @@ subroutine amg_s_base_onelev_memory_use(lv,il,nl,ilmin,info,iout,verbosity,prefi
prefix_ = "" prefix_ = ""
end if end if
write(iout_,*) trim(prefix_) if ((me == 0).or.(verbosity_>0)) write(iout_,*) trim(prefix_)
if (global_) then if (global_) then
allocate(sz(6)) allocate(sz(6))

@ -98,8 +98,7 @@ subroutine amg_z_base_onelev_memory_use(lv,il,nl,ilmin,info,iout,verbosity,prefi
prefix_ = "" prefix_ = ""
end if end if
write(iout_,*) trim(prefix_) if ((me == 0).or.(verbosity_>0)) write(iout_,*) trim(prefix_)
if (global_) then if (global_) then
allocate(sz(6)) allocate(sz(6))

Loading…
Cancel
Save