We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1387951 commit 9b82abdCopy full SHA for 9b82abd
.github/workflows/frontier/submit.sh
@@ -22,7 +22,6 @@ sbatch <<EOT
22
#SBATCH -N 1 # Number of nodes required
23
#SBATCH -n 8 # Number of cores required
24
#SBATCH -t 02:00:00 # Duration of the job (Ex: 15 mins)
25
-#SBATCH -q debug # QOS Name
26
#SBATCH -o$job_slug.out # Combined output and error messages file
27
#SBATCH -W # Do not exit until the submitted job terminates.
28
.github/workflows/frontier/test.sh
@@ -4,4 +4,3 @@ gpus=`rocm-smi --showid | awk '{print $1}' | grep -Eo '[0-9]+' | uniq | tr '\n'
4
ngpus=`echo "$gpus" | tr -d '[:space:]' | wc -c`
5
6
./mfc.sh test --max-attempts 3 -j $ngpus -- -c frontier
7
-
0 commit comments