Skip to content

Conversation

@malucius-rh
Copy link
Contributor

Description

This adds the shims necessary to gather PCP traces using the "one big archive" approach (instead of per-iteration).
Traces are preserved alongside the main results
PCP data gathering is disabled by default for now, use --use_pcp to enable

Before/After Comparison

Before: no PCP support in the wrapper
After: PCP data gathering is supported

Clerical Stuff

This closes #56
Relates to JIRA: RPOPC-579

PCP traces are preserved alongside the main results
@malucius-rh malucius-rh requested a review from a team August 29, 2025 18:49
@malucius-rh malucius-rh self-assigned this Aug 29, 2025
@malucius-rh malucius-rh added the enhancement New feature or request label Aug 29, 2025
@github-actions
Copy link

This relates to RPOPC-579

@dvalinrh dvalinrh added the group_review_lgtm Indicates approval after a group review meeting label Sep 9, 2025
Copy link
Member

@kdvalin kdvalin left a comment

Choose a reason for hiding this comment

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

lgtm


# Get PCP setup if we're using it
if [[ $to_use_pcp -eq 1 ]]; then
# rm -rf ${curdir}/pcp # PCP doesn't seem to like it if there's already an archive in the place I want to put one
Copy link
Member

Choose a reason for hiding this comment

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

Remove commented out code

@malucius-rh malucius-rh merged commit 40d5127 into main Sep 9, 2025
3 checks passed
@dvalinrh dvalinrh deleted the add_pcp_support branch October 1, 2025 10:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request group_review_lgtm Indicates approval after a group review meeting

Projects

None yet

Development

Successfully merging this pull request may close these issues.

PCP support needs to be added

4 participants