SolverBenchmark.jl
SolverBenchmark.jl copied to clipboard
WIP: Parallelize evaluation of solvers in bmark_solvers
trafficstars
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:
- it does not work with CUTEst.jl problems
- There is no doc for it. A code snippet can be added to the documentation.