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
|
||||
#SBATCH --time=06:30:00
|
||||
#SBATCH --time=18:00:00
|
||||
#SBATCH --partition=cpu
|
||||
#SBATCH --array=0-30
|
||||
#SBATCH --output=./output/output_run_%j.txt
|
||||
|
|
|
@ -26,7 +26,7 @@ options =
|
|||
( long "iterations"
|
||||
<> short 'i'
|
||||
<> metavar "N"
|
||||
<> value 10000
|
||||
<> value 5000
|
||||
<> help "Number of iterations"
|
||||
)
|
||||
<*> option
|
||||
|
|
Loading…
Reference in New Issue
Block a user