Skip to content

Commit

Permalink
disable mpimat cond tests for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
wrathematics committed Jun 20, 2020
1 parent b9fa444 commit b7fd62a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/mpi/linalg_norm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,8 @@ TEMPLATE_TEST_CASE("norm", "[linalg]", float, double)



// Current libscalapack builds on travis incorrectly lack the pXtrcon() symbols
/*
TEMPLATE_TEST_CASE("cond", "[linalg]", float, double)
{
TestType cond;
Expand Down Expand Up @@ -77,3 +79,4 @@ TEMPLATE_TEST_CASE("cond", "[linalg]", float, double)
REQUIRE( fltcmp::eq(cond, 1.5) );
}
}
*/

0 comments on commit b7fd62a

Please sign in to comment.