From c0507d8eb2b3e7bf5e133b8656f4fd3bee225bcd Mon Sep 17 00:00:00 2001 From: Salvatore Filippone Date: Wed, 17 Jul 2013 14:11:47 +0000 Subject: [PATCH] *** empty log message *** --- README | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README b/README index 0441e730..69a70e27 100644 --- a/README +++ b/README @@ -19,7 +19,9 @@ Version 2.0. existing solvers/smoothers as a model, develop your own by changing/replacing the model contents, and then pass the new object to the PREC%SET() method which will copy into the internals, as per - the PROTOTYPE design pattern. It's easier done than said! + the PROTOTYPE design pattern. Take a look at the test/newslv + directory to see an example. It's easier done than said! + Note in this beta version the interface to SuperLU_Dist 3.3 is having some issues (most notably, we have chosen to have a memory leak in place of a segfault), we'll fix them asap.