-* faire un autre thread pour les envois d'infos
- -> c'est stupide d'attendre la fin des calcules s'il y en a beaucoup
- surtout en bookkeeping...
+* Change simulator to use discrete tasks.
+ Each task must then be iterated a minimum of times.
+ At least two strategies to balance the tasks:
+ (i) send the tasks that have the most count of iterations;
+ (ii) send the tasks that have the least count of iterations.