Even more debugging stuff.
More debugging information.
Correct error messages to support arbitrary real and int sizes.
Instrumenting with debugging statements.
Eliminate TaoView call from the tests examples; minor iterations are flakeyUpdate output from fortran tutorials.
chwirut2f: update output file
chwirut1f: update output file
manual merge because our work flow for petsc/git SUCKSSSSSCommit-type: i.e. bug-fix, portability-fix, testing-fix,style-fix, feature, documentation, exampleFunded-by:Project:Time: hoursRepo
manual merge because our work flow for petsc/git SUCKSSSSSCommit-type: i.e. bug-fix, portability-fix, testing-fix,style-fix, feature, documentation, exampleFunded-by:Project:Time: hoursReported-by:Thanks-to:Development Tools: Vim, Emacs, Eclipse
show more ...
anther alt fileCommit-type: portability-fix, testing-fixReported-by: nightly tests
turn off testing for many examples for !single since behavior is very different than doubleCommit-type: portability-fix, testing-fix
Mark most TAO examples as not runable from complex.Commit-type: portability-fix, testing-fix
Converted another directory to new test harnessCommit-type: testing-fix
Yet more fixes for handling SETERQ/A for FortranCommit-type: bug-fixReported-by: nightly buildsThanks-to: Satish Balay <balay@mcs.anl.gov>
Merge branch 'jose/lapack-check'* jose/lapack-check:configure: add a few checks for missing Lapack subroutinesSee PR #761 on Bitbucket.
TAO: Fixed typo in stack routine name when calling trtrs from LAPACK.
fortran: add SETERRA() and CHKERRA() macros as ifort flags 'return' in 'program main' as error/sandbox/petsc/petsc.clone-2/src/sys/examples/tutorials/ex4f90.F90(42): error #6353: A RETURN statement
fortran: add SETERRA() and CHKERRA() macros as ifort flags 'return' in 'program main' as error/sandbox/petsc/petsc.clone-2/src/sys/examples/tutorials/ex4f90.F90(42): error #6353: A RETURN statement is invalid in the main program. call MPI_Comm_size(PETSC_COMM_WORLD,size,ierr);if (ierr .ne. 0) then ; call PetscError(PETSC_COMM_SELF,ierr,PETSC_ERROR_REPEAT,PETSC_NULL_CHARACTER); return; endifAnd attempt to shorten the macros by using PetscErrorF() subroutineAnd fix all examples to use SETERRA/CHKERRA in main program (instead of SETERRQ/CHKERRQ)Note: CHKERRA are different from CHKERRABORT on the C interface - as it does not take 'comm' option
restore files accidentally deleted (during a rename from .F to .F90 in e30817921842c4dd5c358b2c1cdabab82faf207d )
Give Fortran SETERRQ() and CHKERRQ() same functionality as C versionsThey can now produce proper error messages and stack tracesRequire .F90 files due to line length issuesCommit-type: featureF
Give Fortran SETERRQ() and CHKERRQ() same functionality as C versionsThey can now produce proper error messages and stack tracesRequire .F90 files due to line length issuesCommit-type: featureFunded-by: ECPTime: 4.2 hours
Merge branch 'scott/testharness-update1'
Introduce MPIU_Abort() for Fortran, drop unneeded final ierr argument to SETERRQ() in FortranThis is to preventWarning: Same actual argument associated with INTENT(IN) argument 'errorcode' a
Introduce MPIU_Abort() for Fortran, drop unneeded final ierr argument to SETERRQ() in FortranThis is to preventWarning: Same actual argument associated with INTENT(IN) argument 'errorcode' and INTENT(OUT) argument 'ierror' at (1)when MPI_Abort() is called directly by CHKERRQ(ierr);Time: .4 hoursReported-by: nightly tests
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-t
Remove the use and definition of __FUNCT__ throughout the codeSince all modern C/C++ compilers provide this functionality we no longer need to provide it manually in PETScTime: 1.5 hoursThanks-to: Andreas Mang <andreas@ices.utexas.edu>
Introduce new test harness and script to convert from the old makefile approach to the new test harness
Remove the needed def extension from Fortran include filesTime: .3 hoursThanks-to: Satish Balay <balay@mcs.anl.gov>
Fix Fortran integer function arguments to be PetscInt to make function interfacesReported-by: nightly tests
1...<<11121314151617