SAVE module variables for timers.

psblas-paraggr
Salvatore Filippone 6 years ago
parent ffb6a6dd68
commit e0c40e042e

@ -63,7 +63,8 @@ module psb_timers_mod
type(psb_string_item), allocatable :: timers_descr(:) type(psb_string_item), allocatable :: timers_descr(:)
logical :: wanted(timer_entries_) logical :: wanted(timer_entries_)
type(psb_string_item) :: entries_descr(timer_entries_) type(psb_string_item) :: entries_descr(timer_entries_)
save :: nsamples, timers, timers_descr, wanted, entries_descr
interface psb_realloc interface psb_realloc
module procedure psb_string_item_realloc module procedure psb_string_item_realloc
end interface psb_realloc end interface psb_realloc

Loading…
Cancel
Save