| #
4e5e6a77
|
| 14-Jul-2019 |
Jed Brown <jed@jedbrown.org> |
configure.py: import traceback to be available in all necessary branches
|
| #
957f4b51
|
| 30-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add more code for printing tracebacks on various failures
Have C,C++, and Fortran attempt to print versions as soon as the compiler is detected
Change ERROR in COMMAND LINE ARGUMENT to ./configure
Add more code for printing tracebacks on various failures
Have C,C++, and Fortran attempt to print versions as soon as the compiler is detected
Change ERROR in COMMAND LINE ARGUMENT to ./configure message to TypeError or ValueError possibly related to ERROR in COMMAND LINE ARGUMENT to ./configure to prevent confusion with the earlier ERROR in COMMAND LINE ARGUMENT message and to clarify that it may not be related to command line arguments
include <stdio.h> in dynamic library test to remove warnings from compiler about missing includes when printf is used
Commit-type: configure, debugging enhancements Reported-by: sagitter
show more ...
|
| #
21be8ed9
|
| 03-Jun-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/support-F77-F90 (pull request #1747)
configure support for --with-f77, with-f90, F77 and F90
Approved-by: Matthew Knepley <knepley@gmail.com>
|
| #
98d87fb0
|
| 03-Jun-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
configure support for --with-f77, with-f90, F77 and F90
Commit-type: feature Reported-by: Matthew Knepley <knepley@gmail.com>
|
| #
e171eeac
|
| 05-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
7caad9a1
|
| 05-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/add-mpi-exec-check/maint' into maint
|
| #
008db1b6
|
| 30-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: add a check for --with-mpi-exec
|
| #
98c51c1f
|
| 04-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint'
|
| #
700885fd
|
| 04-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merged in balay/fix-petsc4py-dep/maint (pull request #1507)
petsc4py: fix cython/numpy depencency check. - reorganize depencency code so that we have a new module 'python' with attributes 'cython' a
Merged in balay/fix-petsc4py-dep/maint (pull request #1507)
petsc4py: fix cython/numpy depencency check. - reorganize depencency code so that we have a new module 'python' with attributes 'cython' and 'numpy' - always depend on numpy and cython [for both git and tar balls]
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| #
4544382e
|
| 04-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: fix cython/numpy depencency check. - reorganize depencency code so that we have a new module 'python' with attributes 'cython' and 'numpy' - always depend on numpy and cython [for both git
petsc4py: fix cython/numpy depencency check. - reorganize depencency code so that we have a new module 'python' with attributes 'cython' and 'numpy' - always depend on numpy and cython [for both git and tar balls]
python: - -download-petsc4py-python is now -with-python-exec
mpi4py: - update check for numpy - use-with-python-exec similar to petsc4py
show more ...
|
| #
a041468a
|
| 06-Mar-2019 |
Lawrence Mitchell <lawrence@wence.uk> |
Merge branch 'master' into wence/feature-patch-all-at-once
|
| #
0251344c
|
| 05-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'balay/configure_accept_en_dash/maint' into maint [PR #1356]
* balay/configure_accept_en_dash/maint: configure: accept options with 'en_dash'
|
| #
9800d598
|
| 05-Feb-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'balay/configure_accept_en_dash/maint' [PR #1356]
* balay/configure_accept_en_dash/maint: configure: accept options with 'en_dash'
|
| #
5bb5b98a
|
| 01-Feb-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: accept options with 'en_dash'
This comes up usually with Mac users.
The fix works with both python2 & python3 [required in master]
Reported-by: Carl Steefel <cisteefel@lbl.gov>
|
| #
83c10b7e
|
| 04-Dec-2018 |
Pierre Jolivet <pierre.jolivet@enseeiht.fr> |
Merged petsc/petsc into master
|
| #
a5a49157
|
| 25-Oct-2018 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpusztay/feature-swarm-symplectic-example
|
| #
e901d7f7
|
| 25-Oct-2018 |
Joseph Pusztay <josephpusztay@Josephs-MacBook-Pro.local> |
Merge branch 'master' into jpustay/feature-swarm-example
|
| #
baeaa64e
|
| 25-Oct-2018 |
Joseph Pusztay <josephpu@buffalo.edu> |
Merged petsc/petsc into master
|
| #
df90af56
|
| 24-Oct-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into arcowie-rem/feature-error-logging
* master: (393 commits) Bib: Update reference Mat: Doc fix Bib: Updated ref PetscDS: Doc fixes PC+LU: Do not try to refactor an
Merge branch 'master' into arcowie-rem/feature-error-logging
* master: (393 commits) Bib: Update reference Mat: Doc fix Bib: Updated ref PetscDS: Doc fixes PC+LU: Do not try to refactor an already factored matrix Mat: Small fix for checking and docs Mat: Added MatSetFactorType() - Needed it when making a shell matrix look factored PetscDS: Added PetscDSUpdateBoundary() - Lets the user change the boundary condition single precision produces different convergence history p4est: has a dependency on zlib - so handle it correctly Add -mat_mffd_complex to use the Lyness complex number trick to compute J_u * v instead of differencing. Replace VecWAXPY by VecAXPY if needed Revert "Replace VecWAXPY by VecAXPY if needed" Replace VecWAXPY by VecAXPY if needed MatHermitianTransposeGetMat and MatCreateVecs ex19: Updated test filter to avoid false positives. DM: Improved Global-To-Natural docs Suggested-by: Josh L <ysjosh.lo@gmail.com> Do not build shared openblas when doing static build Upgrade OpenBLAS to 0.3.3 test: add alt output file for changes in OSX-10.14 and Xcode-10.0 [perhaps related to ML] ...
Conflicts: src/vec/is/utils/vsectionis.c
show more ...
|
| #
27821aea
|
| 22-Oct-2018 |
Jed Brown <jed@jedbrown.org> |
Merge branch 'jed/python3-futurize' [PR #1122]
Merge announces support for Python 3.4+ in changes/dev.html.
* jed/python3-futurize: (44 commits) gmakegentest: avoid prefix matching in regex dm
Merge branch 'jed/python3-futurize' [PR #1122]
Merge announces support for Python 3.4+ in changes/dev.html.
* jed/python3-futurize: (44 commits) gmakegentest: avoid prefix matching in regex dm tests ex23.c: fix test args: -one -two -three gmakegentest: more fixes gmakegentest: fix processing of arguments containing number followed by "-" gmakegentest: always loop over nsize; Python-3 fixes python3: add in a python-3.4 test python: fix build on osx/opensolaris - where 'RANLIB=ranlib -c' i.e with a space.. python3: fix --download-ptscotch error configure: glob() gets executed early - whereas we need to get file list later [after 'make all' or equivalent] so revert back to using shell to get file-list python3: map() requires a list modifier for this usage. python: replace ModuleNotFoundError a python3.6+ feature with ImportError config: call setup to ensure that debugLevel is set nightlies: switch linux-pkg-dbg-ftn-interfaces to python3 config: enable Python-3 config: urllib/urlparse updates for Python-3 compatibility config fblaslapack: use isIBM instead of manual test python: replace commands with subprocess Fix LOCDIR paths generateetags.py: switch from commands to subprocess; unicode fix python: don't import commands when it isn't used ...
show more ...
|
| #
813ae6e9
|
| 13-Sep-2018 |
Jed Brown <jed@jedbrown.org> |
config: enable Python-3
We require at least Python-2.6, but preliminary tests with Python-3.6 and 3.7 are successful. There may be a few quirks to work out, but I believe it is ready for broader te
config: enable Python-3
We require at least Python-2.6, but preliminary tests with Python-3.6 and 3.7 are successful. There may be a few quirks to work out, but I believe it is ready for broader testing.
show more ...
|
| #
492432c8
|
| 13-Sep-2018 |
Jed Brown <jed@jedbrown.org> |
config: use pickle instead of cPickle for Python-3 compatibility
The performance benefits of cPickle are not significant for our usage, so not worth selecting dynamically. (Note that pickle in Pyth
config: use pickle instead of cPickle for Python-3 compatibility
The performance benefits of cPickle are not significant for our usage, so not worth selecting dynamically. (Note that pickle in Python-3 is fast.)
show more ...
|
| #
8fb0cc24
|
| 12-Sep-2018 |
Jed Brown <jed@jedbrown.org> |
config: fix ambiguity and mixed tab/spaces for python3
|
| #
78945fca
|
| 17-Aug-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-functionals
* master: (984 commits) netcdf: set zlib as optional dependency corretly [wrt --enable-netcdf-4] - otherwise netcdf configure errors out
Merge branch 'master' into knepley/feature-plex-functionals
* master: (984 commits) netcdf: set zlib as optional dependency corretly [wrt --enable-netcdf-4] - otherwise netcdf configure errors out fix gcov obj path -options_table was changed to options_view in 2014 but documentation was not updated to reflect it configure: fix F2003 test Dev manual: remove duplicate entry Plex test ex5: Removed "future" test, as it resulted in issues in the nightly tests. Some minor typos in TS Add ADIOS2.py which I forgot to git add in the past Plex ex5: Disable test Doc: Added note for interface change KSPLSQRMonitorDefault fixed for quad precision Tao: Added alternative output for chwirut2 test. TS ex45,ex46: Removed overly refined tests for faster nightly tests. KSP ex72: Fixed needlessly long-running PCTFS tests. SNES ex56: Reduced test size to speed up nightly test suite. KSPSolve_LSQR: don't compute unused norm of rhs SNES ex13: Reduced problem sizes for nightly tests. PetscOptionsDeprecated(): fix for NULL prefix PetscOptionsDeprecated(): add option to print additional info SNES ex12: Reduced sizes for BDDC tests. ...
show more ...
|
| #
13a035b1
|
| 13-Aug-2018 |
Matthew G. Knepley <knepley@gmail.com> |
Merge branch 'master' into knepley/feature-plex-elasticity-test
* master: (1553 commits) -options_table was changed to options_view in 2014 but documentation was not updated to reflect it config
Merge branch 'master' into knepley/feature-plex-elasticity-test
* master: (1553 commits) -options_table was changed to options_view in 2014 but documentation was not updated to reflect it configure: fix F2003 test Plex test ex5: Removed "future" test, as it resulted in issues in the nightly tests. Some minor typos in TS Add ADIOS2.py which I forgot to git add in the past Plex ex5: Disable test Doc: Added note for interface change KSPLSQRMonitorDefault fixed for quad precision Tao: Added alternative output for chwirut2 test. TS ex45,ex46: Removed overly refined tests for faster nightly tests. KSP ex72: Fixed needlessly long-running PCTFS tests. SNES ex56: Reduced test size to speed up nightly test suite. KSPSolve_LSQR: don't compute unused norm of rhs SNES ex13: Reduced problem sizes for nightly tests. PetscOptionsDeprecated(): fix for NULL prefix PetscOptionsDeprecated(): add option to print additional info SNES ex12: Reduced sizes for BDDC tests. PetscFileRetrieve(): Suppress output to STDERR when downloading a file. MatMatMult: Fixed unused variable pN. DMDestroy: Guard call to dm->ops->destroy * Similar guards are in place in many other methods (IS,Vec,Mat) and permit the DM to be destroyed even if DMSetType() was never called. ...
show more ...
|