--
--
--
You received this message because you are subscribed to the Google
Groups "Sniper simulator" group.
To post to this group, send email to snip...@googlegroups.com
To unsubscribe from this group, send email to
snipersim+...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/snipersim?hl=en
---
You received this message because you are subscribed to the Google Groups "Sniper simulator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snipersim+...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
--
Btw, I forgot to mention that I would like to read the statistics from within Sniper and not from a Python script.
Namely, I need this information in my application-level scheduler, and I make this happen by interacting with Sniper through magic instructions that I expose as needed.
--
Hi Santiago,
I am a research scholar working in the field of Multicore processors. I came across your queries/work in snipersim group. I am also currently working on similar lines where I am trying to develop a Temperature aware task allocation multicore system. I am facing some issues and would greatly appreciate your help/input:
1. Integration of HotSpot with Sniper : I tried to run patches specified by Wim but they are not working. Could you please point my mistake / steps missed.
2. I generated few temperature files independently (without sniper-hotspot integration) . I am facing challenge in extracting temperature for each core. As per your thesis, use have used only T DTM. So how can I use Hotspot for multicore temperature monitoring.
Any response would be helpful.
Thank you.
Santiago,The energystats.py script makes calls to sim.stats.register(), which register the energy counters as regular Sniper statistics. You can read these from C++ code using something like Sim()->getStatsManager()->getMetricObject("core", coreid, "energy-dynamic")->recordMetric().Regards,Wim
On 16 March 2016 at 12:25, Santiago Pagani <santiag...@gmail.com> wrote:
Hi,--
I'm working on implementing a power-/thermal-aware scheduler inside Sniper.
I have already modified the energystats.py script to output the power information from McPAT that I'm interested in.
In order to also have periodic power data, rather than simply the average information, I execute Sniper by also calling the stattrace.py script (although I don't actually need any statistic, if I don't add that script McPAT is only executed once and I only get average power).
I then execute: ./run-sniper -p splash2-fft -i test -n 2 -c gainestown -senergystats -sstattrace:core.energy-dynamic
What I want to do now is to be able to read this power information inside Sniper, so I can also integrated with HotSpot and make runtime scheduling decisions based on power and temperature.
Is there a simple way in which I can read the power data I have in the Python script from inside Sniper's C++ code?
I've seen some interfaces for such interaction in the topic of DVFS, but not on power.
Thanks and best,
Santiago
--
--
You received this message because you are subscribed to the Google
Groups "Sniper simulator" group.
To post to this group, send email to snip...@googlegroups.com
To unsubscribe from this group, send email to
For more options, visit this group at
http://groups.google.com/group/snipersim?hl=en
---
You received this message because you are subscribed to the Google Groups "Sniper simulator" group.
To unsubscribe from this group and stop receiving emails from it, send an email to snip...@googlegroups.com.