Skip to content

No task mask

Matthieu Schaller requested to merge no_task_mask into master

Implementation of #235 (closed). There is no such thing as a task mask any more. All tasks in the scheduler get enqueued and executed provided they have not had their skip flag set.

For the special case of the 0th time-step (where we don't compute forces nor kick) there is an extra function in the engine that will set these tasks to be skipped.

Merge request reports