Skip to content

Commit

Permalink
test: reorder matrices in tester for nicer output
Browse files Browse the repository at this point in the history
  • Loading branch information
mgates3 committed May 28, 2024
1 parent 68807dd commit 7ca785c
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions test/test.hh
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,6 @@ public:
testsweeper::ParamInt debug_rank;
std::string routine;

//----- test matrix parameters
MatrixParams matrix;
MatrixParams matrixB;
MatrixParams matrixC;

//----- routine parameters, enums
testsweeper::ParamEnum< testsweeper::DataType > datatype;
testsweeper::ParamEnum< slate::Origin > origin;
Expand All @@ -247,6 +242,11 @@ public:
testsweeper::ParamEnum< slate::GridOrder > grid_order;
testsweeper::ParamEnum< slate::GridOrder > dev_order;

// test matrix parameters
MatrixParams matrix;
MatrixParams matrixB;
MatrixParams matrixC;

// BLAS & LAPACK options
// The order here matches the order in most LAPACK functions, e.g.,
// hegv ( itype, jobz, uplo, n, ... )
Expand Down

0 comments on commit 7ca785c

Please sign in to comment.