From ad1bb589cdfe48a47b2812ca1da0ffa4529bdd18 Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Sat, 19 Oct 2013 11:41:36 +0000 Subject: [PATCH] Port new tests git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@31314 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/parallel_block_vector_02.cc | 2 +- .../cmp/generic => parallel_block_vector_02.mpirun=1.output} | 0 .../cmp/generic => parallel_block_vector_02.mpirun=10.output} | 0 .../cmp/generic => parallel_block_vector_02.mpirun=4.output} | 0 4 files changed, 1 insertion(+), 1 deletion(-) rename tests/mpi/{parallel_block_vector_02/ncpu_1/cmp/generic => parallel_block_vector_02.mpirun=1.output} (100%) rename tests/mpi/{parallel_block_vector_02/ncpu_10/cmp/generic => parallel_block_vector_02.mpirun=10.output} (100%) rename tests/mpi/{parallel_block_vector_02/ncpu_4/cmp/generic => parallel_block_vector_02.mpirun=4.output} (100%) diff --git a/tests/mpi/parallel_block_vector_02.cc b/tests/mpi/parallel_block_vector_02.cc index 28d08f0df7..f839235c68 100644 --- a/tests/mpi/parallel_block_vector_02.cc +++ b/tests/mpi/parallel_block_vector_02.cc @@ -148,7 +148,7 @@ int main (int argc, char **argv) if (myid == 0) { - std::ofstream logfile(output_file_for_mpi("parallel_block_vector_02").c_str()); + std::ofstream logfile("output"); deallog.attach(logfile); deallog << std::setprecision(4); deallog.depth_console(0); diff --git a/tests/mpi/parallel_block_vector_02/ncpu_1/cmp/generic b/tests/mpi/parallel_block_vector_02.mpirun=1.output similarity index 100% rename from tests/mpi/parallel_block_vector_02/ncpu_1/cmp/generic rename to tests/mpi/parallel_block_vector_02.mpirun=1.output diff --git a/tests/mpi/parallel_block_vector_02/ncpu_10/cmp/generic b/tests/mpi/parallel_block_vector_02.mpirun=10.output similarity index 100% rename from tests/mpi/parallel_block_vector_02/ncpu_10/cmp/generic rename to tests/mpi/parallel_block_vector_02.mpirun=10.output diff --git a/tests/mpi/parallel_block_vector_02/ncpu_4/cmp/generic b/tests/mpi/parallel_block_vector_02.mpirun=4.output similarity index 100% rename from tests/mpi/parallel_block_vector_02/ncpu_4/cmp/generic rename to tests/mpi/parallel_block_vector_02.mpirun=4.output -- 2.39.5