History log of /petsc/src/vec/pf/interface/pfall.c (Results 51 – 75 of 77)
Revision Date Author Comments
# 39d7646b 06-Mar-2013 Jed Brown <jed@59A2.org>

Change all PETSC_EXTERN_C to PETSC_EXTERN


Hg-commit: ba0cf153561ff2dc521f42e94b7164fbe7b5d798


# 6ac5842e 05-Mar-2013 Barry Smith <bsmith@mcs.anl.gov>

completed update of PETSC_EXTERN_C usage to replace EXTERN_C_BEGIN/END

Hg-commit: 84182841dc78e38819f60460c0b7afa4c601fbd6


# 6b8290a7 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: e9b1d5a15a0939c40ff81c36b9bebc5118d94ce3


# 3e08d2be 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

removed trailing blanks from source code
added rule rmtrailingblanks accessible via make ACTION=remtrailingblanks tree

Hg-commit: 6e3652165d48aa5f3e94dd66bf607adea6fac27a


# 0f55b88d 03-Jul-2012 Satish Balay <balay@mcs.anl.gov>

backout all chmod stuff in bf971ba58125
[but keep diffs to src/mat/impls/aij/mpi/mpimatmatmult.c ]

Hg-commit: 4a812fc1f35496ce2717c7da9ef12ffabbd13258


# c0174eb7 03-Jul-2012 Mark F. Adams <mark.adams@columbia.edu>

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# d39137a2 12-Jan-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: d540875a63b3c979c82b6a7fa7f062571e906d10


# 247e2d92 06-Jan-2012 Jed Brown <jed@59A2.org>

Mass revert file modes that were made executable in f6e61ee9c329

Hg-commit: 116d90d0b66125cee0db3e7351047057e756baf5


# 832f7384 01-Jan-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: ee8d91ae0580d1d4fa92be38a18d40c838b9a257


# 14e519b0 31-Dec-2011 Mark F. Adams <mark.adams@columbia.edu>

changed MatMatMult to MatTranposeMatMult.

Hg-commit: f6e61ee9c329774cd5343eea1ee6b7432be17c3f


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 09573ac7 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

changed all EXTERN to extern the CAPS served no purpose

Hg-commit: cdf5985509992c2237dbbe07f14278cccee0306c


# 3be44c43 18-Nov-2007 Barry Smith <bsmith@mcs.anl.gov>

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 5e45c6bb 18-Sep-2006 Matthew Knepley <knepley@mcs.anl.gov>

Merge


Hg-commit: d993bb95b9a28fc97e0ded9563c316540b683a1d


# 6029c235 18-Sep-2006 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 17ef89a89b5377b81fb5c60d492533c99ddb41e2


# 909a696e 12-Aug-2006 Barry Smith <bsmith@mcs.anl.gov>

Split HAVE_MATLAB into HAVE_MATLAB meaning the Matlab
program and MEX exist and HAVE_MATLAB_ENGINE meaning we
are turning on the Matlab engine from PETSc (this may not
work anywhere because of

Split HAVE_MATLAB into HAVE_MATLAB meaning the Matlab
program and MEX exist and HAVE_MATLAB_ENGINE meaning we
are turning on the Matlab engine from PETSc (this may not
work anywhere because of the messy Matlab shared libraries)

Started to migrate the PETSC_VIEWER_SOCKET to have the same
usage as PETSC_VIEWER_BINARY. This means
1) the XXXView_Binary() methods will write to both sockets
and binary files and
2) the PETSc PetscBinaryRead.m Matlab program will read into
Matlab PETSc objects either from PETSc binary files or
the PETSc socket.

Hg-commit: b8dc60db1bec603d47badde4641525c65924524d

show more ...


# ff43f1e1 27-Dec-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2823
knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092
ChangeSet
1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2823
knepley@khan.mcs.anl.gov|ChangeSet|20041227184524|03092
ChangeSet
1.2823 04/12/06 21:02:19 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev

include/petscmath.h
1.25 04/12/06 21:02:17 knepley@khan.mcs.anl.gov +0 -0
Auto merged


Hg-commit: d9a23f3f6ba72ee627446f6648bb36a3d0345c22

show more ...


# 0c735eed 21-Dec-2004 Kris Buschelman <buschelm@mcs.anl.gov>

bk-changeset-1.2821.1.18
Kris@p4buschel.|ChangeSet|20041221220056|53020
ChangeSet
1.2821.1.18 04/12/21 14:00:56 Kris@p4buschel. +48 -0
Added tags for generating petscvec_dll

src/vec/utils/vsca

bk-changeset-1.2821.1.18
Kris@p4buschel.|ChangeSet|20041221220056|53020
ChangeSet
1.2821.1.18 04/12/21 14:00:56 Kris@p4buschel. +48 -0
Added tags for generating petscvec_dll

src/vec/utils/vscat.c
1.38 04/12/21 14:00:53 Kris@p4buschel. +11 -10
Added tags for generating petscvec_dll

src/vec/utils/vpscat.c
1.40 04/12/21 14:00:53 Kris@p4buschel. +2 -0
Added tags for generating petscvec_dll

src/vec/utils/vinv.c
1.38 04/12/21 14:00:53 Kris@p4buschel. +20 -18
Added tags for generating petscvec_dll

src/vec/utils/vecstash.c
1.17 04/12/21 14:00:53 Kris@p4buschel. +1 -0
Added tags for generating petscvec_dll

src/vec/utils/vecmpitoseq.c
1.13 04/12/21 14:00:52 Kris@p4buschel. +4 -2
Added tags for generating petscvec_dll

src/vec/utils/vecio.c
1.40 04/12/21 14:00:52 Kris@p4buschel. +2 -1
Added tags for generating petscvec_dll

src/vec/utils/matlab/gcreatev.c
1.15 04/12/21 14:00:52 Kris@p4buschel. +3 -2
Added tags for generating petscvec_dll

src/vec/utils/comb.c
1.23 04/12/21 14:00:52 Kris@p4buschel. +14 -13
Added tags for generating petscvec_dll

src/vec/utils/cmesh.c
1.8 04/12/21 14:00:52 Kris@p4buschel. +2 -1
Added tags for generating petscvec_dll

src/vec/pf/interface/pfall.c
1.10 04/12/21 14:00:52 Kris@p4buschel. +7 -7
Added tags for generating petscvec_dll

src/vec/pf/interface/pf.c
1.29 04/12/21 14:00:52 Kris@p4buschel. +11 -10
Added tags for generating petscvec_dll

src/vec/pf/impls/string/cstringbase.c
1.5 04/12/21 14:00:52 Kris@p4buschel. +2 -1
Added tags for generating petscvec_dll

src/vec/pf/impls/string/cstring.c
1.17 04/12/21 14:00:52 Kris@p4buschel. +3 -2
Added tags for generating petscvec_dll

src/vec/pf/impls/matlab/cmatlab.c
1.12 04/12/21 14:00:52 Kris@p4buschel. +2 -1
Added tags for generating petscvec_dll

src/vec/pf/impls/constant/const.c
1.14 04/12/21 14:00:52 Kris@p4buschel. +4 -3
Added tags for generating petscvec_dll

src/vec/is/utils/isltog.c
1.35 04/12/21 14:00:52 Kris@p4buschel. +14 -13
Added tags for generating petscvec_dll

src/vec/is/utils/isdiff.c
1.19 04/12/21 14:00:52 Kris@p4buschel. +3 -2
Added tags for generating petscvec_dll

src/vec/is/utils/iscomp.c
1.16 04/12/21 14:00:52 Kris@p4buschel. +2 -1
Added tags for generating petscvec_dll

src/vec/is/utils/iscoloring.c
1.30 04/12/21 14:00:52 Kris@p4buschel. +11 -10
Added tags for generating petscvec_dll

src/vec/is/utils/isblock.c
1.11 04/12/21 14:00:52 Kris@p4buschel. +4 -3
Added tags for generating petscvec_dll

src/vec/is/interface/index.c
1.14 04/12/21 14:00:51 Kris@p4buschel. +18 -16
Added tags for generating petscvec_dll

src/vec/is/impls/stride/stride.c
1.18 04/12/21 14:00:51 Kris@p4buschel. +5 -4
Added tags for generating petscvec_dll

src/vec/is/impls/general/strgen.c
1.10 04/12/21 14:00:51 Kris@p4buschel. +2 -2
Added tags for generating petscvec_dll

src/vec/is/impls/general/general.c
1.22 04/12/21 14:00:51 Kris@p4buschel. +4 -3
Added tags for generating petscvec_dll

src/vec/is/impls/block/block.c
1.20 04/12/21 14:00:51 Kris@p4buschel. +8 -7
Added tags for generating petscvec_dll

src/vec/interface/vector.c
1.116 04/12/21 14:00:51 Kris@p4buschel. +76 -74
Added tags for generating petscvec_dll

src/vec/interface/vecregall.c
1.19 04/12/21 14:00:51 Kris@p4buschel. +6 -5
Added tags for generating petscvec_dll

src/vec/interface/vecreg.c
1.31 04/12/21 14:00:51 Kris@p4buschel. +5 -4
Added tags for generating petscvec_dll

src/vec/interface/veccreate.c
1.23 04/12/21 14:00:51 Kris@p4buschel. +2 -2
Added tags for generating petscvec_dll

src/vec/interface/mapregall.c
1.11 04/12/21 14:00:51 Kris@p4buschel. +3 -2
Added tags for generating petscvec_dll

src/vec/interface/mapreg.c
1.23 04/12/21 14:00:51 Kris@p4buschel. +5 -5
Added tags for generating petscvec_dll

src/vec/interface/mapcreate.c
1.15 04/12/21 14:00:51 Kris@p4buschel. +2 -2
Added tags for generating petscvec_dll

src/vec/interface/map.c
1.21 04/12/21 14:00:51 Kris@p4buschel. +10 -9
Added tags for generating petscvec_dll

src/vec/interface/dlregis.c
1.24 04/12/21 14:00:51 Kris@p4buschel. +6 -5
Added tags for generating petscvec_dll

src/vec/impls/shared/shvec.c
1.27 04/12/21 14:00:51 Kris@p4buschel. +5 -4
Added tags for generating petscvec_dll

src/vec/impls/seq/vseqcr.c
1.13 04/12/21 14:00:51 Kris@p4buschel. +2 -1
Added tags for generating petscvec_dll

src/vec/impls/seq/dvec2.c
1.26 04/12/21 14:00:50 Kris@p4buschel. +1 -1
Added tags for generating petscvec_dll

src/vec/impls/seq/bvec2.c
1.62 04/12/21 14:00:50 Kris@p4buschel. +3 -2
Added tags for generating petscvec_dll

src/vec/impls/seq/bvec1.c
1.13 04/12/21 14:00:50 Kris@p4buschel. +1 -1
Added tags for generating petscvec_dll

src/vec/impls/mpi/vmpicr.c
1.11 04/12/21 14:00:50 Kris@p4buschel. +2 -1
Added tags for generating petscvec_dll

src/vec/impls/mpi/pvec2.c
1.18 04/12/21 14:00:50 Kris@p4buschel. +5 -6
Added tags for generating petscvec_dll

src/vec/impls/mpi/pmap.c
1.15 04/12/21 14:00:50 Kris@p4buschel. +3 -2
Added tags for generating petscvec_dll

src/vec/impls/mpi/pdvec.c
1.46 04/12/21 14:00:50 Kris@p4buschel. +3 -1
Added tags for generating petscvec_dll

src/vec/impls/mpi/pbvec.c
1.33 04/12/21 14:00:50 Kris@p4buschel. +12 -11
Added tags for generating petscvec_dll

src/vec/impls/hypre/vhyp.c
1.9 04/12/21 14:00:50 Kris@p4buschel. +1 -0
Added tags for generating petscvec_dll

include/petscvec.h
1.65 04/12/21 14:00:50 Kris@p4buschel. +163 -162
Added tags for generating petscvec_dll

include/petscpf.h
1.14 04/12/21 14:00:50 Kris@p4buschel. +12 -12
Added tags for generating petscvec_dll

include/petscis.h
1.25 04/12/21 14:00:50 Kris@p4buschel. +62 -62
Added tags for generating petscvec_dll


Hg-commit: bab55c629d0b969bc30f10774dfaeb89818c88ac

show more ...


# adf4da4b 08-Sep-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2506
knepley@khan.mcs.anl.gov|ChangeSet|20040908032607|54358
ChangeSet
1.2506 04/09/01 04:56:51 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2506
knepley@khan.mcs.anl.gov|ChangeSet|20040908032607|54358
ChangeSet
1.2506 04/09/01 04:56:51 knepley@khan.mcs.anl.gov +0 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev


Hg-commit: bc172eb3512adb82834797bbca8fd532e1e40b85

show more ...


# 2515c552 08-Sep-2004 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.2503.1.4
barrysmith@barry-smiths-computer.local|ChangeSet|20040908032214|14773
ChangeSet
1.2503.1.4 04/09/07 22:22:14 barrysmith@barry-smiths-computer.local +52 -0
BOPT_g ->DEBUG a

bk-changeset-1.2503.1.4
barrysmith@barry-smiths-computer.local|ChangeSet|20040908032214|14773
ChangeSet
1.2503.1.4 04/09/07 22:22:14 barrysmith@barry-smiths-computer.local +52 -0
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/vec/utils/vscat.c
1.27 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +9 -9
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/vec/utils/vinv.c
1.35 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/vec/utils/gcreatev.c
1.12 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/vec/pf/interface/pfall.c
1.9 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +2 -2
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/vec/interface/vector.c
1.104 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +2 -2
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/vec/impls/seq/bvec2.c
1.56 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +9 -9
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/vec/impls/mpi/pdvec.c
1.40 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +8 -8
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/vec/impls/mpi/pbvec.c
1.29 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/ts/interface/tsregall.c
1.12 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/ts/impls/implicit/pvode/petscpvode.h
1.10 04/09/07 22:22:11 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/ts/examples/tests/ex4.c
1.11 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +3 -3
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/viewer/interface/viewregall.c
1.15 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +2 -2
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/viewer/impls/hdf4/hdf4v.c
1.12 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/utils/psplit.c
1.15 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/utils/ctable.c
1.15 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/plog/stageLog.c
1.22 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/plog/plog.c
1.52 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/objects/tagm.c
1.20 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/objects/pinit.c
1.50 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/objects/init.c
1.45 04/09/07 22:22:10 barrysmith@barry-smiths-computer.local +2 -2
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/sys/src/error/signal.c
1.29 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/snes/utils/damgsnes.c
1.49 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +9 -9
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/snes/examples/tutorials/ex5f.F
1.16 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +4 -4
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/snes/examples/tutorials/ex5.c
1.19 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +4 -4
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/snes/examples/tutorials/ex30.c
1.49 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +2 -2
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/snes/examples/tutorials/ex26.c
1.20 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/partition/impls/pmetis/pmetis.c
1.18 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/interface/matrix.c
1.141 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +5 -5
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/interface/matregis.c
1.39 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +19 -19
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/impls/sbaij/seq/sbaij.c
1.117 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +4 -4
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/impls/sbaij/mpi/mpisbaij.c
1.104 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +5 -5
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/impls/dense/seq/dense.c
1.65 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +8 -8
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/impls/baij/seq/baij.c
1.100.1.1 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +4 -4
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/impls/baij/mpi/mpibaij.c
1.76 04/09/07 22:22:09 barrysmith@barry-smiths-computer.local +20 -20
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/impls/aij/seq/aij.c
1.181 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +4 -4
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/impls/aij/mpi/mpiaij.c
1.211 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +2 -2
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/mat/impls/adj/mpi/mpiadj.c
1.38 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +2 -2
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/ksp/pc/interface/pcregis.c
1.33 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +8 -8
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/inline/gccsse.h
1.8 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +3 -3
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/fortran/custom/zviewer.c
1.9 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/fortran/custom/zts.c
1.19 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/fortran/custom/zsys.c
1.27 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/fortran/custom/zsnes.c
1.26 04/09/07 22:22:08 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/fortran/custom/zmat.c
1.40 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +2 -2
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/dm/da/src/daview.c
1.25 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +4 -4
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/dm/da/src/dalocal.c
1.26 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +3 -3
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/dm/da/examples/tutorials/ex1.c
1.10 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +4 -4
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

src/dm/ao/impls/mapping/aomapping.c
1.23 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

python/PETSc/utilities/libraryOptions.py
1.5 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +12 -12
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

include/vecimpl.h
1.31 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +1 -1
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

include/petscda.h
1.42 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +6 -6
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow

include/petsc.h
1.94 04/09/07 22:22:07 barrysmith@barry-smiths-computer.local +10 -10
BOPT_g ->DEBUG and
no silly && !defined(COMPl... crap with packages, cause configure won't allow


Hg-commit: 3d72d6a215bbf7b9812e03b861518ed367dd6e04

show more ...


# 9b3b5573 29-Apr-2004 Matthew Knepley <knepley@mcs.anl.gov>

bk-changeset-1.2194
knepley@khan.mcs.anl.gov|ChangeSet|20040429192056|29197
ChangeSet
1.2194 04/04/29 14:20:56 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into kh

bk-changeset-1.2194
knepley@khan.mcs.anl.gov|ChangeSet|20040429192056|29197
ChangeSet
1.2194 04/04/29 14:20:56 knepley@khan.mcs.anl.gov +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into khan.mcs.anl.gov:/home/knepley/PETSc-dev/petsc-dev

docs/tex/petscapp.bib
1.112 04/04/29 14:20:54 knepley@khan.mcs.anl.gov +0 -0
Auto merged


Hg-commit: 0b638cbc25de95de1f6298c55f247590a9b1aab8

show more ...


1234