History log of /petsc/src/mat/impls/lrc/makefile (Results 51 – 66 of 66)
Revision Date Author Comments
# 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


# 238e7d2d 02-Dec-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 9c9e2b0243eedf0151e3676f8f4ccde9f7b93898


# f3a56f8b 30-Nov-2009 Jed Brown <jed@59A2.org>

merge TrMalloc/MEMALIGN updates

Hg-commit: e66e6e0b392d0e3456a0c4fdee411b9bff8fd74a


# da93591f 29-Nov-2009 Barry Smith <bsmith@mcs.anl.gov>

removed PETSC_ARCH/conf/base and
added support for not setting PETSC_ARCH and PETSC_DIR with --prefix option

Hg-commit: e478f4df238e5763b64567336d7cf94ca5d89d58


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

commit aFTERmerge

Hg-commit: 45a698803bd457bdc2ba32be5035e710250a5320


# 8da04507 10-Jun-2007 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: 89a88a4570a641b3af1b53853d576da3947e5ca7


# 2423cecc 08-Jun-2007 Barry Smith <bsmith@mcs.anl.gov>

changed bmake/common everywhere to conf
fixed a little more for new install system

Hg-commit: 1aa781ff09e652ebafd6f016d84e88c15ea650f1


# ab92ecde 06-May-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3256
barrysmith@barry-smiths-computer.local|ChangeSet|20050506134834|38610
ChangeSet
1.3256 05/05/06 08:48:34 barrysmith@barry-smiths-computer.local +7 -0
added low rank corrected

bk-changeset-1.3256
barrysmith@barry-smiths-computer.local|ChangeSet|20050506134834|38610
ChangeSet
1.3256 05/05/06 08:48:34 barrysmith@barry-smiths-computer.local +7 -0
added low rank corrected matrix and
simplified use of stdout to PETSC_STDOUT

src/sys/src/fileio/mprint.c
1.42 05/05/06 08:48:31 barrysmith@barry-smiths-computer.local +31 -39
moved use of stdout into a PETSC_STDOUT variable allowing easier changing
to something else

src/mat/impls/lrc/makefile
1.2 05/05/06 08:48:31 barrysmith@barry-smiths-computer.local +3 -3
low rank corrected matrix introduced

src/mat/impls/lrc/lrc.c
1.2 05/05/06 08:48:31 barrysmith@barry-smiths-computer.local +59 -64
low rank corrected matrix introduced

src/mat/impls/dense/mpi/mpidense.c
1.59 05/05/06 08:48:31 barrysmith@barry-smiths-computer.local +98 -60
low rank corrected matrix introduced

src/mat/examples/tests/makefile
1.55 05/05/06 08:48:31 barrysmith@barry-smiths-computer.local +6 -2
low rank corrected matrix introduced

src/mat/examples/tests/ex102.c
1.2 05/05/06 08:48:31 barrysmith@barry-smiths-computer.local +64 -179
low rank corrected matrix introduced

include/petscmat.h
1.178 05/05/06 08:48:31 barrysmith@barry-smiths-computer.local +3 -0
low rank corrected matrix introduced


Hg-commit: 3b3827ea82514442eb0f6e3943bc2b473486c1ac

show more ...


# 7b538d07 04-May-2005 Satish Balay <balay@mcs.anl.gov>

bk-changeset-1.3247
balay@asterix.mcs.anl.gov|ChangeSet|20050504154919|00955
ChangeSet
1.3247 05/05/04 10:49:19 balay@asterix.mcs.anl.gov +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into

bk-changeset-1.3247
balay@asterix.mcs.anl.gov|ChangeSet|20050504154919|00955
ChangeSet
1.3247 05/05/04 10:49:19 balay@asterix.mcs.anl.gov +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into asterix.mcs.anl.gov:/home/balay/bk-rep/petsc-dev

src/mat/impls/aij/seq/csrperm/csrperm.c
1.19 05/05/04 10:49:19 balay@asterix.mcs.anl.gov +0 -0
Auto merged

src/ksp/pc/impls/factor/makefile
1.5 05/05/04 10:49:19 balay@asterix.mcs.anl.gov +0 -1
Auto merged


Hg-commit: 0ddd4d1daa100f6e7d1a78252ad434e3f149e5e9

show more ...


# e340198b 04-May-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3244.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050504115054|02210
ChangeSet
1.3244.1.1 05/05/04 06:50:54 barrysmith@barry-smiths-computer.local +2 -0
Merge bk://petsc@

bk-changeset-1.3244.1.1
barrysmith@barry-smiths-computer.local|ChangeSet|20050504115054|02210
ChangeSet
1.3244.1.1 05/05/04 06:50:54 barrysmith@barry-smiths-computer.local +2 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/mat/impls/aij/seq/csrperm/csrperm.c
1.18 05/05/04 06:50:52 barrysmith@barry-smiths-computer.local +0 -1
Auto merged

include/petscversion.h
1.145 05/05/04 06:50:52 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: e06fbc0d52e4c0c3cdbbbb8d66c85607b719f707

show more ...


# ceb9aaf7 04-May-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3242.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20050504115035|02876
ChangeSet
1.3242.1.2 05/05/04 06:50:35 barrysmith@barry-smiths-computer.local +3 -0
makefile, lrc.c:

bk-changeset-1.3242.1.2
barrysmith@barry-smiths-computer.local|ChangeSet|20050504115035|02876
ChangeSet
1.3242.1.2 05/05/04 06:50:35 barrysmith@barry-smiths-computer.local +3 -0
makefile, lrc.c:
new file
csrperm.c:
Barry idiot

src/mat/impls/lrc/makefile
1.1 05/05/03 20:41:31 barrysmith@barry-smiths-computer.local +18 -0

src/mat/impls/lrc/lrc.c
1.1 05/05/03 20:41:32 barrysmith@barry-smiths-computer.local +122 -0

src/mat/impls/lrc/makefile
1.0 05/05/03 20:41:31 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/mat/impls/lrc/makefile

src/mat/impls/lrc/lrc.c
1.0 05/05/03 20:41:31 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/mat/impls/lrc/lrc.c

src/mat/impls/aij/seq/csrperm/csrperm.c
1.17 05/05/03 15:47:00 barrysmith@barrysmith-57.mcs.anl.gov +1 -1
Barry idiot


Hg-commit: f431efe62e8942e9f8407d3e501758b101f3c706

show more ...


123