-
Notifications
You must be signed in to change notification settings - Fork 111
add more walltime for frontier #960
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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
@@ -33,7 +33,7 @@ sbatch <<EOT | |||
#SBATCH -A CFD154 # charge account | |||
#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.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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) |
Copilot uses AI. Check for mistakes.
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