BibSched: fixes monotasks for multi-node
- In the scheduler we iterate over tasks that can run and execute some actions. In a multinode setup, monotasks that can run only on one node still need to trigger all tasks on all nodes to sleep. This patch checks for each task, if it needs to be put to sleep, in order to run a monotask on another node. (addresses #1304)
Reviewed-by: Samuele Kaplun <samuele.kaplun@cern.ch>