From 0f020700d78a4e41fe90b0a8b7f1dee25fe57d59 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Mon, 24 Oct 2022 20:52:22 +0200 Subject: [PATCH] Add exclusive --- machine_profiles/alcc_spack/batch_preambles/spinup | 1 + 1 file changed, 1 insertion(+) diff --git a/machine_profiles/alcc_spack/batch_preambles/spinup b/machine_profiles/alcc_spack/batch_preambles/spinup index 6398f1d..286efcc 100644 --- a/machine_profiles/alcc_spack/batch_preambles/spinup +++ b/machine_profiles/alcc_spack/batch_preambles/spinup @@ -1,5 +1,6 @@ #!/bin/bash -l #SBATCH --partition=alcc1,epyc +#SBATCH --exclusive #SBATCH -o __runDir__/__spinupJobName__.%j.%N.out #SBATCH -D __runDir__ #SBATCH -J __spinupJobName__ -- GitLab