Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Instructions on executing are incorrect #2

Open
berquist opened this issue Apr 5, 2024 · 0 comments
Open

Instructions on executing are incorrect #2

berquist opened this issue Apr 5, 2024 · 0 comments
Assignees
Labels
bug Something isn't working documentation Improvements or additions to documentation

Comments

@berquist
Copy link
Member

berquist commented Apr 5, 2024

$ sst src/sst/benchmark/benchmark.py 10
Failed to canonicalize path [10]:  No such file or directory
terminate called after throwing an instance of 'std::out_of_range'
  what():  basic_string::substr: __pos (which is 18446744073709551615) > this->size() (which is 2)

Need to read the Python driver:

$ sst src/sst/benchmark/benchmark.py -- 10 all-to-all $PWD/stats_output

Starting SST benchmark
Total events = 100000
Events per second = 8516353.299492
Simulation is complete, simulated time: 10.001 us
$ cat stats_output
ComponentName, StatisticName, StatisticSubId, StatisticType, SimTime, Rank, Sum.u64, SumSQ.u64, Count.u64, Min.u64, Max.u64
Worker_0, event_count, , Accumulator, 10001000, 0, 10015, 100300225, 1, 10015, 10015
Worker_1, event_count, , Accumulator, 10001000, 0, 10058, 101163364, 1, 10058, 10058
Worker_2, event_count, , Accumulator, 10001000, 0, 9872, 97456384, 1, 9872, 9872
Worker_3, event_count, , Accumulator, 10001000, 0, 10051, 101022601, 1, 10051, 10051
Worker_4, event_count, , Accumulator, 10001000, 0, 9903, 98069409, 1, 9903, 9903
Worker_5, event_count, , Accumulator, 10001000, 0, 9995, 99900025, 1, 9995, 9995
Worker_6, event_count, , Accumulator, 10001000, 0, 9920, 98406400, 1, 9920, 9920
Worker_7, event_count, , Accumulator, 10001000, 0, 10012, 100240144, 1, 10012, 10012
Worker_8, event_count, , Accumulator, 10001000, 0, 10108, 102171664, 1, 10108, 10108
Worker_9, event_count, , Accumulator, 10001000, 0, 10066, 101324356, 1, 10066, 10066
@berquist berquist added bug Something isn't working documentation Improvements or additions to documentation labels Apr 5, 2024
@berquist berquist self-assigned this Apr 5, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working documentation Improvements or additions to documentation
Projects
None yet
Development

No branches or pull requests

1 participant