JuliaSmoothOptimizers / SolverBenchmark.jl

Benchmark tools for solvers
Other
23 stars 10 forks source link

WIP: Parallelize evaluation of solvers in bmark_solvers #127

Open MonssafToukal opened 2 years ago

MonssafToukal commented 2 years ago

The goal of this PR is to allow the user to parallelize the evaluation of solvers when using the bmark_solvers(solvers, problems;...) method. It can be run in parallel locally or with any form of distributed computing backend supported by ClusterManagers.jl.

Currently, there are a couple of issues: