Open
Description
In initialization of multistage checkpointing
Lines 1170 to 1185 in 23dea91
since v
is sorted this always sets the last sn_ram
elements of where
to true
, and the other elements to false
, irrespective of the result of get_write_and_read_counts
.
I think v
should be copied before the sort
(e.g. into w
), and then the conditional replaced with
if(w[i]>=mid && num<sn_ram)
Metadata
Metadata
Assignees
Labels
No labels