diff --git a/machine_profiles/alcc_spack/batch_preambles/main b/machine_profiles/alcc_spack/batch_preambles/main index d266ff618554d7f6d94bb2c37042ce8dde4a8a35..f321899c794d07d487f24164906f27f4db2893e7 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 9cecb891d441d841608a66d6cc6bd2c874488598..318f931350b8ff1bee94bcfba457d37afb4ced02 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 2bb27db5fd1bfd8c733b1f17bd49b1e301a0c4b2..7f93b1426a3bf055307237b7307a66c369a00ac9 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 8fe2f2f8997e47f846efb450c4a8b72190b59911..a6daf43d86aa703833c38657dabb9e46d407f147 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 66b09ee6b48048058b626d7a6642151323cdc194..d1507a9f9f2c1b445a6cfb4e103ab97a202f1485 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__