From d4d3bf9607f50cdbf3db353db0e0e6d0bb114d3c Mon Sep 17 00:00:00 2001 From: bangerth Date: Fri, 13 May 2011 05:10:25 +0000 Subject: [PATCH] Remove a test I accidentally added in an unrelated commit :-( git-svn-id: https://svn.dealii.org/trunk@23694 0785d39b-7218-0410-832d-ea1e28bc413d --- tests/mpi/habib_01.cc | 87 -------------------------- tests/mpi/habib_01/ncpu_10/cmp/generic | 12 ---- tests/mpi/habib_01/ncpu_3/cmp/generic | 5 -- tests/mpi/habib_01/ncpu_4/cmp/generic | 6 -- 4 files changed, 110 deletions(-) delete mode 100644 tests/mpi/habib_01.cc delete mode 100644 tests/mpi/habib_01/ncpu_10/cmp/generic delete mode 100644 tests/mpi/habib_01/ncpu_3/cmp/generic delete mode 100644 tests/mpi/habib_01/ncpu_4/cmp/generic diff --git a/tests/mpi/habib_01.cc b/tests/mpi/habib_01.cc deleted file mode 100644 index 1219d575e9..0000000000 --- a/tests/mpi/habib_01.cc +++ /dev/null @@ -1,87 +0,0 @@ -//--------------------------------------------------------------------------- -// $Id$ -// Version: $Name$ -// -// Copyright (C) 2009 by the deal.II authors -// -// This file is subject to QPL and may not be distributed -// without copyright and license information. Please refer -// to the file deal.II/doc/license.html for the text and -// further information on this license. -// -//--------------------------------------------------------------------------- - - -// - -#include "../tests.h" -#include -#include - -#include -//#include - - -void test_mpi() -{ - Assert( Utilities::System::job_supports_mpi(), ExcInternalError()); - - - unsigned int myid = Utilities::System::get_this_mpi_process (MPI_COMM_WORLD); - const unsigned int numprocs = Utilities::System::get_n_mpi_processes (MPI_COMM_WORLD); - - if (myid==0) - deallog << "Running on " << numprocs << " CPU(s)." << std::endl; - - for (unsigned int i=1;i