Skip to content

Commit 9b82abd

Browse files
committed
allow for more frontier runners
1 parent 1387951 commit 9b82abd

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

.github/workflows/frontier/submit.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ sbatch <<EOT
2222
#SBATCH -N 1 # Number of nodes required
2323
#SBATCH -n 8 # Number of cores required
2424
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
25-
#SBATCH -q debug # QOS Name
2625
#SBATCH -o$job_slug.out # Combined output and error messages file
2726
#SBATCH -W # Do not exit until the submitted job terminates.
2827

.github/workflows/frontier/test.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,3 @@ gpus=`rocm-smi --showid | awk '{print $1}' | grep -Eo '[0-9]+' | uniq | tr '\n'
44
ngpus=`echo "$gpus" | tr -d '[:space:]' | wc -c`
55

66
./mfc.sh test --max-attempts 3 -j $ngpus -- -c frontier
7-

0 commit comments

Comments
 (0)