Default GLOBAL=.true. for MEMORY_USE

l1aggregation
Salvatore Filippone 7 months ago
parent af3fda9690
commit 83d435b49e

@ -89,7 +89,7 @@ subroutine amg_c_base_onelev_memory_use(lv,il,nl,ilmin,info,iout,verbosity,prefi
if (present(global)) then if (present(global)) then
global_ = global global_ = global
else else
global_ = .false. global_ = .true.
end if end if
if (present(prefix)) then if (present(prefix)) then

@ -89,7 +89,7 @@ subroutine amg_d_base_onelev_memory_use(lv,il,nl,ilmin,info,iout,verbosity,prefi
if (present(global)) then if (present(global)) then
global_ = global global_ = global
else else
global_ = .false. global_ = .true.
end if end if
if (present(prefix)) then if (present(prefix)) then

@ -89,7 +89,7 @@ subroutine amg_s_base_onelev_memory_use(lv,il,nl,ilmin,info,iout,verbosity,prefi
if (present(global)) then if (present(global)) then
global_ = global global_ = global
else else
global_ = .false. global_ = .true.
end if end if
if (present(prefix)) then if (present(prefix)) then

@ -89,7 +89,7 @@ subroutine amg_z_base_onelev_memory_use(lv,il,nl,ilmin,info,iout,verbosity,prefi
if (present(global)) then if (present(global)) then
global_ = global global_ = global
else else
global_ = .false. global_ = .true.
end if end if
if (present(prefix)) then if (present(prefix)) then

Loading…
Cancel
Save