reduce iterations to speed up and fix estimation
This commit is contained in:
parent
16189ef988
commit
5945016607
|
@ -1,5 +1,5 @@
|
||||||
#!/usr/bin/env bash
|
#!/usr/bin/env bash
|
||||||
#SBATCH --time=06:30:00
|
#SBATCH --time=18:00:00
|
||||||
#SBATCH --partition=cpu
|
#SBATCH --partition=cpu
|
||||||
#SBATCH --array=0-30
|
#SBATCH --array=0-30
|
||||||
#SBATCH --output=./output/output_run_%j.txt
|
#SBATCH --output=./output/output_run_%j.txt
|
||||||
|
|
|
@ -26,7 +26,7 @@ options =
|
||||||
( long "iterations"
|
( long "iterations"
|
||||||
<> short 'i'
|
<> short 'i'
|
||||||
<> metavar "N"
|
<> metavar "N"
|
||||||
<> value 10000
|
<> value 5000
|
||||||
<> help "Number of iterations"
|
<> help "Number of iterations"
|
||||||
)
|
)
|
||||||
<*> option
|
<*> option
|
||||||
|
|
Loading…
Reference in New Issue
Block a user