History log of /petsc/src/mat/impls/sbaij/seq/relax.h (Results 101 – 125 of 164)
Revision Date Author Comments
# 09d92987 02-Oct-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge branch 'jed/fix-mat-sbaij-sor-prefetch'

* jed/fix-mat-sbaij-sor-prefetch:
Mat SBAIJ: avoid invalid memory read in MatSOR_SBAIJ


# 6c11f900 30-Sep-2013 Jed Brown <jedbrown@mcs.anl.gov>

Mat SBAIJ: avoid invalid memory read in MatSOR_SBAIJ

In the back-solve, the software prefetching code computes the previous
line length and issues prefetch instructions before relaxing a row. For
t

Mat SBAIJ: avoid invalid memory read in MatSOR_SBAIJ

In the back-solve, the software prefetching code computes the previous
line length and issues prefetch instructions before relaxing a row. For
the first row, the "previous row" does not exist so the indexing was
invalid. Now just make sure the index is non-negative.

Reported-by: Patrick Lacasse <patrick.m.lacasse@gmail.com>

show more ...


# dcca0238 17-Sep-2013 Patrick Lacasse <patrick.m.lacasse@gmail.com>

Bad LogFlops in MatSOR_SeqSBAIJ.


# 6a4bb4b0 26-Apr-2013 Jed Brown <jedbrown@mcs.anl.gov>

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#1109

Merge bug fix/patch releases up to 3.2-p7 into maint-3.2

* commit 'a9157d915ed96804280c3dc077186a2a633fd603': (157 commits)
Fix PyPI download URL to help pip figure out the release version
#110990 fix timestamp order for .so vs .a during 'make install'
Update FFTW download
Increase patchlevel to 3.2-p7
...

show more ...


# 4042b796 17-Mar-2013 Jed Brown <jed@59A2.org>

Merge branch 'master' into jed/ts-eimex

Sync to include Git conversion, PETSC_EXTERN, and minor API changes.

Conflicts:
src/ts/interface/tsregall.c


# 7e590d5f 03-Feb-2013 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: db805e8197486aa7db018c01793dec447b9e9cbb


# 26fbe8dc 02-Feb-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/mat/*.

Hg-commit: 5c6f04286a6cfcd98361b2479b884c0041d95b73


# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 1147fc2a 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatting: 'No space after a '(' or before a ')''

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


# f5f7c1b9 19-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully replaced more '){' by ') {', added checker script

Hg-commit: a0037010be00b56a68354d942365c8f8df63198a


# 307fe9f8 18-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Carefully removed \t from src/mat/. All sources are now free from tabs (exceptions: LaTeX docs, ftn-auto/ folders)

Hg-commit: 41ce18e98b1c9ae2af455e6fa76b9abd371521ee


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

Commit after merge

Hg-commit: 29c41d281e3ece3127c753661dccfd04e452b7f8


# 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


# 8caf3d72 18-Sep-2012 Barry Smith <bsmith@mcs.anl.gov>

code to match PETSc style guide for if (xxx) for (xxx) sizeof(xxx)

Hg-commit: 01e0d19bcd83a980fb5e8e32b294a95da72b405f


# 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


# 51322221 28-Feb-2012 Jungho Lee <julee@mcs.anl.gov>

commit after merge

Hg-commit: e8d19a834d936a4816c3abf3af0b68733c00be11


# b1276ee1 27-Feb-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Fix merge error introduced in changeset 22293

Hg-commit: 76771fe8e7493f3473aa546611cb1bea95ac357a


# e55096d1 27-Feb-2012 Satish Balay <balay@mcs.anl.gov>

merge from 32 [wrt relax.h ignore 32 changes in favor of dev changes]

Hg-commit: 3c4863d3a3db139d0362d09bb6d60182cd51eae9


# e39bb055 24-Feb-2012 Jed Brown <jed@59A2.org>

merge

Hg-commit: 83c4fea74b43533d296ffb75a5ce75a413d18328


# 8dca527a 22-Feb-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

[petsc-maint # 106790] Bug fix from petsc-3.2 for MatMult_SeqSBAIJ_1 for matrices with empty diagonal.
http://petsc.cs.iit.edu/petsc/releases/petsc-3.2/rev/1d4f6480dece

Hg-commit: 91a2796f989bc00505

[petsc-maint # 106790] Bug fix from petsc-3.2 for MatMult_SeqSBAIJ_1 for matrices with empty diagonal.
http://petsc.cs.iit.edu/petsc/releases/petsc-3.2/rev/1d4f6480dece

Hg-commit: 91a2796f989bc0050581da5fc238a524d7430fbf

show more ...


# 7202cb7f 22-Feb-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

[petsc-maint # 106790] Removed extra if test in the inner loop of MatMult_SeqSBAIJ_1

Hg-commit: 1d4f6480dece199f4cc7967098e7cbffa741a2b1


# 142808b0 22-Feb-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

[petsc-maint #106790] Fixed bug in MatMult_SeqSBAIJ_1 versions for symmetric matrices having empty diagonal.

Hg-commit: 3b022781a8df6d13f2a1e23f284add510c79dace


# 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


1234567