Skip to content

Commit b7fd62a

Browse files
committed
disable mpimat cond tests for travis
1 parent b9fa444 commit b7fd62a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/mpi/linalg_norm.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ TEMPLATE_TEST_CASE("norm", "[linalg]", float, double)
4242

4343

4444

45+
// Current libscalapack builds on travis incorrectly lack the pXtrcon() symbols
46+
/*
4547
TEMPLATE_TEST_CASE("cond", "[linalg]", float, double)
4648
{
4749
TestType cond;
@@ -77,3 +79,4 @@ TEMPLATE_TEST_CASE("cond", "[linalg]", float, double)
7779
REQUIRE( fltcmp::eq(cond, 1.5) );
7880
}
7981
}
82+
*/

0 commit comments

Comments
 (0)