Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR reduces the walltime allocation for Frontier HPC jobs from 4 hours to 2 hours to address job hanging issues and excessive resource consumption.
- Reduces SLURM job walltime from 03:59:00 to 01:59:00 in both regular and benchmark submission scripts
- Addresses job hanging issues that were consuming excessive compute time
- Maintains consistency across both submission script variants
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| .github/workflows/frontier/submit.sh | Reduces walltime from ~4 hours to ~2 hours for regular job submissions |
| .github/workflows/frontier/submit-bench.sh | Reduces walltime from ~4 hours to ~2 hours for benchmark job submissions |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨No code suggestions found for the PR. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #946 +/- ##
=======================================
Coverage 43.74% 43.74%
=======================================
Files 68 68
Lines 18381 18381
Branches 2295 2295
=======================================
Hits 8040 8040
Misses 8949 8949
Partials 1392 1392 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
User description
Frontier walltime too long... some jobs hang and it saps too much time.
PR Type
Bug fix
Description
Reduce Frontier job walltime from 4 hours to 2 hours
Fix hanging jobs consuming excessive compute time
Changes diagram
Changes walkthrough 📝
submit-bench.sh
Reduce benchmark job walltime.github/workflows/frontier/submit-bench.sh
submit.sh
Reduce standard job walltime.github/workflows/frontier/submit.sh