| 0e36024f | 06-May-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2210.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040506162120|34312 ChangeSet 1.2210.1.1 04/05/06 11:21:20 hzhang@smash.mcs.anl.gov +8 -0 add additional input arguments to MatMerge_()
bk-changeset-1.2210.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040506162120|34312 ChangeSet 1.2210.1.1 04/05/06 11:21:20 hzhang@smash.mcs.anl.gov +8 -0 add additional input arguments to MatMerge_() for matrix product compatibility
src/mat/impls/aij/seq/matptap.c 1.36 04/05/06 11:21:19 hzhang@smash.mcs.anl.gov +275 -24 MatPtAP() works for mpiaij, but not optimized yet
src/mat/impls/aij/seq/matmatmult.c 1.72 04/05/06 11:21:19 hzhang@smash.mcs.anl.gov +2 -2 add additional input arguments to MatMerge_() for matrix product compatibility
src/mat/impls/aij/mpi/mpiaij.c 1.140 04/05/06 11:21:19 hzhang@smash.mcs.anl.gov +22 -13 add additional input arguments to MatMerge_() for matrix product compatibility
src/mat/examples/tests/makefile 1.24 04/05/06 11:21:19 hzhang@smash.mcs.anl.gov +5 -1 add ex96.c for testing PtAP()
src/mat/examples/tests/ex95.c 1.4 04/05/06 11:21:19 hzhang@smash.mcs.anl.gov +3 -3 add additional input arguments to MatMerge_() for matrix product compatibility
src/mat/examples/tests/ex94.c 1.8 04/05/06 11:21:19 hzhang@smash.mcs.anl.gov +6 -5 add additional input arguments to MatMerge_() for matrix product compatibility
src/mat/examples/tests/ex86.c 1.6 04/05/06 11:21:19 hzhang@smash.mcs.anl.gov +1 -1 add additional input arguments to MatMerge_() for matrix product compatibility
include/petscmat.h 1.132 04/05/06 11:21:19 hzhang@smash.mcs.anl.gov +2 -2 add additional input arguments to MatMerge_() for matrix product compatibility
Hg-commit: 077605dcd5b1ca83f0eac82ba2fee2e256b7a34d
show more ...
|
| fc28d1ac | 30-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2199 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205106|47880 ChangeSet 1.2199 04/04/30 15:51:06 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits
bk-changeset-1.2199 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205106|47880 ChangeSet 1.2199 04/04/30 15:51:06 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barrysmith-57.mcs.anl.gov:/Users/barrysmith/petsc-dev
include/petsc.h 1.73 04/04/30 15:51:06 barrysmith@barrysmith-57.mcs.anl.gov +0 -0 Auto merged
Hg-commit: 58e41adfce5e0f9a01e542232d320daabc69b97d
show more ...
|
| 6f69ff64 | 30-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2196.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205055|15899 ChangeSet 1.2196.1.1 04/04/30 15:50:55 barrysmith@barrysmith-57.mcs.anl.gov +37 -0 more support for 64b
bk-changeset-1.2196.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040430205055|15899 ChangeSet 1.2196.1.1 04/04/30 15:50:55 barrysmith@barrysmith-57.mcs.anl.gov +37 -0 more support for 64bit ints
src/vec/utils/vecio.c 1.35 04/04/30 15:50:53 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
src/vec/impls/seq/bvec2.c 1.47 04/04/30 15:50:53 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 more support for 64bit ints
src/vec/impls/mpi/pmap.c 1.14 04/04/30 15:50:53 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 more support for 64bit ints
src/vec/impls/mpi/pdvec.c 1.31 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
src/vec/examples/tutorials/ex9.c 1.7 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +6 -4 more support for 64bit ints
src/vec/examples/tutorials/ex8.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +6 -4 more support for 64bit ints
src/vec/examples/tutorials/ex7.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 more support for 64bit ints
src/vec/examples/tutorials/ex6.c 1.7 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +15 -12 more support for 64bit ints
src/vec/examples/tutorials/ex5.c 1.10 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +7 -5 more support for 64bit ints
src/vec/examples/tutorials/ex3.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -2 more support for 64bit ints
src/vec/examples/tutorials/ex2.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -3 more support for 64bit ints
src/vec/examples/tutorials/ex11.c 1.7 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -4 more support for 64bit ints
src/vec/examples/tutorials/ex10.c 1.6 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -6 more support for 64bit ints
src/vec/examples/tutorials/ex1.c 1.8 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 more support for 64bit ints
src/vec/examples/tests/ex20f.F 1.9 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/sys/src/viewer/impls/socket/sendsparse.c 1.10 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 more support for 64bit ints
src/sys/src/viewer/impls/socket/senddense.c 1.11 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 more support for 64bit ints
src/sys/src/viewer/impls/socket/send.c 1.24 04/04/30 15:50:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
src/sys/src/viewer/impls/mathematica/mathematica.c 1.34 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/sys/src/utils/psplit.c 1.12 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/sys/src/objects/ams/aoptions.c 1.24 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 more support for 64bit ints
src/sys/src/fileio/sysio.c 1.19 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +78 -116 more support for 64bit ints
src/sys/src/error/adebug.c 1.31 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +8 -6 more support for 64bit ints
src/mat/impls/rowbs/mpi/mpirowbs.c 1.56 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +15 -14 more support for 64bit ints
src/mat/impls/dense/seq/dense.c 1.57 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 more support for 64bit ints
src/mat/impls/bdiag/seq/bdiag3.c 1.18 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/mat/impls/baij/seq/baij.c 1.88 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 more support for 64bit ints
src/mat/impls/aij/seq/aij.c 1.155 04/04/30 15:50:51 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 more support for 64bit ints
src/mat/impls/aij/mpi/mpiaij.c 1.138 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +10 -9 more support for 64bit ints
src/fortran/custom/zsys.c 1.22 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 more support for 64bit ints
src/fortran/custom/zmat.c 1.34 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +13 -0 missing fortran stub requested via petsc-maint
src/dm/ao/impls/basic/aodatabasic.c 1.19 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 more support for 64bit ints
include/vecimpl.h 1.26 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +18 -18 more support for 64bit ints
include/petscviewer.h 1.40 04/04/30 15:50:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 more support for 64bit ints
include/petscsys.h 1.22 04/04/30 15:50:49 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 more support for 64bit ints
include/petscoptions.h 1.18 04/04/30 15:50:49 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 more support for 64bit ints
include/petsc.h 1.71.1.1 04/04/30 15:50:49 barrysmith@barrysmith-57.mcs.anl.gov +7 -3 more support for 64bit ints
Hg-commit: 849ad6c75cbfe5f783423c300bde0c56dae84e17
show more ...
|
| 15e32a18 | 30-Apr-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2198 hzhang@smash.mcs.anl.gov|ChangeSet|20040430005333|53842 ChangeSet 1.2198 04/04/29 19:53:33 hzhang@smash.mcs.anl.gov +4 -0 bug/warning fix for nightly tests.
src/mat/impls/a
bk-changeset-1.2198 hzhang@smash.mcs.anl.gov|ChangeSet|20040430005333|53842 ChangeSet 1.2198 04/04/29 19:53:33 hzhang@smash.mcs.anl.gov +4 -0 bug/warning fix for nightly tests.
src/mat/impls/aij/seq/matmatmult.c 1.71 04/04/29 19:53:32 hzhang@smash.mcs.anl.gov +0 -2 bug/warning fix for nightly tests.
src/mat/examples/tests/ex94.c 1.7 04/04/29 19:53:32 hzhang@smash.mcs.anl.gov +2 -2 bug/warning fix for nightly tests.
src/mat/examples/tests/output/ex94_2.out 1.1 04/04/29 19:43:01 hzhang@smash.mcs.anl.gov +0 -0
src/mat/examples/tests/output/ex94_2.out 1.0 04/04/29 19:43:01 hzhang@smash.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/examples/tests/output/ex94_2.out
src/mat/examples/tests/output/ex94_1.out 1.1 04/04/29 19:42:55 hzhang@smash.mcs.anl.gov +0 -0
src/mat/examples/tests/output/ex94_1.out 1.0 04/04/29 19:42:55 hzhang@smash.mcs.anl.gov +0 -0 BitKeeper file /sandbox/hzhang/petsc-dev/src/mat/examples/tests/output/ex94_1.out
Hg-commit: 1f6521faaa07160f61e5fa847d4c400f0b8ffe88
show more ...
|
| 4f9ea19c | 29-Apr-2004 |
victorle <victorle@tibook500ve.cs.utk.edu> |
bk-changeset-1.2189.1.4 victorle@tibook500ve.cs.utk.edu|ChangeSet|20040429184516|32888 ChangeSet 1.2189.1.4 04/04/29 14:45:16 victorle@tibook500ve.cs.utk.edu +1 -0 darn those permissive compilers
bk-changeset-1.2189.1.4 victorle@tibook500ve.cs.utk.edu|ChangeSet|20040429184516|32888 ChangeSet 1.2189.1.4 04/04/29 14:45:16 victorle@tibook500ve.cs.utk.edu +1 -0 darn those permissive compilers
src/mat/impls/aij/seq/matmatmult.c 1.70 04/04/29 14:45:12 victorle@tibook500ve.cs.utk.edu +1 -1 darn those permissive compilers
Hg-commit: 1c28e9def73ee4de95e2a15d37ebe5a07694577e
show more ...
|
| d20bfe6f | 28-Apr-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2189.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040428165433|30214 ChangeSet 1.2189.1.2 04/04/28 11:54:33 hzhang@smash.mcs.anl.gov +1 -0 resume Kris' original low level codes for b
bk-changeset-1.2189.1.2 hzhang@smash.mcs.anl.gov|ChangeSet|20040428165433|30214 ChangeSet 1.2189.1.2 04/04/28 11:54:33 hzhang@smash.mcs.anl.gov +1 -0 resume Kris' original low level codes for better performance on PtAP matrix product.
src/mat/impls/aij/seq/matptap.c 1.35 04/04/28 11:54:32 hzhang@smash.mcs.anl.gov +177 -23 resume to Kris' original low level codes for better performance
Hg-commit: 8cfc1be2a76c975078d33a3e6d5bad550a956124
show more ...
|
| 3c99c648 | 28-Apr-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2189.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040428160049|31758 ChangeSet 1.2189.1.1 04/04/28 11:00:49 hzhang@smash.mcs.anl.gov +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev
bk-changeset-1.2189.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040428160049|31758 ChangeSet 1.2189.1.1 04/04/28 11:00:49 hzhang@smash.mcs.anl.gov +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into smash.mcs.anl.gov:/sandbox/hzhang/petsc-dev
src/mat/impls/aij/mpi/mpiaij.c 1.135.1.1 04/04/28 11:00:48 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
include/petscsys.h 1.21 04/04/28 11:00:48 hzhang@smash.mcs.anl.gov +0 -0 Auto merged
Hg-commit: bdfc4bc17cf45e55ad6bd8ea2945b21a807efcc5
show more ...
|
| be0fcf8d | 28-Apr-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2188.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040428155943|23204 ChangeSet 1.2188.1.1 04/04/28 10:59:43 hzhang@smash.mcs.anl.gov +3 -0 optimize macros for linked list: use a bit
bk-changeset-1.2188.1.1 hzhang@smash.mcs.anl.gov|ChangeSet|20040428155943|23204 ChangeSet 1.2188.1.1 04/04/28 10:59:43 hzhang@smash.mcs.anl.gov +3 -0 optimize macros for linked list: use a bitarray to skip searching of redundant entries
src/mat/impls/aij/seq/matmatmult.c 1.69 04/04/28 10:59:41 hzhang@smash.mcs.anl.gov +16 -10 optimize macros for linked list: use a bitarray to skip searching of redundant entries
src/mat/impls/aij/mpi/mpiaij.c 1.134.1.1 04/04/28 10:59:41 hzhang@smash.mcs.anl.gov +10 -7 optimize macros for linked list: use a bitarray to skip searching of redundant entries
include/petscsys.h 1.19.1.1 04/04/28 10:59:41 hzhang@smash.mcs.anl.gov +38 -15 optimize macros for linked list: use a bitarray to skip searching of redundant entries
Hg-commit: b9053089af1cac0b0c3ad8244e49498d9643e427
show more ...
|
| 74c0acf4 | 28-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2189 barrysmith@barry-smiths-computer.local|ChangeSet|20040428032904|34851 ChangeSet 1.2189 04/04/27 22:29:04 barrysmith@barry-smiths-computer.local +2 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.2189 barrysmith@barry-smiths-computer.local|ChangeSet|20040428032904|34851 ChangeSet 1.2189 04/04/27 22:29:04 barrysmith@barry-smiths-computer.local +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
todo 1.55 04/04/27 22:29:03 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/seq/matptap.c 1.34 04/04/27 22:29:03 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 8fe04a1ad39022e7e32c1172e8a29ec88ec4dc63
show more ...
|
| 32dcc486 | 28-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2184.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040428032847|46225 ChangeSet 1.2184.1.1 04/04/27 22:28:47 barrysmith@barry-smiths-computer.local +82 -0 started adding P
bk-changeset-1.2184.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040428032847|46225 ChangeSet 1.2184.1.1 04/04/27 22:28:47 barrysmith@barry-smiths-computer.local +82 -0 started adding PetscInt to allow 64 bit indexing into vectors plus fixes for PetscMPIInt plus MPI_Op_free()s in PetscFinalize()
todo 1.53.1.1 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +2 -0 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/utils/vscat.c 1.21 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +86 -85 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/utils/vpscat.c 1.20 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +165 -160 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/utils/vinv.c 1.29 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +30 -30 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/utils/vecstash.c 1.12 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +28 -28 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/utils/vecio.c 1.33 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +4 -2 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/utils/pipeline.c 1.15 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +4 -3 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/utils/comb.c 1.18 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +1 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/utils/isltog.c 1.22 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +69 -68 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/utils/isdiff.c 1.10 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +4 -4 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/utils/iscomp.c 1.12 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +7 -7 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/utils/iscoloring.c 1.22 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +51 -51 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/utils/isblock.c 1.7 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +20 -20 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/isimpl.h 1.8 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +13 -13 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/interface/index.c 1.11 04/04/27 22:28:43 barrysmith@barry-smiths-computer.local +6 -6 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/impls/stride/stride.c 1.13 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +14 -14 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/impls/general/strgen.c 1.7 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +8 -8 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/impls/general/general.h 1.5 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +3 -3 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/impls/general/general.c 1.13 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +16 -16 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/impls/block/block.c 1.14 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +24 -24 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/is/examples/tutorials/ex1.c 1.6 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +4 -2 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/interface/vector.c 1.89 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +58 -57 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/interface/map.c 1.18 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +6 -6 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/shared/shvec.c 1.22 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +8 -7 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/seq/vseqcr.c 1.12 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +1 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/seq/dvec2.c 1.19 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +22 -22 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/seq/bvec2.c 1.46 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +13 -12 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/mpi/vmpicr.c 1.10 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +1 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/mpi/pvecimpl.h 1.8 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +11 -11 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/mpi/pvec2.c 1.11 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +16 -15 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/mpi/pmap.c 1.13 04/04/27 22:28:42 barrysmith@barry-smiths-computer.local +4 -4 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/mpi/pdvec.c 1.30 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +36 -30 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/mpi/pbvec.c 1.24 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +8 -8 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/impls/dvecimpl.h 1.9 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +6 -6 started adding PetscInt to allow 64 bit indexing into vectors
src/vec/examples/tutorials/ex1f.F 1.7 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +3 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/viewer/impls/draw/drawv.c 1.19 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +4 -2 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/viewer/impls/ascii/filev.c 1.28 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +4 -2 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/utils/sortip.c 1.11 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +12 -12 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/utils/sorti.c 1.10 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +8 -8 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/utils/sortd.c 1.9 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +4 -4 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/utils/select.c 1.13 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +5 -4 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/utils/psplit.c 1.11 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +4 -4 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/plog/ploginfo.c 1.21 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +5 -5 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/plog/plog.c 1.48 04/04/27 22:28:41 barrysmith@barry-smiths-computer.local +2 -2 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/plog/eventLog.c 1.30 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +7 -4 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/objects/state.c 1.12 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +3 -3 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/objects/pinit.c 1.42 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +20 -10 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/objects/init.c 1.33 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +5 -5 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/memory/mtr.c 1.27 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +4 -4 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/matlabengine/matlab.c 1.31 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +1 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/fileio/rpath.c 1.10 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +1 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/fileio/ghome.c 1.14 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +1 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/fileio/fwd.c 1.13 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +1 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/draw/impls/x/xops.c 1.19 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +6 -5 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/examples/tutorials/ex4.c 1.8 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +5 -5 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/examples/tutorials/ex3.c 1.8 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +3 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/examples/tutorials/ex2.c 1.6 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +2 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/examples/tutorials/ex1.c 1.6 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +2 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/examples/tests/ex9.c 1.6 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +2 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/examples/tests/ex7.c 1.6 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +1 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/examples/tests/ex2.c 1.6 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +2 -2 started adding PetscInt to allow 64 bit indexing into vectors
src/pf/pfimpl.h 1.8 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +3 -3 started adding PetscInt to allow 64 bit indexing into vectors
src/pf/interface/pf.c 1.19 04/04/27 22:28:40 barrysmith@barry-smiths-computer.local +4 -4 started adding PetscInt to allow 64 bit indexing into vectors
src/pf/impls/string/cstring.c 1.11 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +2 -4 started adding PetscInt to allow 64 bit indexing into vectors
src/pf/impls/constant/const.c 1.9 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +9 -9 started adding PetscInt to allow 64 bit indexing into vectors
src/mat/impls/dense/mpi/mpidense.c 1.42 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +14 -13 started adding PetscInt to allow 64 bit indexing into vectors
src/mat/impls/dense/mpi/mmdense.c 1.13 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +15 -15 started adding PetscInt to allow 64 bit indexing into vectors
src/mat/impls/aij/seq/matptap.c 1.32.1.1 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +1 -1 started adding PetscInt to allow 64 bit indexing into vectors
src/mat/impls/aij/mpi/mpiov.c 1.19 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +45 -41 started adding PetscInt to allow 64 bit indexing into vectors
src/mat/impls/aij/mpi/mpiaij.c 1.135 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +28 -25 started adding PetscInt to allow 64 bit indexing into vectors
src/fortran/custom/zstart.c 1.17 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +20 -2 started adding PetscInt to allow 64 bit indexing into vectors
include/vecimpl.h 1.25 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +58 -58 started adding PetscInt to allow 64 bit indexing into vectors
include/petscvec.h 1.50 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +57 -57 started adding PetscInt to allow 64 bit indexing into vectors
include/petscsys.h 1.20 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +10 -10 started adding PetscInt to allow 64 bit indexing into vectors
include/petscpf.h 1.13 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +3 -3 started adding PetscInt to allow 64 bit indexing into vectors
include/petscis.h 1.19 04/04/27 22:28:39 barrysmith@barry-smiths-computer.local +35 -35 started adding PetscInt to allow 64 bit indexing into vectors
include/petschead.h 1.35 04/04/27 22:28:38 barrysmith@barry-smiths-computer.local +9 -9 started adding PetscInt to allow 64 bit indexing into vectors
include/petsc.h 1.68 04/04/27 22:28:38 barrysmith@barry-smiths-computer.local +10 -5 started adding PetscInt to allow 64 bit indexing into vectors
include/mpiuni/mpi.h 1.18 04/04/27 22:28:38 barrysmith@barry-smiths-computer.local +1 -0 started adding PetscInt to allow 64 bit indexing into vectors
src/sys/src/fileio/fpath.c 1.14 04/04/27 15:53:27 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 avoid crappy C std isalnum since it caused grief on some user's system.
BitKeeper/deleted/.del-ex4.c~eb73185bad86770 1.4 04/04/26 14:49:42 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 Delete: src/sys/examples/tests/ex4.c
src/sys/src/error/examples/tests/ex1.c 1.2 04/04/26 14:39:01 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 only print message for real signal
Hg-commit: ca169b5a2c2c7aabc8bc777bbd420442205bd1d8
show more ...
|
| 170ef064 | 25-Apr-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2185 hzhang@smash.mcs.anl.gov|ChangeSet|20040425180919|37662 ChangeSet 1.2185 04/04/25 13:09:19 hzhang@smash.mcs.anl.gov +3 -0 replace low level coding of MatPtAPNumeric_SeqAIJ_Seq
bk-changeset-1.2185 hzhang@smash.mcs.anl.gov|ChangeSet|20040425180919|37662 ChangeSet 1.2185 04/04/25 13:09:19 hzhang@smash.mcs.anl.gov +3 -0 replace low level coding of MatPtAPNumeric_SeqAIJ_SeqAIJ by calling MatMatMult() and MatMatMultTranspose() - reduce code duplication.
src/mat/impls/aij/seq/matptap.c 1.33 04/04/25 13:09:17 hzhang@smash.mcs.anl.gov +10 -67 replace low level coding of MatPtAPNumeric_SeqAIJ_SeqAIJ by calling MatMatMult() and MatMatMultTranspose() to reduce code duplication.
src/mat/impls/aij/seq/matmatmult.c 1.68 04/04/25 13:09:17 hzhang@smash.mcs.anl.gov +1 -2 bug fix.
src/mat/examples/tests/ex94.c 1.6 04/04/25 13:09:17 hzhang@smash.mcs.anl.gov +57 -27 tests on MatMatMult, MatMatMultTranspose, MatPtAP
Hg-commit: cd4b0ce54c2a0258e5c445ae9005e31857b14fe3
show more ...
|
| 76dea76e | 24-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2182 barrysmith@barry-smiths-computer.local|ChangeSet|20040424024059|37497 ChangeSet 1.2182 04/04/23 21:40:59 barrysmith@barry-smiths-computer.local +2 -0 Merge bk://petsc@petsc.bk
bk-changeset-1.2182 barrysmith@barry-smiths-computer.local|ChangeSet|20040424024059|37497 ChangeSet 1.2182 04/04/23 21:40:59 barrysmith@barry-smiths-computer.local +2 -0 Merge bk://petsc@petsc.bkbits.net/petsc-dev into barry-smiths-computer.local:/Users/barrysmith/petsc-dev
src/mat/impls/aij/seq/aij.c 1.154 04/04/23 21:40:59 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
src/mat/impls/aij/mpi/mpiaij.c 1.134 04/04/23 21:40:58 barrysmith@barry-smiths-computer.local +0 -0 Auto merged
Hg-commit: 3277f105595c237eb6cefbe3e11007715d8a3add
show more ...
|
| 4ce68768 | 24-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2177.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040424024048|33849 ChangeSet 1.2177.1.1 04/04/23 21:40:48 barrysmith@barry-smiths-computer.local +22 -0 PetscBLASInt typ
bk-changeset-1.2177.1.1 barrysmith@barry-smiths-computer.local|ChangeSet|20040424024048|33849 ChangeSet 1.2177.1.1 04/04/23 21:40:48 barrysmith@barry-smiths-computer.local +22 -0 PetscBLASInt type for integers passed to BLAS/LAPACK
src/vec/impls/seq/bvec2.c 1.44 04/04/23 21:40:46 barrysmith@barry-smiths-computer.local +4 -3 PetscBLASInt type for integers passed to BLAS/LAPACK
src/vec/impls/seq/bvec1.c 1.9 04/04/23 21:40:46 barrysmith@barry-smiths-computer.local +18 -18 PetscBLASInt type for integers passed to BLAS/LAPACK
src/vec/impls/mpi/pvec2.c 1.10 04/04/23 21:40:46 barrysmith@barry-smiths-computer.local +2 -2 PetscBLASInt type for integers passed to BLAS/LAPACK
src/vec/impls/esi/ebvec1.c 1.38 04/04/23 21:40:46 barrysmith@barry-smiths-computer.local +2 -2 PetscBLASInt type for integers passed to BLAS/LAPACK
src/sys/src/utils/memc.c 1.20 04/04/23 21:40:46 barrysmith@barry-smiths-computer.local +2 -2 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/sbaij/seq/sbaij2.c 1.26 04/04/23 21:40:46 barrysmith@barry-smiths-computer.local +1 -1 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/sbaij/seq/sbaij.c 1.106 04/04/23 21:40:45 barrysmith@barry-smiths-computer.local +4 -3 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/dense/seq/dense.h 1.8 04/04/23 21:40:45 barrysmith@barry-smiths-computer.local +2 -2 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/dense/seq/dense.c 1.56 04/04/23 21:40:45 barrysmith@barry-smiths-computer.local +58 -58 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/dense/mpi/mpidense.c 1.41 04/04/23 21:40:45 barrysmith@barry-smiths-computer.local +1 -2 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/bdiag/seq/bdiag.c 1.35 04/04/23 21:40:45 barrysmith@barry-smiths-computer.local +3 -2 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/baij/seq/baij2.c 1.18 04/04/23 21:40:45 barrysmith@barry-smiths-computer.local +6 -6 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/baij/seq/baij.c 1.87 04/04/23 21:40:45 barrysmith@barry-smiths-computer.local +3 -2 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/aij/seq/aij.c 1.152.1.1 04/04/23 21:40:45 barrysmith@barry-smiths-computer.local +7 -6 PetscBLASInt type for integers passed to BLAS/LAPACK
src/mat/impls/aij/mpi/mpiaij.c 1.132.1.1 04/04/23 21:40:44 barrysmith@barry-smiths-computer.local +8 -5 PetscBLASInt type for integers passed to BLAS/LAPACK
src/ksp/ksp/interface/eige.c 1.17 04/04/23 21:40:44 barrysmith@barry-smiths-computer.local +8 -7 PetscBLASInt type for integers passed to BLAS/LAPACK
src/ksp/ksp/impls/gmres/gmreig.c 1.13 04/04/23 21:40:44 barrysmith@barry-smiths-computer.local +13 -11 PetscBLASInt type for integers passed to BLAS/LAPACK
src/inline/ilu.h 1.10 04/04/23 21:40:44 barrysmith@barry-smiths-computer.local +20 -17 PetscBLASInt type for integers passed to BLAS/LAPACK
src/inline/dot.h 1.10 04/04/23 21:40:44 barrysmith@barry-smiths-computer.local +2 -2 PetscBLASInt type for integers passed to BLAS/LAPACK
src/inline/axpy.h 1.10 04/04/23 21:40:44 barrysmith@barry-smiths-computer.local +3 -3 PetscBLASInt type for integers passed to BLAS/LAPACK
include/petscblaslapack.h 1.11 04/04/23 21:40:44 barrysmith@barry-smiths-computer.local +43 -43 PetscBLASInt type for integers passed to BLAS/LAPACK
include/petsc.h 1.66 04/04/23 21:40:44 barrysmith@barry-smiths-computer.local +1 -0 PetscBLASInt type for integers passed to BLAS/LAPACK
Hg-commit: 3ca85747e5c7344b7e7a93a830d9ae6d5a913c28
show more ...
|
| 0fbc74f4 | 23-Apr-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2181 hzhang@smash.mcs.anl.gov|ChangeSet|20040423212158|22054 ChangeSet 1.2181 04/04/23 16:21:58 hzhang@smash.mcs.anl.gov +3 -0 test on MatMatMult, MatMatMultTr, MatPtAP
src/mat/
bk-changeset-1.2181 hzhang@smash.mcs.anl.gov|ChangeSet|20040423212158|22054 ChangeSet 1.2181 04/04/23 16:21:58 hzhang@smash.mcs.anl.gov +3 -0 test on MatMatMult, MatMatMultTr, MatPtAP
src/mat/impls/aij/seq/matmatmult.c 1.67 04/04/23 16:21:56 hzhang@smash.mcs.anl.gov +9 -14 code clean up.
src/mat/examples/tests/makefile 1.23 04/04/23 16:21:56 hzhang@smash.mcs.anl.gov +12 -1 add nightly test on MatMatMult, MatMatMultTr, MatPtAP
src/mat/examples/tests/ex94.c 1.5 04/04/23 16:21:56 hzhang@smash.mcs.anl.gov +75 -28 test on MatMatMult, MatMatMultTr, MatPtAP
Hg-commit: 3f457f5ae088459552450bf6951450600e8b7e8d
show more ...
|
| bc011b1e | 23-Apr-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2179 hzhang@smash.mcs.anl.gov|ChangeSet|20040423164951|23029 ChangeSet 1.2179 04/04/23 11:49:51 hzhang@smash.mcs.anl.gov +7 -0 new function MatMatMultTranspose()
src/mat/matimpl
bk-changeset-1.2179 hzhang@smash.mcs.anl.gov|ChangeSet|20040423164951|23029 ChangeSet 1.2179 04/04/23 11:49:51 hzhang@smash.mcs.anl.gov +7 -0 new function MatMatMultTranspose()
src/mat/matimpl.h 1.48 04/04/23 11:49:50 hzhang@smash.mcs.anl.gov +9 -6 add MatMatMultTranspose() to the matop table
src/mat/interface/matrix.c 1.123 04/04/23 11:49:50 hzhang@smash.mcs.anl.gov +1 -0 add MatMatMultTranspose() to log event
src/mat/interface/dlregis.c 1.24 04/04/23 11:49:50 hzhang@smash.mcs.anl.gov +3 -0 add MatMatMultTranspose() to log event
src/mat/impls/aij/seq/matmatmult.c 1.66 04/04/23 11:49:49 hzhang@smash.mcs.anl.gov +149 -2 implementation of MatMatMultTranspose for seqaij
src/mat/impls/aij/seq/aij.h 1.34 04/04/23 11:49:49 hzhang@smash.mcs.anl.gov +3 -0 add MatMatMultTranspose() to the matop table
src/mat/impls/aij/seq/aij.c 1.153 04/04/23 11:49:49 hzhang@smash.mcs.anl.gov +9 -6 add MatMatMultTranspose() to the matop table
include/petscmat.h 1.130 04/04/23 11:49:49 hzhang@smash.mcs.anl.gov +9 -1 add MatMatMultTranspose() to the matop table
Hg-commit: 77844eca8400976330bd767717f3e2641cd0844a
show more ...
|
| ff134f7a | 23-Apr-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2178 hzhang@smash.mcs.anl.gov|ChangeSet|20040423014025|17383 ChangeSet 1.2178 04/04/22 20:40:25 hzhang@smash.mcs.anl.gov +4 -0 work on MatPtAP_MPIAIJ_MPIAIJ()
src/mat/impls/aij
bk-changeset-1.2178 hzhang@smash.mcs.anl.gov|ChangeSet|20040423014025|17383 ChangeSet 1.2178 04/04/22 20:40:25 hzhang@smash.mcs.anl.gov +4 -0 work on MatPtAP_MPIAIJ_MPIAIJ()
src/mat/impls/aij/seq/matptap.c 1.32 04/04/22 20:40:24 hzhang@smash.mcs.anl.gov +65 -0 start work on MatPtAP_MPIAIJ_MPIAIJ()
src/mat/impls/aij/seq/matmatmult.c 1.65 04/04/22 20:40:24 hzhang@smash.mcs.anl.gov +9 -11 mv struct Mat_MatMatMultMPI into mpiaij.h so other routions can use it
src/mat/impls/aij/mpi/mpiaij.h 1.15 04/04/22 20:40:24 hzhang@smash.mcs.anl.gov +9 -0 add MatPtAP_MPIAIJ_MPIAIJ() to Mat ops table
src/mat/impls/aij/mpi/mpiaij.c 1.133 04/04/22 20:40:23 hzhang@smash.mcs.anl.gov +3 -0 start work on MatPtAP_MPIAIJ_MPIAIJ()
Hg-commit: eb539349fa5ec37d70ecbde28c8cefb25390f1f4
show more ...
|
| 0e76890b | 22-Apr-2004 |
Hong Zhang <hzhang@mcs.anl.gov> |
bk-changeset-1.2174 hzhang@smash.mcs.anl.gov|ChangeSet|20040422201003|17268 ChangeSet 1.2174 04/04/22 15:10:03 hzhang@smash.mcs.anl.gov +3 -0 improve PetscLLxxx() - remove useless arguments and c
bk-changeset-1.2174 hzhang@smash.mcs.anl.gov|ChangeSet|20040422201003|17268 ChangeSet 1.2174 04/04/22 15:10:03 hzhang@smash.mcs.anl.gov +3 -0 improve PetscLLxxx() - remove useless arguments and computation.
src/mat/impls/aij/seq/matmatmult.c 1.64 04/04/22 15:10:02 hzhang@smash.mcs.anl.gov +8 -11 improve PetscLLxxx() - remove useless arguments and computation.
src/mat/impls/aij/mpi/mpiaij.c 1.132 04/04/22 15:10:02 hzhang@smash.mcs.anl.gov +10 -12 improve PetscLLxxx() - remove useless arguments and computation.
include/petscsys.h 1.19 04/04/22 15:10:01 hzhang@smash.mcs.anl.gov +13 -19 improve PetscLLxxx() - remove useless arguments and computation.
Hg-commit: ebf431615981ddd8da51a5fda665c9fa6da8988e
show more ...
|
| 41acf15a | 21-Apr-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2168 Kris@p4buschel.|ChangeSet|20040421234841|00482 ChangeSet 1.2168 04/04/21 16:48:41 Kris@p4buschel. +18 -0 Update MATOP values
src/mat/matimpl.h 1.47 04/04/21 16:48:39 Kr
bk-changeset-1.2168 Kris@p4buschel.|ChangeSet|20040421234841|00482 ChangeSet 1.2168 04/04/21 16:48:41 Kris@p4buschel. +18 -0 Update MATOP values
src/mat/matimpl.h 1.47 04/04/21 16:48:39 Kris@p4buschel. +3 -3 Update MATOP values
src/mat/impls/shell/shell.c 1.19 04/04/21 16:48:39 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/sbaij/seq/sbaij.c 1.105 04/04/21 16:48:39 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/sbaij/mpi/mpisbaij.c 1.94 04/04/21 16:48:39 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/rowbs/mpi/mpirowbs.c 1.55 04/04/21 16:48:39 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/esi/mesi.c 1.41 04/04/21 16:48:39 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/dense/seq/dense.c 1.55 04/04/21 16:48:39 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/dense/mpi/mpidense.c 1.40 04/04/21 16:48:38 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/bdiag/seq/bdiag.c 1.34 04/04/21 16:48:38 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/bdiag/mpi/mpibdiag.c 1.36 04/04/21 16:48:38 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/baij/seq/baij.c 1.86 04/04/21 16:48:38 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/baij/mpi/mpibaij.c 1.61 04/04/21 16:48:38 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/aij/seq/aij.c 1.152 04/04/21 16:48:38 Kris@p4buschel. +3 -3 Update MATOP values
src/mat/impls/aij/mpi/mpiaij.c 1.128 04/04/21 16:48:38 Kris@p4buschel. +2 -2 Update MATOP values
src/mat/impls/adj/mpi/mpiadj.c 1.29 04/04/21 16:48:38 Kris@p4buschel. +1 -1 Update MATOP values
src/mat/impls/adic/matadic.c 1.25 04/04/21 16:48:38 Kris@p4buschel. +1 -1 Update MATOP values
include/petscmat.h 1.128 04/04/21 16:48:38 Kris@p4buschel. +14 -1 Update MATOP values
include/finclude/petscmat.h 1.17 04/04/21 16:48:38 Kris@p4buschel. +99 -38 Update MATOP values Note: MATOP_ILU_FACTOR_SYMBOLIC_CONSTRAINED is 37 characters long -- might be a problem for some compilers (>32).
Hg-commit: b6c0f4f4431b734af1ca7352a1fe063be4e00f05
show more ...
|
| 372db017 | 21-Apr-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2167 Kris@p4buschel.|ChangeSet|20040421224506|39867 ChangeSet 1.2167 04/04/21 15:45:06 Kris@p4buschel. +2 -0 Eliminate Register routines for MatMatMult and MatPtAP
src/mat/impls
bk-changeset-1.2167 Kris@p4buschel.|ChangeSet|20040421224506|39867 ChangeSet 1.2167 04/04/21 15:45:06 Kris@p4buschel. +2 -0 Eliminate Register routines for MatMatMult and MatPtAP
src/mat/impls/aij/seq/matptap.c 1.30 04/04/21 15:45:05 Kris@p4buschel. +0 -14 Eliminate Register routines for MatMatMult and MatPtAP
src/mat/impls/aij/seq/matmatmult.c 1.63 04/04/21 15:45:05 Kris@p4buschel. +0 -10 Eliminate Register routines for MatMatMult and MatPtAP
Hg-commit: 3c9e82273920b89bfd9ad57332c731bbab107b21
show more ...
|
| cb00f407 | 21-Apr-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2164.1.2 Kris@p4buschel.|ChangeSet|20040421223540|39863 ChangeSet 1.2164.1.2 04/04/21 15:35:40 Kris@p4buschel. +5 -0 Add support for logging for MatMatMult symbolic and numeric sta
bk-changeset-1.2164.1.2 Kris@p4buschel.|ChangeSet|20040421223540|39863 ChangeSet 1.2164.1.2 04/04/21 15:35:40 Kris@p4buschel. +5 -0 Add support for logging for MatMatMult symbolic and numeric stages. Remove mat prefix from ops table for MatMatMult routines.
src/mat/matimpl.h 1.46 04/04/21 15:35:39 Kris@p4buschel. +2 -2 remove mat prefix from ops table for MatMatMult routines
src/mat/interface/matrix.c 1.122 04/04/21 15:35:38 Kris@p4buschel. +1 -1 Add support for logging for MatMatMult symbolic and numeric stages.
src/mat/interface/dlregis.c 1.23 04/04/21 15:35:38 Kris@p4buschel. +2 -0 Add support for logging for MatMatMult symbolic and numeric stages.
src/mat/impls/aij/seq/matmatmult.c 1.62 04/04/21 15:35:38 Kris@p4buschel. +36 -44 Add support for logging for MatMatMult symbolic and numeric stages. Improve error checking for MatMatMult interface routines.
include/petscmat.h 1.127 04/04/21 15:35:38 Kris@p4buschel. +1 -1 Add support for logging for MatMatMult symbolic and numeric stages.
Hg-commit: 014f19caad339d7f79ccbe72a1ceee7e44e35b9f
show more ...
|
| 456866ca | 21-Apr-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2164.1.1 Kris@p4buschel.|ChangeSet|20040421223248|42292 ChangeSet 1.2164.1.1 04/04/21 15:32:48 Kris@p4buschel. +1 -0 Fix prototype to use const.
src/mat/impls/aij/seq/aij.h
bk-changeset-1.2164.1.1 Kris@p4buschel.|ChangeSet|20040421223248|42292 ChangeSet 1.2164.1.1 04/04/21 15:32:48 Kris@p4buschel. +1 -0 Fix prototype to use const.
src/mat/impls/aij/seq/aij.h 1.31.1.1 04/04/21 15:32:47 Kris@p4buschel. +1 -1 Fix prototype to use const.
Hg-commit: 08cbd5602cd870df96f718dba81e472075a8b30e
show more ...
|
| 534c1384 | 21-Apr-2004 |
Kris Buschelman <buschelm@mcs.anl.gov> |
bk-changeset-1.2161 Kris@p4buschel.|ChangeSet|20040421204057|46359 ChangeSet 1.2161 04/04/21 13:40:57 Kris@p4buschel. +5 -0 Improved error checking and logging support for symbolic and numeric st
bk-changeset-1.2161 Kris@p4buschel.|ChangeSet|20040421204057|46359 ChangeSet 1.2161 04/04/21 13:40:57 Kris@p4buschel. +5 -0 Improved error checking and logging support for symbolic and numeric stages of PtAP.
src/mat/matimpl.h 1.45 04/04/21 13:40:56 Kris@p4buschel. +3 -3 Remove mat prefix from ptap operation in ops table.
src/mat/interface/matrix.c 1.121 04/04/21 13:40:56 Kris@p4buschel. +1 -1 Add logging support for symbolic and numeric stages of PtAP
src/mat/interface/dlregis.c 1.22 04/04/21 13:40:56 Kris@p4buschel. +2 -0 Add logging support for symbolic and numeric stages of PtAP
src/mat/impls/aij/seq/matptap.c 1.29 04/04/21 13:40:56 Kris@p4buschel. +38 -32 Improved error checking and logging support for symbolic and numeric stages of PtAP.
include/petscmat.h 1.126 04/04/21 13:40:56 Kris@p4buschel. +1 -1 Add logging support for Symbolic and Numeric stages of PtAP
Hg-commit: 71123a9fa9d2b7b40003670b0610a3a1b787129c
show more ...
|
| 7ea7be54 | 21-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2159 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040421162854|59260 ChangeSet 1.2159 04/04/21 11:28:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 automerge
src/sys/src/file
bk-changeset-1.2159 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040421162854|59260 ChangeSet 1.2159 04/04/21 11:28:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 automerge
src/sys/src/fileio/grpath.c 1.13 04/04/21 11:28:52 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 automerge
Hg-commit: fd25bff88d6a3f68a89f089c38214ceaf2abfaee
show more ...
|
| 78a80504 | 21-Apr-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2151.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040421162715|35448 ChangeSet 1.2151.1.1 04/04/21 11:27:15 barrysmith@barrysmith-57.mcs.anl.gov +8 -0 nightly build fixes
bk-changeset-1.2151.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040421162715|35448 ChangeSet 1.2151.1.1 04/04/21 11:27:15 barrysmith@barrysmith-57.mcs.anl.gov +8 -0 nightly build fixes
src/vec/is/examples/tests/ex1f.F 1.6 04/04/21 11:27:13 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 nightly build fixes
src/vec/examples/tests/ex33.c 1.7 04/04/21 11:27:13 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 nightly build fixes
src/mat/impls/aij/seq/matptap.c 1.28 04/04/21 11:27:13 barrysmith@barrysmith-57.mcs.anl.gov +3 -1 nightly build fixes
bmake/common/rules 1.122 04/04/21 11:03:06 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 silly warning message due to bad IBM compiler install on icrunch
src/vec/examples/tests/output/ex33_1.out 1.6 04/04/21 10:47:00 barrysmith@barrysmith-57.mcs.anl.gov +1 -4 last is is not printed in parallel anyore
include/finclude/petscdef.h 1.17 04/04/21 10:43:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 defined PetscCookie,Error and Event types in Fortran
src/sys/examples/tutorials/ex3f.F 1.10 04/04/21 10:41:35 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 bad char got into file
src/sys/src/fileio/grpath.c 1.12 04/04/21 10:39:11 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 size_t stuff that was missed cause code rarely compiled
Hg-commit: f2025f886ee6e4ddaecac9b1b34a26774b621ff8
show more ...
|
| 11d72411 | 21-Apr-2004 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.2158 balay@asterix.mcs.anl.gov|ChangeSet|20040421161341|58929 ChangeSet 1.2158 04/04/21 11:13:41 balay@asterix.mcs.anl.gov +4 -0 more Seq prototypes to the right location (from mpi
bk-changeset-1.2158 balay@asterix.mcs.anl.gov|ChangeSet|20040421161341|58929 ChangeSet 1.2158 04/04/21 11:13:41 balay@asterix.mcs.anl.gov +4 -0 more Seq prototypes to the right location (from mpi_type.h to seq_type.h)
src/mat/impls/bdiag/seq/bdiag.h 1.10 04/04/21 11:13:40 balay@asterix.mcs.anl.gov +2 -0 more Seq prototypes to the right location (from mpi_type.h to seq_type.h)
src/mat/impls/bdiag/mpi/mpibdiag.h 1.8 04/04/21 11:13:40 balay@asterix.mcs.anl.gov +0 -2 more Seq prototypes to the right location (from mpi_type.h to seq_type.h)
src/mat/impls/aij/seq/aij.h 1.31 04/04/21 11:13:40 balay@asterix.mcs.anl.gov +5 -0 more Seq prototypes to the right location (from mpi_type.h to seq_type.h)
src/mat/impls/aij/mpi/mpiaij.h 1.14 04/04/21 11:13:40 balay@asterix.mcs.anl.gov +0 -5 more Seq prototypes to the right location (from mpi_type.h to seq_type.h)
Hg-commit: e90d05b9a3b675947e943926315f943e493e6f15
show more ...
|