From aff35c2e2e6495f12f090be757a19fd8b1c32d13 Mon Sep 17 00:00:00 2001 From: Michele Martone Date: Thu, 21 Apr 2011 13:47:18 +0000 Subject: [PATCH] psblas3-trunk: updated the TODO list of prospective work on PSBLAS. --- TODO | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/TODO b/TODO index c2db3cd1..22bf606f 100644 --- a/TODO +++ b/TODO @@ -1,4 +1,13 @@ -A proposed list of problems. +A proposed list of fixes/improvements. +As we update PSBLAS, we shall update this file accordingly. +20110421 separate testing directories for RSB/ELL/PSB* implementations +20110421 set up a policy for error handling in interactive environments (e.g.: not aborting, but returning instead) +20110421 complete the C interfacing of Z/C/S implementations. +20110421 provide separate vanilla-PSB and RSB-PSB testers, backed up by a generic testing support + specific tests for each custom type peculiarity. +20110421 a matrix generator to couple to the testers (accepting a matrix) +20110421 psblas may accept callback functions and/or mechanisms for early abortion of operation; this is useful for interactive environments +20110421 psblas may have an option for disabling *any* write to stderr/stdout +20110421 psblas may output error strings pointers (useful in an interactive environment) 20110404 shall set up a fallback (./configure-backed) scheme when the mangling scheme does not get guessed by ./configure;