Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 615 Bytes

readme.md

File metadata and controls

23 lines (16 loc) · 615 Bytes

Get started

Install

Prerequisites:

The compilation requires gcc, autoconf, automake, cmake, mpi, boost, etc., which can be obtained using

# For MacOS: use brew install, such as
brew install gcc autoconf automake cmake openmpi boost rsync flex
        
# For Ubuntu: use apt-get install, such as
sudo apt-get install build-essential cmake
sudo apt-get install libopenmpi-dev openmpi-bin zlib1g-dev libboost-system-dev libboost-thread-dev 
sudo apt-get install rsync flex bison gnuplot libreadline-dev libncurses-dev libxt-dev 

Compile and build:

make