History log of /petsc/src/sys/mpiuni/mpi.c (Results 176 – 200 of 268)
Revision Date Author Comments
# 256ff83f 11-Sep-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry/wirth-fusion-materials

Conflicts:
src/ts/examples/tutorials/advection-diffusion-reaction/ex10.c


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


# 7e7d4f0d 10-Apr-2013 Richard Mills <rtm@eecs.utk.edu>

Merged petsc/petsc into rmills/petsc master


# acc80a61 07-Apr-2013 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/fix-matlab'


# c5b75c40 06-Apr-2013 Barry Smith <bsmith@mcs.anl.gov>

Fixes for MATLAB interface. (1) Fixed MPIUni to be reentrant again, (2) fixed PetscSF to be reentrant


# 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


# a297a907 29-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Uncrustified src/sys/*

Hg-commit: 9f71677807bad7b55428a6cc0f5ccc5052e91805


# 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


# a6dfd86e 20-Jan-2013 Karl Rupp <rupp@mcs.anl.gov>

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4e

Fixed all violations of 'In function declaration the open bracket { should be on the next line, not on the same line as the function name and arguments'

Hg-commit: dcf94e40c4cd63bca3cd717b13d3be0d4ebc15eb

show more ...


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

merge PetscSF implementation

Hg-commit: 98dccc99445b69cb7a66312149eb16fec359e294


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

removed trailing spaces from all files

Hg-commit: 1cfa55059afe46c5145e0e830cd797b97216abfb


# 43208f3f 27-Nov-2012 Richard Tran Mills <rmills@ornl.gov>

Automerge.

Hg-commit: 6ac94d6e269a383c5b658488ff4022ab8f63808d


# a246e310 16-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

bug in thread caching when PetscInitialize() called more than once

Hg-commit: 94523429b1eea1d44387722892b57763fc643bd9


# 4c5a21dd 15-Nov-2012 Mark F. Adams <mark.adams@columbia.edu>

after merge.

Hg-commit: 8d3eb5eabd54225af52ae2b21414b91d55a562a1


# 100f28ae 15-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

fixed MPI-uni to behave more MPI like MPI_COMM_WORLD and MPI_COMM_SELF are now different and MPI_Comm_dup() on MPI_COMM_WORLD and SELF produce new communictors
this is to mimic correctly the construc

fixed MPI-uni to behave more MPI like MPI_COMM_WORLD and MPI_COMM_SELF are now different and MPI_Comm_dup() on MPI_COMM_WORLD and SELF produce new communictors
this is to mimic correctly the constructor and destructor sequence of a real MPI

Hg-commit: 2aebcb38bf7b02ec974b669194afa5fd762e708e

show more ...


# 46651e72 14-Nov-2012 Barry Smith <bsmith@mcs.anl.gov>

MPIUNI refinement: seperate storage of keyval del and extra_state from storage of attributes (which are associated with a specific communicator)

Hg-commit: 9f430677a108ece99670171384ea00c4f518e008


# 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


# fc10d188 10-Sep-2011 Jed Brown <jed@59A2.org>

merge from 3.2

Hg-commit: b4291ed27b3a97bdeb882646132ab35b91c7e6e9


# d393f697 10-Sep-2011 Satish Balay <balay@mcs.anl.gov>

#86337 workarround DMSetUp_DA_2D() crash with --with-mpi=0 and -O3/gcc
by changing MPI_Comm_size etc from macros to function calls.
[most likely optimizer bug]

Hg-commit: 204a7fc5a437207aae2200ed836

#86337 workarround DMSetUp_DA_2D() crash with --with-mpi=0 and -O3/gcc
by changing MPI_Comm_size etc from macros to function calls.
[most likely optimizer bug]

Hg-commit: 204a7fc5a437207aae2200ed83685473b67c6d39

show more ...


# 40776e1b 02-Sep-2011 petsc <petsc@mcs.anl.gov>

fix recursive call from Petsc_MPI_Attr_delete() in mpiuni

#2 0x00000000004806ff in Petsc_MPI_Attr_delete (comm=1, keyval=3) at /sandbox/petsc/petsc32-2/src/sys/mpiuni/mpi.c:88
#3 0x000000000045312

fix recursive call from Petsc_MPI_Attr_delete() in mpiuni

#2 0x00000000004806ff in Petsc_MPI_Attr_delete (comm=1, keyval=3) at /sandbox/petsc/petsc32-2/src/sys/mpiuni/mpi.c:88
#3 0x0000000000453121 in Petsc_DelComm (comm=1, keyval=3, attr_val=0x1, extra_state=0x0) at /sandbox/petsc/petsc32-2/src/sys/objects/pinit.c:436
#4 0x00000000004806ff in Petsc_MPI_Attr_delete (comm=1, keyval=3) at /sandbox/petsc/petsc32-2/src/sys/mpiuni/mpi.c:88
#5 0x0000000000453121 in Petsc_DelComm (comm=1, keyval=3, attr_val=0x1, extra_state=0x0) at /sandbox/petsc/petsc32-2/src/sys/objects/pinit.c:436
#6 0x00000000004806ff in Petsc_MPI_Attr_delete (comm=1, keyval=3) at /sandbox/petsc/petsc32-2/src/sys/mpiuni/mpi.c:88

Hg-commit: 99c7b95c06be83a2fa4b23f7e1fd96a5a6fbe023

show more ...


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

pulled patches from 3.2

Hg-commit: 17856141c0b28900522a87630682ff16a49efa87


# 639d86e3 13-Jan-2012 Sean Farley <sean@mcs.anl.gov>

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


1234567891011