Skip to content
Snippets Groups Projects
Guilhem Saurel's avatar
Guilhem Saurel authored
Added example-3 with Pinocchio.

See merge request !3
813bfdfe
History
Name Last commit Last update
example-1
example-2
example-3
example-4
LICENSE
README.md

Multiprocessing Examples

Several members of the team need to lanch processes that require hours or days while taking all ressources of one CPU core to complete.

We can split the required time by using more CPU cores.

Here are examples showing how to do that.