From 597cfa028515830193f88168e105eaea3894c622 Mon Sep 17 00:00:00 2001
From: pat-alt <altmeyerpat@gmail.com>
Date: Tue, 17 Oct 2023 14:14:10 +0200
Subject: [PATCH] daic

---
 experiments/daic/testing/lin_sep.sh | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/experiments/daic/testing/lin_sep.sh b/experiments/daic/testing/lin_sep.sh
index 80fee770..b2e8b0c8 100644
--- a/experiments/daic/testing/lin_sep.sh
+++ b/experiments/daic/testing/lin_sep.sh
@@ -1,11 +1,11 @@
 #!/bin/bash
 
 #SBATCH --job-name="Grid-search Linearly Separable (ECCCo)"
-#SBATCH --time=00:30:00
-#SBATCH --ntasks-per-node=5
-#SBATCH --cpus-per-task=4
+#SBATCH --time=00:20:00
+#SBATCH --ntasks=100
+#SBATCH --cpus-per-task=10
 #SBATCH --partition=general
-#SBATCH --mem-per-cpu=4GB
+#SBATCH --mem-per-cpu=2GB
 #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
-- 
GitLab