Avoid march=native when you force the user to download
Open
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 74
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
Some node do not have internet access and the node where we do may be of a different uarch (zen4) than the node where we run (zen3).
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
The issue does not name a file, test, or build entry point. Start by locating where the project sets march=native and where binaries are built or downloaded; determine how to avoid targeting the download host's architecture while preserving the intended build, then verify the resulting configuration on differing AMD architectures.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- build-system, hpc
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Needs clarification
- Newbie friendliness
- 45/100