The following is a valid hetjob sbatch script for slurm 20.11.9-Bull.1.3 on DKRZ levante: #!/bin/bash #SBATCH --partition=compute #SBATCH --time=08:00:00 #SBATCH --job-name=TCO1279-DART-1D #SBATCH --account=ab0995 #SBATCH --mail-type=NONE #SBATCH --exclusive #SBATCH --nodes=10 #SBATCH --partition=compute #SBATCH hetjob #SBATCH --nodes=40 #SBATCH --partition=compute #SBATCH hetjob #SBATCH --nodes=10 #SBATCH --partition=compute #SBATCH --constraint=512G While #!/bin/bash #SBATCH --partition=compute #SBATCH --time=08:00:00 #SBATCH --job-name=TCO1279-DART-1D-hetjob #SBATCH --account=ab0995 #SBATCH --mail-type=NONE #SBATCH --exclusive #SBATCH --nodes=10 #SBATCH --partition=compute #SBATCH hetjob #SBATCH --nodes=40 #SBATCH --partition=compute #SBATCH hetjob #SBATCH --nodes=10 #SBATCH --partition=compute #SBATCH --constraint=512G results in: sbatch TCO1279-DART-1D-hetjob_compute_20000101-20000101.run sbatch.bin: error: Batch job submission failed: Invalid account or account/partition combination specified job-names containing the -hetjob within lead to the error.