From 59450166073dde4a18d38f4e63597fbdb438e326 Mon Sep 17 00:00:00 2001 From: Johannes Merl Date: Sun, 21 Apr 2024 20:45:00 +0200 Subject: [PATCH] reduce iterations to speed up and fix estimation --- run.sbatch | 2 +- src/Main.hs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/run.sbatch b/run.sbatch index 936b1d6..1833c89 100755 --- a/run.sbatch +++ b/run.sbatch @@ -1,5 +1,5 @@ #!/usr/bin/env bash -#SBATCH --time=06:30:00 +#SBATCH --time=18:00:00 #SBATCH --partition=cpu #SBATCH --array=0-30 #SBATCH --output=./output/output_run_%j.txt diff --git a/src/Main.hs b/src/Main.hs index 217ee54..38e1cef 100644 --- a/src/Main.hs +++ b/src/Main.hs @@ -26,7 +26,7 @@ options = ( long "iterations" <> short 'i' <> metavar "N" - <> value 10000 + <> value 5000 <> help "Number of iterations" ) <*> option