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