CS-SI/SIRIUS

Possibility to set automatically the number of threads to the max value of number of threads

Closed this issue · 2 comments

Improve command line parameter --parallel-workers : if no arg set, the max number of thread is set.
ex:

  • sirius ... -> 1 thread (default value)
  • sirius ... --parallel-workers=2 -> 2 threads
  • sirius ... --parallel-workers -> max number of threads

@savmickael : code modified and tested.

PR Merge in develop.