| e7788613 | 29-Jul-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
moved snes functions to seperate function table (like all other PETSc objects) finally removed a couple of outdated, unused PrintHelp
Hg-commit: 4eb4feedfab978e44d5c33f954aaf10529b69c46 |
| 78d3f67b | 25-May-2006 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.4333.1.2 knepley@khan.(none)|ChangeSet|20060525213643|43005 ChangeSet 1.4333.1.2 06/05/25 16:36:43 knepley@khan.(none) +5 -0 Last checkin before move to Mercurial
python/PETSc/p
bk-changeset-1.4333.1.2 knepley@khan.(none)|ChangeSet|20060525213643|43005 ChangeSet 1.4333.1.2 06/05/25 16:36:43 knepley@khan.(none) +5 -0 Last checkin before move to Mercurial
python/PETSc/packages/FIAT.py 1.1 06/05/25 16:36:40 knepley@khan.(none) +34 -0 New BitKeeper file ``python/PETSc/packages/FIAT.py''
src/sys/fileio/mprint.h 1.10 06/05/25 16:36:40 knepley@khan.(none) +1 -1 Should use bigger queue size
src/ksp/ksp/examples/tutorials/ex37.c 1.4 06/05/25 16:36:40 knepley@khan.(none) +162 -9 Trying to put in charges
src/dm/mesh/examples/tutorials/makefile 1.46 06/05/25 16:36:40 knepley@khan.(none) +3 -0 Added new test
python/PETSc/packages/FIAT.py 1.0 06/05/25 16:36:40 knepley@khan.(none) +0 -0 BitKeeper file /PETSc3/petsc/petsc-dev/python/PETSc/packages/FIAT.py
make.py 1.15 06/05/25 16:36:40 knepley@khan.(none) +2 -2 Changed to new modules
Hg-commit: 700961f3661fd28da71e3b13972ff8860228b96a
show more ...
|
| d75a2efb | 12-May-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.4304.1.2 bsmith@barrys-computer.local|ChangeSet|20060512231637|13178 ChangeSet 1.4304.1.2 06/05/12 18:16:37 bsmith@barrys-computer.local +2 -0 projects.html: more error handlin
bk-changeset-1.4304.1.2 bsmith@barrys-computer.local|ChangeSet|20060512231637|13178 ChangeSet 1.4304.1.2 06/05/12 18:16:37 bsmith@barrys-computer.local +2 -0 projects.html: more error handling checking projects mpiuopen.c: see alsos for PetscFOpen() on how to use the opened fd
src/docs/website/developers/projects.html 1.24 06/05/12 18:09:42 bsmith@barrys-computer.local +262 -9 more error handling checking projects
src/sys/fileio/mpiuopen.c 1.28 06/05/12 13:24:41 bsmith@barrysmith-57.mcs.anl.gov +2 -1 see alsos for PetscFOpen() on how to use the opened fd
Hg-commit: 7790bae6532a25e07b38f2616edc846ce4035074
show more ...
|
| 107894f0 | 10-Apr-2006 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.4250 balay@asterix.mcs.anl.gov|ChangeSet|20060410164144|50891 ChangeSet 1.4250 06/04/10 11:41:44 balay@asterix.mcs.anl.gov +5 -0 - move PetscErrorPrintfInitialize() from mprint.c t
bk-changeset-1.4250 balay@asterix.mcs.anl.gov|ChangeSet|20060410164144|50891 ChangeSet 1.4250 06/04/10 11:41:44 balay@asterix.mcs.anl.gov +5 -0 - move PetscErrorPrintfInitialize() from mprint.c to errtrace.c - reorder print messages so that the 'primary' error message appears first
src/sys/fileio/mprint.c 1.54 06/04/10 11:41:41 balay@asterix.mcs.anl.gov +1 -42 - move PetscErrorPrintfInitialize() from mprint.c to errtrace.c - reorder print messages so that the 'primary' error message appears first
src/sys/fileio/makefile 1.13 06/04/10 11:41:41 balay@asterix.mcs.anl.gov +1 -1 - move PetscErrorPrintfInitialize() from mprint.c to errtrace.c - reorder print messages so that the 'primary' error message appears first
src/sys/error/makefile 1.9 06/04/10 11:41:41 balay@asterix.mcs.anl.gov +1 -0 - move PetscErrorPrintfInitialize() from mprint.c to errtrace.c - reorder print messages so that the 'primary' error message appears first
src/sys/error/errtrace.c 1.19 06/04/10 11:41:41 balay@asterix.mcs.anl.gov +50 -4 - move PetscErrorPrintfInitialize() from mprint.c to errtrace.c - reorder print messages so that the 'primary' error message appears first
include/petscversion.h 1.201 06/04/10 11:41:41 balay@asterix.mcs.anl.gov +2 -2 use the same line to print bk version
Hg-commit: 8b7366fa186ce965221cf7d3bfc8eb04e4a41f0a
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 ...
|
| f5ad10bc | 17-Feb-2006 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.4062 balay@asterix.mcs.anl.gov|ChangeSet|20060217232920|63273 ChangeSet 1.4062 06/02/17 17:29:20 balay@asterix.mcs.anl.gov +3 -0 initial change to petscerror
src/sys/fileio/mpri
bk-changeset-1.4062 balay@asterix.mcs.anl.gov|ChangeSet|20060217232920|63273 ChangeSet 1.4062 06/02/17 17:29:20 balay@asterix.mcs.anl.gov +3 -0 initial change to petscerror
src/sys/fileio/mprint.c 1.52 06/02/17 17:29:18 balay@asterix.mcs.anl.gov +0 -1 initial change to petscerror
src/sys/error/signal.c 1.45 06/02/17 17:29:18 balay@asterix.mcs.anl.gov +0 -1 initial change to petscerror
src/sys/error/errtrace.c 1.18 06/02/17 17:29:17 balay@asterix.mcs.anl.gov +3 -1 initial change to petscerror
Hg-commit: f44d22106966263a1234bccb2b057a348aef63e6
show more ...
|
| ae15b995 | 12-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3928 barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124 ChangeSet 1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0 Many files: change
bk-changeset-1.3928 barrysmith@barry-smiths-computer.local|ChangeSet|20060112164709|65124 ChangeSet 1.3928 06/01/12 10:47:09 barrysmith@barry-smiths-computer.local +107 -0 Many files: change PetscInfo() calling sequence
src/vec/vec/utils/vscat.c 1.49 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +18 -18 change PetscInfo() calling sequence
src/vec/vec/utils/vpscat.c 1.57 06/01/12 09:15:50 barrysmith@barry-smiths-computer.local +13 -13 change PetscInfo() calling sequence
src/vec/vec/utils/comb.c 1.33 06/01/12 09:15:49 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/vec/interface/rvector.c 1.154 06/01/12 09:15:48 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/vec/vec/impls/mpi/pdvec.c 1.69 06/01/12 09:15:46 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/is/utils/isltog.c 1.45 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/vec/is/utils/iscoloring.c 1.38 06/01/12 09:15:36 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ts/interface/tsfd.c 1.19 06/01/12 09:15:32 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/viewer/impls/socket/send.c 1.38 06/01/12 09:15:10 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/viewer/impls/matlab/vmatlab.c 1.30 06/01/12 09:15:09 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/viewer/impls/binary/binv.c 1.59 06/01/12 09:15:08 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/viewer/impls/ascii/vcreatea.c 1.23 06/01/12 09:15:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/verbose/verboseinfo.c 1.37 06/01/12 09:15:06 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/utils/random.c 1.32 06/01/12 09:15:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/utils/fhost.c 1.25 06/01/12 09:15:04 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/plog/plogmpe.c 1.21 06/01/12 09:15:03 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/sys/objects/tagm.c 1.36 06/01/12 09:15:02 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/sys/objects/pinit.c 1.74 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/sys/objects/options.c 1.65 06/01/12 09:15:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/matlabengine/matlab.c 1.47 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/sys/ftn-custom/zutils.c 1.5 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/ftn-custom/zstart.c 1.44 06/01/12 09:14:58 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/fileio/mpiuopen.c 1.27 06/01/12 09:14:57 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/sys/fileio/ftest.c 1.39 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/sys/fileio/fretrieve.c 1.32 06/01/12 09:14:56 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/sys/draw/impls/x/xcolor.c 1.16 06/01/12 09:14:45 barrysmith@barry-smiths-computer.local +2 -3 change PetscInfo() calling sequence
src/sys/dll/dl.c 1.41 06/01/12 09:14:43 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/snes/utils/damgsnes.c 1.81 06/01/12 09:14:39 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/mf/snesmfj.c 1.62 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/snes/interface/noise/snesnoise.c 1.24 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -4 change PetscInfo() calling sequence
src/snes/interface/noise/snesmfj2.c 1.33 06/01/12 09:14:38 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/interface/snesut.c 1.24 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/snes/interface/snesj2.c 1.18 06/01/12 09:14:37 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/snes/interface/snes.c 1.101 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/snes/impls/tr/tr.c 1.36 06/01/12 09:14:36 barrysmith@barry-smiths-computer.local +14 -14 change PetscInfo() calling sequence
src/snes/impls/ls/ls.c 1.70 06/01/12 09:14:35 barrysmith@barry-smiths-computer.local +26 -26 change PetscInfo() calling sequence
src/mat/utils/multequal.c 1.13 06/01/12 09:14:27 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/utils/matstash.c 1.23 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/utils/gcreate.c 1.45 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/utils/compressedrow.c 1.15 06/01/12 09:14:26 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/matfd/fdmatrix.c 1.38 06/01/12 09:14:23 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaijfact2.c 1.67 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +25 -25 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaijfact.c 1.93 06/01/12 09:14:20 barrysmith@barry-smiths-computer.local +29 -29 change PetscInfo() calling sequence
src/mat/impls/sbaij/seq/sbaij.c 1.154 06/01/12 09:14:19 barrysmith@barry-smiths-computer.local +13 -14 change PetscInfo() calling sequence
src/mat/impls/sbaij/mpi/mpisbaij.c 1.137 06/01/12 09:14:18 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/impls/rowbs/mpi/mpirowbs.c 1.81 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/rowbs/mpi/cholbs.c 1.18 06/01/12 09:14:17 barrysmith@barry-smiths-computer.local +2 -4 change PetscInfo() calling sequence
src/mat/impls/dense/seq/dense.c 1.91 06/01/12 09:14:15 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/dense/mpi/plapack/plapack.c 1.12 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/dense/mpi/mpidense.c 1.71 06/01/12 09:14:14 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/csr/inode/inode.c 1.56 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/mat/impls/bdiag/seq/bdiag2.c 1.27 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/impls/bdiag/seq/bdiag.c 1.54 06/01/12 09:14:13 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/bdiag/mpi/mpibdiag.c 1.53 06/01/12 09:14:12 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact3.c 1.28 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact2.c 1.54 06/01/12 09:14:11 barrysmith@barry-smiths-computer.local +34 -34 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baijfact.c 1.38 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +12 -12 change PetscInfo() calling sequence
src/mat/impls/baij/seq/baij.c 1.142 06/01/12 09:14:10 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/baij/mpi/mpibaij.c 1.106 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +7 -7 change PetscInfo() calling sequence
src/mat/impls/baij/mpi/baijov.c 1.36 06/01/12 09:14:08 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/umfpack/umfpack.c 1.49 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/superlu/superlu.c 1.85 06/01/12 09:14:07 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.48 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/aij/seq/lusol/lusol.c 1.41 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/essl/essl.c 1.44 06/01/12 09:14:06 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/symtranspose.c 1.13 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/mat/impls/aij/seq/matmatmult.c 1.90 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/crl/crl.c 1.16 06/01/12 09:14:05 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/seq/aijfact.c 1.128 06/01/12 09:14:04 barrysmith@barry-smiths-computer.local +26 -26 change PetscInfo() calling sequence
src/mat/impls/aij/seq/aij.c 1.247 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.120 06/01/12 09:14:03 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mumps/mumps.c 1.100 06/01/12 09:14:02 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiptap.c 1.23 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiov.c 1.40 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/crl/mcrl.c 1.9 06/01/12 09:14:01 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mpiaij.c 1.261 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +4 -4 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/mmaij.c 1.28 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/aij/mpi/fdmpiaij.c 1.16 06/01/12 09:14:00 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/impls/adj/mpi/mpiadj.c 1.51 06/01/12 09:13:59 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/mat/color/color.c 1.26 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/interface/precon.c 1.71 06/01/12 09:13:41 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/ksp/pc/impls/tfs/pxxt.c 1.29 06/01/12 09:13:40 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/sor/sor.c 1.37 06/01/12 09:13:39 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/mg/mg.c 1.72 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/pc/impls/jacobi/jacobi.c 1.23 06/01/12 09:13:36 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/hypre/hyppilut.c 1.84 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.30 06/01/12 09:13:35 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/interface/itfunc.c 1.78 06/01/12 09:13:29 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/interface/iterativ.c 1.43 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +8 -8 change PetscInfo() calling sequence
src/ksp/ksp/interface/itcreate.c 1.72 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/symmlq/symmlq.c 1.29 06/01/12 09:13:28 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/qcg/qcg.c 1.30 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +6 -6 change PetscInfo() calling sequence
src/ksp/ksp/impls/minres/minres.c 1.28 06/01/12 09:13:27 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.47 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.57 06/01/12 09:13:26 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/gmres.c 1.68 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/gmres/borthog2.c 1.27 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/impls/cr/cr.c 1.38 06/01/12 09:13:25 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/ksp/impls/cg/cgne/cgne.c 1.34 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/ksp/ksp/impls/cg/cg.c 1.45 06/01/12 09:13:24 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/ksp/ksp/examples/tutorials/ex10.c 1.60 06/01/12 09:13:14 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/ksp/ksp/examples/tests/ex27.c 1.4 06/01/12 09:13:11 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
src/dm/mesh/sieve/PreSieve.cxx 1.36 06/01/12 09:12:48 barrysmith@barry-smiths-computer.local +2 -2 change PetscInfo() calling sequence
src/dm/da/src/gr2.c 1.40 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +5 -5 change PetscInfo() calling sequence
src/dm/da/src/dasub.c 1.15 06/01/12 09:12:39 barrysmith@barry-smiths-computer.local +3 -3 change PetscInfo() calling sequence
src/dm/da/src/da2.c 1.76 06/01/12 09:12:37 barrysmith@barry-smiths-computer.local +1 -1 change PetscInfo() calling sequence
include/petsclog.h 1.68 06/01/12 09:11:37 barrysmith@barry-smiths-computer.local +17 -3 change PetscInfo() calling sequence
Hg-commit: c9533a404df82031d96e054bb23e6082340b1ce3
show more ...
|
| 6cf91177 | 08-Jan-2006 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3927 barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210 ChangeSet 1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0 Many files: removed
bk-changeset-1.3927 barrysmith@barry-smiths-computer.local|ChangeSet|20060108031511|00210 ChangeSet 1.3927 06/01/07 21:15:11 barrysmith@barry-smiths-computer.local +128 -0 Many files: removed verbose from PetscInfo and -info
src/vec/vec/utils/vscat.c 1.48 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +18 -18 removed verbose from PetscInfo and -info
src/vec/vec/utils/vpscat.c 1.56 06/01/07 21:10:42 barrysmith@barry-smiths-computer.local +13 -13 removed verbose from PetscInfo and -info
src/vec/vec/utils/comb.c 1.32 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/vec/interface/vector.c 1.152 06/01/07 21:10:40 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/vec/vec/interface/rvector.c 1.153 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/vec/vec/interface/dlregisvec.c 1.33 06/01/07 21:10:39 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/vec/vec/impls/mpi/pdvec.c 1.68 06/01/07 21:10:37 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/is/utils/isltog.c 1.44 06/01/07 21:10:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/vec/is/utils/iscoloring.c 1.37 06/01/07 21:10:26 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ts/interface/tsfd.c 1.18 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ts/interface/dlregists.c 1.28 06/01/07 21:10:22 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/viewer/interface/dlregispetsc.c 1.31 06/01/07 21:10:03 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/viewer/impls/socket/send.c 1.37 06/01/07 21:10:01 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/viewer/impls/matlab/vmatlab.c 1.29 06/01/07 21:10:00 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/viewer/impls/binary/binv.c 1.58 06/01/07 21:09:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/viewer/impls/ascii/vcreatea.c 1.22 06/01/07 21:09:58 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/verbose/verboseinfo.c 1.36 06/01/07 21:09:57 barrysmith@barry-smiths-computer.local +36 -36 removed verbose from PetscInfo and -info
src/sys/utils/random.c 1.31 06/01/07 21:09:56 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/utils/fhost.c 1.24 06/01/07 21:09:55 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/plog/plogmpe.c 1.20 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/plog/plog.c 1.77 06/01/07 21:09:53 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/sys/objects/tagm.c 1.35 06/01/07 21:09:52 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/sys/objects/pinit.c 1.73 06/01/07 21:09:51 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/sys/objects/options.c 1.64 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/objects/init.c 1.62 06/01/07 21:09:50 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/sys/matlabengine/matlab.c 1.46 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/sys/ftn-custom/zutils.c 1.4 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/ftn-custom/zstart.c 1.43 06/01/07 21:09:48 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/sys/fileio/mpiuopen.c 1.26 06/01/07 21:09:46 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/fileio/ftest.c 1.38 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/sys/fileio/fretrieve.c 1.31 06/01/07 21:09:45 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/sys/draw/impls/x/xcolor.c 1.15 06/01/07 21:09:35 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/sys/dll/dl.c 1.40 06/01/07 21:09:32 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/snes/utils/damgsnes.c 1.80 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/mf/snesmfj.c 1.61 06/01/07 21:09:28 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/snes/interface/noise/snesnoise.c 1.23 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/noise/snesmfj2.c 1.32 06/01/07 21:09:27 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/snesut.c 1.23 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/snes/interface/snesj2.c 1.17 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/interface/snes.c 1.100 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/snes/interface/dlregissnes.c 1.28 06/01/07 21:09:26 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/snes/impls/tr/tr.c 1.35 06/01/07 21:09:25 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/snes/impls/ls/ls.c 1.69 06/01/07 21:09:24 barrysmith@barry-smiths-computer.local +26 -26 removed verbose from PetscInfo and -info
src/mat/utils/multequal.c 1.12 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/utils/matstash.c 1.22 06/01/07 21:09:13 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/utils/gcreate.c 1.44 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/utils/compressedrow.c 1.14 06/01/07 21:09:12 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/matfd/fdmatrix.c 1.37 06/01/07 21:09:09 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/interface/matrix.c 1.206 06/01/07 21:09:08 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/interface/dlregismat.c 1.36 06/01/07 21:09:07 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaijfact2.c 1.66 06/01/07 21:09:06 barrysmith@barry-smiths-computer.local +27 -27 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaijfact.c 1.92 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +31 -31 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/seq/sbaij.c 1.153 06/01/07 21:09:05 barrysmith@barry-smiths-computer.local +12 -12 removed verbose from PetscInfo and -info
src/mat/impls/sbaij/mpi/mpisbaij.c 1.136 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/mat/impls/rowbs/mpi/mpirowbs.c 1.80 06/01/07 21:09:03 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/mat/impls/rowbs/mpi/cholbs.c 1.17 06/01/07 21:09:02 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/dense/seq/dense.c 1.90 06/01/07 21:09:01 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/dense/mpi/plapack/plapack.c 1.11 06/01/07 21:09:00 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/dense/mpi/mpidense.c 1.70 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/csr/inode/inode.c 1.55 06/01/07 21:08:59 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/seq/bdiag2.c 1.26 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/seq/bdiag.c 1.53 06/01/07 21:08:58 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/bdiag/mpi/mpibdiag.c 1.52 06/01/07 21:08:57 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact3.c 1.27 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact2.c 1.53 06/01/07 21:08:56 barrysmith@barry-smiths-computer.local +35 -35 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baijfact.c 1.37 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/mat/impls/baij/seq/baij.c 1.141 06/01/07 21:08:55 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/baij/mpi/mpibaij.c 1.105 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +14 -14 removed verbose from PetscInfo and -info
src/mat/impls/baij/mpi/baijov.c 1.35 06/01/07 21:08:53 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/umfpack/umfpack.c 1.48 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/superlu/superlu.c 1.84 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.47 06/01/07 21:08:52 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/lusol/lusol.c 1.40 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/essl/essl.c 1.43 06/01/07 21:08:51 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/symtranspose.c 1.12 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/crl/crl.c 1.15 06/01/07 21:08:50 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/matmatmult.c 1.89 06/01/07 21:08:49 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/aijfact.c 1.127 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +30 -30 removed verbose from PetscInfo and -info
src/mat/impls/aij/seq/aij.c 1.246 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.119 06/01/07 21:08:48 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mumps/mumps.c 1.99 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/crl/mcrl.c 1.8 06/01/07 21:08:47 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiptap.c 1.22 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiov.c 1.39 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mpiaij.c 1.260 06/01/07 21:08:46 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/mmaij.c 1.27 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/aij/mpi/fdmpiaij.c 1.15 06/01/07 21:08:45 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/impls/adj/mpi/mpiadj.c 1.50 06/01/07 21:08:44 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/mat/color/color.c 1.25 06/01/07 21:08:28 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/interface/precon.c 1.70 06/01/07 21:08:27 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/ksp/pc/impls/tfs/pxxt.c 1.28 06/01/07 21:08:26 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/sor/sor.c 1.36 06/01/07 21:08:24 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/mg/mg.c 1.71 06/01/07 21:08:22 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/pc/impls/jacobi/jacobi.c 1.22 06/01/07 21:08:21 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/hypre/hyppilut.c 1.83 06/01/07 21:08:20 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.29 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/pc/impls/factor/lu/lu.c 1.52 06/01/07 21:08:19 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/itfunc.c 1.77 06/01/07 21:08:14 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/iterativ.c 1.42 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +8 -8 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/itcreate.c 1.71 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/interface/dlregisksp.c 1.31 06/01/07 21:08:13 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/symmlq/symmlq.c 1.28 06/01/07 21:08:12 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/qcg/qcg.c 1.29 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +6 -6 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/minres/minres.c 1.27 06/01/07 21:08:11 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.46 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.56 06/01/07 21:08:10 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/gmres.c 1.67 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/gmres/borthog2.c 1.26 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cr/cr.c 1.37 06/01/07 21:08:09 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cg/cgne/cgne.c 1.33 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +2 -2 removed verbose from PetscInfo and -info
src/ksp/ksp/impls/cg/cg.c 1.44 06/01/07 21:08:08 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/ksp/ksp/examples/tutorials/ex10.c 1.59 06/01/07 21:07:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/ksp/ksp/examples/tests/ex27.c 1.3 06/01/07 21:07:56 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/website/publications/index.html 1.36 06/01/07 21:07:49 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/docs/website/documentation/changes/231.html 1.52 06/01/07 21:07:43 barrysmith@barry-smiths-computer.local +3 -0 removed verbose from PetscInfo and -info
src/docs/website/documentation/troubleshooting.html 1.32 06/01/07 21:07:41 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/website/documentation/faq.html 1.30 06/01/07 21:07:40 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/docs/tex/manual/part2.tex 1.107 06/01/07 21:07:36 barrysmith@barry-smiths-computer.local +18 -18 removed verbose from PetscInfo and -info
src/dm/mesh/sieve/PreSieve.cxx 1.35 06/01/07 21:07:31 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
src/dm/da/src/gr2.c 1.39 06/01/07 21:07:26 barrysmith@barry-smiths-computer.local +5 -5 removed verbose from PetscInfo and -info
src/dm/da/src/dasub.c 1.14 06/01/07 21:07:25 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/dm/da/src/da2.c 1.75 06/01/07 21:07:24 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
src/dm/ao/interface/dlregisdm.c 1.31 06/01/07 21:07:19 barrysmith@barry-smiths-computer.local +3 -3 removed verbose from PetscInfo and -info
src/contrib/helmholtz_2/ex12.c 1.10 06/01/07 21:06:59 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
python/PETSc/utilities/libraryOptions.py 1.26 06/01/07 21:06:50 barrysmith@barry-smiths-computer.local +4 -4 removed verbose from PetscInfo and -info
include/petsclog.h 1.67 06/01/07 21:06:32 barrysmith@barry-smiths-computer.local +7 -7 removed verbose from PetscInfo and -info
include/petsc.h 1.160 06/01/07 21:06:30 barrysmith@barry-smiths-computer.local +1 -1 removed verbose from PetscInfo and -info
bmake/common/rules 1.181 06/01/07 21:06:24 barrysmith@barry-smiths-computer.local +2 -3 removed verbose from PetscInfo and -info
Hg-commit: daa490f1b957c57dd6cd4d11f3dd6573777b4982
show more ...
|
| 03c60df9 | 04-Dec-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3813.1.15 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com|ChangeSet|20051204224202|36922 ChangeSet 1.3813.1.15 05/12/04 16:42:02 barrysmith@116_196_103_66-wifi_hotspots
bk-changeset-1.3813.1.15 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com|ChangeSet|20051204224202|36922 ChangeSet 1.3813.1.15 05/12/04 16:42:02 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +13 -0 added suppport for --with-precision=int
src/sys/plog/plog.c 1.76 05/12/04 16:41:48 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +9 -1 added suppport for --with-precision=int
src/sys/objects/ptype.c 1.19 05/12/04 16:41:48 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +2 -0 added suppport for --with-precision=int
src/sys/fileio/mprint.c 1.51 05/12/04 16:41:47 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +3 -1 added suppport for --with-precision=int
src/sys/draw/utils/hists.c 1.27 05/12/04 16:41:47 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +2 -2 added suppport for --with-precision=int
src/sys/draw/interface/dtri.c 1.13 05/12/04 16:41:46 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +18 -18 added suppport for --with-precision=int
src/snes/interface/snes.c 1.98 05/12/04 16:41:46 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +1 -1 added suppport for --with-precision=int
src/ksp/pc/interface/pcregis.c 1.40 05/12/04 16:41:45 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +2 -2 added suppport for --with-precision=int
src/ksp/pc/impls/redundant/redundant.c 1.27 05/12/04 16:41:45 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +4 -0 added suppport for --with-precision=int
src/ksp/pc/impls/factor/lu/lu.c 1.49 05/12/04 16:41:44 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +13 -4 added suppport for --with-precision=int
python/PETSc/utilities/languages.py 1.47 05/12/04 16:41:44 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +4 -2 added suppport for --with-precision=int
python/PETSc/packages/BlasLapack.py 1.146 05/12/04 16:41:43 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +8 -4 added suppport for --with-precision=int
include/petscmath.h 1.28 05/12/04 16:41:43 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +17 -1 added suppport for --with-precision=int
include/petsc.h 1.154 05/12/04 16:41:42 barrysmith@116_196_103_66-wifi_hotspots.eng.telusmobility.com +4 -0 added suppport for --with-precision=int
Hg-commit: c2fbb2a3efcebcdeec93e03a12f738f0f0640112
show more ...
|
| a83599f4 | 21-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3755.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556 ChangeSet 1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0 support for --w
bk-changeset-1.3755.1.4 barrysmith@barry-smiths-computer.local|ChangeSet|20051121223356|46556 ChangeSet 1.3755.1.4 05/11/21 16:33:56 barrysmith@barry-smiths-computer.local +134 -0 support for --with-precision=longdouble
src/vec/vec/impls/seq/bvec2.c 1.76 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/vec/vec/impls/mpi/pdvec.c 1.64 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex9.c 1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex1e.c 1.11 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex11.c 1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/vec/vec/examples/tutorials/ex1.c 1.13 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/vec/vec/examples/tests/ex28.c 1.10 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/vec/vec/examples/tests/ex21.c 1.12 05/11/21 16:33:44 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/interface/ts.c 1.55 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/impls/pseudo/posindep.c 1.26 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex7.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex6.c 1.19 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex5.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex4.c 1.12 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ts/examples/tutorials/ex3.c 1.13 05/11/21 16:33:43 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tutorials/ex2.c 1.11 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ts/examples/tests/ex1.c 1.15 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/sys/utils/random.c 1.30 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/objects/ptype.c 1.18 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +8 -1 support for --with-precision=longdouble
src/sys/objects/aoptions.c 1.43 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/sys/fileio/mprint.c 1.50 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +9 -0 support for --with-precision=longdouble
src/sys/examples/tests/ex3.c 1.6 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/examples/tests/ex14.c 1.5 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/utils/lg.c 1.21 05/11/21 16:33:42 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/utils/hists.c 1.26 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/interface/dviewp.c 1.13 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/interface/dpoints.c 1.11 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/sys/draw/impls/ps/pops.c 1.18 05/11/21 16:33:41 barrysmith@barry-smiths-computer.local +20 -20 support for --with-precision=longdouble
src/sys/bag/bag.c 1.26 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/snes/utils/damgsnes.c 1.78 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/utils/adutils/damgsnesad.c 1.9 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/snes/mf/snesmfjdef.c 1.19 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/mf/snesmfj.c 1.60 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/snes/interface/snesut.c 1.21 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/snes/interface/snes.c 1.97 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/snes/interface/noise/snesnoise.c 1.22 05/11/21 16:33:40 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/snes/interface/noise/snesmfj2.c 1.31 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/snes/impls/tr/tr.c 1.34 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/snes/impls/test/snestest.c 1.21 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/impls/ls/ls.c 1.67 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/snes/examples/tutorials/ex8.c 1.6 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/snes/examples/tutorials/ex7.c 1.19 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex4.c 1.10 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex30.c 1.54 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/snes/examples/tutorials/ex3.c 1.17 05/11/21 16:33:39 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/snes/examples/tutorials/ex29.c 1.90 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/snes/examples/tutorials/ex27.c 1.16 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +7 -7 support for --with-precision=longdouble
src/snes/examples/tutorials/ex26.c 1.24 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/snes/examples/tutorials/ex22.c 1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tutorials/ex2.c 1.14 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/snes/examples/tutorials/ex19.c 1.20 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tutorials/ex14.c 1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex7.c 1.15 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex5.c 1.11 05/11/21 16:33:38 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/snes/examples/tests/ex1.c 1.15 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/utils/multequal.c 1.11 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/utils/compressedrow.c 1.13 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/matfd/fdmatrix.c 1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/interface/matrix.c 1.198.1.1 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +8 -8 support for --with-precision=longdouble
src/mat/interface/matnull.c 1.36 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaijfact2.c 1.64 05/11/21 16:33:37 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaijfact.c 1.90 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/mat/impls/sbaij/seq/sbaij.c 1.150.1.1 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/mat/impls/dense/seq/dense.c 1.89 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/csr/inode/inode.c 1.54 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +11 -11 support for --with-precision=longdouble
src/mat/impls/bdiag/seq/bdiag3.c 1.28 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact3.c 1.25 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact2.c 1.50 05/11/21 16:33:36 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/impls/baij/seq/baijfact.c 1.35 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/mat/impls/baij/seq/baij.c 1.140 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +10 -10 support for --with-precision=longdouble
src/mat/impls/aij/seq/matmatmult.c 1.88 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/impls/aij/seq/crl/crl.c 1.14 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/impls/aij/seq/aijfact.c 1.125 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +22 -22 support for --with-precision=longdouble
src/mat/impls/aij/seq/aij.c 1.245 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +9 -9 support for --with-precision=longdouble
src/mat/examples/tests/ex99.c 1.9 05/11/21 16:33:35 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/mat/examples/tests/ex96.c 1.17 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex94.c 1.23 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex76.c 1.21 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/examples/tests/ex75.c 1.26 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex74.c 1.33 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/mat/examples/tests/ex62.c 1.13 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex5.c 1.12 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex49.c 1.10 05/11/21 16:33:34 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex3.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex21.c 1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex2.c 1.15 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/mat/examples/tests/ex19.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/mat/examples/tests/ex17.c 1.12 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/mat/examples/tests/ex15.c 1.17 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/mat/examples/tests/ex14.c 1.11 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/interface/pcregis.c 1.39 05/11/21 16:33:33 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/impls/spai/ispai.c 1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/sor/sor.c 1.35 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/mg/mg.c 1.68 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/pc/impls/is/feti/examples/ex1.c 1.4 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/hypre/hyppilut.c 1.82 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +14 -14 support for --with-precision=longdouble
src/ksp/pc/impls/factor/lu/lu.c 1.46.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/pc/impls/factor/ilu/ilu.c 1.59.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/ksp/pc/impls/factor/icc/icc.c 1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/factor/cholesky/cholesky.c 1.43.1.1 05/11/21 16:33:32 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/impls/eisens/eisen.c 1.29 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/pc/examples/tests/ex5.c 1.25 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/interface/itfunc.c 1.76 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/interface/iterativ.c 1.40 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/interface/itcreate.c 1.69 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/symmlq/symmlq.c 1.27 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/impls/rich/rich.c 1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/qcg/qcg.c 1.28 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/ksp/ksp/impls/minres/minres.c 1.26 05/11/21 16:33:31 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.45 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/gmres.c 1.66 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/ksp/ksp/impls/gmres/borthog2.c 1.24 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/impls/cheby/cheby.c 1.25 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +3 -3 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex33.c 1.16.1.1 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +12 -12 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex29.c 1.22 05/11/21 16:33:30 barrysmith@barry-smiths-computer.local +6 -6 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex28.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex25.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex22.c 1.16 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex13.c 1.15 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tutorials/ex11.c 1.17 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex14.c 1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +5 -5 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex10.c 1.18 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/ksp/ksp/examples/tests/ex1.c 1.14 05/11/21 16:33:29 barrysmith@barry-smiths-computer.local +0 -1 support for --with-precision=longdouble
src/dm/da/src/gr2.c 1.37 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +2 -2 support for --with-precision=longdouble
src/dm/da/src/gr1.c 1.17 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +4 -4 support for --with-precision=longdouble
src/dm/da/src/da3.c 1.38 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/src/da2.c 1.74 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tutorials/ex6.c 1.21 05/11/21 16:33:28 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex7.c 1.13 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex23.c 1.14 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex20.c 1.12 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
src/dm/da/examples/tests/ex19.c 1.6 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
python/PETSc/packages/BlasLapack.py 1.143.1.1 05/11/21 16:33:27 barrysmith@barry-smiths-computer.local +12 -2 support for --with-precision=longdouble
include/petsc.h 1.150.1.1 05/11/21 16:33:26 barrysmith@barry-smiths-computer.local +1 -1 support for --with-precision=longdouble
Hg-commit: f4d16e9cf8485c8f01ebd4d79ba14b8facdeb987
show more ...
|
| 09f3b4e5 | 18-Nov-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/v
bk-changeset-1.3753.1.1 balay@asterix.mcs.anl.gov|ChangeSet|20051118175347|44670 ChangeSet 1.3753.1.1 05/11/18 11:53:47 balay@asterix.mcs.anl.gov +118 -0 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vscat.c 1.47 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +18 -18 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/vpscat.c 1.55 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +13 -13 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/utils/comb.c 1.28 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/vector.c 1.144 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/interface/dlregisvec.c 1.31 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/vec/vec/impls/mpi/pdvec.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/isltog.c 1.41 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/vec/is/utils/iscoloring.c 1.35 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/tsfd.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ts/interface/dlregists.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/interface/dlregispetsc.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/socket/send.c 1.36 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/matlab/vmatlab.c 1.27 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/binary/binv.c 1.57 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/viewer/impls/ascii/vcreatea.c 1.17 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/random.c 1.29 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/utils/fhost.c 1.23 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plogmpe.c 1.19 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/ploginfo.c 1.32 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +35 -35 PetscLogInfo -> PetscVerboseInfo
src/sys/plog/plog.c 1.72 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/tagm.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/pinit.c 1.69 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/options.c 1.63 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/objects/init.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/matlabengine/matlab.c 1.45 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zutils.c 1.3 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/ftn-custom/zstart.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/mpiuopen.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/ftest.c 1.37 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/sys/fileio/fretrieve.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/sys/draw/impls/x/xcolor.c 1.14 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/sys/dll/dl.c 1.39 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/snes/utils/damgsnes.c 1.77 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/mf/snesmfj.c 1.59 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesut.c 1.20 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snesj2.c 1.16 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/snes.c 1.96 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesnoise.c 1.21 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/noise/snesmfj2.c 1.30 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/snes/interface/dlregissnes.c 1.25 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/tr/tr.c 1.33 05/11/18 11:53:42 balay@asterix.mcs.anl.gov +14 -14 PetscLogInfo -> PetscVerboseInfo
src/snes/impls/ls/ls.c 1.66 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/multequal.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/matstash.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/gcreate.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/utils/compressedrow.c 1.12 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/matfd/fdmatrix.c 1.35 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/interface/dlregismat.c 1.33 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact2.c 1.63 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +25 -25 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaijfact.c 1.89 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +29 -29 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/seq/sbaij.c 1.150 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/sbaij/mpi/mpisbaij.c 1.135 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/mpirowbs.c 1.76 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/rowbs/mpi/cholbs.c 1.16 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/seq/dense.c 1.88 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/plapack/plapack.c 1.10 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/dense/mpi/mpidense.c 1.69 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/csr/inode/inode.c 1.53 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag2.c 1.25 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/seq/bdiag.c 1.52 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/bdiag/mpi/mpibdiag.c 1.51 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact3.c 1.24 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact2.c 1.49 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +34 -34 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baijfact.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +12 -12 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/seq/baij.c 1.139 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/mpibaij.c 1.104 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +7 -7 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/baij/mpi/baijov.c 1.34 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/umfpack/umfpack.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/symtranspose.c 1.11 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/superlu/superlu.c 1.83 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matmatmult.c 1.87 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/matlab/aijmatlab.c 1.46 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/lusol/lusol.c 1.39 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/essl/essl.c 1.42 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/crl/crl.c 1.13 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aijfact.c 1.124 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +26 -26 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/seq/aij.c 1.244 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/superlu_dist/superlu_dist.c 1.117 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mumps/mumps.c 1.97 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiptap.c 1.21 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiov.c 1.38 05/11/18 11:53:41 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mpiaij.c 1.259 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/mmaij.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/fdmpiaij.c 1.14 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/aij/mpi/crl/mcrl.c 1.7 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/impls/adj/mpi/mpiadj.c 1.49 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/mat/color/color.c 1.24 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/interface/precon.c 1.66 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/tfs/pxxt.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/sor/sor.c 1.34 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/mg/mg.c 1.67 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/jacobi/jacobi.c 1.21 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/hypre/hyppilut.c 1.79.1.1 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itfunc.c 1.75 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/iterativ.c 1.39 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/itcreate.c 1.68 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/interface/dlregisksp.c 1.28 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/symmlq/symmlq.c 1.26 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/qcg/qcg.c 1.27 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/minres/minres.c 1.25 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/lgmres/lgmres.c 1.44 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/gmres.c 1.65 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/fgmres/fgmres.c 1.55 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/gmres/borthog2.c 1.23 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cr/cr.c 1.36 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cgne/cgne.c 1.32 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/impls/cg/cg.c 1.43 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tutorials/ex10.c 1.58 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/ksp/ksp/examples/tests/ex27.c 1.2 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/docs/tex/manual/part2.tex 1.99 05/11/18 11:53:40 balay@asterix.mcs.anl.gov +8 -8 PetscLogInfo -> PetscVerboseInfo
src/dm/mesh/sieve/PreSieve.cxx 1.18.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +4 -4 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/gr2.c 1.36 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +5 -5 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/dasub.c 1.13 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +3 -3 PetscLogInfo -> PetscVerboseInfo
src/dm/da/src/da2.c 1.73 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
src/dm/ao/interface/dlregisdm.c 1.28 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +2 -2 PetscLogInfo -> PetscVerboseInfo
include/petsclog.h 1.59 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +6 -6 PetscLogInfo -> PetscVerboseInfo
include/petsc.h 1.147.1.1 05/11/18 11:53:39 balay@asterix.mcs.anl.gov +1 -1 PetscLogInfo -> PetscVerboseInfo
Hg-commit: 508bc2e977cf463a8deb7e76c55a75d9b0304a03
show more ...
|
| 1472f72b | 09-Nov-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3708 barrysmith@barry-smiths-computer.local|ChangeSet|20051109022749|18179 ChangeSet 1.3708 05/11/08 20:27:49 barrysmith@barry-smiths-computer.local +12 -0 working on MPICRL
src
bk-changeset-1.3708 barrysmith@barry-smiths-computer.local|ChangeSet|20051109022749|18179 ChangeSet 1.3708 05/11/08 20:27:49 barrysmith@barry-smiths-computer.local +12 -0 working on MPICRL
src/sys/viewer/impls/ascii/asciiimpl.h 1.4 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/sys/utils/makefile 1.15 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/sys/objects/makefile 1.11 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/sys/fileio/makefile 1.12 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/sys/dll/reg.c 1.34 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +10 -10 working on MPICRL
src/sys/dll/makefile 1.11 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/mat/interface/matregis.c 1.49 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +1 -0 working on MPICRL
src/mat/impls/aij/mpi/mpiaij.h 1.38 05/11/08 20:27:44 barrysmith@barry-smiths-computer.local +3 -0 working on MPICRL
src/mat/impls/aij/mpi/makefile 1.29 05/11/08 20:27:43 barrysmith@barry-smiths-computer.local +1 -1 working on MPICRL
src/mat/impls/aij/mpi/crl/mcrl.c 1.2 05/11/08 20:27:43 barrysmith@barry-smiths-computer.local +93 -154 working on MPICRL
src/mat/impls/aij/mpi/crl/makefile 1.2 05/11/08 20:27:43 barrysmith@barry-smiths-computer.local +2 -2 working on MPICRL
include/petscmat.h 1.201 05/11/08 20:27:43 barrysmith@barry-smiths-computer.local +3 -0 working on MPICRL
Hg-commit: dc01e519851dfde2fc3b1a28aab8f22bf4fb9599
show more ...
|
| 45c64e65 | 28-Oct-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3632.1.36 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051028213837|15393 ChangeSet 1.3632.1.36 05/10/28 16:38:37 barrysmith@barrysmith-57.mcs.anl.gov +19 -0 PetscViewerFileTyp
bk-changeset-1.3632.1.36 barrysmith@barrysmith-57.mcs.anl.gov|ChangeSet|20051028213837|15393 ChangeSet 1.3632.1.36 05/10/28 16:38:37 barrysmith@barrysmith-57.mcs.anl.gov +19 -0 PetscViewerFileType merged into PetscFileMode
src/vec/vec/interface/vector.c 1.143 05/10/28 16:38:33 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/vu/petscvu.c 1.18 05/10/28 16:38:33 barrysmith@barrysmith-57.mcs.anl.gov +8 -8 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/netcdf/vnetcdf.c 1.11 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +21 -21 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/matlab/vmatlab.c 1.25 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +17 -17 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/matlab/ftn-custom/zvmatlabf.c 1.2 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/hdf4/hdf4v.c 1.16 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +14 -14 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/binary/ftn-custom/zbinvf.c 1.2 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +5 -5 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/binary/binv.c 1.55 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +63 -60 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/ascii/vcreatea.c 1.14 05/10/28 16:38:32 barrysmith@barrysmith-57.mcs.anl.gov +57 -3 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c 1.3 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/ascii/filev.c 1.46 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +57 -38 PetscViewerFileType merged into PetscFileMode
src/sys/viewer/impls/ascii/asciiimpl.h 1.2 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +6 -718 PetscViewerFileType merged into PetscFileMode
src/sys/fileio/sysio.c 1.46 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +11 -10 PetscViewerFileType merged into PetscFileMode
src/sys/fileio/ftn-custom/zsysiof.c 1.2 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 petscbinaryopen takes PetscFileMode as argument instead of int for mode
src/sys/draw/impls/ps/pops.c 1.17 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode
src/mat/impls/aij/mpi/mpiaij.c 1.255 05/10/28 16:38:31 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 PetscViewerFileType merged into PetscFileMode
include/petscsys.h 1.44 05/10/28 16:38:30 barrysmith@barrysmith-57.mcs.anl.gov +2 -2 removed dead code
include/petsc.h 1.145 05/10/28 16:38:30 barrysmith@barrysmith-57.mcs.anl.gov +19 -0 moved PetscFileMode to petsc.h so always accessible
include/finclude/petscviewer.h 1.10 05/10/28 16:38:30 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 fixed file mode enum for opening files
Hg-commit: 80e92c19fb858977b0065072554ed44002940bd5
show more ...
|
| 41e811b7 | 17-Oct-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3609 balay@asterix.mcs.anl.gov|ChangeSet|20051017192208|57983 ChangeSet 1.3609 05/10/17 14:22:08 balay@asterix.mcs.anl.gov +8 -0 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDIC
bk-changeset-1.3609 balay@asterix.mcs.anl.gov|ChangeSet|20051017192208|57983 ChangeSet 1.3609 05/10/17 14:22:08 balay@asterix.mcs.anl.gov +8 -0 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
src/vec/vec/utils/vscat.c 1.46 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +2 -2 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
src/vec/vec/impls/mpi/pdvec.c 1.55 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +2 -2 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
src/sys/fileio/sysio.c 1.45 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +8 -8 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
src/ksp/pc/interface/pcregis.c 1.38 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +2 -2 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
python/PETSc/utilities/libraryOptions.py 1.20 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +3 -3 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
python/PETSc/package.py 1.72 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +1 -1 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
include/petsc.h 1.142 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +1 -1 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
include/finclude/petscdef.h 1.26 05/10/17 14:22:06 balay@asterix.mcs.anl.gov +1 -1 change PETSC_USE_64BIT_INT to PETSC_USE_64BIT_INDICES and change with-64-bit-ints to with-64-bit-indices
Hg-commit: df45144666c6b52e20b9ef747595dc8922d0269c
show more ...
|
| 1a15ef5d | 14-Oct-2005 |
Matthew Knepley <knepley@mcs.anl.gov> |
bk-changeset-1.3597 knepley@khan.(none)|ChangeSet|20051014052515|63850 ChangeSet 1.3597 05/10/14 00:25:15 knepley@khan.(none) +2 -0 Printing fix
src/sys/fileio/mprint.h 1.9 05/10/14 00:25:
bk-changeset-1.3597 knepley@khan.(none)|ChangeSet|20051014052515|63850 ChangeSet 1.3597 05/10/14 00:25:15 knepley@khan.(none) +2 -0 Printing fix
src/sys/fileio/mprint.h 1.9 05/10/14 00:25:13 knepley@khan.(none) +1 -1 Lengthen so I can debug Sieve
src/sys/fileio/mprint.c 1.49 05/10/14 00:25:13 knepley@khan.(none) +11 -5 Add a size argument argument to PetscFormatConvert() Check length in PetscVSNPrintf()
Hg-commit: b4771f2d4f1a16b97805e51cee79453ec5d9ff16
show more ...
|
| a8c7a070 | 28-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3494 barrysmith@barry-smiths-computer.local|ChangeSet|20050828025208|56411 ChangeSet 1.3494 05/08/27 21:52:08 barrysmith@barry-smiths-computer.local +31 -0 spell fix
src/vec/vec
bk-changeset-1.3494 barrysmith@barry-smiths-computer.local|ChangeSet|20050828025208|56411 ChangeSet 1.3494 05/08/27 21:52:08 barrysmith@barry-smiths-computer.local +31 -0 spell fix
src/vec/vec/utils/vinv.c 1.47 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/vec/vec/interface/vector.c 1.137 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/viewer/impls/string/stringv.c 1.21 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/plog/ploginfo.c 1.31 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/plog/plog.c 1.71 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/sys/objects/options.c 1.62 05/08/27 21:52:02 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/objects/init.c 1.57 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/matlabengine/matlab.c 1.44 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +3 -3 spell fix
src/sys/fileio/ghome.c 1.20 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/sys/fileio/fretrieve.c 1.29 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/sys/draw/impls/x/drawopenx.c 1.9 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/snes/examples/tutorials/ex5s.c 1.12 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/interface/matrix.c 1.192 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/rowbs/mpi/mpirowbs.c 1.75 05/08/27 21:52:01 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/baij/mpi/mpibaij.c 1.98 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/baij/mpi/baijov.c 1.33 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/aij/mpi/mpiov.c 1.37 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/impls/aij/mpi/mpiaij.c 1.250 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/mat/examples/tutorials/ex5.c 1.5 05/08/27 21:52:00 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/sor/sor.c 1.32 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/mg/smg.c 1.17 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/mg/mg.c 1.66 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/hypre/hyppilut.c 1.78 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/ksp/pc/impls/fieldsplit/fieldsplit.c 1.26 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/ksp/pc/impls/bjacobi/bjacobi.c 1.49 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/ksp/pc/impls/asm/asm.c 1.50 05/08/27 21:51:59 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/docs/tex/manual/part2.tex 1.95 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +2 -2 spell fix
src/docs/strategy.tex 1.2 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +29 -1 spell fix
src/dm/usg/2d/quadratic/appview.c 1.5 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +1 -1 spell fix
src/contrib/reusememory/reuse.c 1.5 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +1 -1 spell fix
python/PETSc/Configure.py 1.345 05/08/27 21:51:58 barrysmith@barry-smiths-computer.local +1 -1 spell fix
Hg-commit: a47d6454bda6da03b129a000afd720ec2c88f23f
show more ...
|
| 5106ddf5 | 19-Aug-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3473.1.29 barrysmith@barry-smiths-computer.local|ChangeSet|20050819233126|27156 ChangeSet 1.3473.1.29 05/08/19 18:31:26 barrysmith@barry-smiths-computer.local +12 -0 more work on t
bk-changeset-1.3473.1.29 barrysmith@barry-smiths-computer.local|ChangeSet|20050819233126|27156 ChangeSet 1.3473.1.29 05/08/19 18:31:26 barrysmith@barry-smiths-computer.local +12 -0 more work on tops solver for linear problems
src/tops/tops.sidl 1.8 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +15 -0 setting matrix values in 3d
src/tops/server/c++/TOPS_Solver_Structured_Impl.hh 1.10 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +1 -5 just one include that includes all of the m
src/tops/server/c++/TOPS_Solver_Structured_Impl.cc 1.12 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +22 -7 fixes for upper[] babel array meaning support for linear problems
src/tops/examples/c++/ex3/server/c++/Ex3_System_Impl.hh 1.4 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +2 -2 added solver member
src/tops/examples/c++/ex3/server/c++/Ex3_System_Impl.cc 1.4 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +70 -20 setting matrix and rhs for linear problem
src/tops/examples/c++/ex2/server/c++/Ex2_System_Impl.hh 1.7 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +1 -1 fixes for babel array bounds
src/tops/examples/c++/ex2/server/c++/Ex2_System_Impl.cc 1.8 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +3 -3 fixes for babel array bounds
src/tops/examples/c++/ex1/server/c++/Ex1_System_Impl.hh 1.5 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +1 -1 fixes for babel array bounds
src/tops/examples/c++/ex1/server/c++/Ex1_System_Impl.cc 1.5 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +3 -3 fixes for babel array bounds
src/docs/tex/manual/makefile 1.31.1.1 05/08/19 18:31:20 barrysmith@barry-smiths-computer.local +2 -0 rule for developers.pdf
src/docs/tex/manual/developers.tex 1.12 05/08/19 18:31:19 barrysmith@barry-smiths-computer.local +1 -1 typo prevented pdflatex from processing
src/sys/fileio/mprint.c 1.48 05/08/19 15:43:14 barrysmith@barrysmith-57.mcs.anl.gov +1 -1 typo
Hg-commit: fc46f6369987af3395a3be6aeea437b2c9d36dc6
show more ...
|
| 7e84dfbd | 22-Jul-2005 |
Barry Smith <bsmith@mcs.anl.gov> |
bk-changeset-1.3414 barrysmith@barry-smiths-computer.local|ChangeSet|20050722022959|39242 ChangeSet 1.3414 05/07/21 21:29:59 barrysmith@barry-smiths-computer.local +1 -0 sysio.c: iwhence must
bk-changeset-1.3414 barrysmith@barry-smiths-computer.local|ChangeSet|20050722022959|39242 ChangeSet 1.3414 05/07/21 21:29:59 barrysmith@barry-smiths-computer.local +1 -0 sysio.c: iwhence must always be defined peetsc-maint 13403
src/sys/fileio/sysio.c 1.44 05/07/21 21:29:32 barrysmith@barry-smiths-computer.local +1 -3 iwhence must always be defined peetsc-maint 13403
Hg-commit: 0e9f50bf61db0e52bed5880eafeba2f4f25c4a56
show more ...
|
| 55fcb7f5 | 16-Jun-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3349.19.13 balay@asterix.mcs.anl.gov|ChangeSet|20050616233810|53869 ChangeSet 1.3349.19.13 05/06/16 18:38:10 balay@asterix.mcs.anl.gov +21 -0 splitup zsys.c [ftn-custom]
src/sy
bk-changeset-1.3349.19.13 balay@asterix.mcs.anl.gov|ChangeSet|20050616233810|53869 ChangeSet 1.3349.19.13 05/06/16 18:38:10 balay@asterix.mcs.anl.gov +21 -0 splitup zsys.c [ftn-custom]
src/sys/utils/ftn-custom/zstrf.c 1.1 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +29 -0
src/sys/objects/ftn-custom/zpnamef.c 1.1 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +21 -0
src/sys/objects/ftn-custom/zpgnamef.c 1.1 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +28 -0
src/sys/objects/ftn-custom/zgcommf.c 1.1 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +18 -0
src/sys/utils/ftn-custom/zstrf.c 1.0 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/utils/ftn-custom/zstrf.c
src/sys/objects/ftn-custom/zpnamef.c 1.0 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/objects/ftn-custom/zpnamef.c
src/sys/objects/ftn-custom/zpgnamef.c 1.0 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/objects/ftn-custom/zpgnamef.c
src/sys/objects/ftn-custom/zgcommf.c 1.0 05/06/16 18:38:09 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/objects/ftn-custom/zgcommf.c
src/sys/memory/ftn-custom/zmtrf.c 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +29 -0
src/sys/memory/ftn-custom/makefile 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +14 -0
src/sys/matlabengine/ftn-custom/zmatlabf.c 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +65 -0
src/sys/matlabengine/ftn-custom/makefile 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +14 -0
src/sys/fileio/ftn-custom/zsysiof.c 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +21 -0
src/sys/fileio/ftn-custom/zmprintf.c 1.1 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +54 -0
src/sys/memory/ftn-custom/zmtrf.c 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/memory/ftn-custom/zmtrf.c
src/sys/memory/ftn-custom/makefile 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/memory/ftn-custom/makefile
src/sys/matlabengine/ftn-custom/zmatlabf.c 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/matlabengine/ftn-custom/zmatlabf.c
src/sys/matlabengine/ftn-custom/makefile 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/matlabengine/ftn-custom/makefile
src/sys/fileio/ftn-custom/zsysiof.c 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/zsysiof.c
src/sys/fileio/ftn-custom/zmprintf.c 1.0 05/06/16 18:38:08 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/zmprintf.c
src/sys/fileio/ftn-custom/zmpiuopenf.c 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +23 -0
src/sys/fileio/ftn-custom/zghomef.c 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +34 -0
src/sys/fileio/ftn-custom/makefile 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +14 -0
src/sys/error/ftn-custom/zerrf.c 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +123 -0
src/sys/error/ftn-custom/makefile 1.1 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +14 -0
src/sys/viewer/impls/ascii/ftn-custom/zfilevf.c 1.2 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +25 -2 splitup zsys.c [ftn-custom]
src/sys/utils/ftn-custom/makefile 1.2 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +1 -1 splitup zsys.c [ftn-custom]
src/sys/plog/ftn-custom/zplogf.c 1.19 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +13 -0 splitup zsys.c [ftn-custom]
src/sys/objects/ftn-custom/makefile 1.2 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +1 -1 splitup zsys.c [ftn-custom]
src/sys/ftn-custom/zutils.c 1.2 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +2 -0 splitup zsys.c [ftn-custom]
src/sys/ftn-custom/zsys.c 1.41 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -398 splitup zsys.c [ftn-custom]
src/sys/fileio/ftn-custom/zmpiuopenf.c 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/zmpiuopenf.c
src/sys/fileio/ftn-custom/zghomef.c 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/zghomef.c
src/sys/fileio/ftn-custom/makefile 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/fileio/ftn-custom/makefile
src/sys/error/ftn-custom/zerrf.c 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/error/ftn-custom/zerrf.c
src/sys/error/ftn-custom/makefile 1.0 05/06/16 18:38:07 balay@asterix.mcs.anl.gov +0 -0 BitKeeper file /home/balay/bk-rep/petsc-dev/src/sys/error/ftn-custom/makefile
Hg-commit: 8120d4725709104809422656e316a28e0a8c8891
show more ...
|
| e30d2299 | 10-Jun-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3349.7.1 balay@asterix.mcs.anl.gov|ChangeSet|20050610143832|11971 ChangeSet 1.3349.7.1 05/06/10 09:38:32 balay@asterix.mcs.anl.gov +21 -0 [custom->auto] zsys, zviewer
src/sys/vi
bk-changeset-1.3349.7.1 balay@asterix.mcs.anl.gov|ChangeSet|20050610143832|11971 ChangeSet 1.3349.7.1 05/06/10 09:38:32 balay@asterix.mcs.anl.gov +21 -0 [custom->auto] zsys, zviewer
src/sys/viewer/interface/view.c 1.17 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/viewer/impls/ascii/filev.c 1.45 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +4 -4 custom->auto
src/sys/utils/random.c 1.26 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +3 -3 custom->auto
src/sys/utils/psplit.c 1.18 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +2 -2 custom->auto
src/sys/utils/pbarrier.c 1.15 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/utils/mpiu.c 1.14 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +2 -2 custom->auto
src/sys/utils/memc.c 1.28 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +2 -2 custom->auto
src/sys/time/cputime.c 1.14 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/objects/tagm.c 1.31 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/objects/destroy.c 1.24 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/memory/mem.c 1.29 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +2 -2 custom->auto
src/sys/matlabengine/matlab.c 1.43 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +3 -3 custom->auto
src/sys/ftn-custom/zviewer.c 1.17 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +0 -7 custom->auto
src/sys/ftn-custom/zsys.c 1.40 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +0 -227 custom->auto
src/sys/fileio/sysio.c 1.43 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +6 -6 custom->auto
src/sys/fileio/mprint.c 1.47 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/fileio/mpiuopen.c 1.24 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/error/signal.c 1.35 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/error/fp.c 1.17 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/error/err.c 1.54 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
src/sys/error/adebug.c 1.36 05/06/10 09:38:30 balay@asterix.mcs.anl.gov +1 -1 custom->auto
Hg-commit: f6c9f2f040ce77e88b55cc90b4ad8e9be1738d63
show more ...
|
| 0e5e90ba | 22-May-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3305.1.4 balay@asterix.mcs.anl.gov|ChangeSet|20050522025521|30478 ChangeSet 1.3305.1.4 05/05/21 21:55:21 balay@asterix.mcs.anl.gov +123 -0 src/sys/src -> src/sys [part 2]
src/sy
bk-changeset-1.3305.1.4 balay@asterix.mcs.anl.gov|ChangeSet|20050522025521|30478 ChangeSet 1.3305.1.4 05/05/21 21:55:21 balay@asterix.mcs.anl.gov +123 -0 src/sys/src -> src/sys [part 2]
src/sys/viewer/makefile 1.6 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/viewer/interface/viewregall.c 1.20 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/interface/viewreg.c 1.26 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/interface/viewa.c 1.14 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/interface/view.c 1.16 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/interface/makefile 1.6 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/interface/flush.c 1.9 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/interface/dupl.c 1.13 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/vu/petscvu.c 1.17 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/vu/makefile 1.4 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/string/stringv.c 1.20 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/string/makefile 1.6 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/socket.h 1.6 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/sendsparse.c 1.13 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/senddense.c 1.15 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/send.c 1.34 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/matlab/receivedense.c 1.13 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/matlab/receive.c 1.10 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/matlab/openport.c 1.19 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/matlab/makefile 1.13 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/matlab/launch.c 1.10 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/matlab/closeport.c 1.9 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/matlab/bread.c 1.12 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/socket/makefile 1.8 05/05/21 21:55:19 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/silo/vsilo.h 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/netcdf/vnetcdf.c 1.10 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/netcdf/makefile 1.7 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/matlab/vmatlab.c 1.23 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/matlab/makefile 1.7 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/mathematica/mathematica.h 1.11 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/mathematica/mathematica.c 1.39 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/mathematica/makefile 1.12 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/makefile 1.13 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/hdf4/makefile 1.5 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/hdf4/hdf4v.c 1.15 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/draw/vdraw.h 1.7 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/draw/makefile 1.6 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/draw/drawv.c 1.28 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/binary/makefile 1.6 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/binary/binv.c 1.51 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/ascii/makefile 1.6 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/impls/ascii/filev.c 1.44 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/viewer/examples/tutorials/makefile 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/examples/tests/makefile 1.11 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/viewer/examples/makefile 1.6 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/utils/makefile 1.13 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/time/makefile 1.6 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/plog/stageLog.c 1.26 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/plog/plog.c 1.69 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/plog/makefile 1.11 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/plog/eventLog.c 1.36 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/plog/classLog.c 1.25 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/objects/pinit.c 1.66 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/objects/options.c 1.60 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/objects/makefile 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/objects/ams/makefile 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/mpiuni/makefile 1.8 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/memory/makefile 1.6 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/matlabengine/makefile 1.12 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/fileio/mprint.c 1.46 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/fileio/makefile 1.11 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/f90/makefile 1.7 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/error/makefile 1.8 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/error/examples/tests/makefile 1.4 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/error/err.c 1.53 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/draw/utils/makefile 1.6 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/makefile 1.6 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/makefile 1.7 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dviewp.c 1.12 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dtri.c 1.12 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dtextv.c 1.10 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dtexts.c 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dtextgs.c 1.11 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dtext.c 1.11 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dsflush.c 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dsetpause.c 1.10 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dsclear.c 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/drect.c 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/drawregall.c 1.10 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/drawreg.c 1.31 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/draw.c 1.21 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dpoints.c 1.10 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dpoint.c 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dpause.c 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dmouse.c 1.10 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dlinew.c 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dlinegw.c 1.11 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dline.c 1.9 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dgpause.c 1.10 05/05/21 21:55:18 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dgcoor.c 1.9 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dflush.c 1.9 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dellipse.c 1.12 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dcoor.c 1.9 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dclear.c 1.9 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/interface/dbuff.c 1.9 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/xvgrab.c 1.5 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/xops.c 1.28 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/xinit.c 1.14 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/ximpl.h 1.9 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/xcolor.c 1.13 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/wmap.c 1.8 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/tone.c 1.8 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/text.c 1.12 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/makefile 1.6 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/frame.c 1.9 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/x/drawopenx.c 1.8 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/win32/win32draw.c 1.19 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/win32/makefile 1.7 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/ps/psimpl.h 1.6 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/ps/pops.c 1.16 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/ps/makefile 1.6 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/impls/makefile 1.6 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/examples/tutorials/makefile 1.10 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/examples/tests/makefile 1.12 05/05/21 21:55:17 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/draw/examples/makefile 1.6 05/05/21 21:55:16 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/dll/makefile 1.10 05/05/21 21:55:16 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/bag/makefile 1.4 05/05/21 21:55:16 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/sys/adic/makefile 1.7 05/05/21 21:55:16 balay@asterix.mcs.anl.gov +7 -7 src/sys/src -> src/sys [part 2]
src/sys/adic/adintrinsics/makefile 1.10 05/05/21 21:55:16 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/adic/adic/makefile 1.9 05/05/21 21:55:16 balay@asterix.mcs.anl.gov +2 -2 src/sys/src -> src/sys [part 2]
src/sys/adic/Gradient/makefile 1.11 05/05/21 21:55:16 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
src/benchmarks/PetscTime.c 1.5 05/05/21 21:55:16 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
include/petscerror.h 1.52 05/05/21 21:55:16 balay@asterix.mcs.anl.gov +1 -1 src/sys/src -> src/sys [part 2]
Hg-commit: 003b0095dc9e5f25b7fdb118ed0adcf428a871c9
show more ...
|
| e5c89e4e | 22-May-2005 |
Satish Balay <balay@mcs.anl.gov> |
bk-changeset-1.3305.1.3 balay@asterix.mcs.anl.gov|ChangeSet|20050522010925|31244 ChangeSet 1.3305.1.3 05/05/21 20:09:25 balay@asterix.mcs.anl.gov +280 -0 remove src/sys/src
src/sys/makefile
bk-changeset-1.3305.1.3 balay@asterix.mcs.anl.gov|ChangeSet|20050522010925|31244 ChangeSet 1.3305.1.3 05/05/21 20:09:25 balay@asterix.mcs.anl.gov +280 -0 remove src/sys/src
src/sys/makefile 1.8 05/05/21 20:09:23 balay@asterix.mcs.anl.gov +2 -1 remove src/sys/src
BitKeeper/deleted/.del-makefile~da2a6a6cc2f9c0ca 1.9 05/05/21 20:08:43 balay@asterix.mcs.anl.gov +0 -0 Delete: src/sys/src/makefile
src/sys/viewer/interface/viewregall.c 1.19 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/interface/viewreg.c 1.25 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/interface/viewers.c 1.9 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/interface/viewa.c 1.13 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/interface/view.c 1.15 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/interface/makefile 1.5 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/interface/flush.c 1.8 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/interface/dupl.c 1.12 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/interface/dlregispetsc.c 1.25 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/vu/petscvu.c 1.16 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/vu/makefile 1.3 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/string/stringv.c 1.19 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/string/makefile 1.5 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/socket.h 1.5 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/sendsparse.c 1.12 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/senddense.c 1.14 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/send.c 1.33 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/receivesparse.c 1.8 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/receivedense.c 1.12 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/receive.m 1.5 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/receive.c 1.9 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/readinvecs.c 1.15 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/openport.m 1.5 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/openport.c 1.18 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/makefile 1.12 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/launch.m 1.5 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/launch.c 1.9 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/closeport.m 1.5 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/closeport.c 1.8 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/matlab/bread.c 1.11 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/socket/makefile 1.7 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/silo/vsilo.h 1.8 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/silo/vsilo.c 1.21 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/silo/makefile 1.7 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/netcdf/vnetcdf.c 1.9 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/netcdf/makefile 1.6 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/matlab/vmatlab.c 1.22 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/matlab/makefile 1.6 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/mathematica/runtime.c 1.4 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/mathematica/mathematica.h 1.10 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/mathematica/mathematica.c 1.38 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/mathematica/makefile 1.11 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/hdf4/makefile 1.4 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/hdf4/hdf4v.c 1.14 05/05/21 20:08:07 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/viewerimpl.h 1.9 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/makefile 1.5 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/makefile 1.12 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/draw/vdraw.h 1.6 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/draw/makefile 1.5 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/draw/drawv.c 1.27 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/binary/makefile 1.5 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/binary/binv.c 1.50 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/ascii/vcreatea.c 1.13 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/ascii/makefile 1.5 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/impls/ascii/filev.c 1.43 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/examples/tutorials/makefile 1.8 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/examples/tests/makefile 1.10 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/examples/tests/ex3.c 1.6 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/viewer/examples/makefile 1.5 05/05/21 20:08:06 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/str.c 1.33 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/sseenabled.c 1.18 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/sortip.c 1.14 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/sorti.c 1.13 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/sortd.c 1.12 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/select.c 1.16 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/random.c 1.25 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/psplit.c 1.17 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/psleep.c 1.14 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/plapack.c 1.14 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/pdisplay.c 1.22 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/pbarrier.c 1.14 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/mpiu.c 1.13 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/mpimesg.c 1.22 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/memc.c 1.27 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/makefile 1.12 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/fuser.c 1.15 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/fhost.c 1.21 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/ctable.c 1.17 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/utils/arch.c 1.11 05/05/21 20:08:02 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/time/rs6000_time.c 1.8 05/05/21 20:07:58 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/time/nt_time.c 1.11 05/05/21 20:07:58 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/time/makefile 1.5 05/05/21 20:07:58 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/time/fdate.c 1.17 05/05/21 20:07:58 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/time/cputime.c 1.13 05/05/21 20:07:58 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/stageLog.c 1.25 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/ptime.h 1.12 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/plogmpe.c 1.18 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/ploginfo.c 1.30 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/plog.h 1.18 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/plog.c 1.68 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/mpitr.c 1.14 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/makefile 1.10 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/eventLog.c 1.35 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/plog/classLog.c 1.24 05/05/21 20:07:55 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/ams/makefile 1.8 05/05/21 20:07:51 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/tagm.c 1.30 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/state.c 1.16 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/ptype.c 1.16 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/prefix.c 1.12 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/pname.c 1.17 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/pmain.c 1.5 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/pinit.c 1.65 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/pgname.c 1.11 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/options.c 1.59 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/olist.c 1.10 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/makefile 1.8 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/init.c 1.56 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/inherit.c 1.41 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/gtype.c 1.11 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/gcookie.c 1.9 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/gcomm.c 1.9 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/destroy.c 1.23 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/objects/ams/aoptions.c 1.36 05/05/21 20:07:50 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/mpiuni/mpi.c 1.17 05/05/21 20:07:47 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/mpiuni/makefile 1.7 05/05/21 20:07:47 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/memory/mtr.c 1.41 05/05/21 20:07:44 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/memory/mem.c 1.27 05/05/21 20:07:44 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/memory/mal.c 1.28 05/05/21 20:07:44 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/memory/makefile 1.5 05/05/21 20:07:44 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/matlabengine/matlab.c 1.42 05/05/21 20:07:40 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/matlabengine/makefile 1.11 05/05/21 20:07:40 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/sysio.c 1.42 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/smatlab.c 1.13 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/rpath.c 1.15 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/mprint.h 1.8 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/mprint.c 1.45 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/mpiuopen.c 1.23 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/makefile 1.10 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/grpath.c 1.18 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/ghome.c 1.19 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/fwd.c 1.18 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/ftest.c 1.36 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/fretrieve.c 1.28 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/fpath.c 1.20 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/fileio/ffpath.c 1.17 05/05/21 20:07:37 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/makefile 1.6 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_win32.c 1.11 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_t3e.c 1.9 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_solaris_old.c 1.9 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_solaris.c 1.9 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_rs6000.c 1.9 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_nag.c 1.9 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_intel8.c 1.9 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_intel.c 1.11 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_hpux.c 1.9 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_g95.c 1.2 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_cray_x1.c 1.2 05/05/21 20:07:33 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_common.c 1.10 05/05/21 20:07:32 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_alpha.c 1.10 05/05/21 20:07:32 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_absoft.c 1.9 05/05/21 20:07:32 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/f90/f90_IRIX.c 1.9 05/05/21 20:07:32 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/stack.c 1.15 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/signal.c 1.33 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/makefile 1.7 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/fp.c 1.15 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/examples/tests/makefile 1.3 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/examples/tests/ex1.c 1.3 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/errtrace.c 1.17 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/errstop.c 1.14 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/errabort.c 1.18 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/err.c 1.52 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/error/adebug.c 1.35 05/05/21 20:07:29 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/utils/zoom.c 1.10 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/utils/makefile 1.5 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/utils/lg.c 1.19 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/utils/hue.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/utils/hists.c 1.25 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/utils/dscatter.c 1.17 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/utils/axis.c 1.21 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/makefile 1.5 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/makefile 1.6 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dviewp.c 1.11 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dtri.c 1.11 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dtextv.c 1.9 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dtexts.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dtextgs.c 1.10 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dtext.c 1.10 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dsflush.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dsetpause.c 1.9 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dsclear.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/drect.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/drawregall.c 1.9 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/drawreg.c 1.30 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/draw.c 1.20 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dpoints.c 1.9 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dpoint.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dpause.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dmouse.c 1.9 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dlinew.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dlinegw.c 1.10 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dline.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dgpause.c 1.9 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dgcoor.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dflush.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dellipse.c 1.11 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dcoor.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dclear.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/interface/dbuff.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/xvgrab.c 1.4 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/xops.c 1.27 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/xinit.c 1.13 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/ximpl.h 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/xcolor.c 1.12 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/wmap.c 1.7 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/tone.c 1.7 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/text.c 1.11 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/makefile 1.5 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/frame.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/x/drawopenx.c 1.7 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/win32/win32draw.h 1.5 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/win32/win32draw.c 1.18 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/win32/makefile 1.6 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/ps/psimpl.h 1.5 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/ps/pops.c 1.15 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/ps/makefile 1.5 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/impls/makefile 1.5 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tutorials/makefile 1.9 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tests/makefile 1.11 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tests/ex9.c 1.8 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tests/ex5f.F 1.7 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tests/ex4f.F 1.7 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tests/ex4.c 1.7 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tests/ex3.c 1.10 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tests/ex2.c 1.7 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tests/ex10.c 1.6 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/tests/ex1.c 1.7 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/examples/makefile 1.5 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/draw/drawimpl.h 1.12 05/05/21 20:07:25 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/bag/makefile 1.3 05/05/21 20:07:22 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/bag/bag.c 1.21 05/05/21 20:07:22 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/dll/reg.c 1.32 05/05/21 20:07:18 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/dll/makefile 1.9 05/05/21 20:07:18 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/dll/dl.c 1.36 05/05/21 20:07:18 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/makefile 1.6 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/report-once.h 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/report-once.c 1.9 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/names.h 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/makefile 1.9 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/config.h 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintrinsics.c 1.6 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_tanh.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_tan.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_sqrt.c 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_sinh.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_sin.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_pow.c 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_modf.c 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_min.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_max.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_log10.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_log.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_ldexp.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_frexp.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_fmod.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_fmin.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_fmax.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_floor.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_fabs.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_exp.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_cosh.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_cos.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_ceil.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_atanh.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_atan2.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_atan.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_asinh.c 1.4 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_asin.c 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_acosh.c 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adintrinsics/adintr_acos.c 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adic/run-map.c 1.11 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adic/run-alloc.c 1.9 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adic/makefile 1.8 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adic/alloc.c 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/adic/aclocal.m4 1.3 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/Gradient/makefile 1.10 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/Gradient/ad_utils.c 1.15 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/Gradient/ad_grad_daxpy.c 1.5 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
src/sys/adic/Gradient/ad_grad.c 1.15 05/05/21 20:07:14 balay@asterix.mcs.anl.gov +0 -0 mvdir
Hg-commit: 1429c352da3cc4ed8a94fb00fbf532a74b28bf2b
show more ...
|