Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/frontier/submit.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Copy link

Copilot AI Jul 20, 2025

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.

Suggested change
#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.
#SBATCH -o$job_slug.out # Combined output and error messages file
#SBATCH -p extended # Extended partition for shorter queues
#SBATCH -W # Do not exit until the submitted job terminates.
Expand Down
Loading