From c8b74cfe77e91c4de8d4950722c4c3da5e94588b Mon Sep 17 00:00:00 2001 From: Timo Heister Date: Tue, 22 Feb 2011 21:23:21 +0000 Subject: [PATCH] make sure the test fails and also test with one cpu. git-svn-id: https://svn.dealii.org/trunk@23421 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/petsc_01.cc | 4 ++-- tests/mpi/petsc_01/{ncpu_3 => ncpu_1}/cmp/generic | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename tests/mpi/petsc_01/{ncpu_3 => ncpu_1}/cmp/generic (100%) diff --git a/tests/mpi/petsc_01.cc b/tests/mpi/petsc_01.cc index aa18a866ae..6623b24334 100644 --- a/tests/mpi/petsc_01.cc +++ b/tests/mpi/petsc_01.cc @@ -58,8 +58,8 @@ void test() mat.compress(); -// std::vector rows(1,1); -// mat.clear_rows(rows); + std::vector rows(1,1); + mat.clear_rows(rows); // mat.write_ascii(); if (myid==0) diff --git a/tests/mpi/petsc_01/ncpu_3/cmp/generic b/tests/mpi/petsc_01/ncpu_1/cmp/generic similarity index 100% rename from tests/mpi/petsc_01/ncpu_3/cmp/generic rename to tests/mpi/petsc_01/ncpu_1/cmp/generic -- 2.39.5