| a4cca6e1 | 14-Dec-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Print configure's determination of OS and compiler type
Not providing this information makes debugging configure more difficult since one does not know some basic information about configure's decis
Print configure's determination of OS and compiler type
Not providing this information makes debugging configure more difficult since one does not know some basic information about configure's decisions
Difficult time debugging a simple change
Commit-type: configure /spend 2h
show more ...
|
| 6f76c3fe | 07-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'jolivet/update-packages' into 'master'
configure: update SuperLU and SuiteSparse
See merge request petsc/petsc!3457 |
| a1ad2e94 | 07-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' |
| 875ba99e | 07-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'barry/2020-11-13/fix-petsc4py-dependencies' into 'master'
Barry/2020 11 13/fix petsc4py dependencies
See merge request petsc/petsc!3417 |
| 611e623f | 06-Dec-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
Configure: Enable libceed for MFEM if present |
| ccd2fb5e | 13-Nov-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Fix petsc4py dependencies on PETSc includes, if any change it reruns cython
This also includes configuring with a new PETSC_ARCH
Also doesn't recompile the C code everytime make all is run when it
Fix petsc4py dependencies on PETSc includes, if any change it reruns cython
This also includes configuring with a new PETSC_ARCH
Also doesn't recompile the C code everytime make all is run when it does not need to
Remove --download-petsc4py that makes a symbolic link of src/binding/petsc4py Instead support --with-petsc4py that just builds petsc4py in place without the link
Lisandro Dalcin provided the fix for python 2 and OSX hardening requirement
Commit-type: bug-fix /spend 2.5h Thanks-to: Satish Balay <balay@mcs.anl.gov> Thanks-to: Lisandro Dalcin
show more ...
|
| 1bdfc4f5 | 05-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
SuiteSparse: when CUDA=no - also use 'CUDA_PATH=' - otherwise - the value from env triggers suitesparse+cuda build
Reported-by: Jed Brown <jed@jedbrown.org> |
| 8c55599c | 05-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release'
Update slepc to use current master |
| 7d03fa9a | 04-Dec-2020 |
Pierre Jolivet <pierre@joliv.et> |
configure: update SuperLU and SuiteSparse |
| db9a6c72 | 03-Dec-2020 |
Pierre Jolivet <pierre@joliv.et> |
SLEPc: pass PYTHONPATH for slepc4py |
| 931081c4 | 03-Dec-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'haplav/add-macos-firewall-refresh' into 'master'
gmakefile.test: allow control of macos-firewall-fix using environment variables
See merge request petsc/petsc!3450 |
| 0b148140 | 02-Dec-2020 |
Vaclav Hapla <vaclav.hapla@erdw.ethz.ch> |
gmakefile.test: allow control of macos-firewall-fix using environment variables;
* MACOS_FIREWALL can be used to enable firewall rules addition without needing to rerun configure * MACOS_FIREWALL_RE
gmakefile.test: allow control of macos-firewall-fix using environment variables;
* MACOS_FIREWALL can be used to enable firewall rules addition without needing to rerun configure * MACOS_FIREWALL_REFRESH allows re-addition of the firewall rules * real path of mpiexec is found right in gmakefile.test rather than in configure time
show more ...
|
| a00960a2 | 14-Nov-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Convert chwirut1f.F90 to use VecGetArrayF90
Commit-type: update-source /spend 15m |
| 90544984 | 13-Nov-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Provide support for using valgrind with PETSc on the Apple MacOS, all tests pass
Turn off opencl support for MPICH if running on Apple MacOS with valgrind, because the check in hwloc() crashes un
Provide support for using valgrind with PETSc on the Apple MacOS, all tests pass
Turn off opencl support for MPICH if running on Apple MacOS with valgrind, because the check in hwloc() crashes under valgrind Turn off lazy dynamic loading of shared libraries with valgrind, because that crashes valgrind Provide custom mkdtemp() with valgrind because Apple's system one is not supported by valgrind Add Apple specific suppression files for valgrind Update documentation for using valgrind with Apple Warn user they must use --download-fblaslapack or --download-f2cblaslapack with valgrind
Commit-type: portability-fix /spend 6h Reported-by: Hapla Vaclav <vaclav.hapla@erdw.ethz.ch> Thanks-to: Hong Zhang hongzhang@anl.gov
show more ...
|
| b129f54c | 29-Nov-2020 |
Barry Smith <bsmith@mcs.anl.gov> |
Rename sundials.py to sundials2.py to indicate the age of the package.
Also print a message age configure time indicating the age of the SUNDIALs used by PETSc.
Commit-type: documentation /spend 10
Rename sundials.py to sundials2.py to indicate the age of the package.
Also print a message age configure time indicating the age of the SUNDIALs used by PETSc.
Commit-type: documentation /spend 10m Reported-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 0fdc7489 | 25-Nov-2020 |
Matthew Knepley <knepley@gmail.com> |
DM: Added universal label - A universal label encodes the markers for a set of labels - We need this when using systems like TetGen that only take a single label - Added tests in Plex ex11 |
| 7d176397 | 21-Nov-2020 |
Jed Brown <jed@jedbrown.org> |
config blis: update to 0.8.0 |
| 8997b0a1 | 21-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/release' into master |
| ab5ccd44 | 21-Nov-2020 |
Jed Brown <jed@jedbrown.org> |
config MPI: fix type of self.libdir (which is passed to os.path.join) |
| 164ef133 | 18-Nov-2020 |
Pierre Jolivet <pierre@joliv.et> |
MUMPS: add -DBLR_MT when configuring --with-openmp |
| bae611c7 | 10-Nov-2020 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Let Kokkos packages use config.package.CMakePackage |
| 017c806d | 05-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/feature-mataij-create-fromcoo' into 'master'
Fast GPU assembly from COO data
See merge request petsc/petsc!3362 |
| f9e47d40 | 03-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'release' into master |
| fe3444ab | 03-Nov-2020 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'stefanozampini/fix-kokkos' into 'release'
Some minor fixes to KOKKOS
See merge request petsc/petsc!3373 |
| 1a6dc328 | 21-Oct-2020 |
Stefano Zampini <stefano.zampini@gmail.com> |
CUDA: adapt few tests for missing implementations |