Skip to content

sde: rm unused .gitignore file#547

Open
dbarry9 wants to merge 1 commit intoicl-utk-edu:masterfrom
dbarry9:2026.01.23_sde-gitignore
Open

sde: rm unused .gitignore file#547
dbarry9 wants to merge 1 commit intoicl-utk-edu:masterfrom
dbarry9:2026.01.23_sde-gitignore

Conversation

@dbarry9
Copy link
Contributor

@dbarry9 dbarry9 commented Jan 28, 2026

Pull Request Description

Remove unused file from src/components/sde.

These changes have been tested on the Frontier supercomputer, which contains the AMD Zen3 architecture. The PAPI utilities (papi_avail, papi_native_avail, papi_component_avail, papi_hardware_avail, and papi_mem_info) function properly, and all of the sde component tests pass.

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

@dbarry9 dbarry9 added component-sde PRs and Issues related to the sde component status-ready-for-review PR is ready to be reviewed labels Jan 28, 2026
@dbarry9 dbarry9 force-pushed the 2026.01.23_sde-gitignore branch 2 times, most recently from 74ebf78 to 5dc5f3d Compare January 28, 2026 22:17
This file was being used a placeholder so that the sde/tests/lib
subdirectory would exist.

For the sake of cleanliness in releases, these changes replace this
file with a Makefile target to create and remove the lib subdirectory,
as appropriate.

These changes have been tested on the Frontier supercomputer, which
contains the AMD Zen3 architecture.
@dbarry9 dbarry9 force-pushed the 2026.01.23_sde-gitignore branch from 5dc5f3d to 9aba6f0 Compare January 28, 2026 23:14
@Treece-Burgess
Copy link
Contributor

I am reviewing this PR.


create_dir: lib

lib:
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: I would add a similar line break as the other targets i.e.

###############################################################################
## Create lib directory
.
.
.

sde_tests: $(TESTS)
sde_tests: create_dir $(TESTS)

create_dir: lib
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Q: Why the intermediate create_dir? You can just pass the target lib directly to sde_tests.

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

Labels

component-sde PRs and Issues related to the sde component status-ready-for-review PR is ready to be reviewed

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants