| #
022afb99
|
| 01-Dec-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
valgrind include file should not be public to PETSc users by default
|
| #
72e51967
|
| 30-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/remove-unneeded-paren-petscmalloc'
Conflicts: src/mat/impls/baij/seq/baij.c
|
| #
909a08a4
|
| 28-Nov-2014 |
Michael Lange <michael.lange@imperial.ac.uk> |
Merge branch 'master' into mlange/refactor-plex-distribute
Conflicts: src/dm/impls/plex/examples/tests/output/ex12_1.out src/dm/impls/plex/examples/tests/output/ex12_2.out
|
| #
854ce69b
|
| 15-Nov-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
convert some PetscMalloc() to PetscMalloc1() remove unneeded () in first argument to PetscMalloc/Calloc1() fixes for MATLAB examples
|
| #
a19bac5a
|
| 23-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/swift-example'
|
| #
4eb45414
|
| 23-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/swift-example'
|
| #
e912f8f9
|
| 21-Oct-2014 |
Matthew G. Knepley <knepley@gmail.com> |
Swift: Remove debugging code
|
| #
f1d7fe2e
|
| 21-Oct-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
ability for PETSc to interact with Swift incomplete example
|
| #
ee2838f6
|
| 30-Sep-2014 |
Toby Isaac <tisaac@ices.utexas.edu> |
Merge branch 'tisaac/feature-fe-geom-dim' into tisaac/plex-flexible-projection
Use the new PetscFECellGeom
Conflicts: include/petscdmplex.h include/petscfe.h src/dm/impls/plex/plexfem.c
|
| #
4903bb2c
|
| 17-Sep-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint'
|
| #
a3fb5f95
|
| 16-Sep-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/fix-glibc-2.20_DEFAULT_SOURCE' into maint
|
| #
07f00807
|
| 08-Sep-2014 |
Satish Balay <balay@mcs.anl.gov> |
compile: glibc-2.20 deprecated _BSD_SOURCE. We have to use _DEFAULT_SOURCE along with it - to avoid compiler warnings.
|
| #
741c23a3
|
| 25-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/always-include-complex'
|
| #
8cd53115
|
| 08-Aug-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
remove PETSC_DESIRE_COMPLEX and instead include complex with petscmath.h UNLESS PETSC_SKIP_COMPLEX is set (for SSL includes currently)
|
| #
8713ce6e
|
| 24-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/check-mpi-include' into maint
|
| #
ce1b1add
|
| 21-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/check-mpi-include' into maint
|
| #
19ca0a52
|
| 21-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/improve-pcamgcreategraph' into maint
|
| #
bac7756d
|
| 21-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/improve-pcamgcreategraph'
|
| #
a7e1d36a
|
| 19-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/check-mpi-include'
|
| #
21e72a00
|
| 18-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
improve the memory usage of PCGAMGCreateGraph()
|
| #
c3ac57cf
|
| 18-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
checkMPICHorOpenMPI(): fix string processing failure on opensolaris. Also check OMPI_RELEASE_VERSION
|
| #
eb4924d8
|
| 14-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/check-mpi-include'
|
| #
c9fedc4e
|
| 13-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
Updates for OpenMPI checking mpi.h against configured version
|
| #
a7886bea
|
| 13-Jul-2014 |
Barry Smith <bsmith@mcs.anl.gov> |
At configure time determine if MPICH_NUMVERSION or OMPI_MAJOR/MINOR_VERSION or MPI-Uni, then at compile time make sure versions match to determine if incorrect mpi.h is being included
|
| #
1e62ee7d
|
| 09-Jul-2014 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|