Skip to content

Retrive the number of openMP threads and change the expected

James Willenbring requested to merge prwolfe:fix_issue3014 into develop

Created by: prwolfe

Description

This just looks at the number of threads requested and changes the expected number of partitions accordingly.

Motivation and Context

This test is failing on all openMP builds.

Related Issues

How Has This Been Tested?

I used OMP_NUM_THREADS=1, 2, and 4

Checklist

  • [ x ] My commit messages mention the appropriate GitHub issue numbers.
  • [ x ] 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.
  • [ x ] 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