From 375ddb513bd3ca6316a56eebe14f0d3b71674cb5 Mon Sep 17 00:00:00 2001 From: Matteo Cypriani Date: Fri, 11 Jan 2013 16:22:20 -0500 Subject: [PATCH] Update TODO --- TODO.t2t | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/TODO.t2t b/TODO.t2t index f9c72a1..e9f37a9 100644 --- a/TODO.t2t +++ b/TODO.t2t @@ -323,11 +323,8 @@ Work to do in OwlPS - algorithms (parallelize computation of the different algorithms for the same request); - and/or requests (parallelize computation of several requests). - - It would be possible (overkill?) to have a group of worker threads - and a job queue. - - See OpenMPI & friends. + - + See OpenMP. - ReferencePoint: the request list should be an unordered_set instead of a vector, to guarantee the unicity of the elements.