Closed thierryjanssens closed 2 years ago
How can I use multiple cores when working on a single server, not a cluster. The -l option uses a single core.
you can actually use -t with the -loption. As in
-t
-l
dadasnake -l -t 10 ./my_config.yaml
Best wishes - a
How can I use multiple cores when working on a single server, not a cluster. The -l option uses a single core.