fix
This commit is contained in:
parent
7a9718930d
commit
af6d79d8bb
4
main.py
4
main.py
@ -8,11 +8,9 @@ import sys
|
||||
|
||||
|
||||
cores = cpu_count()
|
||||
index = 444501
|
||||
url = f'https://bikol.vm.wmi.amu.edu.pl/pzc/Z3.3/{index}'
|
||||
sigma = json.loads(urllib.request.urlopen(url).read(100).decode('utf-8'))['sigma']
|
||||
bracket = 280 # needs 36 processes
|
||||
START = int(sys.argv[1])
|
||||
sigma = int(sys.argv[2])
|
||||
FINISH = START+cores
|
||||
MAX_VAL = 10000
|
||||
procs = []
|
||||
|
Loading…
Reference in New Issue
Block a user