Skip to content

Revert "fix: HPC consumer interpreter resolution + RSM/metadata robustness"#79

Closed
pecomyint wants to merge 1 commit into
mainfrom
revert-75-dev
Closed

Revert "fix: HPC consumer interpreter resolution + RSM/metadata robustness"#79
pecomyint wants to merge 1 commit into
mainfrom
revert-75-dev

Conversation

@pecomyint
Copy link
Copy Markdown
Collaborator

Reverts #75

I realized that in workflow.py, run_collector() was changed from:
cmd = ['pvapy-hpc-collector', ...]
to:
cmd = [sys.executable, '-m', 'pvapy.cli.hpcConsumer', ...]

But pvapy.cli.hpcCollector and pvapy.cli.hpcConsumer are separate modules — confirmed in the venv:
.venv/.../pvapy/cli/hpcCollector.py (distinct file)
.venv/.../pvapy/cli/hpcConsumer.py (distinct file)

@pecomyint pecomyint requested a review from Osayi-ANL May 21, 2026 20:05
@pecomyint pecomyint closed this May 22, 2026
@pecomyint pecomyint deleted the revert-75-dev branch May 22, 2026 18:37
@pecomyint
Copy link
Copy Markdown
Collaborator Author

Osayi will fix this with another PR

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant