Skip to content

patrik64/bitonic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build status Build Status

bitonic application

Building and running the application
The actor implementation uses several new features from the latest c++ implementation
(e.g. auto keyword and lambda(s)), and it uses the boost library.

to build the application, you'll need the following:

  • cmake
  • latest boost library
  • latest gcc compiler

to build:

mkdir build
cd build
cmake ..
make

that should create the bitonic executable to run, type the following:

./bitonic