unresolved merge??
This commit is contained in:
parent
e761806701
commit
66a38d89aa
15
AutFN.jl
15
AutFN.jl
@ -80,22 +80,7 @@ end
|
|||||||
|
|
||||||
function main()
|
function main()
|
||||||
|
|
||||||
<<<<<<< Updated upstream
|
|
||||||
parsed_args = parse_commandline()
|
parsed_args = parse_commandline()
|
||||||
=======
|
|
||||||
tol = parsed_args["tol"]
|
|
||||||
iterations = parsed_args["iterations"]
|
|
||||||
|
|
||||||
solver = SCSSolver(eps=tol, max_iters=iterations, verbose=true, linearsolver=SCS.Indirect)
|
|
||||||
|
|
||||||
N = parsed_args["N"]
|
|
||||||
upper_bound = parsed_args["upper-bound"]
|
|
||||||
|
|
||||||
name = "SOutF$N"
|
|
||||||
name = name*"-$(string(upper_bound))"
|
|
||||||
S() = generating_set_of_SOutF(N)
|
|
||||||
>>>>>>> Stashed changes
|
|
||||||
|
|
||||||
if parsed_args["cpus"] ≠ nothing
|
if parsed_args["cpus"] ≠ nothing
|
||||||
if parsed_args["cpus"] > cpuinfo_physicalcores()
|
if parsed_args["cpus"] > cpuinfo_physicalcores()
|
||||||
warn("Number of specified cores exceeds the physical core cound. Performance will suffer.")
|
warn("Number of specified cores exceeds the physical core cound. Performance will suffer.")
|
||||||
|
Loading…
Reference in New Issue
Block a user