History log of /petsc/src/mat/impls/aij/mpi/mpimatmatmult.c (Results 451 – 475 of 634)
Revision Date Author Comments
# c5a46771 22-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

commit aftr merge

Hg-commit: 854807b200896ff0e3d6fb344a549ed1a2b93850


# 6e111a19 21-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Updated style to obey 'Do not put a blank line immediately after PetscFunctionBegin;'

Hg-commit: 5408b9ce2402ad624305b7a7a323ab3ae5e0c3f1


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

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

Hg-commit: 797341a7bfba18bb97e6da668b36bad2e5977356


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

Style improvements: braces around 'else', partial '){' -> ') {'

Hg-commit: adc31fe870178bcba56a29e10981c8f8716a006a


# 5c913ed7 09-Jan-2013 Hong Zhang <hzhang@mcs.anl.gov>

cleanup MatMatMultNumeric; mv event loging of MatMatMultxxx from impl to interface function MatMatMult();
update src/mat/examples/tests/ex93.c from sequential test to np>1

Hg-commit: 37e8170f9464171

cleanup MatMatMultNumeric; mv event loging of MatMatMultxxx from impl to interface function MatMatMult();
update src/mat/examples/tests/ex93.c from sequential test to np>1

Hg-commit: 37e8170f9464171541ac1e801921bf58130b8149

show more ...


# b769355b 31-Dec-2012 Jed Brown <jed@59A2.org>

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


# 8cbdbec6 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

removed all incorrect spaces before CHKERR...

Hg-commit: 653d9985c7cfe8fed21a37081a5b64f5e24e6c17


# a2ea699e 30-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up

ran clang --analyze over PETSc and fixed many of the complaints. Mostly missing CHKERRQ() and set but not used variables, no bugs found, lots of complaints about null references, not sure what is up with that; gets in the way of real useful messages.

Hg-commit: c183c49f249a22d7ef32be2c51749bad41445e53

show more ...


# 6f0d185e 19-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: bbd38bf296851975f262b25ab704d80bb1e75bf6


# d73949e8 19-Dec-2012 Hong Zhang <hzhang@mcs.anl.gov>

bugfix for reuse matrix product C=A*B, in which A and B are not same type.

Hg-commit: c22f179a03e8c061ef7ca6a99cc94af3e4efb1d2


# c397d730 14-Nov-2012 Hong Zhang <hzhang@mcs.anl.gov>

set '-mattransposematmult_scalable -matmatmult_scalable' as default.
Use '-mattransposematmult_scalable 0 -matmatmult_scalable 0' for faster but memory non-scalable impls.

Hg-commit: e6e7c54c16d3962

set '-mattransposematmult_scalable -matmatmult_scalable' as default.
Use '-mattransposematmult_scalable 0 -matmatmult_scalable 0' for faster but memory non-scalable impls.

Hg-commit: e6e7c54c16d396299a98ee567be85f1784e9ae36

show more ...


# 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


# 8c778c55 19-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

removed PLAPACK interface
Removed generic MatGetArray/MatRestoreArray()

Hg-commit: 43ffc442c8fd7c7b840af42cbd49288755158b7c


# 73a71a0f 14-Aug-2012 Barry Smith <bsmith@mcs.anl.gov>

added MatSeqDenseGetArray() and MatSetRandom()
switched MatGetArray() for SeqDense to use MatSeqDenseGetArray()

Hg-commit: d91242180205aedab6a564c6081a3c979cd67075


# d5d5282e 19-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge.

Hg-commit: a14455a9811c9485ecd5fdd98bc20d9f2d731daa


# ab1b013a 10-Jul-2012 Hong Zhang <hzhang@mcs.anl.gov>

add option '-mattransposematmult_viamatmatmult' for experimenting
C=P^T*A via R=Pt and C=R*A

Hg-commit: 7a3b7f66cbb6b3607d723de9a7edcbdd988b0822


# 48fab831 09-Jul-2012 Brad Aagaard <baagaard@usgs.gov>

Merge

Hg-commit: 8f74ca6da3dda2e92c9063777436a7e360bcc637


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

removed a spurious call to MatSetBlockSize.

Hg-commit: bf971ba58125bd8cf7ceb2a9d0f5cdf27c27cc6a


# 8382e67f 26-Jun-2012 Paul Mullowney <paulm@txcorp.com>

committing after previous merge.

Hg-commit: 62ea3b3249ac52e1d599b51313301ac9e25ed491


# f1301baf 25-Jun-2012 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 5fd7344ebb01d47fc51348189c58908ebeb94702


# 8644d96a 05-Jun-2012 Mark F. Adams <mark.adams@columbia.edu>

fixed some divide by zero errors.

Hg-commit: d78479ce1a4d1ad8dbd87606acc49e45de7e39d1


# 118727c9 05-Jun-2012 Mark F. Adams <mark.adams@columbia.edu>

fixed some divide by zero errors.

Hg-commit: 36cb8ce3a2012f7aa2ef2d17455a2e07517d03d3


# a2f3521d 01-May-2012 Mark F. Adams <mark.adams@columbia.edu>

Added block size inheritence in Mat methods.

Dissable a block IS optimization in VecScatterCreate that was wrong with blocks from Mat mult methods.

Added some debug code for a user.

Refactored GAM

Added block size inheritence in Mat methods.

Dissable a block IS optimization in VecScatterCreate that was wrong with blocks from Mat mult methods.

Added some debug code for a user.

Refactored GAMG for KKT solves.

N.B., there are a lot of changes here, sorry to dump this just before a release ...

Hg-commit: a85625d104df12863d7d1735f9fdbe9b281ef7d2

show more ...


# 8aa97da3 03-Apr-2012 stefano_zampini <stefano.zampini@gmail.com>

Commit after merge

Hg-commit: 8c5e601e00cdfb6d35c8d12ba9952a5d3a8ea1b8


1...<<11121314151617181920>>...26