From 12732afeb39204e2e5ec4feee9d9edd8cf8b1f42 Mon Sep 17 00:00:00 2001
From: "Fabian.Jakub" <fabian@jakub.com>
Date: Tue, 23 May 2023 13:17:12 +0200
Subject: [PATCH] try QUEUE to override slurm partition instead of custom
 directive

---
 conf/common/platforms.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/conf/common/platforms.yml b/conf/common/platforms.yml
index fa9bc07..2e59106 100644
--- a/conf/common/platforms.yml
+++ b/conf/common/platforms.yml
@@ -62,19 +62,19 @@ Platforms:
     HOST: "%UserInformation.LEVANTE.host%"
     PROJECT: "%UserInformation.LEVANTE.project%"
     USER: "%UserInformation.LEVANTE.project%"
+    QUEUE: "compute"
     SCRATCH_DIR: "%UserInformation.LEVANTE.scratch%"
     ADD_PROJECT_TO_HOST: False
     MAX_WALLCLOCK: '48:00'
     TEMP_DIR: ''
-    CUSTOM_DIRECTIVES: "#SBATCH -p compute -A %UserInformation.LEVANTE.project%"
 
   LEVANTE_LOGIN:
     TYPE: ps
     HOST: "%UserInformation.LEVANTE.host%"
     PROJECT: "%UserInformation.LEVANTE.project%"
     USER: "%UserInformation.LEVANTE.project%"
+    QUEUE: "compute"
     SCRATCH_DIR: "%UserInformation.LEVANTE.scratch%"
     ADD_PROJECT_TO_HOST: False
     MAX_WALLCLOCK: '48:00'
     TEMP_DIR: ''
-    CUSTOM_DIRECTIVES: "#SBATCH -p compute -A %UserInformation.LEVANTE.project%"
-- 
GitLab