Fix problems with BlasLapack and mkl_sparse using batch modeCommit-type: bug-fix, portability-fixThanks-to: Satish Balay <balay@mcs.anl.gov>
make_test_np: update to use more than '4' test builds - on higher core count machines
Merge branch 'maint'
fix bug in previous commitReported-by: Garth N. Wells <gnw20@cam.ac.uk>
configure: protect os.listdir() against no-read permission.Also do not add stuff to search paths that are not already in PATHReported-by: Yiting Wang <yw3c@mtmail.mtsu.edu>
Added tests for linking C++ code with C and Fortran compilerCommit-type: feature
Added tests for linking Fortran code with C an C++ compilerCommit-type: feature
Added check for C compiler and C++ linker compatibilityCommit-type: feature
CheckXXXLibaries should do minimal checks that C/C++/Fortran code can be used togetherTries linking combinations of C/C++ and Fortran code with C/C++ and Fortran main routineThis is to prevent th
CheckXXXLibaries should do minimal checks that C/C++/Fortran code can be used togetherTries linking combinations of C/C++ and Fortran code with C/C++ and Fortran main routineThis is to prevent the need for ever running ./configure with--with-clib-autodetect=0--with-cxxlib-autodetect=0--with-fortranlib-autodetec=0LIBS=-lstdc++Commit-type: feature
show more ...
petsc4py: update to latest master snapshot
Update to branch of petsc4py with updates for SolverPackage -> SolverTypeCommit-type: bug-fixReported-by: nightly tests
Merge branch 'barry/check-no-autodetect-first'
Merge branch 'barry/correct-radau5'
Merge branch 'barry/fortran-initialize-objects'
Merge branch 'barry/blaslapack-int-size'
Merge branch 'barry/ksp/tests-to-new-harness'
mpich-3.3a3: workarround build/link errors on osx/static and opensolaris builds by reverting to version 3.3a2 for these builds
mkl_sparse.py can still run this test via the batch system.Commit-type: bug-fixReported-by: nightly tests
Need to caste to double prints due to __float128 case.Commit-type: bug-fix, portability-fixReported-by: nightly tests
Add more cases for detection of 64 bit blas routines; for apple with single precision need to check again since sdot() returns a doubleCommit-type: bug-fix, portability-fix
BlasLapack.py getPrefix() did not capitalize prefix when needed (some old Fortran compilers on windows)Commit-type: bug-fix, portability-fixReported-by: nightly tests
fix handling of mangling of dot() for testing for 64 bit blas indicesCommit-type: bug-fix, portability-fixReported-by: nightly tests
Make initializing PETSc objects in Fortran by default, remove PetscObjects in Fortran examples from common blocks since conflicts with initialized types in F90Commit-type: testing-fix,featureThank
Make initializing PETSc objects in Fortran by default, remove PetscObjects in Fortran examples from common blocks since conflicts with initialized types in F90Commit-type: testing-fix,featureThanks-to: Randall Mackie <rlmackie862@gmail.com>
fix test for 64 bit Blas/lapack integers when using quad precisionCommit-type: bug-fix, portability-fixReported-by: nightly tests
1...<<121122123124125126127128129130>>...190