Stencil example does not compile
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 250
- Forks
- 89
- Avg merge
- 34m
- Merged PRs (30d)
- 1
Description
It seems the Stencil example in test/applications is not included in the CMakeLists.txt for compilation. Actually, it is as a comment.
I have uncommented it, but it throws compilation errors related with ForAll.h, with is incorrectly seek in pdat package.
I replaced pdat references and namespace with hier ones and now it compiles.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in test/applications and its CMakeLists.txt, where the Stencil example is currently commented out. Read the referenced ForAll.h and compare the pdat and hier namespaces involved in the reported compilation errors. Done means the Stencil example is included in the build and compiles successfully.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100