Skip to content

Graspan-C is a reimplemented optimized version of Graspan.

Notifications You must be signed in to change notification settings

Graspan/Graspan-C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Graspan-C

A Disk-based Highly Parallel Interprocedural Static Analysis Engine.

Getting Started

Graspan-C is simple to use, with a very straight-forward complication procedure.

Required Libraries

Ensure that you have a recent version of the Boost library installed in your system. You can obtain the library from here.

Compiling Graspan-C

First, download the entire Graspan-C source code into your machine. Next, edit the src/makefile to set the paths to the Boost library include files and lib files in your machine. Do the same for the src/run file. Finally, run the makefile in the src folder using make. Graspan-C should now be compiled and ready to run.

Running Graspan-C

cd src
./run <graph_file> <grammar_file> <number_partitions> <memory_budget> <num_threads>

Project Contributors

  • Zhiqiang Zuo - Assistant Professor, Nanjing University
  • Chuang Pan - Undergraduate Student, Nanjing University

About

Graspan-C is a reimplemented optimized version of Graspan.

Resources

Stars

Watchers

Forks

Packages

No packages published