Skip to content
Snippets Groups Projects
Commit 7047d2b9 authored by Andreas Dedner's avatar Andreas Dedner
Browse files

to early commit ...

[[Imported from SVN: r5277]]
parent e376e36a
Branches
Tags
No related merge requests found
......@@ -199,10 +199,6 @@ namespace Dune
*/
int size () const { return size_; }
void barrier() const {
MPI_Barrier(getCommunicator());
}
private:
int rank_;
int size_;
......@@ -225,7 +221,7 @@ namespace Dune
~MPIHelper()
{
MPI_Finalize();
dvverb << "Called MPI_Finalize on p=" << rank_ << "!" <<std::endl;
dverb << "Called MPI_Finalize on p=" << rank_ << "!" <<std::endl;
}
MPIHelper(const MPIHelper&);
MPIHelper& operator=(const MPIHelper);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment