Re: Need help in figuring out how a scheduler is assigned to a task

2020-06-09 Thread Sebastian Huber
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

Re: Need help in figuring out how a scheduler is assigned to a task

2020-06-08 Thread Gedare Bloom
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

Re: Need help in figuring out how a scheduler is assigned to a task

2020-06-08 Thread Sebastian Huber
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

Re: Need help in figuring out how a scheduler is assigned to a task

2020-06-08 Thread Richi Dubey
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!

Re: Need help in figuring out how a scheduler is assigned to a task

2020-06-06 Thread Gedare Bloom
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