https://github.com/gmatht/leviathan
Raw File
Tip revision: 54528b4a5e54af89a5b9c7b751562729c6d2fa64 authored by John McCabe-Dansted on 11 April 2020, 06:31:42 UTC
Add simple per DEPTH benchmarks
Tip revision: 54528b4
ubuntu1604_deps.sh
#Everything required to install this on Ubuntu 16.04... hopefully.
sudo apt install cmake libboost-dev libboost-system-dev libboost-thread-dev  
./configure  
make -j`cat /proc/cpuinfo | grep processor | wc -l`
# sudo apt-get install build-essential libssl-dev libffi-dev python-dev
# sudo easy_install starcluster 
back to top