ICB-DCM / parPE

Parameter estimation for dynamical models using high-performance computing, batch and mini-batch optimizers, and dynamic load balancing.
MIT License
19 stars 4 forks source link

Add option to specify maximum number of threads for multi-start optimization #361

Closed dweindl closed 2 years ago

dweindl commented 2 years ago

So far, this was equal to the number of local optimizations, but that wouldn't scale well.

This decouples the number parallel local optimizations from the total number of optimizations.

This is controlled by setting environment variable PARPE_NUM_PARALLEL_STARTS to the number of optimizations that should be run in parallel.

Now requires Boost.Thread library

Closes #359, closes #84

sonarcloud[bot] commented 2 years ago

SonarCloud Quality Gate failed.    Quality Gate failed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

79.5% 79.5% Coverage
0.0% 0.0% Duplication