// This program can only be run in serial. Otherwise, throw an exception.
AssertThrow(Utilities::MPI::n_mpi_processes(MPI_COMM_WORLD)==1,
- ExcMessage("This program can only be run in serial, use mpirun -np 1 ./step-31"));
+ ExcMessage("This program can only be run in serial, use ./step-31"));
BoussinesqFlowProblem<2> flow_problem;
flow_problem.run ();
// This program can only be run in serial. Otherwise, throw an exception.
AssertThrow(Utilities::MPI::n_mpi_processes(MPI_COMM_WORLD)==1,
- ExcMessage("This program can only be run in serial, use mpirun -np 1 ./step-36"));
+ ExcMessage("This program can only be run in serial, use ./step-36"));
{
deallog.depth_console (0);
// This program can only be run in serial. Otherwise, throw an exception.
AssertThrow(Utilities::MPI::n_mpi_processes(MPI_COMM_WORLD)==1,
- ExcMessage("This program can only be run in serial, use mpirun -np 1 ./step-41"));
+ ExcMessage("This program can only be run in serial, use ./step-41"));
ObstacleProblem<2> obstacle_problem;
obstacle_problem.run ();
// This program can only be run in serial. Otherwise, throw an exception.
AssertThrow(Utilities::MPI::n_mpi_processes(MPI_COMM_WORLD)==1,
- ExcMessage("This program can only be run in serial, use mpirun -np 1 ./step-43"));
+ ExcMessage("This program can only be run in serial, use ./step-43"));
TwoPhaseFlowProblem<2> two_phase_flow_problem(1);
two_phase_flow_problem.run ();
* ignored, the only thing that matters is the size of the index space
* described by this argument.
*/
- explicit Vector (Const Epetra_Map &partitioning) DEAL_II_DEPRECATED;
+ explicit Vector (const Epetra_Map &partitioning) DEAL_II_DEPRECATED;
/**
* This constructor takes as input the number of elements in the vector.