From: bangerth Date: Fri, 13 May 2011 05:10:25 +0000 (+0000) Subject: Remove a test I accidentally added in an unrelated commit :-( X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d4d3bf9607f50cdbf3db353db0e0e6d0bb114d3c;p=dealii-svn.git Remove a test I accidentally added in an unrelated commit :-( git-svn-id: https://svn.dealii.org/trunk@23694 0785d39b-7218-0410-832d-ea1e28bc413d --- 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