# 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/