Skip to content

06 16 2026 resolve issue 87#617

Open
Treece-Burgess wants to merge 2 commits into
icl-utk-edu:masterfrom
Treece-Burgess:06-16-2026-resolve-issue-87
Open

06 16 2026 resolve issue 87#617
Treece-Burgess wants to merge 2 commits into
icl-utk-edu:masterfrom
Treece-Burgess:06-16-2026-resolve-issue-87

Conversation

@Treece-Burgess

@Treece-Burgess Treece-Burgess commented Jun 17, 2026

Copy link
Copy Markdown
Contributor

Pull Request Description

This PR closes #87 by updating the following Makefiles to use CC ?= instead of CC=:

components/host_micpower/utils/Makefile
components/powercap/utils/Makefile
components/rapl/utils/Makefile
examples/Makefile

Testing

For examples/Makefile and components/powercap/utils/Makefile, testing took place on Picard at Oregon (Intel Xeon Gold 6430). In both cases, respective source code was successfully compiled and ran when exporting CC to an LLVM compiler (14.0.6) on the command line.

For components/rapl/utils/Makefile, testing took place on Hexane at ICL (Intel Xeon Silver 4309Y). In this single case, the respective source code was successfully compiled and ran when exporting CC to an LLVM compiler (14.0.6) on the command line.

components/host_micpower/utils/Makefile was unable to be tested.

Author Checklist

  • Description
    Why this PR exists. Reference all relevant information, including background, issues, test failures, etc
  • Commits
    Commits are self contained and only do one thing
    Commits have a header of the form: module: short description
    Commits have a body (whenever relevant) containing a detailed description of the addressed problem and its solution
  • Tests
    The PR needs to pass all the tests

@Treece-Burgess Treece-Burgess requested a review from dbarry9 June 17, 2026 17:31
@Treece-Burgess Treece-Burgess added component-host_micpower PRs and Issues related to the host_micpower component component-powercap PRs and Issues related to the powercap component component-rapl PRs and Issues related to the rapl component status-ready-for-review PR is ready to be reviewed type-maintenance Update code to keep it compatible, secure, modern. labels Jun 17, 2026
@dbarry9

dbarry9 commented Jun 24, 2026

Copy link
Copy Markdown
Contributor

I'm reviewing this PR.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

component-host_micpower PRs and Issues related to the host_micpower component component-powercap PRs and Issues related to the powercap component component-rapl PRs and Issues related to the rapl component status-ready-for-review PR is ready to be reviewed type-maintenance Update code to keep it compatible, secure, modern.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Environment variables not honored in some Makefiles

2 participants