SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our User Agreement and Privacy Policy.
SlideShare uses cookies to improve functionality and performance, and to provide you with relevant advertising. If you continue browsing the site, you agree to the use of cookies on this website. See our Privacy Policy and User Agreement for details.
Successfully reported this slideshow.
Activate your 14 day free trial to unlock unlimited reading.
Trade-offs in Processing Large Graphs: Representations, Storage, Systems and Algorithms
Trade-offs in Processing Large Graphs: Representations, Storage, Systems and Algorithms
1.
1
TRADE-OFFs IN LARGE GRAPH PROCESSING:
REPRESENTATIONS, STORAGE, SYSTEMS AND ALGORITHMS
Deepak Ajwani, Alessandra Sala, Marcel Karnstedt and Pat Nicholson
19th May 2015
122.
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!
123.
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!