deallog << str << std::endl;
}
}
+ // delete the files created
+ // by processor 0
std::remove ((base + "cm").c_str());
std::remove ((base + "cm.check").c_str());
}
- // remove tmp files again
+ // remove tmp files again. wait
+ // till processor 0 has done its
+ // job with them
+ MPI_Barrier(MPI_COMM_WORLD);
std::remove ((base + "cm_" + Utilities::int_to_string(myid) + ".dot").c_str());
// print the number of constraints. since
}
}
+ // delete the files created
+ // by processor 0
std::remove ((base + "cm").c_str());
std::remove ((base + "cm.check").c_str());
}
- // remove tmp files again
+ // remove tmp files again. wait
+ // till processor 0 has done its
+ // job with them
+ MPI_Barrier(MPI_COMM_WORLD);
std::remove ((base + "cm_" + Utilities::int_to_string(myid) + ".dot").c_str());
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