Research code
Here is some code I have written for research purposes and distribute for general consumption.
- BFS-Cilk++
contains a compileable and runnable version of my PBFS
implementation, written in Cilk++. This includes an
implementation of the bag data structure that PBFS uses.
Last updated 27 September 2011.
- BFS-icc
contains a compileable and runnable version of my PBFS
implementation, written in Intel Cilk Plus. This includes
an implementation of the bag data structure that PBFS uses.
Last updated 4 March 2012.
Cilk tools code
Here is some code I have written for using the Cilk tools.
- The cilkprof script is
a Python script I wrote
to simplify running
the Intel®
Cilkprof tool. Instructions on installing Cilkprof and
this script are available
here.
Last updated 4 June 2012.