Skip to content

Latest commit

 

History

History
This folder provides several variants of Algorithm 4 accelerated by parallel computing in c++.

How to compile and run the c++ code? E.g.,

g++ -std=c++17 -O3 -march=native "Algorithm_4_in_cpp_parallel_computing_variant1.cpp" -ltbb -o tt
./tt