Algorithm_4_in_cpp_parallel_computing
Directory actions
More options
Directory actions
More options
Algorithm_4_in_cpp_parallel_computing
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
parent directory.. | ||||
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