Skip to content
Snippets Groups Projects
README.md 264 B
Newer Older
Guilhem Saurel's avatar
Guilhem Saurel committed
# 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.