Skip to content

Re-enable Belos PCG tests (#2920 & #3007) on white/ride

James Willenbring requested to merge hkthorn:develop into develop

Created by: hkthorn

On July 2, 2018, the CMakeLists.txt was modified to increase the maximum number of iterations for the preconditioned CG tests that were failing. This modification was made for both standard PCG and stochastic PCG. This change appears to still enable these tests to pass on white/ride. Thus, I am removing those tests from the environmental scripts that disable them.

@trilinos/belos

Description

I am removing the disabled PCG tests from the environmental scripts for white/ride because changes have been made (and merged) to CMakeLists.txt that address the failures.

Motivation and Context

This will test issues #2920 (closed) and #3007 (closed) .

How Has This Been Tested?

This was tested on white/ride, using the changes to CMakeLists.txt that were previously pushed and the environmental scripts provided for that platform.

Checklist

  • [x ] My commit messages mention the appropriate GitHub issue numbers.
  • My code follows the code style of the affected package(s).
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the code contribution guidelines for this project.
  • I have added tests to cover my changes.
  • [x ] All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports