History log of /petsc/src/sys/utils/psplit.c (Results 76 – 100 of 126)
Revision Date Author Comments
# 2a61db43 08-Nov-2015 Toby Isaac <tisaac@uchicago.edu>

Merge branch 'tisaac/dm-label-promote' into tisaac/dmforest

* tisaac/dm-label-promote: (319 commits)
snes tutorial ex69: give mesh a name for regression purposes
DM: make DMLabel labels a part o

Merge branch 'tisaac/dm-label-promote' into tisaac/dmforest

* tisaac/dm-label-promote: (319 commits)
snes tutorial ex69: give mesh a name for regression purposes
DM: make DMLabel labels a part of all DMs
builder: update regression tests
builder: update some missing package requirements
DM: set coordinate vector name
ts tutorials ex11_sa: make it compile
mark variable as unused so compiler doesn't warn about unused value
configure: use 'git cat-file -e' to check for existance of a commit in localrepo. ['git rev-parse' does not give error for a hash thats not in repo]
petsc4py: revert to manually syncing petsc4py with petsc master changes
configure: revert gitcommit default value to Null. If a pacakge using giturl does not change this value - raise an error
fix: revert change in a44bcdf that breaks with pgf90
update test output for fixed to hypre interface that now actually pass the interp vectors to BoomerAMG
Error message should say use negative threshold value to prevent filtering out zeros
Calls to HYPRE_BoomerAMGSetInterpVectors() did not actually copy the vector data pointer from the PETSc vector to the hypre vector thus resulting in the hypre interp vectors being identically zero and hence not affecting the quality of the AMG hierarchy produced/
DMPlex: Silence overzealous compiler warnings
add row/col orientation to MatConvert_Elemental_Dense
fix formatting error in previous commit [broke nightlybuilds]
fix formating of TSTHETA manual page and add missing command line option
run hwloc with MPIEXEC and binding so it runs on the correct machine
fix: memory leaks [in valgrind test]
...

show more ...


# 9bc1b9be 03-Nov-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into barry-allow-vecset-nan-3.6


# c7878088 03-Nov-2015 Stefano Zampini <stefano.zampini@gmail.com>

Merge branch 'stefano_zampini/feature-pardiso-schur' of https://bitbucket.org/petsc/petsc into stefano_zampini/feature-pardiso-schur


# 1b120e71 29-Oct-2015 Fande Kong <fdkong.jd@gmail.com>

Merge remote-tracking branch 'petsc/master' into fix-pcgasm-reuse


# c384bc4d 27-Oct-2015 Matthew G. Knepley <knepley@gmail.com>

Merge branch 'master' into knepley/fix-examples-plex

* master: (112 commits)
correct expression for implict ODE/DAE in table 11 of users manual
remove warning about deprecated MPI call in exampl

Merge branch 'master' into knepley/fix-examples-plex

* master: (112 commits)
correct expression for implict ODE/DAE in table 11 of users manual
remove warning about deprecated MPI call in examples
rm variables declared in middle of subroutine
tolerance for equality in PETSc test should depend on machine epsilon
tolerance for acccuracy in test example should depend on machine epsilon
increase convergence tolerance to get same result in single precision as double for convergence history
update no change output for gasm test which had not been properly updated
remove C++ // comment
example mistakenly used MPI_COMM_WORLD as if it was rank in print statement thus producing output only with MPI Uni
grep out name of DM object since on some systems the address printed has extra zeros thus producing a false difference in output
increase tolerance for test example
build: revert el6-4 build to cg - as el6 compilers give link errors
fix error type
insure similar convergence history for single, double, quad
fix ex104.c based on Barry's suggestion
increase example convergence tolerance to get matching convergence history in single and double precision
increase convergence tolerance so that test example has similar convergence history in single and double precisions
changed from cg to gmres for eigenestimator since in single precision cg produced a possible indefinite matrix report
change test example tolerance to depend on machine epsilon so as to give correct results in various precisions
loosen convergence tolerance to have similar convergence history with single, double, quad precisions
...

show more ...


# bbd98b0d 26-Oct-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into shri/add-tsevent-to-powergrid-examples


# a6bd58b0 26-Oct-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'master' into stefano_zampini/feature-pardiso-schur

Branch got out of sync with master


# d018cf17 26-Oct-2015 Barry Smith <bsmith@mcs.anl.gov>

Merge branch 'barry/add-mpiu_allreduce'


# b2566f29 22-Oct-2015 Barry Smith <bsmith@mcs.anl.gov>

Introduce MPIU_Allreduce() to detect cases where all processes that share an MPI comm do not call the same sequence of MPI_Allreduce()
This is a bug that can be difficult to track down.

Suggested-by

Introduce MPIU_Allreduce() to detect cases where all processes that share an MPI comm do not call the same sequence of MPI_Allreduce()
This is a bug that can be difficult to track down.

Suggested-by: Eric Chamberland <Eric.Chamberland@giref.ulaval.ca>
Suggested-by: Patrick Lacasse <placasse@giref.ulaval.ca>

show more ...


# 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


# 6b8290a7 18-Sep-2012 Shri Abhyankar <abhyshr@mcs.anl.gov>

Commit after merge.

Hg-commit: e9b1d5a15a0939c40ff81c36b9bebc5118d94ce3


# 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


# 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


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

Merge

Hg-commit: 0fb617426806c222fb6fb5e47365b6c3688c614c


# 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


# f00bbda8 17-Nov-2011 Matthew G Knepley <knepley@gmail.com>

Merge

Hg-commit: 0ca4fc8576829dadb97d63e11bc2c9dadb257dc9


# e4575cc6 16-Nov-2011 Barry Smith <bsmith@mcs.anl.gov>

commit after merge

Hg-commit: b806b5e6ffcd2bf2bfecc55bd0d8c423ee8830a7


# f08646a8 16-Nov-2011 Satish Balay <balay@mcs.anl.gov>

http://mcs.anl.gov/petsc/petsc-as -> http://mcs.anl.gov/petsc

Hg-commit: 127d2a8aaeea7c21edc5fe91c2de2094a83ceec9


# 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


123456