Skip to content

iitd-plos/smpbench

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Prepare:
-------
sudo apt-get install libtool mysql-server libmysqlclient15-dev gfortran mpi libevent-dev libevent1-dev automake libboost-all-dev libbz2-dev libatlas-base-dev libtiff-dev gcc-4.8 g++-4.8 gcc-4.8-multilib g++-4.8-multilib clang-3.6 gcc-powerpc-linux-gnu

Put your user password in the environment variable as follows (change the
password to something insecure before doing this, your password will be
visible in plaintext):

export SUDO_PASSWORD=<user-sudo-password>

Use the following password for mysql-server: "root"

mkdir ../tars
cd ../tars && wget http://www.cse.iitd.ernet.in/~sbansal/software/tars/* && cd -

Build:
-----
./configure
make crosstool

For CINT:
make cint

For others:
make build