Skip to content
Snippets Groups Projects
Commit c193ff43 authored by Boris Basic's avatar Boris Basic
Browse files

[misc] Enable Intel Turbo Boost on EDF clusters

This allows CPUs to operate at a higher clock rate, to speed up CPU-bound calculations
parent f8282b7e
No related branches found
No related tags found
No related merge requests found
......@@ -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>'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment