parse N from command line
This commit is contained in:
parent
413383ad83
commit
7f65823c2d
@ -234,6 +234,9 @@ function main()
|
|||||||
Blas.set_num_threads(parsed_args["cpus"])
|
Blas.set_num_threads(parsed_args["cpus"])
|
||||||
end
|
end
|
||||||
|
|
||||||
|
N = parsed_args["N"]
|
||||||
|
init_data(name, N, radius=2)
|
||||||
|
|
||||||
tol = parsed_args["tol"]
|
tol = parsed_args["tol"]
|
||||||
iterations = parsed_args["iterations"]
|
iterations = parsed_args["iterations"]
|
||||||
upper_bound = parsed_args["upper-bound"]
|
upper_bound = parsed_args["upper-bound"]
|
||||||
|
Loading…
Reference in New Issue
Block a user