Skip to content

Dead loop of counting the number of possible activations per refresh interval #15

@TheSilentDawn

Description

@TheSilentDawn

Hi,
I try to run Blacksmith on my machine with an i7-8700 CPU, Ubuntu 18 with Linux version 5.4.0-84-generic, and 1x16G Hynix/Hyundai HMA82GU6DJR8N-VK DRAM.
However, the program is stuck at the function DramAnalyzer::count_acts_per_trefi(). Based on my understanding, it's due to a hard-coded value 3.0 in

if ((acts.size()%200)==0 && compute_std(acts, running_sum, acts.size())<3.0) break;

Could you please explain why 3.0 is chosen and how to determine this value in other machines?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions