From 3e41da539103ea837f5346a957317661bae957a5 Mon Sep 17 00:00:00 2001 From: pat-alt <altmeyerpat@gmail.com> Date: Mon, 16 Oct 2023 12:08:12 +0200 Subject: [PATCH] small change to bash scripts --- experiments/jobscripts/testing/lin_sep.sh | 2 +- experiments/jobscripts/testing/lin_sep_threaded.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/experiments/jobscripts/testing/lin_sep.sh b/experiments/jobscripts/testing/lin_sep.sh index 20a95f20..bce013b3 100644 --- a/experiments/jobscripts/testing/lin_sep.sh +++ b/experiments/jobscripts/testing/lin_sep.sh @@ -2,7 +2,7 @@ #SBATCH --job-name="Grid-search Linearly Separable (ECCCo)" #SBATCH --time=00:30:00 -#SBATCH --ntasks-per-node=100 +#SBATCH --ntasks=100 #SBATCH --cpus-per-task=1 #SBATCH --partition=compute #SBATCH --mem-per-cpu=4GB diff --git a/experiments/jobscripts/testing/lin_sep_threaded.sh b/experiments/jobscripts/testing/lin_sep_threaded.sh index 27a14563..84677789 100644 --- a/experiments/jobscripts/testing/lin_sep_threaded.sh +++ b/experiments/jobscripts/testing/lin_sep_threaded.sh @@ -2,7 +2,7 @@ #SBATCH --job-name="Grid-search Linearly Separable (ECCCo)" #SBATCH --time=00:30:00 -#SBATCH --ntasks-per-node=10 +#SBATCH --ntasks=10 #SBATCH --cpus-per-task=10 #SBATCH --partition=compute #SBATCH --mem-per-cpu=4GB -- GitLab