History log of /petsc/src/sys/objects/pinit.c (Results 1001 – 1025 of 1307)
Revision Date Author Comments
# fc3f3fdc 08-Sep-2011 Peter Brune <brune@cs.uchicago.edu>

commit after merge

Hg-commit: 9cbf2c231923b083e521e934a6bca8e96ed54c26


# 5f6043d5 08-Sep-2011 Satish Balay <balay@mcs.anl.gov>

merge from 32

Hg-commit: 2a932b9678b7d18ec91ebd2fa634798d76d1c322


# bad7cb1d 08-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed all PCOPENMP that shoud be PCHMPI same for pc_type openmp should be pc_type hmpi
fixed bug in PetscInitialize() for HMPI spawned processes, needed to set PetscInitializeCalled flag

Hg-commit:

fixed all PCOPENMP that shoud be PCHMPI same for pc_type openmp should be pc_type hmpi
fixed bug in PetscInitialize() for HMPI spawned processes, needed to set PetscInitializeCalled flag

Hg-commit: 775ecf2b89e39a22b481dd7ba2844955cce151c1

show more ...


# 6d434a30 08-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: 31af1635d5290ddab9b25370ed558f209984fe18


# 12ab58b9 07-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 6235e9c2da5045aca4ab413e83dbcc931db87e78


# 500d8756 06-Sep-2011 Satish Balay <balay@mcs.anl.gov>

MPI_C_DOUBLE_COMPLEX is a c99 type only - so do not check/use for c++/complex.

Also create/use MPIU_C_DOUBLE_COMPLEX in PETSc code - and switch it to
MPI_C_DOUBLE_COMPLEX [if it exists] only for C99

MPI_C_DOUBLE_COMPLEX is a c99 type only - so do not check/use for c++/complex.

Also create/use MPIU_C_DOUBLE_COMPLEX in PETSc code - and switch it to
MPI_C_DOUBLE_COMPLEX [if it exists] only for C99 complex build.

Hg-commit: f5752b8a723d45eb1baf3a2bab15264ce95307ff

show more ...


# b3ef52cd 02-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

fixed spelling of outer

Hg-commit: 9a91b5673fd76a0116e7e6b198a71408ae8c9e43


# efb80d3c 02-Sep-2011 Barry Smith <bsmith@mcs.anl.gov>

when freeing the inner MPI_Comms of PETSC_COMM_SELF and PETSC_COMM_WORLD we no longer need to delete the outer_comm attribute from the inner attribute since that is now handled automatically.

Hg-com

when freeing the inner MPI_Comms of PETSC_COMM_SELF and PETSC_COMM_WORLD we no longer need to delete the outer_comm attribute from the inner attribute since that is now handled automatically.

Hg-commit: 86d3336ad67bc41b4f20b7f31dcb9bf87c16e740

show more ...


# 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 ...


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

better error messages and error checking for PetscCommDestroy()

Hg-commit: 362cd65b946fc338b3d1913e1d7f41f3bc5a0724


# 0163c4cf 02-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: 5f7b3aa7e88714da32481a779ee60851d009d8cf


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

merge from 32

Hg-commit: d7c42c0d66971bb2dd64142c992d2922a69830aa


# 85afcc9a 14-Aug-2011 Barry Smith <bsmith@mcs.anl.gov>

changed OpenMP to HMPI
removed coords dependency in DMGetInterpolation_DA() and allow compiling with old version or new version

Hg-commit: 3bea43f9e08524aebb8b446269c1569abad7773e


# 423d130b 27-Jul-2011 Jungho Lee <julee@mcs.anl.gov>

Merge after commit

Hg-commit: 37cbe816d3ef8fad39deb027ea00c1e7ccf3baa6


# d9ababd3 25-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge.

Hg-commit: 720025667472551fe914ddd172c60ed7657f120c


# 39a3ad4e 22-Jul-2011 Mark F. Adams <mark.adams@columbia.edu>

Added some support for reduced processors on coarse grids of PC GAMG.

Hg-commit: 4feec2af672bd385b3916e88adf996e9a8933c4e


# 1dd75c29 22-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge

Hg-commit: 3bf01fac98a3d658df5a9ca709c44bb8f15f7102


# cfcfc605 22-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

added functionality to map threads to cores on NON thread pool case

Hg-commit: 449c14ae9417e8418bf2d8e3c6483d3439439f76


# aace9779 22-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: 1ea8fef83cccbba4479c8951027894ba1abaa156


# ff34cdc8 22-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

changed PETSC_USE_PTHREAD_CLASS to PETSC_HAVE_PTHREADCLASS so that name matches pthreadclasses.py name and cmake makes sure that specific code gets compiled

Hg-commit: 0a01a8e82fe4f48e319b836eb8da0

changed PETSC_USE_PTHREAD_CLASS to PETSC_HAVE_PTHREADCLASS so that name matches pthreadclasses.py name and cmake makes sure that specific code gets compiled

Hg-commit: 0a01a8e82fe4f48e319b836eb8da000af0532501

show more ...


# 5337c6f8 19-Jul-2011 Amlan Barua <abarua@iit.edu>

Commit after merge

Hg-commit: e2b726c74d0d7fc5394ae02eab45450941867c70


# df17f0d5 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

commit after merge from petsc-dev (MatMult_Add function)

Hg-commit: 95a831be5dc2ba75bb17311cad14d2f38977c0b7


# c370d283 18-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

committed after merging Stevens & Smith changes

Hg-commit: 4180409d5c98871cc6c7e567a401ce07f093e17f


# fc087633 16-Jul-2011 Barry Smith <bsmith@mcs.anl.gov>

more protection for thread code

Hg-commit: 39a258dacba9511fd176fceb0b98007642e83f53


# 51d315f7 15-Jul-2011 Kerry Stevens <kstevens@spetjhiong.com>

added thread pool versions

Hg-commit: 77a23f76a8d8ac73a47e6098a1f3e3805e47baf0


1...<<41424344454647484950>>...53