Build error: undefined identifiers in aggregation_amg_level.cu
Open
Nobody has claimed this yet.
build issues
- Dominant language
- Cuda
- Stars
- 692
- Forks
- 197
- PR merge metrics
- No merged PRs in 30d
Description
I just tried building AMGX from source, and here's the error message I got:
/home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu(1983): error: identifier "profileSubphaseFindAggregates" is undefined
/home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu(2003): error: identifier "profileSubphaseFindAggregates" is undefined
/home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu(2327): error: identifier "profileSubphaseComputeCoarseA" is undefined
/home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu(2603): error: identifier "profileSubphaseComputeRestriction" is undefined
/home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu(2609): error: identifier "profileSubphaseComputeCoarseA" is undefined
5 errors detected in the compilation of "/home/amin/Code/AMGX/src/aggregation/aggregation_amg_level.cu".
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 with src/aggregation/aggregation_amg_level.cu at the reported lines 1983, 2003, 2327, 2603, and 2609, then inspect where the missing profiling identifiers should be declared or defined. Reproduce the AMGX build to confirm the same compiler errors; done means the file compiles without these undefined-identifier failures.
Written by the indexing model from the issue text.
Assessment
- Domain
- build-system
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100