CMU-SAFARI / DAMOV

DAMOV is a benchmark suite and a methodical framework targeting the study of data movement bottlenecks in modern applications. It is intended to study new architectures, such as near-data processing. Described by Oliveira et al. (preliminary version at https://arxiv.org/pdf/2105.03725.pdf)
Other
76 stars 18 forks source link

Hitting the following error while trying to run test/simple.cfg on zsim #4

Closed abhishekk06 closed 2 years ago

abhishekk06 commented 2 years ago

Hi,

Can someone please help?

./build/opt/zsim tests/simple.cfg [H] Starting zsim, built Mon Jan 24 11:29:01 EST 2022 (rev no git repo) [H] Creating global segment, 1024 MBs [H] Global segment shmid = 25591808 [H] Panic on build/opt/config.cpp:229: Mandatory setting sim.stats (string) not found

abhishekk06 commented 2 years ago

Modifying sim knobs help me fix the issue.

sim = { stats = "testsimple" phaseLength = 10000; //attachDebugger = False; pinOptions = "-ifeellucky"; schedQuantum = 50; // switch threads frequently procStatsFilter = "l1.|l2."; };