History log of /petsc/src/mat/impls/baij/mpi/mpibaij.c (Results 751 – 775 of 1562)
Revision Date Author Comments
# 009bbdc4 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "Do not put a blank line immediately before PetscFunctionReturn;"

Hg-commit: c8a41c455986e732d0ea0513d7162a54daffaece


# 5fd66863 26-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Reformatted: "There should be a blank line before PetscFunctionBegin;"

Hg-commit: 05bda4416aaceb2dbd9d85b5720629adc88eef98


# c5df96a5 26-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

updated PetscBLASIntCast() to return an error code

Hg-commit: 57d88da2280bc54336c931f5cac9a473f8f9a031


# f23aa3dd 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

generally SETERRQXX does not belong on its own line
also fixed formatting issues in dgmres.c (ugh)

Hg-commit: e3fffdf67cd55655a36785a0abc7c197e98ca7cd


# 639ff905 25-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

macros changed to static inline functions
output of example fixed for previous change to example

Hg-commit: 30b16dfe130e50978dcb99c50a8edfc8772fcf0f


# 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


# 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


# 140e18c1 15-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed silly abreviations

Hg-commit: 0641f9ef776cf11cc3336b494981da756bf9d14f


# 9669e4d8 03-Jan-2013 Barry Smith <bsmith@mcs.anl.gov>

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are ha

removed the silly #if defined(PETSC_USE_COMPLEX) special cases when the complex version gives the exact same results as the real version for real, i.e. PetscConj, PetscRealPart, do nothing and are harmless for the real case
the less #if def code duplication we have the better

Hg-commit: 158afdac623e9fb04c1dbe14153c0895e6c4feef

show more ...


# 8ad47952 02-Jan-2013 Jed Brown <jed@59A2.org>

Clang MPI type checking now works for user-defined types

Hg-commit: a7385c2b2cce59d13c376cee7ce8117a20c668ac


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

Add MPIU_BOOL and MPIU_ENUM to control clang-3.2 warnings when using MPI_INT directly

Hg-commit: 659ebb827654e17cd01d6fb5cf1a54155f4e77a7


# 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


# 479e424c 20-Dec-2012 Michael Lange <michael.lange@imperial.ac.uk>

Bug fix: Use MPIULong_Send/Recv in MatLoad_MPIBAIJ.

Hg-commit: f7068d3f22659cd4edebaaec74cd24979836d12e


# e4de60d6 20-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: ea1b92b8471b009c0bbde56bd683c7a6aba2b221


# d9f62b5f 20-Dec-2012 Satish Balay <balay@mcs.anl.gov>

merge from 33

Hg-commit: 3a826b3e296df68ee2aa8682fc345424bf183de6


# f44eeeab 01-Dec-2012 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 41e76ecbfd26f94c2d3e9e0e7fb4479bd8bb177d


# 5ee9ba1c 01-Dec-2012 Jed Brown <jed@59A2.org>

Backout 1bdcc2952450, diagonals must be removed from MPIAdj for ParMetis

Hg-commit: c1b2d1fd6943f8f9ad643a6fd3212168e6dd7d11


# f39a2258 30-Nov-2012 Jed Brown <jed@59A2.org>

merge

Hg-commit: 595c48ffb2ab34523daa39cafdae0ed0da590a0a


# 75f6568b 29-Nov-2012 Jed Brown <jed@59A2.org>

Fix MatPermute_MPIBAIJ, including support for non-square matrices, with tests

This patch includes contributions from Rémi Lacroix <remi.lacroix@lri.fr>.

The BAIJ implementation is still not scalabl

Fix MatPermute_MPIBAIJ, including support for non-square matrices, with tests

This patch includes contributions from Rémi Lacroix <remi.lacroix@lri.fr>.

The BAIJ implementation is still not scalable. It could be made scalable
using the approach in MatPermute_MPIAIJ.

Hg-commit: 233a0b40516716b61a3ac63fe8963cde6416dd42

show more ...


# 77a7c4e6 29-Nov-2012 Jed Brown <jed@59A2.org>

Fix MatGetSubMatrix_MPIBAIJ_Private to use the compressed index sets [petsc-maint #141575]

Recovers correct behavior for MatPermute

Hg-commit: 5145186cfb2264f95d2e31937ff79b0a026f043d


# ab978733 07-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

MatMPIXXXSetPreallocation() manual pages should list , PetscSplitOwnership()

Hg-commit: a62438cd7cec9d4eb5fc793b2de6c47367e5545a


1...<<31323334353637383940>>...63