From c193ff43ec42e1446a06eddf7fa2bad81b18452e Mon Sep 17 00:00:00 2001 From: Boris Basic <boris.basic@edf.fr> Date: Mon, 13 Jan 2025 15:14:18 +0100 Subject: [PATCH] [misc] Enable Intel Turbo Boost on EDF clusters This allows CPUs to operate at a higher clock rate, to speed up CPU-bound calculations --- configs/systel.edf.cfg | 1 + 1 file changed, 1 insertion(+) diff --git a/configs/systel.edf.cfg b/configs/systel.edf.cfg index 589abd3dd2..64357f6e22 100644 --- a/configs/systel.edf.cfg +++ b/configs/systel.edf.cfg @@ -101,6 +101,7 @@ hpc_stdin_edf: #!/bin/bash [sbatch_tag] --exclusive [sbatch_tag] --nodes=<ncnode> [sbatch_tag] --ntasks-per-node=<nctile> + [sbatch_tag] --enable-turbo source <root>/configs/pysource.<configName>.sh <py_runcode> hpc_runcode_edf: bash <root>/scripts/submit_slurm.sh <id_log> '<project>' -- GitLab