| 9c398ca8 | 17-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
p4est: fix syntax error with error message |
| a5d2a83c | 16-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: update to latest snapshot. Fixes da example breakage in petsc4py test suite |
| 8dc6951b | 16-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
ascem-io.py and amanzi.py need to handle self.hdf5.include being None correctly
Funded-by: IDEAS Project: xSDK Time: .2 hours Reported-by: Alicia Marie Klinvex <amklinv@sandia.gov> |
| f60917d2 | 15-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
fix MPI Uni to recycle communicators so it won't run out like with the petsc4py tests also fix check for location of python shared library on mac to check all cases each time
Reported-by: Lisandro D
fix MPI Uni to recycle communicators so it won't run out like with the petsc4py tests also fix check for location of python shared library on mac to check all cases each time
Reported-by: Lisandro Dalcin <dalcinl@gmail.com>
show more ...
|
| 18535324 | 15-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Switch back to Sherry's version since she accepted by pull request
Funded-by: IDEAS Project: xSDK |
| 113652b0 | 14-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: update to latest snapshot - fixes nightlybuilds |
| f55fe9e4 | 14-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/fix-private-functions' |
| c7e1ce6b | 11-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
Merged in dalcinl/draw-save (pull request #420)
PetscDraw: Reimplement save image/movie |
| 99b20625 | 10-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/el-parmetis-check' |
| 01b595ee | 10-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'balay/update-gmake-check' |
| 82f73eca | 10-Mar-2016 |
Alejandro Lamas Daviña <alejandro.lamas@dsic.upv.es> |
Vec: added new type VECCUDA based on VECCUSP |
| 8067a7d5 | 07-Mar-2016 |
Lisandro Dalcin <dalcinl@gmail.com> |
PetscDraw: Save PNG/GIF/JPG/PPM images
* Built-in support for writing PPM images. * Support for writing PNG images (requires libpng) * Support for writing GIF images (requires giflib) * Support for
PetscDraw: Save PNG/GIF/JPG/PPM images
* Built-in support for writing PPM images. * Support for writing PNG images (requires libpng) * Support for writing GIF images (requires giflib) * Support for writing JPG images (requires libjpeg) * Get rid of AfterImage (dated, not std, problematic to build) * Move most of the saving business to PetscDraw interface * Add a draw->ops->getimage() slot to implement in draw subtypes * Allow users choose the movie extension (defaults to .m4v) * Fix movie generation with ffmpeg for non-animated GIF input
show more ...
|
| 7ade0f8a | 09-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
elemental: add a parmetis check for ParMETIS_ComputeVertexSeparator() |
| 4419008d | 09-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
elemental: check before using for metis/parmetis includes
Reported-by: Toby D. Young <oneliefleft@gmail.com> |
| 837216c6 | 09-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
only check for C++ visibility if C++ compiler exists
Funded-by: IDEAS Project: xSDK Time: 0 hours |
| eba35f42 | 09-Mar-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'mlange/fix-plex-multi-level-overlap'
* mlange/fix-plex-multi-level-overlap: (259 commits) Plex: Update ex12_5 with correct level-2 overlap DMLabel: Add missing cleanup for DMLabelG
Merge branch 'mlange/fix-plex-multi-level-overlap'
* mlange/fix-plex-multi-level-overlap: (259 commits) Plex: Update ex12_5 with correct level-2 overlap DMLabel: Add missing cleanup for DMLabelGather() Plex ex12: Fixed variable initialization and some output Plex ex11: Added error checking Plex ex14: Now boundary label does not have cells Plex ex1: Now boundary label does not have cells Plex ex1: Fix for VTK format added some debugging code, getting ready to branch added some print statements, should be an -info... smome cleaning up restructured ex11 to allow for problem specific BCs DMPlex: Update test ex12_5 with correct level-2 overlap DMPlex: Use global processSF in DMPlexPartitionInvert DMPlex: Add remote leaf contributions to roots in DMLabelPropagate DMPlex: Add DMLabelGather to migrate label values from leafs to roots DMPlex: Refactor DMLabelDistribute to separate point stratum distribution DMPlex: Add propagation of remote point donations for multi-level overlap DMPlex: Fix DMLabelDistribute for all-to-all migrations Plex: make extern exactly match prototype: semantic match is not enough. DMP4est: typo fix ...
show more ...
|
| 0ef40782 | 09-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
need to not filter out visibility warning from compile messages or configure will think visibility is supported. Needed because solaris C++ only warns and not errors on missing visibility support
Fu
need to not filter out visibility warning from compile messages or configure will think visibility is supported. Needed because solaris C++ only warns and not errors on missing visibility support
Funded-by: IDEAS Project: xSDK Time: 0 hours
show more ...
|
| 26703958 | 09-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
because of solaris compilers we need a different visibility for C and C++
Funded-by: IDEAS Project: xSDK Time: .1 hours Reported-by: nightly tests |
| 8f174e4f | 08-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
make: redo 'make' detection - and check for gnumake via generateGMakeGuesses() - before falling back on a regular make. |
| 549a4568 | 08-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
configure: add option --with-make-exec - similar to --with-cmake-exec |
| fa7b4c74 | 08-Mar-2016 |
Satish Balay <balay@mcs.anl.gov> |
superlu_dist: install target should first make sure prefix/[include,lib] dirs exist - similar to superlu
Reported-by: Johannes Ring <johannr@simula.no> |
| f4732d20 | 06-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/fix-private-functions |
| 9e6d21df | 06-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Previous commit did not correctly handle downloading from --with-packages-dir
Funded-by: IDEAS Project: xSDK Time: .1 hours |
| c524ecbb | 05-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Use special error code of 10 for output list of needed downloaded package tarballs otherwise the outer configure.py script converts the error code to an error message we do not want.
Funded-by: IDEA
Use special error code of 10 for output list of needed downloaded package tarballs otherwise the outer configure.py script converts the error code to an error message we do not want.
Funded-by: IDEAS Project: xSDK Time: .1 hour
show more ...
|
| 6a25c611 | 05-Mar-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'master' into barry/list-downloads |