Trade-offs in Processing Large Graphs: Representations, Storage, Systems and Algorithms
1
TRADE-OFFs IN LARGE GRAPH PROCESSING:
REPRESENTATIONS, STORAGE, SYSTEMS AND ALGORITHMS
Deepak Ajwani, Alessandra Sala, Marcel Karnstedt and Pat Nicholson
19th May 2015
Installing Galois Dependencies: cmake
cp -r /path/to/USB/Galois-dependencies /your/choice/of/directory
cd /your/choice/of/directory/Galois-dependencies/cmake
gunzip cmake-3.2.2.tar.gz
tar -xvf cmake-3.2.2.tar
cd cmake-3.2.2
./bootstrap
make
make install This step may require sudo!
Installing Galois Dependencies: boost
cd /your/choice/of/directory/Galois-dependencies/boost
unzip boost_1_58_0.zip
cd boost_1_58_0
./boostrap.sh
./b2
./b2 install This step might require sudo!