hdf5: add a seprate test category for TRIANGLE_HDF5rename runex15_0 to ex15and add "-petscpartitioner_type simple" output to output/ex15_alt_2.out
tests: ftn-datatypes - update Regression.py to not run non-ftn-datatype tests.[and disable mumps - as it appears to run fortran tests that break with ftn-datatypes]
made --with-fortran-interfaces by default; cleaned up sys fortran interfacessys fortran interfaces had not previously been tested thus had to clean up several that were brokenTime: 2 hoursRepor
made --with-fortran-interfaces by default; cleaned up sys fortran interfacessys fortran interfaces had not previously been tested thus had to clean up several that were brokenTime: 2 hoursReported-by: nightly tests
show more ...
Merge branch 'barry/use-fortran-kind-consistently'
Merge branch 'barry/use-fortran-kind-consistently' into barry/fix-dmdacreateNeed to resolve conflicts with .F90 code reformating
Fix 6466afd "F90 datatypes needs freeform"
F90 datatypes needs freeformReported-by: nightly
F90: Add checkFortran90FreeForm() as a separate test from checkFortran90()
Introduce PETSC_REAL_KIND and update all .F90 examples to free form with error checking and to use itThe reason for PETSC_REAL_KIND is there is no way to assign constants (say .1) in Fortran so tha
Introduce PETSC_REAL_KIND and update all .F90 examples to free form with error checking and to use itThe reason for PETSC_REAL_KIND is there is no way to assign constants (say .1) in Fortran so that they have the full precision of the left hand side variable. And if you mark them with D0 then compile in single precision you get a warning about truncating precisionTime: 6 hourReported-by: Todd Munson <tmunson@mcs.anl.gov>Thanks-to: Blaise A Bourdin <bourdin@lsu.edu>, Lisandro Dalcin <dalcinl@gmail.com>
tests: use wPETSC_DIR to access datafiles [this way the path is correctly set for both windows & linux]
win32: more build fixes for creating dlls
Merge branch 'jed/is-color-value-type-f'* jed/is-color-value-type-f: config: define PETSC_IS_COLOR_VALUE_TYPE_F instead of by size (fix NAG compile)
config: define PETSC_IS_COLOR_VALUE_TYPE_F instead of by size (fix NAG compile)This eliminates the preprocessor logic of convertingPETSC_IS_COLOR_VALUE_TYPE_SIZE to a Fortran type and leaves no "e
config: define PETSC_IS_COLOR_VALUE_TYPE_F instead of by size (fix NAG compile)This eliminates the preprocessor logic of convertingPETSC_IS_COLOR_VALUE_TYPE_SIZE to a Fortran type and leaves no "else"clause where we previously tried to use #error from Fortran; thatdirective is not supported by the NAG compiler (even inside an #if 0).Reported-by: William F Mitchell <william.mitchell@nist.gov>
Merge branch 'jose/veccuda-tests'Conflicts: config/PETSc/Regression.py* jose/veccuda-tests: This is an attempt to modify configure to run regression tests with VECCUDA. The tests for CUSP ar
Merge branch 'jose/veccuda-tests'Conflicts: config/PETSc/Regression.py* jose/veccuda-tests: This is an attempt to modify configure to run regression tests with VECCUDA. The tests for CUSP are left unchanged. The new tests include CUSPARSE and work with real and complex scalars. See PR #490 for discussion.
Merge branch 'maint'
sys: int64_t shoud use PRId64 - and not '%ld'. Also add PetscInt64_FMT and PetscInt_FMT to better manage this
matlab: add nightlybuild with gcov- convert test to use MPI - this way externalpacakge [MATLAB, MATLAB_ENGINE] tests are also run- enable tests for MATLAB and MATLAB_ENGINE- enable --with-matlabe
matlab: add nightlybuild with gcov- convert test to use MPI - this way externalpacakge [MATLAB, MATLAB_ENGINE] tests are also run- enable tests for MATLAB and MATLAB_ENGINE- enable --with-matlabengine-lib option- fix regression.py to use packages.PACKAGE - so that 'MATLAB_ENGINE' is used in TEST_RUNS - not 'MATLABENGINE'- Fix MEX calls to use - GCC - as version check is done in this compiler - LDFLAGS - as -lgcov is listed here.
Merge branch 'knepley/fix-configure-petsc-dep'* knepley/fix-configure-petsc-dep: Configure: Remove spurious dependence of scalarTypes on MPIWhy the hell did this not merge the first time?
Merge branch 'knepley/fix-configure-petsc-dep'* knepley/fix-configure-petsc-dep: Configure: Make sure providers run before packages Configure: Added requireModule() to framework which only chan
Merge branch 'knepley/fix-configure-petsc-dep'* knepley/fix-configure-petsc-dep: Configure: Make sure providers run before packages Configure: Added requireModule() to framework which only changes dependencies Configure: Better handling for PETSc dir Configure: Packages should use interface to avoid direct PETSc dependencies Configure: Enable package to be used outside PETSc
Configure: Remove spurious dependence of scalarTypes on MPI
strumpack: enable Regression tests
Configure: Make sure providers run before packages
Nightly tests: attempt to add VecCUDA tests (also for complex scalars)
Merge remote-tracking branch 'origin/hzhang/superlu_dist-getdiaU'
superlu_dist: create TESTEXAMPLES_SUPERLU_DIST_COMPLEX_DATAFILESPATH so thatdatafile tests don't get run with 64bit indices
1...<<11121314151617181920>>...77