Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 437 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 437 Bytes

Sample Thrill Project

This is a sample project using Thrill as a git submodule via CMake project files.

When cloning this repository, use the --recursive option:

git clone --recursive https://github.com/thrill/sample-project.git

If you forgot that, then run git submodule update --init --recursive to get the missing repositories.

For more information, see https://project-thrill.org

Written 2018-10-24 Timo Bingmann