| b7940d39 | 30-Jun-2006 |
Satish Balay <balay@mcs.anl.gov> |
C99 complex support contrib by Mathieu Taillefumier <taillefu@mpi-halle.mpg.de>
Hg-commit: 1231aa03fa59fd9c373062e473228c578f2118d3 |
| e6b907ac | 28-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
changed Mat_SeqAIJ, BAIJ and SBAIJ structs to shared a common block of records. Updated code to use this.
Hg-commit: 65f31362560702f05a5b46398c031eb13cbcbf08 |
| 2636ff26 | 26-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
final cleanup for efficient MatMatMult for MPIAIJ*MPIDense matrices
Hg-commit: 7a4e22b1a13faab996a1bc1348e2a27f6026965e |
| f53c201f | 26-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
auto commit
Hg-commit: 837674bc383b1823de55b4f030b3d2580d5f5d65 |
| 4324174e | 26-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
completed first cut of fast MatMatMult_MPIAIJ_MPIDense Mild testing with ex109.
Hg-commit: 265ced46799b86182b2d3a4ba01bfbbc10d9c41e |
| f32d5d43 | 25-Jun-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
minor improvements to web pages partially optimised MatMatMult for AIJ * Dense -> Dense
Hg-commit: 49fdde9b92ba89a6e7ae6774d68fd55a15003b38 |
| b8f8c88e | 24-Jun-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
Optimize MatFDColoringApply() to reduce VecScatters
MatFDColoringCreate_MPIAI(): add impl for ctype == IS_COLORING_LOCAL skip calling MatFDColoringApply_SeqAIJ(). Use MatFDColoringApply(). add impl
Optimize MatFDColoringApply() to reduce VecScatters
MatFDColoringCreate_MPIAI(): add impl for ctype == IS_COLORING_LOCAL skip calling MatFDColoringApply_SeqAIJ(). Use MatFDColoringApply(). add impl when the input x1=local ghosted vector significant num of VecScatter() is reduced add 'ISColoringType ctype' into MatFDColoring struct skip DAGlobalToLocalBegin/End when the input X=local ghosted vector ISColoringGetIS(): add impl for ctype == IS_COLORING_LOCAL
Hg-commit: 754948e31e75209c086573e54b573c1a36fd912f
show more ...
|
| 4ae313f4 | 17-Jun-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
continue work on MatMatMult_AIJ_Dense()
Hg-commit: b383d98c4a2740b9dd562eaacdf5747a53292604 |
| edd81eec | 16-Jun-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
matmatmult.c Must have a prototype for the MatMatMult ALE_mem.hh Fixed type of refCnt in Obj
Hg-commit: 4ac2ac0399d107a0f2e370d9073fddde7ef53850 |
| 9123193a | 16-Jun-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
Add support for MatMatMult_AIJ_Dense()
Hg-commit: a9468febbedad8251883e65ec13590026255b2f2 |
| 51678082 | 25-May-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4328.1.1 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060525205417|51990 ChangeSet 1.4328.1.1 06/05/25 15:54:17 bsmith@barrysmith-57.mcs.anl.gov +4 -0 aij.c: no shared data non
bk-changeset-1.4328.1.1 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060525205417|51990 ChangeSet 1.4328.1.1 06/05/25 15:54:17 bsmith@barrysmith-57.mcs.anl.gov +4 -0 aij.c: no shared data nonsense *** empty log message *** pdvec.c, bvec2.c: name declared twice superlu.c: couple more superlu options into manual page
src/mat/impls/aij/seq/aij.c 1.257 06/05/25 14:38:08 bsmith@barrysmith-57.mcs.anl.gov +0 -28 no shared data nonsense
src/mat/impls/aij/seq/aij.c 1.256 06/05/24 06:47:34 bsmith@barrys-computer.local +27 -0 *** empty log message ***
src/vec/vec/impls/mpi/pdvec.c 1.76 06/05/23 16:55:11 bsmith@barrysmith-11.mcs.anl.gov +0 -1 name declared twice
src/vec/vec/impls/seq/bvec2.c 1.85 06/05/23 16:54:29 bsmith@barrysmith-11.mcs.anl.gov +0 -1 name declared twice
src/mat/impls/aij/seq/superlu/superlu.c 1.89 06/05/23 14:47:38 bsmith@barrysmith-57.mcs.anl.gov +4 -1 couple more superlu options into manual page
Hg-commit: bcdf806e8caaef5ccfdbb51f0f3cfc7ea7e29cb1
show more ...
|
| 2f59403f | 25-Apr-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4272 hzhang@shakey.mcs.anl.gov|ChangeSet|20060425140606|48912 ChangeSet 1.4272 06/04/25 09:06:06 hzhang@shakey.mcs.anl.gov +7 -0 update interfaces of external direct solvers so '
bk-changeset-1.4272 hzhang@shakey.mcs.anl.gov|ChangeSet|20060425140606|48912 ChangeSet 1.4272 06/04/25 09:06:06 hzhang@shakey.mcs.anl.gov +7 -0 update interfaces of external direct solvers so '-ksp_view' enables viewing MatFactorInfo()
src/mat/impls/dense/mpi/plapack/plapack.c 1.15 06/04/25 09:06:04 hzhang@shakey.mcs.anl.gov +1 -1 update interfaces of external direct solvers so '-ksp_view' enables viewing MatFactorInfo()
src/mat/impls/baij/mpi/dscpack/dscpack.c 1.73 06/04/25 09:06:04 hzhang@shakey.mcs.anl.gov +1 -1 update interfaces of external direct solvers so '-ksp_view' enables viewing MatFactorInfo()
src/mat/impls/aij/seq/umfpack/umfpack.c 1.52 06/04/25 09:06:04 hzhang@shakey.mcs.anl.gov +1 -1 update interfaces of external direct solvers so '-ksp_view' enables viewing MatFactorInfo()
src/mat/impls/aij/seq/superlu/superlu.c 1.88 06/04/25 09:06:04 hzhang@shakey.mcs.anl.gov +1 -1 update interfaces of external direct solvers so '-ksp_view' enables viewing MatFactorInfo()
src/mat/impls/aij/seq/spooles/aijspooles.c 1.41 06/04/25 09:06:04 hzhang@shakey.mcs.anl.gov +1 -1 update interfaces of external direct solvers so '-ksp_view' enables viewing MatFactorInfo()
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.124 06/04/25 09:06:04 hzhang@shakey.mcs.anl.gov +1 -1 update interfaces of external direct solvers so '-ksp_view' enables viewing MatFactorInfo()
src/mat/impls/aij/mpi/mumps/mumps.c 1.109 06/04/25 09:06:03 hzhang@shakey.mcs.anl.gov +1 -1 update interfaces of external direct solvers so '-ksp_view' enables viewing MatFactorInfo()
Hg-commit: 64e2b006177c64c153278dd6939825e4357b6ad8
show more ...
|
| 38877d5b | 22-Apr-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4266 hzhang@shakey.mcs.anl.gov|ChangeSet|20060422171622|39712 ChangeSet 1.4266 06/04/22 12:16:22 hzhang@shakey.mcs.anl.gov +4 -0 raise the error flag when user provides fill<1.0
bk-changeset-1.4266 hzhang@shakey.mcs.anl.gov|ChangeSet|20060422171622|39712 ChangeSet 1.4266 06/04/22 12:16:22 hzhang@shakey.mcs.anl.gov +4 -0 raise the error flag when user provides fill<1.0
src/mat/interface/matrix.c 1.218 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +6 -5 raise the error flag when user provides fill<1.0
src/mat/impls/aij/seq/matmatmult.c 1.93 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +0 -1 undo the previous change on fill < 1.0
src/mat/impls/aij/seq/aijfact.c 1.142 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +0 -4 undo the previous change on fill < 1.0
src/mat/impls/aij/mpi/mpiptap.c 1.31 06/04/22 12:16:19 hzhang@shakey.mcs.anl.gov +0 -1 undo the previous change on fill < 1.0
Hg-commit: 049df65c402b247c6fedbed2415d206360ddd16f
show more ...
|
| bfb15611 | 21-Apr-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4265 hzhang@shakey.mcs.anl.gov|ChangeSet|20060421145238|40269 ChangeSet 1.4265 06/04/21 09:52:38 hzhang@shakey.mcs.anl.gov +4 -0 set fill=1.0 when user provides fill<1.0
src/mat
bk-changeset-1.4265 hzhang@shakey.mcs.anl.gov|ChangeSet|20060421145238|40269 ChangeSet 1.4265 06/04/21 09:52:38 hzhang@shakey.mcs.anl.gov +4 -0 set fill=1.0 when user provides fill<1.0
src/mat/impls/aij/seq/matmatmult.c 1.92 06/04/21 09:52:35 hzhang@shakey.mcs.anl.gov +1 -0 set fill=1.0 when user provides fill<1.0
src/mat/impls/aij/seq/aijfact.c 1.141 06/04/21 09:52:35 hzhang@shakey.mcs.anl.gov +4 -0 set fill=1.0 when user provides fill<1.0
src/mat/impls/aij/mpi/mpiptap.c 1.30 06/04/21 09:52:35 hzhang@shakey.mcs.anl.gov +1 -0 set fill=1.0 when user provides fill<1.0
src/dm/da/src/daview.c 1.27 06/04/21 09:52:35 hzhang@shakey.mcs.anl.gov +1 -1 typo
Hg-commit: c0cb3c63ef176cc28528caf6584e91bba28723c5
show more ...
|
| f3a39bec | 18-Apr-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4263 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060418212230|26819 ChangeSet 1.4263 06/04/18 16:22:30 bsmith@barrysmith-57.mcs.anl.gov +7 -0 matrix.c, aijfact.c, lu.c, ilu.c, icc
bk-changeset-1.4263 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060418212230|26819 ChangeSet 1.4263 06/04/18 16:22:30 bsmith@barrysmith-57.mcs.anl.gov +7 -0 matrix.c, aijfact.c, lu.c, ilu.c, icc.h, icc.c, cholesky.c: PCView_factor shows actual fill ratio
src/mat/interface/matrix.c 1.217 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +1 -1 PCView_factor shows actual fill ratio
src/mat/impls/aij/seq/aijfact.c 1.140 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +4 -1 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/lu/lu.c 1.53 06/04/18 16:21:22 bsmith@barrysmith-57.mcs.anl.gov +9 -4 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/ilu/ilu.c 1.66 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +12 -2 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/icc/icc.h 1.10 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +1 -0 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/icc/icc.c 1.48 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +18 -1 PCView_factor shows actual fill ratio
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.48 06/04/18 16:21:21 bsmith@barrysmith-57.mcs.anl.gov +9 -4 PCView_factor shows actual fill ratio
Hg-commit: 7d1e3cb8dc9dd8dde2346330e6d71d613bc01825
show more ...
|
| 2fb0ec9a | 06-Apr-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4229.1.1 bsmith@barrys-computer.local|ChangeSet|20060406172743|21776 ChangeSet 1.4229.1.1 06/04/06 12:27:43 bsmith@barrys-computer.local +5 -0 pinit.c: beats me package.py:
bk-changeset-1.4229.1.1 bsmith@barrys-computer.local|ChangeSet|20060406172743|21776 ChangeSet 1.4229.1.1 06/04/06 12:27:43 bsmith@barrys-computer.local +5 -0 pinit.c: beats me package.py: warn about -with-dir and -with-include petscmat.h, aij.c: added MatCreateMPIAIJWithArrays() mpiaij.c: fix comments for MatMPIAIJSetPreallocationCSR() adding MatCreateMPIAIJWithArrays()
src/sys/objects/pinit.c 1.75.1.1 06/04/06 12:26:48 bsmith@barrys-computer.local +2 -2 beats me
python/PETSc/package.py 1.93 06/04/05 19:49:51 bsmith@barrys-computer.local +4 -0 warn about -with-dir and -with-include
include/petscmat.h 1.211 06/04/05 16:03:59 bsmith@internal.address.see.rfc1918.mc.net +1 -0 added MatCreateMPIAIJWithArrays()
src/mat/impls/aij/seq/aij.c 1.255 06/04/05 16:03:50 bsmith@internal.address.see.rfc1918.mc.net +1 -1 added MatCreateMPIAIJWithArrays()
src/mat/impls/aij/mpi/mpiaij.c 1.274 06/04/05 16:03:35 bsmith@internal.address.see.rfc1918.mc.net +5 -1 fix comments for MatMPIAIJSetPreallocationCSR()
src/mat/impls/aij/mpi/mpiaij.c 1.273 06/04/05 16:01:49 bsmith@internal.address.see.rfc1918.mc.net +52 -1 adding MatCreateMPIAIJWithArrays()
Hg-commit: 0bf5b051fbe92a6108c9eed95f81491becf4183a
show more ...
|
| ba7877a2 | 24-Mar-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4198 hzhang@shakey.mcs.anl.gov|ChangeSet|20060324152700|28483 ChangeSet 1.4198 06/03/24 09:27:00 hzhang@shakey.mcs.anl.gov +3 -0 fix memory leak
src/mat/impls/sbaij/seq/sbaijfac
bk-changeset-1.4198 hzhang@shakey.mcs.anl.gov|ChangeSet|20060324152700|28483 ChangeSet 1.4198 06/03/24 09:27:00 hzhang@shakey.mcs.anl.gov +3 -0 fix memory leak
src/mat/impls/sbaij/seq/sbaijfact.c 1.96 06/03/24 09:26:56 hzhang@shakey.mcs.anl.gov +1 -0 fix memory leak
src/mat/impls/baij/seq/baijfact3.c 1.30 06/03/24 09:26:56 hzhang@shakey.mcs.anl.gov +1 -0 fix memory leak
src/mat/impls/aij/seq/aijfact.c 1.139 06/03/24 09:26:56 hzhang@shakey.mcs.anl.gov +1 -0 fix memory leak
Hg-commit: a6c9ffed2c958af4e80117f8260f2d6165fde33b
show more ...
|
| 45938b79 | 24-Mar-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4196 hzhang@shakey.mcs.anl.gov|ChangeSet|20060324035845|29841 ChangeSet 1.4196 06/03/23 21:58:45 hzhang@shakey.mcs.anl.gov +4 -0 mv error msg into inline function
src/mat/matimp
bk-changeset-1.4196 hzhang@shakey.mcs.anl.gov|ChangeSet|20060324035845|29841 ChangeSet 1.4196 06/03/23 21:58:45 hzhang@shakey.mcs.anl.gov +4 -0 mv error msg into inline function
src/mat/matimpl.h 1.104 06/03/23 21:58:43 hzhang@shakey.mcs.anl.gov +1 -0 menu update
src/mat/impls/sbaij/seq/sbaijfact.c 1.95 06/03/23 21:58:42 hzhang@shakey.mcs.anl.gov +5 -13 mv error msg into inline function
src/mat/impls/baij/seq/baijfact.c 1.40 06/03/23 21:58:42 hzhang@shakey.mcs.anl.gov +4 -12 mv error msg into inline function
src/mat/impls/aij/seq/aijfact.c 1.138 06/03/23 21:58:42 hzhang@shakey.mcs.anl.gov +1 -0 fix memory leak
Hg-commit: efffe05cadeb990fba688e75c93423a926a720fd
show more ...
|
| 059926c8 | 23-Mar-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4191 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060323210328|22090 ChangeSet 1.4191 06/03/23 15:03:28 bsmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/pet
bk-changeset-1.4191 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060323210328|22090 ChangeSet 1.4191 06/03/23 15:03:28 bsmith@barrysmith-57.mcs.anl.gov +0 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/bsmith/Src/petsc-dev
Hg-commit: 75f60158a4e21ad6615cc7fb6878f08289b93dd7
show more ...
|
| 5b5bc046 | 23-Mar-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4180.1.1 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060323210304|18048 ChangeSet 1.4180.1.1 06/03/23 15:03:04 bsmith@barrysmith-57.mcs.anl.gov +9 -0 minor cleanup added -mat_fa
bk-changeset-1.4180.1.1 bsmith@barrysmith-57.mcs.anl.gov|ChangeSet|20060323210304|18048 ChangeSet 1.4180.1.1 06/03/23 15:03:04 bsmith@barrysmith-57.mcs.anl.gov +9 -0 minor cleanup added -mat_factor_dump_on_error to help track down problems factoring certain matrices.
src/sys/fileio/mprint.c 1.53 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +29 -0 wrapper for snprintf()
src/mat/matimpl.h 1.103 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +8 -14 put error call for zero pivot directly into MatLUCheckShift_inline() instead of after each time it is called
src/mat/impls/csr/inode/inode.c 1.63 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +18 -54 put zero pivot error call directly into MatLUCheckShift_inline() macro instead of after each time it is used
src/mat/impls/aij/seq/aijfact.c 1.137 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +29 -13 tool to dump matrix on failed numerical factorization
src/ksp/ksp/interface/itfunc.c 1.80 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +1 -1 duplicated wrong vector for rectangular matrices
src/ksp/ksp/interface/iterativ.c 1.45 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +1 -1 missing error check
src/dm/da/utils/fdda.c 1.59 06/03/23 15:03:00 bsmith@barrysmith-57.mcs.anl.gov +4 -4 strange declaration of dfill, should be one d
include/petsc.h 1.162 06/03/23 15:02:59 bsmith@barrysmith-57.mcs.anl.gov +3 -2 Petsc wrapper for snprintf()
src/ksp/pc/impls/bjacobi/bjacobi.c 1.55 06/03/21 13:55:06 bsmith@barrys-computer.local +2 -5 replace outdated PetscMalloc(2*something...) with PetscMalloc/Free2()
Hg-commit: b1a53faf9034c82d9fb6c8162d8a4847fe58d779
show more ...
|
| c75a6043 | 20-Mar-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4182 hzhang@shakey.mcs.anl.gov|ChangeSet|20060320195701|12616 ChangeSet 1.4182 06/03/20 13:57:01 hzhang@shakey.mcs.anl.gov +7 -0 add MatCreateSeqBAIJWithArrays() and MatCreateSeqSB
bk-changeset-1.4182 hzhang@shakey.mcs.anl.gov|ChangeSet|20060320195701|12616 ChangeSet 1.4182 06/03/20 13:57:01 hzhang@shakey.mcs.anl.gov +7 -0 add MatCreateSeqBAIJWithArrays() and MatCreateSeqSBAIJWithArrays()
src/mat/impls/sbaij/seq/sbaij.h 1.40 06/03/20 13:56:58 hzhang@shakey.mcs.anl.gov +1 -0 add MatCreateSeqSBAIJWithArrays()
src/mat/impls/sbaij/seq/sbaij.c 1.160 06/03/20 13:56:58 hzhang@shakey.mcs.anl.gov +77 -1 add MatCreateSeqSBAIJWithArrays()
src/mat/impls/baij/seq/baij.h 1.32 06/03/20 13:56:57 hzhang@shakey.mcs.anl.gov +2 -1 add MatCreateSeqBAIJWithArrays()
src/mat/impls/baij/seq/baij.c 1.148 06/03/20 13:56:57 hzhang@shakey.mcs.anl.gov +77 -1 add MatCreateSeqBAIJWithArrays()
src/mat/impls/aij/seq/aij.c 1.254 06/03/20 13:56:57 hzhang@shakey.mcs.anl.gov +1 -1 typo
src/mat/examples/tests/makefile 1.66 06/03/20 13:56:57 hzhang@shakey.mcs.anl.gov +9 -1 add ex107.c - test plapack ex108.c - test MatCreateSeqBAIJWithArrays() and MatCreateSeqSBAIJWithArrays()
include/petscmat.h 1.210 06/03/20 13:56:57 hzhang@shakey.mcs.anl.gov +2 -0 add MatCreateSeqBAIJWithArrays() and MatCreateSeqSBAIJWithArrays()
Hg-commit: d7a9db6e058af7f546edb9b86f2d1009b0c7ad2b
show more ...
|
| 42898933 | 17-Mar-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4162 hzhang@shakey.mcs.anl.gov|ChangeSet|20060317172328|41099 ChangeSet 1.4162 06/03/17 11:23:28 hzhang@shakey.mcs.anl.gov +1 -0 bugfix as complained in the nightly test
src/mat
bk-changeset-1.4162 hzhang@shakey.mcs.anl.gov|ChangeSet|20060317172328|41099 ChangeSet 1.4162 06/03/17 11:23:28 hzhang@shakey.mcs.anl.gov +1 -0 bugfix as complained in the nightly test
src/mat/impls/aij/seq/aijfact.c 1.136 06/03/17 11:23:26 hzhang@shakey.mcs.anl.gov +4 -3 bugfix as complained in the nightly test
Hg-commit: 0d6e27a1ce326a646edeb91533902ad332ecedab
show more ...
|
| 9deb78dc | 15-Mar-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4144 hzhang@shakey.mcs.anl.gov|ChangeSet|20060315223958|16497 ChangeSet 1.4144 06/03/15 16:39:58 hzhang@shakey.mcs.anl.gov +1 -0 attempted bugfix for passing a ptr of a class into
bk-changeset-1.4144 hzhang@shakey.mcs.anl.gov|ChangeSet|20060315223958|16497 ChangeSet 1.4144 06/03/15 16:39:58 hzhang@shakey.mcs.anl.gov +1 -0 attempted bugfix for passing a ptr of a class into MatLUCheckShift_inline()
src/mat/impls/aij/seq/aijfact.c 1.135 06/03/15 16:39:55 hzhang@shakey.mcs.anl.gov +5 -5 attempted bugfix for passing a ptr of a class into MatLUCheckShift_inline()
Hg-commit: 821274a8647d1208104c784bc0010bf1f120c691
show more ...
|
| d7ee0231 | 12-Mar-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4132.1.2 bsmith@barrys-computer.local|ChangeSet|20060312033302|20136 ChangeSet 1.4132.1.2 06/03/11 21:33:02 bsmith@barrys-computer.local +15 -0 nightly build fixes including fix re
bk-changeset-1.4132.1.2 bsmith@barrys-computer.local|ChangeSet|20060312033302|20136 ChangeSet 1.4132.1.2 06/03/11 21:33:02 bsmith@barrys-computer.local +15 -0 nightly build fixes including fix related to vecscatter
src/snes/examples/tutorials/output/ex3_4.out 1.3 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/mat/impls/rowbs/mpi/mpirowbs.c 1.90 06/03/11 21:32:58 bsmith@barrys-computer.local +3 -4 nightly build fixes
src/mat/impls/aij/seq/aijfact.c 1.134 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.32 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/impls/factor/factor.c 1.10 06/03/11 21:32:58 bsmith@barrys-computer.local +0 -6 nightly build fixes
src/ksp/pc/impls/bjacobi/bjacobi.c 1.54 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/impls/asm/asm.c 1.55 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/examples/tutorials/ex2.c 1.16 06/03/11 21:32:58 bsmith@barrys-computer.local +1 -1 nightly build fixes
src/ksp/pc/examples/tutorials/ex1.c 1.14 06/03/11 21:32:58 bsmith@barrys-computer.local +2 -2 nightly build fixes
src/ksp/ksp/examples/tutorials/makefile 1.96 06/03/11 21:32:58 bsmith@barrys-computer.local +3 -3 nightly build fixes
src/ksp/ksp/examples/tests/makefile 1.36 06/03/11 21:32:57 bsmith@barrys-computer.local +2 -2 nightly build fixes
src/snes/examples/tutorials/ex3.c 1.18 06/03/11 21:24:52 bsmith@barrys-computer.local +2 -2 don't take the chance of dividing by zero
src/mat/impls/aij/mpi/mpiaij.c 1.272 06/03/11 15:37:32 bsmith@barrys-computer.local +5 -4 cannot use requests inside the VecScatter data structures because they many have import information in them already, like persistent sends and receives
src/vec/vec/utils/vpscat.c 1.82 06/03/11 14:17:56 bsmith@barrys-computer.local +36 -0 some compilers complain about enumerated value not used in switch statement
src/vec/vec/utils/vpscat.h 1.6 06/03/11 14:14:20 bsmith@barrys-computer.local +2 -2 uninitialized logging variable
src/vec/vec/utils/vpscat.h 1.5 06/03/11 14:05:14 bsmith@barrys-computer.local +3 -3 don't need args when undefining macro
src/vec/vec/utils/vpscat.h 1.4 06/03/11 14:03:46 bsmith@barrys-computer.local +1 -0 some system want a cr on the last undef
Hg-commit: 9198c90cc4d91588bf2cb65da540ef00268ee96c
show more ...
|
| 032299f8 | 10-Mar-2006 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.4131 hzhang@shakey.mcs.anl.gov|ChangeSet|20060310235501|04173 ChangeSet 1.4131 06/03/10 17:55:01 hzhang@shakey.mcs.anl.gov +3 -0 add diagnostic output for the case of extremely lar
bk-changeset-1.4131 hzhang@shakey.mcs.anl.gov|ChangeSet|20060310235501|04173 ChangeSet 1.4131 06/03/10 17:55:01 hzhang@shakey.mcs.anl.gov +3 -0 add diagnostic output for the case of extremely large rs
src/mat/matimpl.h 1.100 06/03/10 17:54:58 hzhang@shakey.mcs.anl.gov +16 -2 add diagnostic output for the case of extremely large rs
src/mat/impls/csr/inode/inode.c 1.62 06/03/10 17:54:58 hzhang@shakey.mcs.anl.gov +12 -12 add diagnostic output for the case of extremely large rs
src/mat/impls/aij/seq/aijfact.c 1.133 06/03/10 17:54:58 hzhang@shakey.mcs.anl.gov +1 -1 add diagnostic output for the case of extremely large rs
Hg-commit: 7f2b22df38f1a49dc6e4dd114a0dfa967988dc10
show more ...
|