Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 295 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 295 Bytes

dcpl

Distributed Container Parallel Library

How to build

This repo is build using cmake and out of source strategy.

  1. Clone the repo.
  2. mkdir build
  3. cd build
  4. cmake ..
  5. make

Notes about the CMake script

Currently tested platforms:

  • OS: Ubuntu Linux 16.04
  • Compiler: gcc 6.2