From 8951dfee5bee274b36d49ed53f00b7c62859aafb Mon Sep 17 00:00:00 2001
From: Ruben Haag <rhaag@uran001.dcf.ds.mpg.de>
Date: Tue, 30 Nov 2021 09:34:16 +0100
Subject: [PATCH] Version that is working on the cluster

---
 sim.jl    | 6 +++---
 submit.sh | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/sim.jl b/sim.jl
index 9f1d47f..8ac38b6 100644
--- a/sim.jl
+++ b/sim.jl
@@ -73,15 +73,15 @@ if !isdir(paths[:model])
 end
 
 map_folder = paths[:map]
-requested = 2 * N
-served = 2 * N
+requested = 2000 * N
+served = 2000 * N
 
 include(paths[:map]*"map.jl") #
 include(paths[:dispatcher]*"dispatcher.jl")
 
 
 
-x, y = getValue(index-1, 3, 10, 20, 0, 2*t0, 20)
+x, y = getValue(index-1, 3, 10, 40, 0, 2*t0, 40)
 
 println("$x\t$y")
 random_gens = Dict(:pickup => [:notRandom, y/t0])
diff --git a/submit.sh b/submit.sh
index aa4d612..ddb7081 100644
--- a/submit.sh
+++ b/submit.sh
@@ -5,7 +5,7 @@
 #$ -q titan.q
 #$ -j yes
 #$ -N earliest_pickup
-#$ -t 1-200
+#$ -t 1-1600
 
 N=20
 SAVE_PATH="/scratch01.local/rhaag/earliest_pickup/results/"
-- 
GitLab