| 4d17a188 | 07-Apr-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/rm-log-preprocessor/maint (pull request #1516)
Remove logging in configure.log the output generated by running the preprocessor, i.e. the copies of all the include files
Approved-by
Merged in barry/rm-log-preprocessor/maint (pull request #1516)
Remove logging in configure.log the output generated by running the preprocessor, i.e. the copies of all the include files
Approved-by: Jed Brown <jed@59a2.org>
show more ...
|
| c3ec109a | 07-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Remove logging in configure.log the output generated by running the preprocessor, i.e. the copies of all the include files
On my Mac this eliminated over 80% of the log file size
Note: if at some p
Remove logging in configure.log the output generated by running the preprocessor, i.e. the copies of all the include files
On my Mac this eliminated over 80% of the log file size
Note: if at some point a user has a problem that requires access to the include file details to debug we can add a ./configure flag to retain the information
Commit-type: feature Reported-by: Jed Brown <jed@jedbrown.org>
show more ...
|
| 8502471a | 07-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Don't log to the configure file language pushes and pops
The logging produces a lot of gibberish (especially at the top of the log file; but even in places in the middle of the log file) where it re
Don't log to the configure file language pushes and pops
The logging produces a lot of gibberish (especially at the top of the log file; but even in places in the middle of the log file) where it repeatedly logs pushing and poping but shows no other intervening activity.
Since the name of the compiler is shown for each compile test it is possible to track which language is being tested without the push and pop logging. In all the years of debugging configure with configure.log I don't think I've used the push and pop messages to help understand the problem
As a side benefit, on a basic ./configure on my Mac this cut the size of the log file by 9.5 percent
Commit-type: style-fix, feature
show more ...
|
| 98c51c1f | 04-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| c84b27c0 | 04-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merged in balay/update_mkl_include_check/maint (pull request #1506)
configure: MKL check should not abort - if include dir is not found
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> |
| 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 ...
|
| e7b00a8e | 04-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
mpi4py: update to using a newer version that works with python3 |
| be8f5e68 | 04-Apr-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/add-with-64-bit-blas-indices-option (pull request #1499)
Add option --with-64-bit-blas-indices where BlasLapack.py and openblas.py will attempt to use a BLAS/LAPACK that uses 64 bit
Merged in barry/add-with-64-bit-blas-indices-option (pull request #1499)
Add option --with-64-bit-blas-indices where BlasLapack.py and openblas.py will attempt to use a BLAS/LAPACK that uses 64 bit integers. If it is unable to locate one or build one an error is generated.
Approved-by: Jed Brown <jed@59a2.org>
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 ...
|
| 69f73d5d | 04-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: MKL check should not abort - if include dir is not found
some MLK installs do not have mkl_sparse.h [for ex: On windows - with only ifort installed]
Reported-by: Magne Rudshaug <Magne.Ru
configure: MKL check should not abort - if include dir is not found
some MLK installs do not have mkl_sparse.h [for ex: On windows - with only ifort installed]
Reported-by: Magne Rudshaug <Magne.Rudshaug@ife.no> Suggested-by: "Smith, Barry F." <bsmith@mcs.anl.gov>
show more ...
|
| 2e14f944 | 04-Apr-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/display-blas-int-size (pull request #1496)
./configure should print if it is using 32 or 64 bit integer BLAS/LAPACK
Approved-by: Satish Balay <balay@mcs.anl.gov> |
| cdc6ee08 | 03-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add option --with-64-bit-blas-indices where BlasLapack.py and openblas.py will attempt to use a BLAS/LAPACK that uses 64 bit integers. If it is unable to locate one or build one an error is generated
Add option --with-64-bit-blas-indices where BlasLapack.py and openblas.py will attempt to use a BLAS/LAPACK that uses 64 bit integers. If it is unable to locate one or build one an error is generated.
This replaces the aborted attempt in commit 69ab9685009e to automatically used 64 bit integer BLAS/LAPACK when 64 bit PETSc indices are used. That commit was removed because the result could not work with external packages such as hypre and there was no way to turn off the automatic use of 64 bit integer BLAS/LAPACK when it was available in MKL.
Commit-type: feature
show more ...
|
| 665e879a | 03-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
cuda: remove __str__() as it is equivalent to the default method |
| e79019ed | 03-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
cuda: cudaArch feature is gone - so remove dead code |
| 7d9ecc98 | 03-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
./configure should print if it is using 32 or 64 bit integer BLAS/LAPACK
Commit-type: feature |
| 5084c1fd | 02-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint-3.10' into maint |
| 1705e4d7 | 02-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merged in balay/fix-win-icc-19-warning/maint (pull request #1484)
win: update containsInvalidFlag() with icc-19 warnings of the following type: |
| 6042f227 | 01-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Revert commit 69ab9685009e so that BLAS/LAPACK by default uses 32 bit integers even with MKL The reason is that external packages do not support 64 bit integers for BLAS/LAPACK so we should not defau
Revert commit 69ab9685009e so that BLAS/LAPACK by default uses 32 bit integers even with MKL The reason is that external packages do not support 64 bit integers for BLAS/LAPACK so we should not default to it
Commit-type: feature Reported-by: Sergi Molins Rafa <smolins@lbl.gov>
show more ...
|
| 8c4abc44 | 01-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/balay/slepc-3.11/maint' into maint |
| 67a055a9 | 01-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
win: update containsInvalidFlag() with icc-19 warnings of the following type:
stdout: icl: command line warning #10148: option '/Wl,-rpath,/home/jac/reps/petsc/petsc.git' not supported
Reported-by:
win: update containsInvalidFlag() with icc-19 warnings of the following type:
stdout: icl: command line warning #10148: option '/Wl,-rpath,/home/jac/reps/petsc/petsc.git' not supported
Reported-by: Tim Steinhoff <kandanovian@gmail.com>
show more ...
|
| 08690230 | 30-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
slepc: update to using v3.11 |
| 87bfc081 | 29-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
update d2f68768c4 to work with both '[]' and '[[]]' values for self.liblist |
| 7fb2c9c9 | 29-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
eign: fix --with-eign-include= or --with-eign-dir= usage
Reported-by: Nick Papior <nickpapior@gmail.com> |
| e1dcd388 | 27-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py, slepc: use latest snapshot with --download-petsc4py and --download-slepc |
| 8df213e4 | 26-Mar-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |