| bec88c93 | 02-Feb-2021 |
Satish Balay <balay@mcs.anl.gov> |
slepc: update to 3.14.2. This fixes --download-slepc4py |
| 9c4038e2 | 28-Jan-2021 |
Pierre Jolivet <pierre@joliv.et> |
MPICH: update to 3.4.1 |
| c50fdd41 | 27-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-vecrandom-minmax-device' into 'master'
Support VecSetRandom and VecMin/Max for VECCUDA
See merge request petsc/petsc!3578 |
| 3c1d0bf9 | 21-Jan-2021 |
Pierre Jolivet <pierre@joliv.et> |
ARCHIVE_RECIPE_ARGFILE: bypass ARG_MAX limitation |
| 54c11a94 | 21-Jan-2021 |
Pierre Jolivet <pierre@joliv.et> |
ARCHIVE_RECIPE_ARGFILE: bypass ARG_MAX limitation |
| e7920bf4 | 21-Jan-2021 |
Pierre Jolivet <pierre@joliv.et> |
PETSC_HAVE_PACKAGES: no duplicate package |
| 8651c66e | 19-Jan-2021 |
Pierre Jolivet <pierre@joliv.et> |
SLEPc: no int to float implicit conversion warning |
| 808ba619 | 04-Jan-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
PetscRandom: add CURAND support |
| 9b063c11 | 21-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 656ba165 | 21-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2021-01-13/catch-broken-version-numbers/release' into 'release'
Ensure version number of packages that require them are convertable to integer tubles
See merge request petsc/pet
Merge branch 'barry/2021-01-13/catch-broken-version-numbers/release' into 'release'
Ensure version number of packages that require them are convertable to integer tubles
See merge request petsc/petsc!3558
show more ...
|
| a60394e4 | 20-Jan-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
make.py setupHelp(): threads -> processes |
| f8008053 | 12-Jan-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
petsc4py.py: Enable parallel testing.
Number of processeses for `make petsc4pytest` can be set using --with-petsc4py-test-np and defaults to make_test_np. For now limited to 4. |
| affcb74d | 19-Jan-2021 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure CUDA: need to define petscNvcc |
| 7b99d669 | 19-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 627ab581 | 19-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/fix-python-configure-help-release' into 'release'
Improve python-related entries in configure --help (release)
See merge request petsc/petsc!3565 |
| da8c43c2 | 19-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
openmpi: use -show |
| 1d059174 | 15-Jan-2021 |
Satish Balay <balay@mcs.anl.gov> |
versionToTuple: ignore leading strings in package versions. i.e 5.3.3consortium -> 5.3.3 |
| 8bf83915 | 16-Jan-2021 |
Barry Smith <bsmith@mcs.anl.gov> |
Add -pc_hypre_euclid_droptolerance and -pc_hypre_euclid_bj options
Add test cases for Euclid
Commit-type: error-checking, feature /spend 50m Reported-by: Chen Gang <569615491@qq.com> |
| 4bcf4830 | 15-Jan-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
petsc4py.py: set download-petsc4py-commit to None to overcome missing key error |
| 684d2cbd | 15-Jan-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
nargs.Arg: Remove interactiveness; useful error when key is not found.
We definitely don't want the dictionary ask the user for a value if none is set. And raw_input() no more exists in Python 3. |
| d4a57646 | 14-Jan-2021 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
Improve python-related entries in configure --help
* add missing --download-petsc4py option * remove python options other than --with-python-exec which have no effect * move --with-python-exec to PE
Improve python-related entries in configure --help
* add missing --download-petsc4py option * remove python options other than --with-python-exec which have no effect * move --with-python-exec to PETSc section
show more ...
|
| 5def1f14 | 14-Dec-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: add support for CUDA in MFEM build
- force MFEM_DIR to package source dir to avoid conflicts - do not redefine linux unless it is really needed (according to Barry's comment) |
| 2ef22ba8 | 12-Sep-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure: few more configure options for BLIS |
| dc50731b | 12-Sep-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
configure: print pthread usage of packages |
| ceac198f | 12-Sep-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Bump openblas version |