-
Notifications
You must be signed in to change notification settings - Fork 122
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
How to run CPU2006 benchmarks on SST? #1064
Comments
@Xiaoyang-Lu - you need to add each argument one by one (this is a pain). Example:
|
Thanks a lot for your answer.
But in Ariel, even if we ignore the necessary arguments, the simulation will still start normally and we still can get the CSV output. I think these simulation results should be wrong. I want to know, if we have a wrong input, how to detect it? |
You should be able to look at the simulation output to know if the benchmark completed successfully. If it did, then you can use the results compiled in the csv. |
@hughes-c
The Statistics:
The output is too big, so I put it on mu github, https://github.com/Xiaoyang-Lu/SST-issue.git, I can not find any difference between the output which has the input "n", I want to know, how to check the benchmark completed successfully, It feels like something basic, but really puzzled me. Thanks. |
If you run your benchmark outside of a simulation environment, does it produce some output? If so, you should be able to compare it with what it produced when you run it in a simulator. |
@hughes-c
But in SST, this kind of output never appear, it shows simulation is complete. |
@Xiaoyang-Lu - does SST show that time has progressed when it exits? Is there any application output at all? |
@nmhamster Thanks, this issue is fixed. |
New Issue for sst-elements
I want to run CPU2006 benchmarks on Ariel. For the 400.perlbench benchmark, I set the configuration for Ariel and it works(add the benchmark's path to "executable" part),
But for some benchmarks which needs an input data, I don't know how to add the input data's path to the configuration.
For example for benchmark 401.bzip2, it needs an extra input
What kind of parameter should I add in the Ariel configuration code?
I am using CentOS 7.3 with Pin tool 2.14 and SST 7.0.0
Thanks!
The text was updated successfully, but these errors were encountered: