sched_select() explicitly work as a scheduler initialization routine. It does the following tasks 1) select scheduler policy 2) initialize relative scheduler structure for specified policy. However, we expect a function to initialize the scheduler with specified policy within start_kernel() not just select specified policy(realized mean from the function name).
sched_select()
explicitly work as a scheduler initialization routine. It does the following tasks 1) select scheduler policy 2) initialize relative scheduler structure for specified policy. However, we expect a function to initialize the scheduler with specified policy withinstart_kernel()
not just select specified policy(realized mean from the function name).CC @jserv , @mlouielu .