Skip to content

Tpetra cgsolve perf test fix

James Willenbring requested to merge tpetra-cgsolve-perf-test-fix into develop

Created by: crtrott

@trilinos/tpetra

Description

This fixes two issues in the Tpetra CGSolve test:

  • MPI rank to GPU assignment was broken
  • some command line arguments were not properly forwarded, and thus one couldn't do a fixed iteration account.

Merge request reports