a21e5d46dae535b8ceab90fd46c91786c86c0952
StencilParallelPattern
To compile with debug symbols:
cmake -DCMAKE_BUILD_TYPE=Debug -S . -B build/
cd build/
make
To compile with optimizations:
cmake -DCMAKE_BUILD_TYPE=Release -S . -B build/
cd build/
make
Description
Languages
C++
65.2%
TeX
32.8%
CMake
2%