| 323a1068 | 06-Jun-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Enable package to be used outside PETSc |
| a9c04de7 | 06-Jun-2016 |
Satish Balay <balay@mcs.anl.gov> |
scalapack: CFLAGS appears to be CNOPTFLAGS - so set it similar to f2cblaslapack.py |
| f3946631 | 03-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| 818c4106 | 03-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Updated to latest hypre test release
Reported-by: Rob Falgout <falgout2@llnl.gov> |
| eab7b92d | 02-Jun-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'knepley/fix-configure-mpfr'
* knepley/fix-configure-mpfr: Configure: Fix pickling error This is still a problem since it reveals that something is not cleaning up correctly. Configur
Merge branch 'knepley/fix-configure-mpfr'
* knepley/fix-configure-mpfr: Configure: Fix pickling error This is still a problem since it reveals that something is not cleaning up correctly. Configure needs a global rewrite badly Configure: Silence warning on test compile Configure: Bump MPFR version
show more ...
|
| 419beca1 | 01-Jun-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| b59d1e59 | 31-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Fix pickling error This is still a problem since it reveals that something is not cleaning up correctly. Configure needs a global rewrite badly |
| 27beb565 | 31-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Silence warning on test compile |
| 0e2872fd | 31-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Configure: Bump MPFR version |
| 4eb7a547 | 31-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
remove multiple the the constructs
Reported-by: Faraz Hussain <faraz_hussain@yahoo.com> |
| 91db12b8 | 29-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'maint' |
| dc294e43 | 29-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Merge branch 'barry/add-download-serial-mumps' into maint |
| ed5cf8b4 | 28-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
consistencyChecks are always run, even if package is not used so test for MUMPS serial only if MUMPS used
Reported-by: nightly tests |
| 60aab327 | 28-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
MUMPS sequential may use pthreads also |
| 8149318b | 28-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Add support for --download-mumps with --with-mumps-serial and MPIUni
Reported-by: William F Mitchell <william.mitchell@nist.gov> |
| 0f0053f9 | 27-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
fix spaces btween flags in CFLAGS [and also update superlu_mt?] |
| 1d95cee1 | 27-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
filter out CXXFLAGS aswell |
| 13021e28 | 27-May-2016 |
Barry Smith <bsmith@mcs.anl.gov> |
Need to filter out compiler warning and visibility flags before passing down to install external packages
Reported-by: Pieter Ghysels |
| f303cd65 | 25-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 391bf752 | 25-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
chombo: fix dirname in tarball and update to use snapshot with gcc-6.1 compile fix |
| 8d536fef | 25-May-2016 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: fix tarball url [for arbitary commitid] - and dirname in tarball |
| 906c2bf9 | 24-May-2016 |
Hong Zhang <hzhang@mcs.anl.gov> |
Merge branch 'hzhang/superlu_dist-getdiaU' |
| 0cd40bc2 | 24-May-2016 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
ViennaCL: Added hybrid capabilities (CUDA, OpenCL, OpenMP)
Depending on whether the user configures with CUDA, OpenCL, or OpenMP, the respective backends will be available in ViennaCL. CUDA has prec
ViennaCL: Added hybrid capabilities (CUDA, OpenCL, OpenMP)
Depending on whether the user configures with CUDA, OpenCL, or OpenMP, the respective backends will be available in ViennaCL. CUDA has precedence over OpenCL, which has precedence over OpenMP. If none of the backends is selected, ViennaCL is built in sequential mode.
Remaining tasks to better leverage these hybrid capabilities: - Select backend at runtime (API + options) - Eliminate copy-overhead for OpenMP backend - Documentation, examples, and tests to demonstrate usage
show more ...
|
| dcc3cfc9 | 23-May-2016 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'pr478/knepley/feature-dmplex-adapt/master'
* pr478/knepley/feature-dmplex-adapt/master: (34 commits) SNES ex12: Fixed unstructured GMG test SNES ex12: Added another unstructured GM
Merge branch 'pr478/knepley/feature-dmplex-adapt/master'
* pr478/knepley/feature-dmplex-adapt/master: (34 commits) SNES ex12: Fixed unstructured GMG test SNES ex12: Added another unstructured GMG test petsc4py: use the snapshot with the fix for dmplex change Plex ex19: Added DMSetFromOptions() Plex: Store a flag indicating whether the boundary should change during remeshing - Set using -dm_plex_remesh_bd - Changed Remesh_Internal() signature Always coarsen boundaries. Plex: Fixed option name Plex: Protect unused variables Plex: Fixes for c89 Plex: Fixes for complex SNES ex12: Updated output for coarsening Plex ex3: Updated output for coarsening Plex ex19: Now working with refactored Adapt() Plex: Refactored DMPlexAdapt() - Added DMPlexRemesh_Internal() - Use Remesh inside DMCoarsen_Plex() - Use Join() to set label on faces Plex ex19: Simplified parallel construction of metric Plex ex19: General cleanup Plex: DMPlexCreateBoxMesh() now takes the number of faces Add output files for tests Fix previous memory fix Fix memory problems ...
Conflicts: config/BuildSystem/config/packages/petsc4py.py config/builder.py
show more ...
|
| 6ee67aa1 | 23-May-2016 |
Karl Rupp <rupp@iue.tuwien.ac.at> |
Merge branch 'jose/veccuda-witharray'
jose/veccuda-witharray: The aim of this PR is to be able to create a VecCUDA vector where the user provides the array on the GPU side.
Also, this PR (#466) inc
Merge branch 'jose/veccuda-witharray'
jose/veccuda-witharray: The aim of this PR is to be able to create a VecCUDA vector where the user provides the array on the GPU side.
Also, this PR (#466) includes a few fixes: - Fix use of not initialized variable - Fix CUDA_VERSION check in configure - Increase the required CUDA_VERSION >= 7.5 for complex builds (CUDA version 7.0 contains thrust/complex.h but it produces compilation errors) - Stop using CUDA_SUCCESS and CUBLAS_STATUS_SUCCESS in CHKERRCUDA macro (otherwise the user must include cuda.h)
show more ...
|