ADD: QE A100 workflow

This commit is contained in:
2025-05-14 08:54:14 +02:00
parent 797ce481dc
commit a8da8cc2cf
2 changed files with 43 additions and 0 deletions

View File

@ -0,0 +1,17 @@
name: QE-CPU Merlin7 Scheduler
run-name: QE-CPU Merlin7 Scheduler
on:
workflow_dispatch:
schedule:
- cron: "0 8 * * *"
jobs:
checkout:
runs-on: login001
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Sbatch A100 GPU script
run: |
chmod +x .gitea/workflows/sbatch/q-e_gpu.sbatch
sbatch .gitea/workflows/sbatch/q-e_gpu.sbatch