SolverBenchmark.jl icon indicating copy to clipboard operation
SolverBenchmark.jl copied to clipboard

WIP: Parallelize evaluation of solvers in bmark_solvers

Open MonssafToukal opened this issue 3 years ago • 0 comments
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.

MonssafToukal avatar Sep 05 '22 17:09 MonssafToukal