In order to optimize the workload on the serial cluster, we increase the maximum job size on both serial partitions from 20 to 32 cores. The current maximum amount of cores per user (96) remains in place. This limit might also be changed in further steps (if necessary). Use 32 cores in task-parallel jobs:
#SBATCH --ntasks=32
#SBATCH --ntasks-per-core=2
#SBATCH --cpus-per-task=1
and in shared-memory jobs:
#SBATCH --ntasks=1
#SBATCH --cpus-per-task=32
Zuletzt aktualisiert: Do., 25.09.2025 13:29