Skip to content

allpix: Add -j Option to Control Number of Workers

Simon Spannagel requested to merge mt_j into multithreading

This adds a new command line option -j to the allpix executable which mimics the behavior of other programs such as make -jN. The option is equivalent to -o multithreading=true -o workers=N and this is also the way it is configured in the executable.

Happy -j90, and thanks for the idea @pschutze !

(question: tm enabled or disabled by default?)

Merge request reports