Skip to content

Carrefour runtime. Uses harwdare counters to decide whether Carrefour needs to be run or not.

License

Notifications You must be signed in to change notification settings

Carrefour/carrefour-runtime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

carrefour-runtime

This is the Carrefour runtime. Every second, it decides whether Carrefour needs to be run or not, based on hardware counters feedback (local access ratio, memory load imbalance ...).

Thresholds can be configured at the top of 'carrefour.c'. Default options are those we used for the ASPLOS paper.

To gather hardware counter values, we use the perf API so your kernel must have been built with perf support. We also require libnuma and libgsl. On Ubuntu: sudo apt-get install libnuma-dev libgsl0-dev

Finally, the Makefile automatically builds tags. It requires cscope/ctags. You can also remove the 'tags' rule.

NOTES

Hardware counters are only valid for AMD Family 10h. If you are running on another architecture, you will have to update

There are two branches: master and carrefour-per-pid. The first branch supports only one CPU-intensive application, whereas the second one supports multiple applications.

About

Carrefour runtime. Uses harwdare counters to decide whether Carrefour needs to be run or not.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages