From 695f215b89e16c4b656daf4350e0491102271418 Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Fri, 7 Oct 2022 08:49:01 +0200 Subject: [PATCH] Fix missing account parameter --- machine_profiles/alcc_spack/batch_preambles/main | 1 + machine_profiles/alcc_spack/batch_preambles/post | 1 + machine_profiles/alcc_spack/batch_preambles/pre | 1 + machine_profiles/alcc_spack/batch_preambles/spinup | 1 + machine_profiles/alcc_spack/batch_preambles/staging | 1 + 5 files changed, 5 insertions(+) diff --git a/machine_profiles/alcc_spack/batch_preambles/main b/machine_profiles/alcc_spack/batch_preambles/main index d266ff6..f321899 100644 --- a/machine_profiles/alcc_spack/batch_preambles/main +++ b/machine_profiles/alcc_spack/batch_preambles/main @@ -1,5 +1,6 @@ #!/bin/bash -l #SBATCH --partition=alcc1,epyc +#SBATCH --account=mbees #SBATCH --exclude=alcc132 #SBATCH -o __runDir__/__mainJobName__.%j.%N.out #SBATCH -D __runDir__ diff --git a/machine_profiles/alcc_spack/batch_preambles/post b/machine_profiles/alcc_spack/batch_preambles/post index 9cecb89..318f931 100644 --- a/machine_profiles/alcc_spack/batch_preambles/post +++ b/machine_profiles/alcc_spack/batch_preambles/post @@ -1,5 +1,6 @@ #!/bin/bash -l #SBATCH --partition=alcc1 +#SBATCH --account=mbees #SBATCH -o __runDir__/__postJobName__.%j.%N.out #SBATCH -D __runDir__ #SBATCH -J __postJobName__ diff --git a/machine_profiles/alcc_spack/batch_preambles/pre b/machine_profiles/alcc_spack/batch_preambles/pre index 2bb27db..7f93b14 100644 --- a/machine_profiles/alcc_spack/batch_preambles/pre +++ b/machine_profiles/alcc_spack/batch_preambles/pre @@ -1,5 +1,6 @@ #!/bin/bash -l #SBATCH --partition=alcc1 +#SBATCH --account=mbees #SBATCH -o __runDir__/__preJobName__.%j.%N.out #SBATCH -D __runDir__ #SBATCH -J __preJobName__ diff --git a/machine_profiles/alcc_spack/batch_preambles/spinup b/machine_profiles/alcc_spack/batch_preambles/spinup index 8fe2f2f..a6daf43 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 --account=mbees #SBATCH -o __runDir__/__spinupJobName__.%j.%N.out #SBATCH -D __runDir__ #SBATCH -J __spinupJobName__ diff --git a/machine_profiles/alcc_spack/batch_preambles/staging b/machine_profiles/alcc_spack/batch_preambles/staging index 66b09ee..d1507a9 100644 --- a/machine_profiles/alcc_spack/batch_preambles/staging +++ b/machine_profiles/alcc_spack/batch_preambles/staging @@ -1,5 +1,6 @@ #!/bin/bash -l #SBATCH --partition=alcc1 +#SBATCH --account=mbees #SBATCH -o __runDir__/__stagingJobName__.%j.%N.out #SBATCH -D __runDir__ #SBATCH -J __stagingJobName__ -- GitLab