Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Revert "remove debugging hack"
This reverts commit 39ed204.
  • Loading branch information
dgrove-oss committed Nov 5, 2015
1 parent 39ed204 commit 5e2d4f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lulesh2/src/GhostManager.x10
Expand Up @@ -229,7 +229,7 @@ public final class GhostManager {
}

private static final def someNeighborDied(ls:LocalState):Boolean {
if (x10.xrx.Runtime.RESILIENT_MODE == 0n) return false;
if (true || x10.xrx.Runtime.RESILIENT_MODE == 0n) return false;
val suspects = Lulesh.SYNCH_GHOST_EXCHANGE ? ls.neighborListRecv : ls.neighborListSend;
for (s in suspects) {
if (Place.isDead(s)) {
Expand Down

0 comments on commit 5e2d4f3

Please sign in to comment.