kokkos / kokkos/kokkos-tutorials
Remove Makefile support
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 388
- Forks
- 129
- PR merge metrics
- No merged PRs in 30d
Description
We discussed in the developer meeting last week to remove Makefile support in the examples.
This should for the most part be straightforward but there are a couple of examples that don't have CMake support yet:
- use-cases/core/median-finding
- Exercises/hpcbind
- Exercises/instances
- Exercises/mpi_heat_conduction
Contributor guide
No contributing guide indexed for this repository
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 by inspecting the example directories and locating their Makefile and CMake support. Pay particular attention to use-cases/core/median-finding, Exercises/hpcbind, Exercises/instances, and Exercises/mpi_heat_conduction, which are identified as lacking CMake support. Done means Makefile support is removed from the examples and those cases have CMake support.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cmake, cpp
- Domain
- build-system
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 42/100