Skip to content
Snippets Groups Projects
Commit 0eea9410 authored by Elena Gryaznova's avatar Elena Gryaznova
Browse files

b=16248

i=Adilger
increase MINRES to 2^32 -1
parent 0f702ad2
No related branches found
No related tags found
No related merge requests found
...@@ -28,7 +28,7 @@ NUM=0 ...@@ -28,7 +28,7 @@ NUM=0
MINDIR=$DIR MINDIR=$DIR
MAXDIR=$DIR MAXDIR=$DIR
MINRES=2000000000 MINRES=4294967295
MAXRES=0 MAXRES=0
mkdir -p $MINDIR mkdir -p $MINDIR
while [ $MINRES -gt $MAXRES ]; do while [ $MINRES -gt $MAXRES ]; do
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment