From 3bbcebe202d459e0b3fc1bafb83fd5a6bb511b4d Mon Sep 17 00:00:00 2001
From: "Peter W. Draper" <p.w.draper@durham.ac.uk>
Date: Wed, 18 Jan 2017 12:14:32 +0000
Subject: [PATCH] Consider all tasks for unskipping

Foreign cells will need MPI tasks enabled if active
---
 src/runner.c | 3 ---
 1 file changed, 3 deletions(-)

diff --git a/src/runner.c b/src/runner.c
index 1daaded6a0..103349fefc 100644
--- a/src/runner.c
+++ b/src/runner.c
@@ -752,9 +752,6 @@ void runner_do_ghost(struct runner *r, struct cell *c, int timer) {
  */
 static void runner_do_unskip(struct cell *c, struct engine *e) {
 
-  /* Only operate on local cells */
-  if(c->nodeID != e->nodeID) return;
-
   /* Unskip any active tasks. */
   if (cell_is_active(c, e)) {
     const int forcerebuild = cell_unskip_tasks(c, &e->sched);
-- 
GitLab