Skip to content

Test behavior improvement and elemental co_all

Choose a tag to compare

@rouson rouson released this 03 Jun 06:01
· 139 commits to main since this release
2434a05

Test behavior improvements

  1. Test output is reduced: only image 1 reports test results.
  2. Image 1 reports a pass for a given test only if the test passes on all images.
  3. The test driver initiates error termination if any tests fail. This ensures that the CI checks fail if a unit test fails.

New feature

  • To support item 2 above, the co_all user-defined collective subroutine is now elemental.

What's Changed

  • Image 1 reports test results + impure elemental co_all by @rouson in #42
  • Error-terminate test suite if any tests fail by @rouson in #42

Full Changelog: 3.7.0...3.8.0