From fb531a76de02e48ce66d9d2a33c68eb7e539159b Mon Sep 17 00:00:00 2001 From: Aidan Chalk <aidan.chalk@durham.ac.uk> Date: Tue, 7 Mar 2017 22:07:18 +0000 Subject: [PATCH] Fixed the same bug that occurred twice. --- src/qsched.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/qsched.c b/src/qsched.c index ce6cb71..ffc74f5 100644 --- a/src/qsched.c +++ b/src/qsched.c @@ -2383,8 +2383,6 @@ for(i = 0; i < count; i++) } } - if(data_pos[getindex(t->locks[j], s)] <= i) - data_pos[getindex(t->locks[j], s)] = i; }/* Loop over j */ /* Loop through the uses, and for each resource that is not local create a send/recv pair. */ -- GitLab