-
Archives
- October 2019
- September 2019
- June 2019
- May 2019
- April 2019
- March 2019
- February 2019
- January 2019
- November 2018
- October 2018
- August 2018
- July 2018
- June 2018
- May 2018
- April 2018
- March 2018
- January 2018
- December 2017
- October 2017
- September 2017
- August 2017
- July 2017
- June 2017
- April 2017
- March 2017
- February 2017
- January 2017
- December 2016
- November 2016
- October 2016
- September 2016
- August 2016
- July 2016
- June 2016
- May 2016
- March 2016
- February 2016
- January 2016
- December 2015
- November 2015
- October 2015
- September 2015
- August 2015
- July 2015
- June 2015
- May 2015
- April 2015
- March 2015
- February 2015
- January 2015
- December 2014
- November 2014
- October 2014
- September 2014
- August 2014
- July 2014
- June 2014
- May 2014
- April 2014
- March 2014
- February 2014
- January 2014
- December 2013
- November 2013
- October 2013
- September 2013
- August 2013
- July 2013
- June 2013
- May 2013
-
Meta
Monthly Archives: June 2015
Quick introduction to OCount
This is a post summarizing some of my effort learning to use ocount. ocount is similar to perf in the way it is used. However, it is better documented on what the events mean. The events usually have corresponding hardware … Continue reading
How to use srun to get an interactive node
This is a short post summarizing my effort to use srun to get interactive node in slurm system.
How to use perf to measure part of a program quickly
This is a post summarizing how to quickly get started with perf. Specifically, how to use perf to measure part of the program execution (ignoring the parts you don’t care) quickly.
Enable Huge Page in Linux
This is a post summarizing my effort to enable huge pages in Linux. I want to use huge page to test out potential performance improvement for graph applications such as PageRank and BFS. (The post is still getting updated)
Graph Optimizations
This is a summary of mine reading papers on optimizations implemented for graph frameworks. The papers include two from Intel http://arxiv.org/pdf/1503.07241v1.pdf http://mobisocial.stanford.edu/papers/sigmod14n.pdf And Galois http://iss.ices.utexas.edu/Publications/Papers/nguyen13.pdf And Ligra https://www.cs.cmu.edu/~jshun/ligra.pdf
Posted in Uncategorized
Leave a comment
Installing Intel Compiler for students
This is a summary of my experience installing intel icc compiler on a linux cluster for myself.