Skip to content

Zoltan2: Restore Zoltan2 test and Kokkos unordered map

James Willenbring requested to merge Tech-XCorp:fixDirectoryCudaPart2 into develop

Created by: MicheldeMessieres

@trilinos/zoltan2

Motivation and Context

This is a follow up PR to clean up a few issues from PR #4252.

It restores a missing zoltan2 test. It restored the directory to use Kokkos unordered map (now host space) anticipating we'll be implementing parallel forms in the future. It cleans up some of the directory hash code to avoid a global static method definition.

How Has This Been Tested?

Tested on white cuda. Tested on mac clang parallel and serial.

Checklist

  • 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.
  • All new and existing tests passed.
  • No new compiler warnings were introduced.
  • These changes break backwards compatibility.

Merge request reports