From b623811aabbf4d59c0c8f38f9128eb65d5bfa8b4 Mon Sep 17 00:00:00 2001 From: Pierre Colombo Date: Sun, 6 Mar 2022 22:08:13 +0100 Subject: [PATCH] Update vi_oscal.slurm --- vi_oscal.slurm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/vi_oscal.slurm b/vi_oscal.slurm index 078b84b..9413b65 100644 --- a/vi_oscal.slurm +++ b/vi_oscal.slurm @@ -1,7 +1,8 @@ #!/bin/bash #SBATCH --account=six@gpu #SBATCH --job-name=vi_oscar_all -#SBATCH --nodes=10 +#SBATCH --nodes=1 +#SBATCH --partition=prepost #SBATCH --ntasks-per-node=1 # crucial - only 1 task per dist per node! #SBATCH --cpus-per-task=10 # number of cores per tasks #SBATCH --hint=nomultithread # we get physical cores not logical