git-svn-id: https://svn.dealii.org/branches/branch_port_the_testsuite@30702
0785d39b-7218-0410-832d-
ea1e28bc413d
int main(int argc, char *argv[])
{
Utilities::MPI::MPI_InitFinalize mpi_initialization(argc, argv, 1);
- MPILogInitAll log(__FILE__);
+ MPILogInitAll log;
deallog.push("2d");
test<2>();
if (Utilities::MPI::this_mpi_process (MPI_COMM_WORLD)==0)
{
- std::ofstream logfile(output_file_for_mpi("periodicity_01").c_str());
+ std::ofstream logfile("output");
deallog.attach(logfile, false);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
LaplaceProblem<3> laplace_problem;
laplace_problem.run ();
}
- }
+ }
else
{
{
unsigned int myid = Utilities::MPI::this_mpi_process (MPI_COMM_WORLD);
if (myid == 0)
{
- std::ofstream logfile(output_file_for_mpi("point_value_01").c_str());
+ std::ofstream logfile("output");
deallog.attach(logfile, false);
deallog.depth_console(0);
deallog.threshold_double(1.e-10);
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams