-
Notifications
You must be signed in to change notification settings - Fork 26
/
ChangeLog
45 lines (37 loc) · 2.06 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
2016-09-23 Jonathan Hogg <[email protected]>
SSIDS v2 major new release
* Adds CPU, multi-GPU and hetrogeneous execution support.
* Removes presolve option due to lack of resource for maintenance.
2016-09-21 Jonathan Hogg <[email protected]>
Tidy up and publish rutherford boeing file utilities.
2016-06-26 Jonathan Hogg <[email protected]>
Rename lsmr() to lsmr_solve() to avoid namespace issues with C interface
(change was deemed acceptable as it's not yet been part of formal release).
Apply workaround for nagfor issue in rutherford-boeing C interface
2016-05-10 Jennifer Scott <[email protected]>
Add ported version of LSMR package orinally from Michael Saunders.
2015-09-21 Jonathan Hogg <[email protected]>
Add support for 64-bit integer ptr(:) arrays in scaling and matrix_util modules
Add appropriate extern "C" {} stuff to header files to allow for C++ inclusion
Add prototype C interface for Rutherford-Boeing module. API subject to change!
2015-04-20 Jonathan Hogg <[email protected]>
Move to using date as library version number.
SPRAL : Assorted minor fixes to documentation.
: Fix Makefile.am to use $(top_srcdir) so out of path make check works.
: Add option --disable-gpu to prevent GPU builds if not desired.
SSIDS : Add "--ordering=mc64-metis" option to driver.
: Modify to use new SCALING package interface.
: Fix C-interop complaints from gfortran-4.9
SCALING : NEW PACKAGE for matrix scalings. (Actually cleanup of existing code).
SSMFE : NEW PACKAGE for symmetric eigenvalue problems.
2014-08-01 Jonathan Hogg <[email protected]>
1.0.0
SPRAL: Fix Makefile.am to ensure both metisX_wrapper.f90 files get distributed.
2014-06-10 Jonathan Hogg <[email protected]>
1.0.0-RC2
SPRAL: Add this ChangeLog
SSIDS: Fix synchronization bug in default solve.
SSIDS: Fix rare bug in default solve for large #blks on kernel launch.
SSIDS: Remove unneeded cudaDeviceSynchonize() in default slv.
2014-05-30 Jonathan Hogg <[email protected]>
First public release candidate 1.0.0-RC1