From f607f2b9cb222607ad7ac6230efef1517d9a7c9c Mon Sep 17 00:00:00 2001 From: pat-alt <altmeyerpat@gmail.com> Date: Mon, 16 Oct 2023 12:05:51 +0200 Subject: [PATCH] increasing testing specs slightly --- experiments/jobscripts/testing/lin_sep.sh | 5 +++-- experiments/jobscripts/testing/lin_sep_threaded.sh | 6 +++--- 2 files changed, 6 insertions(+), 5 deletions(-) diff --git a/experiments/jobscripts/testing/lin_sep.sh b/experiments/jobscripts/testing/lin_sep.sh index 11c46c6d..20a95f20 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=20 +#SBATCH --ntasks-per-node=100 #SBATCH --cpus-per-task=1 #SBATCH --partition=compute #SBATCH --mem-per-cpu=4GB @@ -13,4 +13,5 @@ module load 2023r1 openmpi source experiments/slurm_header.sh -srun julia --project=experiments experiments/run_experiments.jl -- data=linearly_separable output_path=results mpi grid_search n_individuals=1 > experiments/grid_search_linearly_separable.log +srun julia --project=experiments experiments/run_experiments.jl -- data=linearly_separable output_path=results mpi grid_search n_individuals=10 > experiments/grid_search_linearly_separable.log + \ No newline at end of file diff --git a/experiments/jobscripts/testing/lin_sep_threaded.sh b/experiments/jobscripts/testing/lin_sep_threaded.sh index c45cbb39..27a14563 100644 --- a/experiments/jobscripts/testing/lin_sep_threaded.sh +++ b/experiments/jobscripts/testing/lin_sep_threaded.sh @@ -2,8 +2,8 @@ #SBATCH --job-name="Grid-search Linearly Separable (ECCCo)" #SBATCH --time=00:30:00 -#SBATCH --ntasks-per-node=5 -#SBATCH --cpus-per-task=4 +#SBATCH --ntasks-per-node=10 +#SBATCH --cpus-per-task=10 #SBATCH --partition=compute #SBATCH --mem-per-cpu=4GB #SBATCH --account=research-eemcs-insy @@ -13,4 +13,4 @@ module load 2023r1 openmpi source experiments/slurm_header.sh -srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=linearly_separable output_path=results mpi grid_search n_individuals=1 threaded > experiments/grid_search_linearly_separable.log +srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=linearly_separable output_path=results mpi grid_search n_individuals=10 threaded > experiments/grid_search_linearly_separable.log -- GitLab