Skip to content

Commit

Permalink
target date June 20, 2024 for SuiteSparse 7.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
DrTimothyAldenDavis committed Jun 20, 2024
1 parent b471a7f commit b1c82e1
Show file tree
Hide file tree
Showing 87 changed files with 312 additions and 309 deletions.
2 changes: 1 addition & 1 deletion AMD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

cmake_minimum_required ( VERSION 3.22 )

set ( AMD_DATE "June XX, 2024" ) # FIXME NOW
set ( AMD_DATE "June 20, 2024" )
set ( AMD_VERSION_MAJOR 3 CACHE STRING "" FORCE )
set ( AMD_VERSION_MINOR 3 CACHE STRING "" FORCE )
set ( AMD_VERSION_SUB 3 CACHE STRING "" FORCE )
Expand Down
6 changes: 3 additions & 3 deletions AMD/Demo/amd_demo.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AMD version 3.3.3, date: June XX, 2024
AMD version 3.3.3, date: June 20, 2024
AMD demo, with the 24-by-24 Harwell/Boeing matrix, can_24:

AMD version 3.3.3, June XX, 2024: approximate minimum degree ordering
AMD version 3.3.3, June 20, 2024: approximate minimum degree ordering
dense row parameter: 10
(rows with more than max (10 * sqrt (n), 16) entries are
considered "dense", and placed last in output permutation)
Expand Down Expand Up @@ -115,7 +115,7 @@ Plot of input matrix pattern:
23: . . . . . . X . . . . X X . . . . . . . . . . X
return value from amd_order: 0 (should be 0)

AMD version 3.3.3, June XX, 2024, results:
AMD version 3.3.3, June 20, 2024, results:
status: OK
n, dimension of A: 24
nz, number of nonzeros in A: 160
Expand Down
4 changes: 2 additions & 2 deletions AMD/Demo/amd_demo2.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AMD demo, with a jumbled version of the 24-by-24
Harwell/Boeing matrix, can_24:

AMD version 3.3.3, June XX, 2024: approximate minimum degree ordering
AMD version 3.3.3, June 20, 2024: approximate minimum degree ordering
dense row parameter: 10
(rows with more than max (10 * sqrt (n), 16) entries are
considered "dense", and placed last in output permutation)
Expand Down Expand Up @@ -144,7 +144,7 @@ Plot of symmetric matrix to be ordered by amd_order:
23: . . . . . . X . . . . X X . . . . . . . . . . X
return value from amd_order: 1 (should be 1)

AMD version 3.3.3, June XX, 2024, results:
AMD version 3.3.3, June 20, 2024, results:
status: OK, but jumbled
n, dimension of A: 24
nz, number of nonzeros in A: 102
Expand Down
6 changes: 3 additions & 3 deletions AMD/Demo/amd_l_demo.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
AMD version 3.3.3, date: June XX, 2024
AMD version 3.3.3, date: June 20, 2024
AMD demo, with the 24-by-24 Harwell/Boeing matrix, can_24:

AMD version 3.3.3, June XX, 2024: approximate minimum degree ordering
AMD version 3.3.3, June 20, 2024: approximate minimum degree ordering
dense row parameter: 10
(rows with more than max (10 * sqrt (n), 16) entries are
considered "dense", and placed last in output permutation)
Expand Down Expand Up @@ -115,7 +115,7 @@ Plot of input matrix pattern:
23: . . . . . . X . . . . X X . . . . . . . . . . X
return value from amd_l_order: 0 (should be 0)

AMD version 3.3.3, June XX, 2024, results:
AMD version 3.3.3, June 20, 2024, results:
status: OK
n, dimension of A: 24
nz, number of nonzeros in A: 160
Expand Down
Binary file modified AMD/Doc/AMD_UserGuide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion AMD/Doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
June XX, 2024: version 3.3.3 FIXME NOW
June 20, 2024: version 3.3.3

* minor update for MATLAB on Windows

Expand Down
2 changes: 1 addition & 1 deletion AMD/Doc/amd_version.tex
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
% version of SuiteSparse/AMD
\date{VERSION 3.3.3, June XX, 2024}
\date{VERSION 3.3.3, June 20, 2024}
2 changes: 1 addition & 1 deletion AMD/Include/amd.h
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,7 @@ void amd_version (int version [3]) ;
* Versions 1.1 and earlier of AMD do not include a #define'd version number.
*/

#define AMD_DATE "June XX, 2024"
#define AMD_DATE "June 20, 2024"
#define AMD_MAIN_VERSION 3
#define AMD_SUB_VERSION 3
#define AMD_SUBSUB_VERSION 3
Expand Down
2 changes: 1 addition & 1 deletion CAMD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

cmake_minimum_required ( VERSION 3.22 )

set ( CAMD_DATE "June XX, 2024" ) # FIXME NOW
set ( CAMD_DATE "June 20, 2024" )
set ( CAMD_VERSION_MAJOR 3 CACHE STRING "" FORCE )
set ( CAMD_VERSION_MINOR 3 CACHE STRING "" FORCE )
set ( CAMD_VERSION_SUB 3 CACHE STRING "" FORCE )
Expand Down
6 changes: 3 additions & 3 deletions CAMD/Demo/camd_demo.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CAMD version 3.3.3, date: June XX, 2024
CAMD version 3.3.3, date: June 20, 2024
CAMD demo, with the 24-by-24 Harwell/Boeing matrix, can_24:

camd version 3.3.3, June XX, 2024: approximate minimum degree ordering:
camd version 3.3.3, June 20, 2024: approximate minimum degree ordering:
dense row parameter: 10
(rows with more than max (10 * sqrt (n), 16) entries are
considered "dense", and placed last in output permutation)
Expand Down Expand Up @@ -115,7 +115,7 @@ Plot of input matrix pattern:
23: . . . . . . X . . . . X X . . . . . . . . . . X
return value from camd_order: 0 (should be 0)

CAMD version 3.3.3, June XX, 2024, results:
CAMD version 3.3.3, June 20, 2024, results:
status: OK
n, dimension of A: 24
nz, number of nonzeros in A: 160
Expand Down
4 changes: 2 additions & 2 deletions CAMD/Demo/camd_demo2.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CAMD demo, with a jumbled version of the 24-by-24
Harwell/Boeing matrix, can_24:

camd version 3.3.3, June XX, 2024: approximate minimum degree ordering:
camd version 3.3.3, June 20, 2024: approximate minimum degree ordering:
dense row parameter: 10
(rows with more than max (10 * sqrt (n), 16) entries are
considered "dense", and placed last in output permutation)
Expand Down Expand Up @@ -144,7 +144,7 @@ Plot of symmetric matrix to be ordered by camd_order:
23: . . . . . . X . . . . X X . . . . . . . . . . X
return value from camd_order: 1 (should be 1)

CAMD version 3.3.3, June XX, 2024, results:
CAMD version 3.3.3, June 20, 2024, results:
status: OK, but jumbled
n, dimension of A: 24
nz, number of nonzeros in A: 102
Expand Down
6 changes: 3 additions & 3 deletions CAMD/Demo/camd_l_demo.out
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CAMD version 3.3.3, date: June XX, 2024
CAMD version 3.3.3, date: June 20, 2024
CAMD demo, with the 24-by-24 Harwell/Boeing matrix, can_24:

camd version 3.3.3, June XX, 2024: approximate minimum degree ordering:
camd version 3.3.3, June 20, 2024: approximate minimum degree ordering:
dense row parameter: 10
(rows with more than max (10 * sqrt (n), 16) entries are
considered "dense", and placed last in output permutation)
Expand Down Expand Up @@ -115,7 +115,7 @@ Plot of input matrix pattern:
23: . . . . . . X . . . . X X . . . . . . . . . . X
return value from camd_l_order: 0 (should be 0)

CAMD version 3.3.3, June XX, 2024, results:
CAMD version 3.3.3, June 20, 2024, results:
status: OK
n, dimension of A: 24
nz, number of nonzeros in A: 160
Expand Down
Binary file modified CAMD/Doc/CAMD_UserGuide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion CAMD/Doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
June XX, 2024: version 3.3.3 FIXME NOW
June 20, 2024: version 3.3.3

* minor update for MATLAB on Windows

Expand Down
2 changes: 1 addition & 1 deletion CAMD/Doc/camd_version.tex
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
% version of SuiteSparse/CAMD
\date{VERSION 3.3.3, June XX, 2024}
\date{VERSION 3.3.3, June 20, 2024}
2 changes: 1 addition & 1 deletion CAMD/Include/camd.h
Original file line number Diff line number Diff line change
Expand Up @@ -392,7 +392,7 @@ void camd_version (int version [3]) ;
* #endif
*/

#define CAMD_DATE "June XX, 2024"
#define CAMD_DATE "June 20, 2024"
#define CAMD_MAIN_VERSION 3
#define CAMD_SUB_VERSION 3
#define CAMD_SUBSUB_VERSION 3
Expand Down
2 changes: 1 addition & 1 deletion CCOLAMD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

cmake_minimum_required ( VERSION 3.22 )

set ( CCOLAMD_DATE "June XX, 2024" ) # FIXME NOW
set ( CCOLAMD_DATE "June 20, 2024" )
set ( CCOLAMD_VERSION_MAJOR 3 CACHE STRING "" FORCE )
set ( CCOLAMD_VERSION_MINOR 3 CACHE STRING "" FORCE )
set ( CCOLAMD_VERSION_SUB 4 CACHE STRING "" FORCE )
Expand Down
4 changes: 2 additions & 2 deletions CCOLAMD/Demo/ccolamd_example.out
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Column 3, with 2 entries:
row 1
row 3

ccolamd version 3.3.4, June XX, 2024: OK.
ccolamd version 3.3.4, June 20, 2024: OK.
ccolamd: number of dense or empty rows ignored: 0
ccolamd: number of dense or empty columns ignored: 0
ccolamd: number of garbage collections performed: 0
Expand All @@ -39,7 +39,7 @@ Column 3, with 1 entries:
row 4
Column 4, with 0 entries:

csymamd version 3.3.4, June XX, 2024: OK.
csymamd version 3.3.4, June 20, 2024: OK.
csymamd: number of dense or empty rows ignored: 0
csymamd: number of dense or empty columns ignored: 0
csymamd: number of garbage collections performed: 0
Expand Down
4 changes: 2 additions & 2 deletions CCOLAMD/Demo/ccolamd_l_example.out
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Column 3, with 2 entries:
row 1
row 3

ccolamd version 3.3.4, June XX, 2024: OK.
ccolamd version 3.3.4, June 20, 2024: OK.
ccolamd: number of dense or empty rows ignored: 0
ccolamd: number of dense or empty columns ignored: 0
ccolamd: number of garbage collections performed: 0
Expand All @@ -39,7 +39,7 @@ Column 3, with 1 entries:
row 4
Column 4, with 0 entries:

csymamd version 3.3.4, June XX, 2024: OK.
csymamd version 3.3.4, June 20, 2024: OK.
csymamd: number of dense or empty rows ignored: 0
csymamd: number of dense or empty columns ignored: 0
csymamd: number of garbage collections performed: 0
Expand Down
2 changes: 1 addition & 1 deletion CCOLAMD/Doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
June XX, 2024: version 3.3.4 FIXME NOW
June 20, 2024: version 3.3.4

* minor update for MATLAB on Windows

Expand Down
2 changes: 1 addition & 1 deletion CCOLAMD/Include/ccolamd.h
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
* #endif
*/

#define CCOLAMD_DATE "June XX, 2024"
#define CCOLAMD_DATE "June 20, 2024"
#define CCOLAMD_MAIN_VERSION 3
#define CCOLAMD_SUB_VERSION 3
#define CCOLAMD_SUBSUB_VERSION 4
Expand Down
2 changes: 1 addition & 1 deletion CHOLMOD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
# cmake 3.22 is required to find the BLAS/LAPACK
cmake_minimum_required ( VERSION 3.22 )

set ( CHOLMOD_DATE "June XX, 2024" ) # FIXME NOW
set ( CHOLMOD_DATE "June 20, 2024" )
set ( CHOLMOD_VERSION_MAJOR 5 CACHE STRING "" FORCE )
set ( CHOLMOD_VERSION_MINOR 3 CACHE STRING "" FORCE )
set ( CHOLMOD_VERSION_SUB 0 CACHE STRING "" FORCE )
Expand Down
Binary file modified CHOLMOD/Doc/CHOLMOD_UserGuide.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion CHOLMOD/Doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
June XX, 2024: version 5.3.0 FIXME NOW
June 20, 2024: version 5.3.0

* added cholmod_query: to deterimine at run time which modules
of CHOLMOD have been compiled into the libcholmod.so.
Expand Down
2 changes: 1 addition & 1 deletion CHOLMOD/Doc/cholmod_version.tex
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
% version of SuiteSparse/CHOLMOD
\date{VERSION 5.3.0, June XX, 2024}
\date{VERSION 5.3.0, June 20, 2024}
2 changes: 1 addition & 1 deletion CHOLMOD/Include/cholmod.h
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@
// version control
//------------------------------------------------------------------------------

#define CHOLMOD_DATE "June XX, 2024"
#define CHOLMOD_DATE "June 20, 2024"
#define CHOLMOD_MAIN_VERSION 5
#define CHOLMOD_SUB_VERSION 3
#define CHOLMOD_SUBSUB_VERSION 0
Expand Down
2 changes: 1 addition & 1 deletion COLAMD/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

cmake_minimum_required ( VERSION 3.22 )

set ( COLAMD_DATE "June XX, 2024" ) # FIXME NOW
set ( COLAMD_DATE "June 20, 2024" )
set ( COLAMD_VERSION_MAJOR 3 CACHE STRING "" FORCE )
set ( COLAMD_VERSION_MINOR 3 CACHE STRING "" FORCE )
set ( COLAMD_VERSION_SUB 4 CACHE STRING "" FORCE )
Expand Down
4 changes: 2 additions & 2 deletions COLAMD/Demo/colamd_example.out
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Column 3, with 2 entries:
row 1
row 3

colamd version 3.3.4, June XX, 2024: OK.
colamd version 3.3.4, June 20, 2024: OK.
colamd: number of dense or empty rows ignored: 0
colamd: number of dense or empty columns ignored: 0
colamd: number of garbage collections performed: 0
Expand All @@ -39,7 +39,7 @@ Column 3, with 1 entries:
row 4
Column 4, with 0 entries:

symamd version 3.3.4, June XX, 2024: OK.
symamd version 3.3.4, June 20, 2024: OK.
symamd: number of dense or empty rows ignored: 0
symamd: number of dense or empty columns ignored: 0
symamd: number of garbage collections performed: 0
Expand Down
4 changes: 2 additions & 2 deletions COLAMD/Demo/colamd_l_example.out
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Column 3, with 2 entries:
row 1
row 3

colamd version 3.3.4, June XX, 2024: OK.
colamd version 3.3.4, June 20, 2024: OK.
colamd: number of dense or empty rows ignored: 0
colamd: number of dense or empty columns ignored: 0
colamd: number of garbage collections performed: 0
Expand All @@ -39,7 +39,7 @@ Column 3, with 1 entries:
row 4
Column 4, with 0 entries:

symamd version 3.3.4, June XX, 2024: OK.
symamd version 3.3.4, June 20, 2024: OK.
symamd: number of dense or empty rows ignored: 0
symamd: number of dense or empty columns ignored: 0
symamd: number of garbage collections performed: 0
Expand Down
2 changes: 1 addition & 1 deletion COLAMD/Doc/ChangeLog
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
June XX, 2024: version 3.3.4 FIXME NOW
June 20, 2024: version 3.3.4

* minor update for MATLAB on Windows

Expand Down
2 changes: 1 addition & 1 deletion COLAMD/Include/colamd.h
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* Versions 2.3 and earlier of COLAMD do not include a #define'd version number.
*/

#define COLAMD_DATE "June XX, 2024"
#define COLAMD_DATE "June 20, 2024"
#define COLAMD_MAIN_VERSION 3
#define COLAMD_SUB_VERSION 3
#define COLAMD_SUBSUB_VERSION 4
Expand Down
2 changes: 1 addition & 1 deletion CXSparse/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

cmake_minimum_required ( VERSION 3.22 )

set ( CXSPARSE_DATE "June XX, 2024" ) # FIXME NOW
set ( CXSPARSE_DATE "June 20, 2024" )
set ( CXSPARSE_VERSION_MAJOR 4 CACHE STRING "" FORCE )
set ( CXSPARSE_VERSION_MINOR 4 CACHE STRING "" FORCE )
set ( CXSPARSE_VERSION_SUB 1 CACHE STRING "" FORCE )
Expand Down
Loading

0 comments on commit b1c82e1

Please sign in to comment.