From fa8f94210bea50edb50a77dbfa71244e67d19ecd Mon Sep 17 00:00:00 2001 From: Christoph Knote Date: Fri, 21 Oct 2022 23:31:29 +0200 Subject: [PATCH] Fix bug --- machine_profiles/alcc_spack/batch_preambles/main | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/machine_profiles/alcc_spack/batch_preambles/main b/machine_profiles/alcc_spack/batch_preambles/main index de7742b..4ca2cf3 100644 --- a/machine_profiles/alcc_spack/batch_preambles/main +++ b/machine_profiles/alcc_spack/batch_preambles/main @@ -3,7 +3,7 @@ #SBATCH -o __runDir__/__mainJobName__.%j.%N.out #SBATCH -D __runDir__ #SBATCH -J __mainJobName__ -#SBATCH --ntasks=__nTasksMain__ +#SBATCH --ntasks=__nTasks__ #SBATCH --mem-per-cpu=2500 #SBATCH --mail-type=FAIL #SBATCH --mail-user=christoph.knote@med.uni-augsburg.de -- GitLab