Skip to content
Snippets Groups Projects
Commit f62bb14d authored by Jan Ebert's avatar Jan Ebert
Browse files

Use newly recommended SMT prevention

I.e., prefer `--threads-per-core=1` instead of `--hint=nomultithread`
since it does not result in ambiguity.
parent cad4fbff
No related branches found
No related tags found
No related merge requests found
......@@ -4,11 +4,9 @@
#SBATCH --partition=develbooster
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
# 96 CPUs w/o nomultithread
# 48 CPUs w/ nomultithread
#SBATCH --cpus-per-task=48
# Use only physical cores.
#SBATCH --hint=nomultithread
# Use only physical cores. (Can use up to 2 threads per core.)
#SBATCH --threads-per-core=1
#SBATCH --gres=gpu:4
#SBATCH --time=00:15:00
......
......@@ -4,11 +4,9 @@
#SBATCH --partition=develbooster
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
# 96 CPUs w/o nomultithread
# 48 CPUs w/ nomultithread
#SBATCH --cpus-per-task=48
# Use only physical cores.
#SBATCH --hint=nomultithread
# Use only physical cores. (Can use up to 2 threads per core.)
#SBATCH --threads-per-core=1
#SBATCH --gres=gpu:4
#SBATCH --time=00:15:00
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment