| 2d7870ab | 19-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
MUMPS: update to version 5.2.0
- preserve the following for jenkins test which is with mumps-5.1.2 src/snes/examples/tutorials/output/ex62_fetidp_2d_quad.out src/snes/examples/tutorials/output/ex6
MUMPS: update to version 5.2.0
- preserve the following for jenkins test which is with mumps-5.1.2 src/snes/examples/tutorials/output/ex62_fetidp_2d_quad.out src/snes/examples/tutorials/output/ex62_fetidp_2d_tri.out src/snes/examples/tutorials/output/ex62_fetidp_3d_tet.out
- update the following to correspond to 5.2.0 src/snes/examples/tutorials/output/ex62_fetidp_2d_quad_alt.out src/snes/examples/tutorials/output/ex62_fetidp_2d_quad_alt_2.out src/snes/examples/tutorials/output/ex62_fetidp_2d_tri_alt.out src/snes/examples/tutorials/output/ex62_fetidp_2d_tri_alt_2.out src/snes/examples/tutorials/output/ex62_fetidp_3d_tet_alt.out
show more ...
|
| ea7e5e5e | 30-Apr-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'balay/fix-configure-non-english-text-handling/maint' into maint [PR #1587]
* balay/fix-configure-non-english-text-handling/maint: configure: correctly convert non-english chars to utf-
Merge branch 'balay/fix-configure-non-english-text-handling/maint' into maint [PR #1587]
* balay/fix-configure-non-english-text-handling/maint: configure: correctly convert non-english chars to utf-8 in python3
show more ...
|
| ed55dcb7 | 30-Apr-2019 |
Karl Rupp <me@karlrupp.net> |
Merge branch 'balay/fix-configure-non-english-text-handling/maint' [PR #1587]
* balay/fix-configure-non-english-text-handling/maint: configure: correctly convert non-english chars to utf-8 in python3 |
| 49d7c154 | 28-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Add sanity checks for handling external packages 1) if multiple directories associated with the same package are in the externalpackages directory error with a helpful error message 2) if the exte
Add sanity checks for handling external packages 1) if multiple directories associated with the same package are in the externalpackages directory error with a helpful error message 2) if the external package is freshly downloaded force a rebuild of the package because there is no way to know if the package has changed (version for example) even if the checksum of the packages build rules hasn't changed
Commit-type: feature Reported-by: Prince Joseph <princevalliyil@gmail.com>
show more ...
|
| d351d0ed | 26-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 99a8cf92 | 26-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
fix hdf5 minversion to 1.8.0 |
| e5cc20b0 | 25-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
fix c89 build error with missing 'struct sigaction' by adding flag PETSC_HAVE_STRUCT_SIGACTION Also remove unused HAVE_SIGINFO_T code. |
| ffa25381 | 25-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
fix issue with parsing version string on opensolaris with leading spaces
For mumps need <= "5.1.2 <= |
| 9467260a | 24-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: correctly convert non-english chars to utf-8 in python3
This issue came up on a windows machine with MS compilers with French language
Reported-by: Clausen Pascal <pascal.clausen@epfl.ch> |
| b7c30771 | 21-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Allow checking the version of packages at configure time to see
* if they are within an acceptable range of values given in the package file or * if no range is given they generate a warning i
Allow checking the version of packages at configure time to see
* if they are within an acceptable range of values given in the package file or * if no range is given they generate a warning if they don't match the version in the file
Improve the commonality of version checks already in individual packages * for CUDA and HDF5 switch to the general approach and remove custom code * for gmake etc switch to use self.minversion while retaining custom code for obtaining the version and checking it.
Attempt to print the version information of packages at the end of configure
Commit-type: portability-fix, feature
show more ...
|
| 63b3610d | 18-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 21e66118 | 17-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
MUMPS: update acceptable MUMPS source dirs in mumps tarballs for --download-mumps
Reported-by: Thibaut Appel <t.appel17@imperial.ac.uk> |
| 445999fa | 16-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| e3c1a844 | 15-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
The SuperLU_DIST variable TPL_LAPACK_LIBRARIES must be provided or SuperLU_DIST cmake will automatically use find_package(LAPACK) and find a different library
Note that SuperLU_DIST v6.1.1 has a bug
The SuperLU_DIST variable TPL_LAPACK_LIBRARIES must be provided or SuperLU_DIST cmake will automatically use find_package(LAPACK) and find a different library
Note that SuperLU_DIST v6.1.1 has a bug where it ignores this variable but the bug has been reported to Sherry Li twice so hopefully will be fixed soon.
Commit-type: bug-fix Reported-by: Sajid Ali <sajidsyed2021@u.northwestern.edu>
show more ...
|
| e1105b4b | 14-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| d9e1d8f3 | 14-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
petsc4py: 3.11.0 |
| 389af60f | 13-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Update to the lastest fftw release;
Commit-type: feature Reported-by: Sajid Ali <sajidsyed2021@u.northwestern.edu>
Development Tools: Vim, Emacs, Eclipse |
| 9ca51346 | 10-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 933a48e8 | 10-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: check for and use PETSC_DEPRECATED_ENUM
older gcc, pgi, intel compilers don't support it
icc gives a warning - so add this to filterCompileOutput() |
| 7b5114fb | 09-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| bc138316 | 09-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: update getDebugFlags() to accept '-g3' etc. |
| 2ba2e082 | 09-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merged in balay/mkl-petsc4py-fix/maint (pull request #1522)
MKL: detect/use -lmkl_def as-well to fix petsc4py run-time errors [when built with Intel compilers + MKL]
Approved-by: BarryFSmith <bsmit
Merged in balay/mkl-petsc4py-fix/maint (pull request #1522)
MKL: detect/use -lmkl_def as-well to fix petsc4py run-time errors [when built with Intel compilers + MKL]
Approved-by: BarryFSmith <bsmith@mcs.anl.gov>
show more ...
|
| 8f1c0be3 | 09-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Force ctetgen to be built with no optimization. The use of compiler optimizations can change the fundamental behavior of ctetgen including causing hanging (with Intel compiler)
See also [petsc-maint
Force ctetgen to be built with no optimization. The use of compiler optimizations can change the fundamental behavior of ctetgen including causing hanging (with Intel compiler)
See also [petsc-maint] ctetgen examples hang with 'icc -O'
Commit-type: bug-fix, portability-fix Reported-by: Satish Balay <balay@mcs.anl.gov> Thanks-to: Satish Balay <balay@mcs.anl.gov>, Matthew Knepley <knepley@gmail.com>, Jed Brown <jed@jedbrown.org>
show more ...
|
| a1404994 | 08-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
MKL: detect/use -lmkl_def as-well to fix petsc4py run-time errors [when built with Intel compilers + MKL]
> $ python test/runtests.py -v
testGetSetPC (test_ksp.TestKSPBCGS) ... ok testGetSetType (t
MKL: detect/use -lmkl_def as-well to fix petsc4py run-time errors [when built with Intel compilers + MKL]
> $ python test/runtests.py -v
testGetSetPC (test_ksp.TestKSPBCGS) ... ok testGetSetType (test_ksp.TestKSPBCGS) ... ok testProperties (test_ksp.TestKSPBCGS) ... ok testResetAndSolve (test_ksp.TestKSPBCGS) ... Intel MKL FATAL ERROR: Cannot load libmkl_def.so.
show more ...
|
| e752bd28 | 07-Apr-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |