From 7f12ce69f5553d7e1af0b4b68595b78ba3f62180 Mon Sep 17 00:00:00 2001 From: Teemu Ruokolainen Date: Tue, 30 Jan 2024 14:46:29 +0200 Subject: [PATCH] update --- src/submit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/submit.py b/src/submit.py index c6086c1..1b5ed72 100644 --- a/src/submit.py +++ b/src/submit.py @@ -196,7 +196,7 @@ def create_sbatch_script_for_array_job( #SBATCH --mail-type=END #SBATCH --mail-type=FAIL export OMP_NUM_THREADS={cpus_per_task} -export KMP_AFFINITY=granularity=fine,compact,1,0 +export KMP_AFFINITY=granularity=fine,compact python3 {python_source_dir}/speech2text.py {input_file} """ tmp_file_sh = (Path(tmp_dir) / str(job_name)).with_suffix(".sh")