FIX: change sbatch partitions to hourly
All checks were successful
QE-GPU Merlin7 Scheduler / checkout (push) Successful in 6m56s
QE-GH Merlin7 Scheduler / checkout (push) Successful in 5m42s
QE-CPU Merlin7 Scheduler / checkout (push) Successful in 4m39s
OPAL-X-GPU Merlin7 Scheduler / checkout (push) Successful in 10m58s
OPAL-X GH Merlin7 Scheduler / checkout (push) Successful in 7m53s
IPPL GPU Merlin7 Scheduler / checkout (push) Successful in 5m37s
IPPL GH Merlin7 Scheduler / checkout (push) Successful in 4m1s

This commit is contained in:
2025-08-07 09:11:02 +02:00
parent 0600d4c2c4
commit e3223c7e05
7 changed files with 7 additions and 7 deletions

View File

@@ -2,7 +2,7 @@
#SBATCH --job-name="ippl-scheduled-GH-GPU"
#SBATCH --output=_scheduler-stdout.txt
#SBATCH --error=_scheduler-stderr.txt
#SBATCH --partition=gh-daily
#SBATCH --partition=gh-hourly
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
#SBATCH --time=01:00:00

View File

@@ -2,7 +2,7 @@
#SBATCH --job-name="ippl-scheduled-A100-GPU"
#SBATCH --output=_scheduler-stdout.txt
#SBATCH --error=_scheduler-stderr.txt
#SBATCH --partition=a100-daily
#SBATCH --partition=a100-hourly
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
#SBATCH --time=01:00:00

View File

@@ -2,7 +2,7 @@
#SBATCH --job-name="opal-x-scheduled-GH-GPU"
#SBATCH --output=_scheduler-stdout.txt
#SBATCH --error=_scheduler-stderr.txt
#SBATCH --partition=gh-daily
#SBATCH --partition=gh-hourly
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
#SBATCH --time=01:00:00

View File

@@ -2,7 +2,7 @@
#SBATCH --job-name="opal-x-scheduled-A100-GPU"
#SBATCH --output=_scheduler-stdout.txt
#SBATCH --error=_scheduler-stderr.txt
#SBATCH --partition=a100-daily
#SBATCH --partition=a100-hourly
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
#SBATCH --time=01:00:00

View File

@@ -2,7 +2,7 @@
#SBATCH --job-name="qe-scheduled-CPU"
#SBATCH --output=_scheduler-stdout.txt
#SBATCH --error=_scheduler-stderr.txt
#SBATCH --partition=daily
#SBATCH --partition=hourly
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
#SBATCH --time=01:00:00

View File

@@ -2,7 +2,7 @@
#SBATCH --job-name="qe-scheduled-GH-GPU"
#SBATCH --output=_scheduler-stdout.txt
#SBATCH --error=_scheduler-stderr.txt
#SBATCH --partition=gh-daily
#SBATCH --partition=gh-hourly
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
#SBATCH --time=01:00:00

View File

@@ -2,7 +2,7 @@
#SBATCH --job-name="qe-scheduled-A100-GPU"
#SBATCH --output=_scheduler-stdout.txt
#SBATCH --error=_scheduler-stderr.txt
#SBATCH --partition=a100-daily
#SBATCH --partition=a100-hourly
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=16
#SBATCH --time=01:00:00