History log of /petsc/src/sys/objects/subcomm.c (Results 226 – 250 of 276)
Revision Date Author Comments
# 9873d53e 05-Feb-2012 Jed Brown <jed@59A2.org>

Fix docs for PetscSubcommCreate

Hg-commit: 0e0f615e804e607677192bcbe67950b802038297


# b89831e5 01-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

allow MPI_Comm_free() on MPI_Comm used in PetscCommDuplicate() to be called before inner communicator is destroyed by removing the reference in Petsc_DelComm()

Hg-commit: 13c610a5c84b556749a3a7d878d

allow MPI_Comm_free() on MPI_Comm used in PetscCommDuplicate() to be called before inner communicator is destroyed by removing the reference in Petsc_DelComm()

Hg-commit: 13c610a5c84b556749a3a7d878dc75884fabf607

show more ...


# aa9c1079 01-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed PetscSubCommCreate() to use PetscCommDuplicate() on the communitors and thus do proper reference counting so they are destroy at the correct time and not MPI_Comm_free() early

Hg-commit: f1db3

fixed PetscSubCommCreate() to use PetscCommDuplicate() on the communitors and thus do proper reference counting so they are destroy at the correct time and not MPI_Comm_free() early

Hg-commit: f1db396e6ea588fdd7449bbebd348fa8e157f449

show more ...


# 476b2633 01-Sep-2011 Satish Balay <balay@mcs.anl.gov>

merge from 32

Hg-commit: d7c42c0d66971bb2dd64142c992d2922a69830aa


# 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


# 6bf464f9 18-Apr-2011 Barry Smith <bsmith@mcs.anl.gov>

converted rest of source code to take pointers into destructor reoutines. make test workds

Hg-commit: 78c641225c0516099423eeea3cc66e68fd2f62f3


# c6db04a5 14-Mar-2011 Jed Brown <jed@59A2.org>

Use #include <header.h> instead of #include "header.h" when there is no intent to search the current directory for header.h

Hg-commit: bd7216e80cc035071a5136364ab9d04bf9f41a07


# 47dad92f 13-Mar-2011 Sean Farley <sean@mcs.anl.gov>

Merged

Hg-commit: d8c12016d3250a8d659fa779bc1698da4d6c5237


# 7d0a6c19 12-Mar-2011 Barry Smith <bsmith@mcs.anl.gov>

removed #define PETSCXXX_DLL from top of all source files

Hg-commit: b784aa18ddcf5337d4011d34f0fa008681695ac1


# 8c172940 06-Dec-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: dbd6603baa0301f54f7391c043f07dcfbf07f03e


# 7087cfbe 05-Dec-2010 Barry Smith <bsmith@mcs.anl.gov>

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

moved definition of PETSC_STDCALL to private/fortranimpl.h where it belongs
removed all DLL export/import stuff since it was never used and never will be
removed MatPermuteSparsify() since it sucked.

Hg-commit: 72f7a5e60333f6c9780d56fcce45657940d16b13

show more ...


# 36428043 30-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: e0b07aee5588c2931a268c0e09ca55bd89e6260e


# 1ba920a7 29-Sep-2010 Hong Zhang <hzhang@mcs.anl.gov>

add PetscSubcommSetTypeGeneral()

Hg-commit: f1f4b162e3e1c1a2c947ff84776a3afb7d87cfd1


# df05650e 29-Sep-2010 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: a22e69d80bd02f479d308e0399b012774ac72f76


# d8a68f86 29-Sep-2010 Hong Zhang <hzhang@mcs.anl.gov>

add PetscSubcommSetNumber(), PetscSubcommSetType(); update PetscSubcommCreate()

Hg-commit: c04222d17a3d4758d323a78ce7695388d712e974


# 21b1d680 06-Sep-2010 Dmitry Karpeev <karpeev@mcs.anl.gov>

Merge.

Hg-commit: 1ac99e58bacaa1133113d86e76355c2a6ff8e56d


# b4be0e3a 31-Aug-2010 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge

Hg-commit: ee2c880beeb7f5709c949b456809141d38ab9b9a


# 0e206665 28-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: f164ce7549fa74f62a595e83f292eeb4d2854681


# a0036e3b 28-Aug-2010 Barry Smith <bsmith@mcs.anl.gov>

damn

Hg-commit: e3a7c92ab17287bab1a86b3f92d92972bb76aea5


# 53c77d0a 27-Aug-2010 Jed Brown <jed@59A2.org>

Consistency checking for __FUNCT__ when __func__ or __FUNCTION__ are available.

Uses the compiler definitions in CHKERRQ/SETERRQ when available to get
better traces through user code that doesn't ma

Consistency checking for __FUNCT__ when __func__ or __FUNCTION__ are available.

Uses the compiler definitions in CHKERRQ/SETERRQ when available to get
better traces through user code that doesn't manually defined __FUNCT__.

Fix lots of places that __FUNCT__ was used inconsistently.

Hg-commit: fdbdc93647ff934a12906fd51bc39302de07ae77

show more ...


# d47de31d 18-Aug-2010 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 234708a6abebb3da9e8899d5fb5cd7b58ea7baff


# d6037b41 18-Aug-2010 Hong Zhang <hzhang@mcs.anl.gov>

Add MatGetMultiProcBlock() to MatOps

Hg-commit: ee567dae8c92b47048f5cbcf74749067e770d7eb


12345678910>>...12