Remove TODO.
Add sample(s) installation.
psblas3-dense
Salvatore Filippone 8 years ago
parent 684ea50e7f
commit 42a305a8ba

@ -31,6 +31,8 @@ install: all
/bin/cp -fr docs/*pdf docs/html $(INSTALL_DOCSDIR))
(./mkdir.sh $(INSTALL_DOCSDIR) && \
$(INSTALL_DATA) README LICENSE $(INSTALL_DOCSDIR))
(./mkdir.sh $(INSTALL_SAMPLESDIR) && \
/bin/cp -fr test/pargen test/fileread test/kernel $(INSTALL_SAMPLESDIR))
clean:
cd base && $(MAKE) clean
cd prec && $(MAKE) clean

13
TODO

@ -1,13 +0,0 @@
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;
Loading…
Cancel
Save