10000 GitHub - taylorpool/parallelism: C++ Parallelism Tutorial
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

taylorpool/parallelism

Folders and files

Last commit message
NameName
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Parallelism Tutorial

Build and Run

  1. Clone this repository.

At this point you have two options

Option 1: Nix

  1. nix-build
  2. ./result/bin/main

Option 2: Pure CMake

  1. mkdir build
  2. cd build
  3. cmake ..
  4. make

About

C++ Parallelism Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0