On 09/06/2020 08:18, Gedare Bloom wrote:
Richi,
On Mon, Jun 8, 2020 at 8:52 AM Sebastian Huber
wrote:
On 08/06/2020 16:33, Richi Dubey wrote:
Thanks for telling me about the uniprocessor rule for having a single
scheduler for all the tasks. It makes sense. However I still cannot
find the co
Richi,
On Mon, Jun 8, 2020 at 8:52 AM Sebastian Huber
wrote:
>
> On 08/06/2020 16:33, Richi Dubey wrote:
>
> > Thanks for telling me about the uniprocessor rule for having a single
> > scheduler for all the tasks. It makes sense. However I still cannot
> > find the code which actually links our p
On 08/06/2020 16:33, Richi Dubey wrote:
Thanks for telling me about the uniprocessor rule for having a single
scheduler for all the tasks. It makes sense. However I still cannot
find the code which actually links our processor to that scheduler!
Talking on a high level, I cannot find a code anyw
Hii,
Thank you for your quick reply.
Yes makefile.am is what I was looking for. Thank you!
Thanks for telling me about the uniprocessor rule for having a single
scheduler for all the tasks. It makes sense. However I still cannot
find the code which actually links our processor to that scheduler!
On Sat, Jun 6, 2020 at 7:22 AM Richi Dubey wrote:
>
> Hii everyone,
>
> I was going through the code testsuites/sptests/spsimplesched01/init.c
> and there is only one mention of simple scheduler :
>
> #define CONFIGURE_SCHEDULER_SIMPLE
>
> and on checking the meaning of this preprocessor directive