From 4b9f458621bdedd3ee4fc1be62c43726bee9fbe3 Mon Sep 17 00:00:00 2001 From: Pedro Gonnet <gonnet@google.com> Date: Tue, 12 Apr 2016 21:27:20 +0200 Subject: [PATCH] tweak the wording a bit more. --- theory/paper_pasc/pasc_paper.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/theory/paper_pasc/pasc_paper.tex b/theory/paper_pasc/pasc_paper.tex index 143c33ee1e..2eac9484b0 100644 --- a/theory/paper_pasc/pasc_paper.tex +++ b/theory/paper_pasc/pasc_paper.tex @@ -343,11 +343,11 @@ Intel's TBB \cite{ref:Reinders2007}, and, to some extent, Charm++ \cite{ref:Kale1993}. Since none of these existing taks-based libraries provide the flexibility -required to make experiment with different scheduling and communication +required to experiment with different scheduling and communication techniques, we chose to implement our own task scheduler in \swift, which has since been back-ported as the general-purpose \qs task scheduler \cite{gonnet2013quicksched}. -This also allowed us to extend the scheduler with the concept of +This allowed us to extend the scheduler with the concept of task conflicts and integrate the asynchronous communication scheme described further on. -- GitLab