From 330828c83bfd67ecef67094ccd1773ee3bdd2ec7 Mon Sep 17 00:00:00 2001
From: pat-alt <altmeyerpat@gmail.com>
Date: Wed, 18 Oct 2023 13:24:03 +0200
Subject: [PATCH] more things

---
 experiments/daic/tuning/generators/german_credit.sh | 2 +-
 experiments/daic/tuning/generators/gmsc.sh          | 4 ++--
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/experiments/daic/tuning/generators/german_credit.sh b/experiments/daic/tuning/generators/german_credit.sh
index a6518921..2358e2d9 100644
--- a/experiments/daic/tuning/generators/german_credit.sh
+++ b/experiments/daic/tuning/generators/german_credit.sh
@@ -5,7 +5,7 @@
 #SBATCH --ntasks=20
 #SBATCH --cpus-per-task=10
 #SBATCH --partition=general
-#SBATCH --mem-per-cpu=2GB
+#SBATCH --mem-per-cpu=4GB
 #SBATCH --mail-type=END     # Set mail type to 'END' to receive a mail when the job finishes. 
 
 module use /opt/insy/modulefiles          # Use DAIC INSY software collection
diff --git a/experiments/daic/tuning/generators/gmsc.sh b/experiments/daic/tuning/generators/gmsc.sh
index 58c0464d..8f08c051 100644
--- a/experiments/daic/tuning/generators/gmsc.sh
+++ b/experiments/daic/tuning/generators/gmsc.sh
@@ -1,7 +1,7 @@
 #!/bin/bash
 
 #SBATCH --job-name="Grid-search GMSC (ECCCo)"
-#SBATCH --time=02:00:00
+#SBATCH --time=01:30:00
 #SBATCH --ntasks=30
 #SBATCH --cpus-per-task=10
 #SBATCH --partition=general
@@ -13,4 +13,4 @@ module load openmpi
 
 source experiments/slurm_header.sh
 
-srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=gmsc output_path=results mpi grid_search threaded n_individuals=10 > experiments/logs/grid_search_gmsc.log
+srun julia --project=experiments --threads $SLURM_CPUS_PER_TASK experiments/run_experiments.jl -- data=gmsc output_path=results mpi grid_search threaded n_individuals=100 > experiments/logs/grid_search_gmsc.log
-- 
GitLab