You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There seems to be an inconsistency between the README/Quick Tutorial and the current codebase.
Both the tutorial and the README page suggest running SimAI-Analytical using the following command: ./bin/SimAI_analytical -w example/workload_analytical.txt -g 9216 -g_p_s 8 -r test- -busbw example/busbw.yaml
When I try this, the program only outputs: -h, --help
I checked and found that in AstraParamParse.hh, the -busbw parameter was removed during the refactoring in commit 26b4574 (Auto busbw cal, #144).
As a result, the example command in the documentation no longer works.
I think a quick update to the tutorial would make it easier for new users of SimAI, like me, to get started without running into this problem.