Skip to content
Snippets Groups Projects
Commit 12732afe authored by Fabian.Jakub's avatar Fabian.Jakub
Browse files

try QUEUE to override slurm partition instead of custom directive

parent 3aa373b9
No related branches found
No related tags found
No related merge requests found
Pipeline #18761 passed
......@@ -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%"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment