Re: Starting multiple tasks

Posted:
Fri Sep 15, 2017 1:57 am
by claudio4parallella
from my experience, your code looks to me with 2 issues:
- you are waiting for all 16 cores done even if you would start only two of them: check its individual done flag;
- I use e_load(...) for single core task upload, even if I upload a different task but to all the 16 cores. I've to check how to work only with a subset of cores
do these statements work for you?