diff --git a/pytorch-ddp-example/run.sbatch b/pytorch-ddp-example/run.sbatch index 27c4e4c7fcaf20640dd687841d9ece816bf7d8c2..19c49e3a7e6bbbe389311a2795ad8b2b7c880942 100644 --- a/pytorch-ddp-example/run.sbatch +++ b/pytorch-ddp-example/run.sbatch @@ -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 diff --git a/pytorch-fsdp-example/run.sbatch b/pytorch-fsdp-example/run.sbatch index 4b404e41f7116bdbbcc8f63d20990c34e74ec4ee..2e310246b54090c6ae107f3915ff57c3948534b0 100644 --- a/pytorch-fsdp-example/run.sbatch +++ b/pytorch-fsdp-example/run.sbatch @@ -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