| 7cfd0b05 | 22-Feb-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2924.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222194945|00528 ChangeSet 1.2924.1.1 05/02/22 13:49:45 barrysmith@barrysmith-57.mcs.anl.gov +28 -0 enum as data type
bk-changeset-1.2924.1.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20050222194945|00528 ChangeSet 1.2924.1.1 05/02/22 13:49:45 barrysmith@barrysmith-57.mcs.anl.gov +28 -0 enum as data type Petscpopen only exists if popen exists so ifdef uses
src/vec/pf/impls/string/cstring.c 1.18 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/viewer/impls/binary/binv.c 1.42 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/viewer/impls/ascii/filev.c 1.35 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/utils/select.c 1.15 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +5 -2 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/objects/ptype.c 1.13 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +7 -47 add enum PETSc type
src/sys/src/objects/ams/aoptions.c 1.33 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/sysio.c 1.34 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -1 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/smatlab.c 1.12 05/02/22 13:49:40 barrysmith@barrysmith-57.mcs.anl.gov +12 -9 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/mpiuopen.c 1.22 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +12 -17 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/ftest.c 1.35 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +9 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/fileio/fretrieve.c 1.26 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +4 -0 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/error/err.c 1.48 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +5 -1 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/draw/impls/ps/pops.c 1.14 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +26 -23 provide PetscPOpen() only when popen exists, thus protect uses with #ifdef
src/sys/src/bag/bag.c 1.7 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +68 -2 registering enums
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.107 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 added PetscTruths
src/ksp/pc/impls/hypre/hyppilut.c 1.72 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added PetscTruths
src/dm/ao/impls/basic/aodatabasic.c 1.30 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 added string enum name for PetscDataType
python/PETSc/packages/Prometheus.py 1.6 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 add post processing compile
python/PETSc/packages/BlasLapack.py 1.116 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscblaslapack_stdcall.h 1.3 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscblaslapack_caps.h 1.2 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscblaslapack_c.h 1.2 05/02/22 13:49:39 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscblaslapack.h 1.18 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 change name of BLASLAPACK_F2C to UNDERSCORE
include/petscbag.h 1.5 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 add enums as datatype
include/petsc.h 1.116 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +10 -6 provide strings for enums
config/configure.py 1.86.1.1 05/02/22 13:49:38 barrysmith@barrysmith-57.mcs.anl.gov +5 -0 post processing
BitKeeper/deleted/.del-mstart.c~b4fc29a786cb26fb 1.5 05/02/21 16:43:19 barrysmith@barry-smiths-computer.local +0 -0 Delete: src/sys/src/viewer/impls/socket/matlab/mstart.c
src/ksp/pc/impls/prometheus/petscprom.c 1.5 05/02/20 18:57:24 barrysmith@barry-smiths-computer.local +1 -1 removed stray charactor introduced during last cleanup
Hg-commit: 603c92722a1584f3d54b238c2e3dd2279e2f94f8
show more ...
|
| 77431f27 | 09-Jun-2004 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.2276.28.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609211102|01886 ChangeSet 1.2276.28.1 04/06/09 16:11:02 barrysmith@barrysmith-57.mcs.anl.gov +235 -0 %D for PetscInt p
bk-changeset-1.2276.28.1 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20040609211102|01886 ChangeSet 1.2276.28.1 04/06/09 16:11:02 barrysmith@barrysmith-57.mcs.anl.gov +235 -0 %D for PetscInt printing some PetscInt move some system calls from PetscErrorPrintfDefault
src/vec/utils/vscat.c 1.25 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/vec/utils/vpscat.c 1.24 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +18 -19 %D for PetscInt printing
src/vec/utils/vinv.c 1.31 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +36 -36 %D for PetscInt printing
src/vec/pf/interface/pf.c 1.24 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/vec/pf/impls/constant/const.c 1.13 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/vec/is/utils/iscoloring.c 1.24 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +5 -4 %D for PetscInt printing
src/fortran/custom/zstart.c 1.21 04/06/09 16:10:57 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/is/impls/stride/stride.c 1.14 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/vec/is/impls/general/general.c 1.15 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/vec/is/impls/block/block.c 1.16 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/vec/is/examples/tutorials/ex3.c 1.7 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/vec/is/examples/tutorials/ex2.c 1.7 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/is/examples/tutorials/ex1.c 1.8 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/interface/vector.c 1.97 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +59 -56 %D for PetscInt printing
src/vec/interface/dlregis.c 1.22 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +2 -0 %D for PetscInt printing
src/vec/impls/seq/bvec2.c 1.53 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/vec/impls/mpi/pdvec.c 1.38 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 %D for PetscInt printing
src/vec/examples/tutorials/ex9.c 1.9 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/examples/tutorials/ex6.c 1.9 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/examples/tutorials/ex1e.c 1.7 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/vec/examples/tutorials/ex1.c 1.9 04/06/09 16:10:56 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/vec/examples/tests/ex28.c 1.7 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/vec/examples/tests/ex21.c 1.7 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ts/interface/tsfd.c 1.8 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ts/interface/ts.c 1.36 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/ts/impls/pseudo/posindep.c 1.19 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/impls/implicit/pvode/petscpvode.c 1.27 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/impls/explicit/rk/rk.c 1.15 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ts/examples/tutorials/ex7.c 1.9 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex6.c 1.12 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex5.c 1.8 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex4.c 1.7 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex2.c 1.6 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tutorials/ex1.c 1.6 04/06/09 16:10:55 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ts/examples/tests/ex1.c 1.9 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/sys/src/viewer/impls/socket/send.c 1.26.1.1 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/sys/src/utils/psplit.c 1.14 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/sys/src/objects/tagm.c 1.19 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +17 -17 %D for PetscInt printing
src/sys/src/objects/init.c 1.39.1.1 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 %D for PetscInt printing
src/sys/src/memory/mtr.c 1.30 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/sys/src/memory/mal.c 1.24 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +7 -9 %D for PetscInt printing
src/sys/src/fileio/sysio.c 1.23.1.1 04/06/09 16:10:54 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/sys/src/error/errtrace.c 1.13 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 %D for PetscInt printing
src/sys/src/error/errstop.c 1.10 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +7 -6 %D for PetscInt printing
src/sys/src/error/err.c 1.34 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/sys/src/draw/utils/lg.c 1.14 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/sys/examples/tests/ex16.c 1.6 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +4 -3 %D for PetscInt printing
src/sys/examples/tests/ex11.c 1.5 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +2 -1 %D for PetscInt printing
src/snes/utils/damgsnes.c 1.37 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/snes/mf/snesmfj.c 1.41 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/snes/interface/snesut.c 1.13 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +29 -30 %D for PetscInt printing
src/snes/interface/snesj2.c 1.11 04/06/09 16:10:53 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/snes/interface/snes.c 1.50 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +32 -34 %D for PetscInt printing
src/snes/interface/noise/snesnoise.c 1.12 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/snes/interface/noise/snesmfj2.c 1.18 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/snes/impls/tr/tr.c 1.20 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/snes/impls/ls/ls.c 1.41 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 %D for PetscInt printing
src/snes/examples/tutorials/ex6.c 1.13 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex5s.c 1.9 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex5.c 1.17 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex30.c 1.41 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tutorials/ex3.c 1.9 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/snes/examples/tutorials/ex29.c 1.69 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/snes/examples/tutorials/ex27.c 1.9 04/06/09 16:10:52 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tutorials/ex26.c 1.18 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex25.c 1.17 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex20.c 1.7 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex2.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tutorials/ex19.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex18.c 1.6 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tutorials/ex14.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tutorials/ex1.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex9.c 1.10 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex7.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/snes/examples/tests/ex5.c 1.8 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex4.c 1.10 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/snes/examples/tests/ex13.c 1.9 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/snes/examples/tests/ex11.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +5 -6 %D for PetscInt printing
src/snes/examples/tests/ex1.c 1.12 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/utils/getcolv.c 1.10 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/utils/gcreate.c 1.23 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/utils/axpy.c 1.20 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/mat/matfd/fdmatrix.c 1.26 04/06/09 16:10:51 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/interface/matrix.c 1.128.1.1 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +66 -66 %D for PetscInt printing
src/mat/interface/matnull.c 1.16 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/impls/sbaij/seq/spooles/sbaijspooles.c 1.55 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaijfact2.c 1.39 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaijfact.c 1.61 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaij2.c 1.28 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +0 -1 %D for PetscInt printing
src/mat/impls/sbaij/seq/sbaij.c 1.112 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +35 -37 %D for PetscInt printing
src/mat/impls/sbaij/seq/aijsbaij.c 1.18 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/sbaij/mpi/spooles/mpisbaijspooles.c 1.44 04/06/09 16:10:50 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/sbaij/mpi/sbaijov.c 1.36 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -9 %D for PetscInt printing
src/mat/impls/sbaij/mpi/mpisbaij.c 1.98 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +29 -65 %D for PetscInt printing
src/mat/impls/maij/maij.c 1.19 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/dense/seq/dense.c 1.61 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +18 -18 %D for PetscInt printing
src/mat/impls/dense/mpi/mpidense.c 1.45 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/mat/impls/bdiag/seq/bdiag3.c 1.21 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +26 -26 %D for PetscInt printing
src/mat/impls/bdiag/seq/bdiag2.c 1.18 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/mat/impls/bdiag/seq/bdiag.c 1.40 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/bdiag/mpi/mpibdiag.c 1.40 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa7.c 1.11 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa6.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa5.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa4.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa3.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa2.c 1.10 04/06/09 16:10:49 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/dgefa.c 1.12 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/seq/baijfact3.c 1.14 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/baij/seq/baijfact2.c 1.38 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/impls/baij/seq/baij.c 1.94 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +38 -38 %D for PetscInt printing
src/mat/impls/baij/mpi/mpibaij.c 1.66 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +34 -34 %D for PetscInt printing
src/mat/impls/baij/mpi/mmbaij.c 1.23 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/baij/mpi/baijov.c 1.22 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/aij/seq/superlu/superlu.c 1.68 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +16 -16 %D for PetscInt printing
src/mat/impls/aij/seq/spooles/spoolesOptions.c 1.29 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/mat/impls/aij/seq/spooles/spooles.c 1.98 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/impls/aij/seq/matptap.c 1.62.1.1 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +8 -9 %D for PetscInt printing
src/mat/impls/aij/seq/matpapt.c 1.43 04/06/09 16:10:48 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/impls/aij/seq/matmatmult.c 1.80 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/mat/impls/aij/seq/aijnode.c 1.30 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +12 -12 %D for PetscInt printing
src/mat/impls/aij/seq/aijfact.c 1.59 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 %D for PetscInt printing
src/mat/impls/aij/seq/aij.c 1.163 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +43 -47 %D for PetscInt printing
src/mat/impls/aij/mpi/mpiov.c 1.23 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/impls/aij/mpi/mpiaij.c 1.179 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +36 -36 %D for PetscInt printing
src/mat/impls/aij/mpi/mmaij.c 1.19 04/06/09 16:10:47 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/impls/adj/mpi/mpiadj.c 1.35 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +6 -6 %D for PetscInt printing
src/mat/impls/adic/nladic.c 1.8 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -2 %D for PetscInt printing
src/mat/impls/adic/matadic.c 1.28 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tutorials/ex4.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/examples/tutorials/ex2.c 1.5 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 %D for PetscInt printing
src/mat/examples/tests/ex96.c 1.5 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +0 -10 %D for PetscInt printing
src/mat/examples/tests/ex92.c 1.8 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex9.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/examples/tests/ex8.c 1.5 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/examples/tests/ex76.c 1.9 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex74.c 1.20 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex7.c 1.8 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/examples/tests/ex54.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex53.c 1.9 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/mat/examples/tests/ex51.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex49.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/mat/examples/tests/ex48.c 1.10 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 %D for PetscInt printing
src/mat/examples/tests/ex42.c 1.10 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex41.c 1.9 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex40.c 1.10 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/mat/examples/tests/ex4.c 1.6 04/06/09 16:10:46 barrysmith@barrysmith-57.mcs.anl.gov +6 -5 %D for PetscInt printing
src/mat/examples/tests/ex21.c 1.7 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/mat/examples/tests/ex19.c 1.7 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/mat/examples/tests/ex14.c 1.8 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -3 %D for PetscInt printing
src/mat/examples/tests/ex1.c 1.14 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/mat/color/color.c 1.20 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/utils/damg.c 1.35 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ksp/pc/impls/tfs/gs.c 1.15 04/06/09 16:10:45 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/pc/impls/tfs/comm.c 1.21 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 %D for PetscInt printing
src/ksp/pc/impls/tfs/bss_malloc.c 1.10 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +20 -20 %D for PetscInt printing
src/ksp/pc/impls/tfs/bit_mask.c 1.9 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/pc/impls/sor/sor.c 1.23 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/ksp/pc/impls/pbjacobi/pbjacobi.c 1.15 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/pc/impls/mg/mg.c 1.33 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 %D for PetscInt printing
src/ksp/pc/impls/ilu/ilu.c 1.35 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/ksp/pc/impls/icc/icc.c 1.30 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/ksp/pc/impls/bjacobi/bjacobi.c 1.31 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 %D for PetscInt printing
src/ksp/pc/impls/asm/asm.c 1.35 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/ksp/pc/examples/tutorials/ex2.c 1.12 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 %D for PetscInt printing
src/ksp/pc/examples/tutorials/ex1.c 1.12 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 %D for PetscInt printing
src/ksp/pc/examples/tests/ex6.c 1.8 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +8 -7 %D for PetscInt printing
src/ksp/pc/examples/tests/ex5.c 1.15 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 %D for PetscInt printing
src/ksp/pc/examples/tests/ex3.c 1.9 04/06/09 16:10:44 barrysmith@barrysmith-57.mcs.anl.gov +10 -9 %D for PetscInt printing
src/ksp/pc/examples/tests/ex2.c 1.10 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +10 -10 %D for PetscInt printing
src/ksp/ksp/interface/itres.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/ksp/interface/iterativ.c 1.19 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/ksp/ksp/interface/itcreate.c 1.53 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/ksp/ksp/interface/eige.c 1.19 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/ksp/impls/lgmres/lgmres.c 1.29 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +13 -13 %D for PetscInt printing
src/ksp/ksp/impls/gmres/gmres.c 1.48 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +9 -9 %D for PetscInt printing
src/ksp/ksp/impls/bcgsl/bcgsl.c 1.10.1.2 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/ksp/examples/tutorials/ex9.c 1.16 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/ksp/examples/tutorials/ex7.c 1.13 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +14 -12 %D for PetscInt printing
src/ksp/examples/tutorials/ex5.c 1.13 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +12 -11 %D for PetscInt printing
src/ksp/examples/tutorials/ex3.c 1.13 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +17 -16 %D for PetscInt printing
src/ksp/examples/tutorials/ex23.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/examples/tutorials/ex2.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +10 -9 %D for PetscInt printing
src/ksp/examples/tutorials/ex16.c 1.10 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/examples/tutorials/ex15.c 1.12 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/ksp/examples/tutorials/ex12.c 1.12 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tutorials/ex11.c 1.11 04/06/09 16:10:43 barrysmith@barrysmith-57.mcs.anl.gov +12 -11 %D for PetscInt printing
src/ksp/examples/tutorials/ex10.c 1.41 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +8 -7 %D for PetscInt printing
src/ksp/examples/tutorials/ex1.c 1.13 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +10 -8 %D for PetscInt printing
src/ksp/examples/tests/ex4.c 1.9 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tests/ex3.c 1.10 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +11 -9 %D for PetscInt printing
src/ksp/examples/tests/ex2.c 1.12 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tests/ex19.c 1.10 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +15 -13 %D for PetscInt printing
src/ksp/examples/tests/ex17.c 1.11 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +15 -13 %D for PetscInt printing
src/ksp/examples/tests/ex15.c 1.12 04/06/09 16:10:42 barrysmith@barrysmith-57.mcs.anl.gov +9 -8 %D for PetscInt printing
src/ksp/examples/tests/ex14.c 1.9 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +27 -26 %D for PetscInt printing
src/ksp/examples/tests/ex10.c 1.11 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +17 -14 %D for PetscInt printing
src/fortran/f90/tests/ex1.c 1.5 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/usg/utils/inpututils.c 1.9 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/utils/fdda.c 1.39 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/dm/da/src/gr2.c 1.26 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/gr1.c 1.13 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/src/daview.c 1.23 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +7 -7 %D for PetscInt printing
src/dm/da/src/dasub.c 1.9 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/src/daltol.c 1.13 04/06/09 16:10:41 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/src/dalocal.c 1.24 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/daload.c 1.11 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/dainterp.c 1.21 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +33 -37 %D for PetscInt printing
src/dm/da/src/dagtol.c 1.15 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/src/dagetarray.c 1.12 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/src/dacorn.c 1.15 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/src/da3.c 1.26 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +24 -24 %D for PetscInt printing
src/dm/da/src/da2.c 1.50 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +21 -20 %D for PetscInt printing
src/dm/da/src/da1.c 1.26 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 %D for PetscInt printing
src/dm/da/examples/tests/ex6.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/examples/tests/ex4.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 %D for PetscInt printing
src/dm/da/examples/tests/ex23.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/examples/tests/ex20.c 1.5 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
src/dm/da/examples/tests/ex11.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/da/examples/tests/ex10.c 1.6 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/ao/impls/mapping/aomapping.c 1.21 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 %D for PetscInt printing
src/dm/ao/impls/basic/aodatabasic.c 1.22 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +11 -11 %D for PetscInt printing
src/dm/ao/impls/basic/aobasic.c 1.23 04/06/09 16:10:40 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/ao/examples/tests/ex4.c 1.7 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 %D for PetscInt printing
src/dm/ao/examples/tests/ex1.c 1.7 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
include/petscis.h 1.20 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 %D for PetscInt printing
include/petscbt.h 1.12 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscInt
include/petsc.h 1.81 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +12 -9 cannot checking formating of PetscPrintf and friends
bmake/common/variables 1.65 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +3 -2 put here so can be overwritten in configure generated variables file
bmake/common/test 1.13 04/06/09 16:10:39 barrysmith@barrysmith-57.mcs.anl.gov +0 -4 put here so can be overwritten in configure generated variables file
include/petscsys.h 1.28 04/06/09 10:17:54 barrysmith@barrysmith-57.mcs.anl.gov +0 -2 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
include/petscerror.h 1.33 04/06/09 10:17:37 barrysmith@barrysmith-57.mcs.anl.gov +1 -0 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/fortran/custom/zstart.c 1.20 04/06/09 10:17:29 barrysmith@barrysmith-57.mcs.anl.gov +4 -4 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/sys/src/time/fdate.c 1.12.1.1 04/06/09 10:17:18 barrysmith@barrysmith-57.mcs.anl.gov +1 -47 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/sys/src/objects/pinit.c 1.48 04/06/09 10:17:05 barrysmith@barrysmith-57.mcs.anl.gov +3 -3 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
src/sys/src/fileio/mprint.c 1.26.1.1 04/06/09 10:16:58 barrysmith@barrysmith-57.mcs.anl.gov +64 -12 removed PetscGetInitialDate() and instead provided a PetscErrorPrintfInitialize() that sets up all the arch,host,user,date information in case it is needed in the error handler print code. This is related to Re: [PETSC #10355] petsc - mumps where the error handler crahses in a system call trying to get getpwd().
Hg-commit: e54b14db2411373248eb465112e9cebad45331cf
show more ...
|