Skip to content
Snippets Groups Projects
Select Git revision
  • shared-model-fix
  • master default protected
  • model-fix
3 results

wsdpl

  • Clone with SSH
  • Clone with HTTPS
  • Grzegorz Kostkowski's avatar
    Grzegorz Kostkowski authored
    Unfortunatelly, there are some limitations related with using
    together: multiprocessing and multithreading (forking, handled by
    omp).
    As a workaround, graph is not shared, each worker has own instance.
    There is also possibility to change multiprocessing mode to 'spawn'
    (and this case was checked) and it works with omp multithreading,
    but it results in same bahavior: model is copied in memory (because
    OS cannot postpone copying according copy-on-write strategy - which
    is available in 'fork' mode).
    cd9ff7d6
    History
    Name Last commit Last update