| f708be5d | 21-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Don't comment out the configure help message for -known-64-bit-blas-indice because then it treats the values as strings instead of bool so false does not come up as false
Commit-type: bug-fix Report
Don't comment out the configure help message for -known-64-bit-blas-indice because then it treats the values as strings instead of bool so false does not come up as false
Commit-type: bug-fix Reported-by: Mark Adams <mfadams@lbl.gov> Thanks-to: Satish Balay <balay@mcs.anl.gov>
show more ...
|
| 7368595f | 02-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
ptscotch: update to version 6.0.7
- switch to using gitlab.inria.fr - Use configure detected restrict keyword - Update for new CCDFLAGS format - This fixes: arch-linux-opt-misc
not ok diff-mat_test
ptscotch: update to version 6.0.7
- switch to using gitlab.inria.fr - Use configure detected restrict keyword - Update for new CCDFLAGS format - This fixes: arch-linux-opt-misc
not ok diff-mat_tests-ex73_ptscotch_nd_32 # 0a1,4 # > leaked context IDs detected: mask=0x2b3e6097ec80 mask[0]=0xf7ffffff # > leaked context IDs detected: mask=0x2ac1e4c51c80 mask[0]=0xf7ffffff # > In indirect memory block 0 for handle type COMM, 2 handles are still allocated # > In indirect memory block 0 for handle type COMM, 3 handles are still allocated
show more ...
|
| a8d69d7b | 19-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Fixed out-dated URLS using make checkbadURLS REPLACE=1
One manual fix of https://en.wikipedia.org/wiki/Buckingham_π_theorem since the automatic tool dropped the first _ for some reason Manual fix of
Fixed out-dated URLS using make checkbadURLS REPLACE=1
One manual fix of https://en.wikipedia.org/wiki/Buckingham_π_theorem since the automatic tool dropped the first _ for some reason Manual fix of //faq.html since the automatic tool incorrectly replaced /faq.html to //faq.html in some locations
These are largely updates of http to https but have a variety of other website location changes
Once this branch is in master individual developers can run make checkbadURLS and fix URLs related to their projects manually
Commit-type: bug-fix, documentation
show more ...
|
| 2c6607f0 | 16-May-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/float128-cleanup-blaslapack (pull request #1664)
Minor cleanup of handling of __float128 mostly specifically related to BLAS/LAPACK |
| 0a5d3b00 | 14-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Minor cleanup of handling of __float128 mostly specifically related to BLAS/LAPACK
Removed if self.skippackagewithoptions: return from Package.consistencyChecks() it is not needed and prevented
Minor cleanup of handling of __float128 mostly specifically related to BLAS/LAPACK
Removed if self.skippackagewithoptions: return from Package.consistencyChecks() it is not needed and prevented fblaslapack.py from performing those checks
Removed redundant checks in fblaslapack.py Install() that are no longer needed since they are now checked with Package.consistencyChecks()
Removed redundant check in OpenBLAS.py that is already checked by Package.consistencyChecks()
Added self.skippackagewithoptions to OpenBLAS.py since it does not support the --with-pkg options
Added better error messages when __float128 was used and the BLAS/LAPACK tests failed. For example in one case it was suggesting using yum or apt (which definitely would not work)
Added generation of PETSC_HAVE___FLOAT128 for when __float128 is available
Added short cut error checking for fblaslapack.py and f2cblaslapack.py when with-64-bit-blas-indices or know-64-bit-blas-indices are used. This prevents the user from having to wait for the download and complete install before knowing.
Commit-type: testing-fix, style-fix, feature
show more ...
|
| b0da4c68 | 04-May-2019 |
Lisandro Dalcin <dalcinl@gmail.com> |
configure: Update git commit for METIS and ParMETIS |
| 779867ba | 11-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
tetgen: remove cxx test added in b22cc9b0e7e - the build is fine without clanguage=cxx [so this check is no longer required?]
Suggested-by: "Smith, Barry F." <bsmith@mcs.anl.gov> |
| 7eda4a2b | 11-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge remote-tracking branch 'origin/maint' |
| 0491a2f4 | 10-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
use updated parms with fix for the following warning - when used from c++
/home/sandbox/petsc/petsc.next-tmp-3/arch-linux-pkgs-cxx-mlib/include/parms_sys.h:72:0: warning: "true" redefined [enabled b
use updated parms with fix for the following warning - when used from c++
/home/sandbox/petsc/petsc.next-tmp-3/arch-linux-pkgs-cxx-mlib/include/parms_sys.h:72:0: warning: "true" redefined [enabled by default] /home/sandbox/petsc/petsc.next-tmp-3/arch-linux-pkgs-cxx-mlib/include/parms_sys.h:73:0: warning: "false" redefined [enabled by default]
This is triggered by the the move of hdf5 includes to petscis.h
show more ...
|
| e92db14a | 08-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| 9abbaf84 | 08-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
version: -> Version: - to be consistent [with this string from other packages like make/cmake] |
| 3deed19e | 08-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merged in balay/verify_clanguage_cxx_compiler/maint (pull request #1622)
configure: When --with-clanguage=cxx is used, verify that the c++ compiler can actually compile .c sources [as c++]
Approved
Merged in balay/verify_clanguage_cxx_compiler/maint (pull request #1622)
configure: When --with-clanguage=cxx is used, verify that the c++ compiler can actually compile .c sources [as c++]
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> Approved-by: Matthew Knepley <knepley@gmail.com>
show more ...
|
| 7c934407 | 08-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Have ./configure and make print the versions of the compilers. Have make print the C compiler information always and the C++ compiler if the C++ compiler is available.
Commit-type: feature |
| a3d6fa00 | 04-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
'clang -x c++ x.c' will compile as c++ code. So check for this. |
| 87807f82 | 04-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
configure: When --with-clanguage=cxx is used, verify that the c++ compiler can actually compile .c sources [as c++]
Reported-by: Fande Kong <fdkong.jd@gmail.com> |
| fd5f1f93 | 06-May-2019 |
Satish Balay <balay@mcs.anl.gov> |
Merge branch 'maint' |
| c0223d4b | 06-May-2019 |
Junchao Zhang <junchao.zhang@gmail.com> |
Merged in jczhang/fix-with-gcov (pull request #1618)
Enable gcov when --with-gcov regardless of having -g or not
Approved-by: BarryFSmith <bsmith@mcs.anl.gov> |
| b3c46c8f | 06-May-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/error-with-pic-no-sharedlibaries/maint (pull request #1617)
Error if user requests --with-pic but shared libraries are not enabled because the checkPIC() code in that case is bogus a
Merged in barry/error-with-pic-no-sharedlibaries/maint (pull request #1617)
Error if user requests --with-pic but shared libraries are not enabled because the checkPIC() code in that case is bogus and cannot accurately produce the PIC flag
Approved-by: Satish Balay <balay@mcs.anl.gov>
show more ...
|
| eab8de50 | 03-May-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Add -Og whenever --with-gcov is added |
| f4493de7 | 03-May-2019 |
BarryFSmith <bsmith@mcs.anl.gov> |
Merged in barry/update-hdf5-download (pull request #1603)
Update to the lastest release of HDF5 Bitbucket issue #285 |
| 4dcb6750 | 03-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Error if user requests --with-pic but shared libraries are not enabled because the checkPIC() code in that case is bogus and cannot accurately produce the PIC flag
Commit-type: bug-fix Reported-by:
Error if user requests --with-pic but shared libraries are not enabled because the checkPIC() code in that case is bogus and cannot accurately produce the PIC flag
Commit-type: bug-fix Reported-by: Hubert Weissmann <hubert.weissmann@gmail.com>
show more ...
|
| 78d4e8a3 | 02-May-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Raise error if requiring gcov without GCC or Clang |
| 34833076 | 01-May-2019 |
Junchao Zhang <jczhang@mcs.anl.gov> |
Separate --with-gcov and -g
GCC does not require -g to have gcov. The --coverage option alone suffices. Though GCC doc says to have accurate coverage results it is better to turn off optimizatios, t
Separate --with-gcov and -g
GCC does not require -g to have gcov. The --coverage option alone suffices. Though GCC doc says to have accurate coverage results it is better to turn off optimizatios, that is unrelated to -g.
show more ...
|
| bdf04e6a | 03-May-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Have configure print clearer messages when it checking for PIC code without compiler flag Don't have configure print it is accepting a compiler flag when the flag is the empty string
Commit-type: st
Have configure print clearer messages when it checking for PIC code without compiler flag Don't have configure print it is accepting a compiler flag when the flag is the empty string
Commit-type: style-fix, feature Thanks-to: Hubert Weissmann <hubert.weissmann@gmail.com>
show more ...
|
| 2809c634 | 30-Apr-2019 |
Barry Smith <bsmith@mcs.anl.gov> |
Update to the lastest release of HDF5 Bitbucket issue #285
Commit-type: feature Reported-by: m_diehl |