add more walltime for frontier#960
Conversation
There was a problem hiding this comment.
Pull Request Overview
This PR increases the walltime allocation for Frontier HPC jobs from approximately 3 hours to 4 hours to provide more execution time for computational jobs.
Key changes:
- Increased SLURM walltime parameter from 02:59:00 to 03:59:00
| #SBATCH -N 1 # Number of nodes required | ||
| $sbatch_device_opts | ||
| #SBATCH -t 02:59:00 # Duration of the job (Ex: 15 mins) | ||
| #SBATCH -t 03:59:00 # Duration of the job (Ex: 15 mins) |
There was a problem hiding this comment.
The comment '(Ex: 15 mins)' is misleading as it indicates 15 minutes but the actual walltime is set to 3 hours and 59 minutes. The comment should be updated to reflect the actual duration or removed entirely.
| #SBATCH -t 03:59:00 # Duration of the job (Ex: 15 mins) | |
| #SBATCH -t 03:59:00 # Duration of the job (Ex: 3 hours and 59 minutes) |
PR Reviewer Guide 🔍Here are some key observations to aid the review process:
|
PR Code Suggestions ✨Explore these optional code suggestions:
|
|||||||||
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #960 +/- ##
=======================================
Coverage 44.08% 44.08%
=======================================
Files 69 69
Lines 19573 19573
Branches 2428 2428
=======================================
Hits 8628 8628
Misses 9444 9444
Partials 1501 1501 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
User description
Add more walltime for Frontier?
PR Type
Enhancement
Description
Diagram Walkthrough
File Walkthrough
submit.sh
Increase job walltime limit.github/workflows/frontier/submit.sh