Merge branch 'PolySmooth' into mboxomp

PolySmooth
sfilippone 4 months ago
commit 41d91120d4

@ -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,7 +98,7 @@ subroutine amg_d_base_onelev_memory_use(lv,il,nl,ilmin,info,iout,verbosity,prefi
prefix_ = "" prefix_ = ""
end if end if
if (me == 0) 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