From b7f2a28f738c1497eaf2c67a2446a338b01ffd2c Mon Sep 17 00:00:00 2001 From: germann_e Date: Mon, 19 May 2025 13:40:34 +0200 Subject: [PATCH] FIX: use Sichle instead of Burst slurm cluster --- .gitea/workflows/sbatch/q-e_cpu.sbatch | 2 +- .gitea/workflows/sbatch/q-e_gh.sbatch | 2 +- .gitea/workflows/sbatch/q-e_gpu.sbatch | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/sbatch/q-e_cpu.sbatch b/.gitea/workflows/sbatch/q-e_cpu.sbatch index c2e3773..c0c50e0 100644 --- a/.gitea/workflows/sbatch/q-e_cpu.sbatch +++ b/.gitea/workflows/sbatch/q-e_cpu.sbatch @@ -6,7 +6,7 @@ #SBATCH --nodes=1 #SBATCH --ntasks-per-node=16 #SBATCH --time=01:00:00 -#SBATCH --cluster=merlin7 +#SBATCH --cluster=tmerlin7 #SBATCH --wait export SSL_CERT_FILE=/etc/ssl/ca-bundle.pem diff --git a/.gitea/workflows/sbatch/q-e_gh.sbatch b/.gitea/workflows/sbatch/q-e_gh.sbatch index e4c407f..23f7882 100755 --- a/.gitea/workflows/sbatch/q-e_gh.sbatch +++ b/.gitea/workflows/sbatch/q-e_gh.sbatch @@ -6,7 +6,7 @@ #SBATCH --nodes=1 #SBATCH --ntasks-per-node=16 #SBATCH --time=01:00:00 -#SBATCH --cluster=gmerlin7 +#SBATCH --cluster=tgmerlin7 #SBATCH --gpus=1 #SBATCH --wait diff --git a/.gitea/workflows/sbatch/q-e_gpu.sbatch b/.gitea/workflows/sbatch/q-e_gpu.sbatch index 8cc4a5c..53d423d 100755 --- a/.gitea/workflows/sbatch/q-e_gpu.sbatch +++ b/.gitea/workflows/sbatch/q-e_gpu.sbatch @@ -6,7 +6,7 @@ #SBATCH --nodes=1 #SBATCH --ntasks-per-node=16 #SBATCH --time=01:00:00 -#SBATCH --cluster=gmerlin7 +#SBATCH --cluster=tgmerlin7 #SBATCH --gpus=1 #SBATCH --wait