Updated script for detecting visible symbolsRemoved unneeded visibility of some symbolsFixed some namespacingRemoved the use of unneeded implementation includes in the TAO code
Added static to a variety of KSP and SNES methodsFound agmres directory not listed in the makefile so added it and fixed some codes to get it to compile
a variety of fixes for issues detected by the clang static analyzerReported-by: clang static analyzer
fix a variety of set but not used detected by clang static analyzeradd ierr and return ierr; to many PetscFinalize() in examplesadd ierr and if (ierr) return ierr; to some PetscInitialize() in exa
fix a variety of set but not used detected by clang static analyzeradd ierr and return ierr; to many PetscFinalize() in examplesadd ierr and if (ierr) return ierr; to some PetscInitialize() in examples
show more ...
Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()Formatting fixes for many C examples including removing extra linesFixed a few set but not used variables detected
Fix most C examples to return ierr on failed PetscInitialize() or PetscFinalize()Formatting fixes for many C examples including removing extra linesFixed a few set but not used variables detected by the clang static analyzer
Changed the C examples to return the error code in main()
Fixed many set but not used variables in the examples detected by clang static analyzerMostly ierr with missing CHKERRQ() plus a few set and not usedand a few set and then resetAlso fixed format
Fixed many set but not used variables in the examples detected by clang static analyzerMostly ierr with missing CHKERRQ() plus a few set and not usedand a few set and then resetAlso fixed formating in a few examples that never got cleaned upto PETSc formatting standards
Merge remote-tracking branch 'origin/balay/fix-fortran-unused_variables'
Removed excessive use of TaoGetConvergedReason() in Tao examplesLeft one example that uses it but converts the result to a stringAdded two run tests for Tao that require SuperLUThis replaces th
Removed excessive use of TaoGetConvergedReason() in Tao examplesLeft one example that uses it but converts the result to a stringAdded two run tests for Tao that require SuperLUThis replaces the pull request 324 that left the uses of TaoGetConvergedReason()in multiple examples
fix unused variables in fortran examples.
completed removing "variable set but not used" based on outputfrom clang static analyzerTime: . 1 hours
Merge branch 'master' into barry/petscoptions-object
Complete update to new PetscOptions interface
update no change test output based on removal of Tao fatol and frtol
Begin renaming the PetscOptions objects for the future where PetscOptions will not be a singleton
updating no change example output for Tao examples whose convergence conclusion was changed due to removing fatol and frtol tolerances
Merge branch 'barry/not-single-precision' into barry/remove-unneed-tao-tolerances
remove fatol and frtol concept from Tao; they are redundant and confusing compared to other tolerances
move a couple more examples that do not produce constant results in single precision
insure similar convergence history for single, double, quad
Merge branch 'master' into barry/always-mark-floatsNeeded to merge in master to resolve conflicts that will appear when this branch is merged with master
changed outdate mpirun and -np to mpiexec and -n
Insure all %g output floating point numbers have a decimal point in them this is to make it easy to detect floating point processing in output for test purposes provided new diff operation that
Insure all %g output floating point numbers have a decimal point in them this is to make it easy to detect floating point processing in output for test purposes provided new diff operation that treats all floating point numbers in output as equal
remove all calls to PetscRandomSetType() from examples so they default to portablegenerator that generates the same numbers on all systems: PETSCRANDER48Reported-by: Patrick Sanan <patrick.sanan@g
remove all calls to PetscRandomSetType() from examples so they default to portablegenerator that generates the same numbers on all systems: PETSCRANDER48Reported-by: Patrick Sanan <patrick.sanan@gmail.com>
removed tao test example run that uses random numbers sincenot reproducable on different systems
1...<<111213141516171819