3.4.6. Nbor list use
Nbor lists are used for these purposes, in logical order
In
list_t%check_ready()the nbor list is used to find out if a task is ready to be updated, by comparing the states of tasks with the functiontask_t%is_ahead_of().When the task becomes active the nbor list is used by
task%link%upadteto load guard zones (or pick up other information it depends on)After the task has updated,
list_t%check_nbors()uses the nbor list to determine which nbor tasks to runlist_t%check_ready()on.