From: Daniel Arndt Date: Sat, 3 Feb 2018 13:30:29 +0000 (+0100) Subject: Fix scalapack_10 X-Git-Tag: v9.0.0-rc1~480^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F5850%2Fhead;p=dealii.git Fix scalapack_10 --- diff --git a/tests/scalapack/scalapack_10.cc b/tests/scalapack/scalapack_10.cc index 664b82ab01..02f0cfd94a 100644 --- a/tests/scalapack/scalapack_10.cc +++ b/tests/scalapack/scalapack_10.cc @@ -34,7 +34,7 @@ template void test(const unsigned int size, const unsigned int block_size) { - const std::string filename = std::string(SOURCE_DIR) + "/test.h5"; + const std::string filename ("scalapck_10_test.h5"); MPI_Comm mpi_communicator(MPI_COMM_WORLD); const unsigned int this_mpi_process(Utilities::MPI::this_mpi_process(mpi_communicator));