History log of /petsc/src/mat/impls/aij/seq/crl/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


# 2d0b4cb3 17-Jul-2009 Matthew Knepley <knepley@mcs.anl.gov>

Merge

Hg-commit: df1ddc3c1dde73a02fe57cd49cb672f5616a135d


# a4005a5d 17-Jul-2009 Barry Smith <bsmith@mcs.anl.gov>

more moving fortran kernels

Hg-commit: 5ed9048967492d9347972f95e32e80dabb44f7ae


# 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


# 009ddefd 22-Oct-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3628
barrysmith@barry-smiths-computer.local|ChangeSet|20051022005844|42234
ChangeSet
1.3628 05/10/21 19:58:44 barrysmith@barry-smiths-computer.local +1 -0
Merge bk://petsc@petsc.bk

bk-changeset-1.3628
barrysmith@barry-smiths-computer.local|ChangeSet|20051022005844|42234
ChangeSet
1.3628 05/10/21 19:58:44 barrysmith@barry-smiths-computer.local +1 -0
Merge bk://petsc@petsc.bkbits.net/petsc-dev
into barry-smiths-computer.local:/Users/barrysmith/petsc-dev

src/sys/utils/pbarrier.c
1.17 05/10/21 19:58:40 barrysmith@barry-smiths-computer.local +0 -0
Auto merged


Hg-commit: 05623bd80aacf9065d5d66db4e40ab2ad7089526

show more ...


# 81824310 22-Oct-2005 Barry Smith <bsmith@mcs.anl.gov>

bk-changeset-1.3613.1.5
barrysmith@barry-smiths-computer.local|ChangeSet|20051022005814|26332
ChangeSet
1.3613.1.5 05/10/21 19:58:14 barrysmith@barry-smiths-computer.local +14 -0
introduced AIJ S

bk-changeset-1.3613.1.5
barrysmith@barry-smiths-computer.local|ChangeSet|20051022005814|26332
ChangeSet
1.3613.1.5 05/10/21 19:58:14 barrysmith@barry-smiths-computer.local +14 -0
introduced AIJ Seq CRL format using fixed row length matmult
for better vectorization

src/sys/utils/pbarrier.c
1.15.1.1 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +1 -1
formating

src/mat/interface/matregis.c
1.47 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +2 -0
introduced AIJ Seq CRL format using fixed row length matmult
for better vectorization

src/mat/impls/baij/seq/baij.c
1.137 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +2 -1
comment and additional assert test

src/mat/impls/aij/seq/crl/crl.c
1.5 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +107 -469
introduced AIJ Seq CRL format using fixed row length matmult
for better vectorization

src/fortran/kernels/fmultcrl.F
1.2 05/10/21 19:58:10 barrysmith@barry-smiths-computer.local +8 -35
introduced AIJ Seq CRL format using fixed row length matmult
for better vectorization

src/mat/impls/aij/seq/makefile
1.33 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +1 -1
introduced AIJ Seq CRL format using fixed row length matmult
for better vectorization

src/mat/examples/tests/ex105f.F
1.2 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +10 -10
test for MatSetValuesMPIAIJ()

src/inline/dot.h
1.16 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +18 -0
introduced AIJ Seq CRL format using fixed row length matmult
for better vectorization

src/fortran/kernels/makefile
1.9 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +2 -2
introduced AIJ Seq CRL format using fixed row length matmult
for better vectorization

include/petscmat.h
1.199 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +1 -0
introduced AIJ Seq CRL format using fixed row length matmult
for better vectorization

include/petsc.h
1.143 05/10/21 19:58:09 barrysmith@barry-smiths-computer.local +8 -0
introduced AIJ Seq CRL format using fixed row length matmult
for better vectorization

src/fortran/kernels/fmultcrl.F
1.1 05/10/21 18:40:54 barrysmith@barry-smiths-computer.local +49 -0

src/fortran/kernels/fmultcrl.F
1.0 05/10/21 18:40:54 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/fortran/kernels/fmultcrl.F

src/mat/impls/aij/seq/crl/makefile
1.3 05/10/20 09:47:21 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/mat/impls/aij/seq/crl/crl.c
1.4 05/10/20 09:47:21 barrysmith@barry-smiths-computer.local +0 -0
mvdir

src/mat/impls/aij/seq/ccl/makefile
1.2 05/10/20 09:44:26 barrysmith@barry-smiths-computer.local +3 -3
silly dude used wrong name

src/mat/impls/aij/seq/ccl/crl.c
1.3 05/10/20 09:43:59 barrysmith@barry-smiths-computer.local +0 -0
Rename: src/mat/impls/aij/seq/ccl/ccl.c -> src/mat/impls/aij/seq/ccl/crl.c

src/mat/impls/aij/seq/ccl/ccl.c
1.2 05/10/20 09:43:45 barrysmith@barry-smiths-computer.local +3 -5
silly dude gave it wrong name

src/mat/impls/aij/seq/ccl/ccl.c
1.1 05/10/20 09:35:28 barrysmith@barry-smiths-computer.local +661 -0

src/mat/impls/aij/seq/ccl/ccl.c
1.0 05/10/20 09:35:28 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/mat/impls/aij/seq/ccl/ccl.c

src/mat/impls/aij/seq/ccl/makefile
1.1 05/10/20 09:33:52 barrysmith@barry-smiths-computer.local +16 -0

src/mat/impls/aij/seq/ccl/makefile
1.0 05/10/20 09:33:52 barrysmith@barry-smiths-computer.local +0 -0
BitKeeper file /Users/barrysmith/petsc-dev/src/mat/impls/aij/seq/ccl/makefile

src/mat/impls/aij/seq/aij.c
1.242 05/10/18 19:06:46 barrysmith@barry-smiths-computer.local +100 -0
added matsetvaluesseqaij_() to be called directly from fortran as an optimization

src/mat/impls/aij/mpi/mpiaij.c
1.254 05/10/18 19:06:21 barrysmith@barry-smiths-computer.local +137 -0
added matsetvaluesmpiaij_() to be called directly from fortran as an optimization


Hg-commit: 7cf5ee0ec0bf3385f8e7664c4063a4bcd5856e12

show more ...


123