Deprecate Hyak PBS/Torque scheduler integration#31
Merged
RoryBarnes merged 1 commit intomainfrom Dec 30, 2025
Merged
Conversation
Remove obsolete PBS/Torque job submission functionality that was specific to UW's legacy Hyak cluster (migrated to Slurm in 2020). Changes: - Delete vspace/hyak.py and vspace/vspace_hyak.py (399 lines removed) - Remove vspace_hyak import from vspace/vspace.py - Remove dead code block (if False:) containing hyak calls (34 lines) - Add TESTING.md documenting subprocess coverage methodology - Update CLAUDE.md Phase 5 to mark deprecation complete - Add deprecation notice to README.md Rationale: 1. Multiplanet provides superior parallel execution without scheduler deps 2. PBS/Torque is legacy; modern HPC uses Slurm 3. Code was already disabled (wrapped in "if False:") 4. Hardcoded for single user (paths: /gscratch/stf/dflemin3/) Users needing HPC integration should use multiplanet in interactive sessions or develop Slurm job array workflows. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #31 +/- ##
===========================================
+ Coverage 56.59% 71.81% +15.21%
===========================================
Files 4 2 -2
Lines 629 486 -143
===========================================
- Hits 356 349 -7
+ Misses 273 137 -136
Flags with carried forward coverage won't be shown. Click here to find out more.
🚀 New features to boost your workflow:
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Remove obsolete PBS/Torque job submission functionality that was specific to UW's legacy Hyak cluster (migrated to Slurm in 2020).
Changes:
Rationale:
Users needing HPC integration should use multiplanet in interactive sessions or develop Slurm job array workflows.
🤖 Generated with Claude Code