Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ruokolt committed Jan 30, 2024
1 parent 5b47728 commit 7f12ce6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/submit.py
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 7f12ce6

Please sign in to comment.