Skip to content
Snippets Groups Projects
Commit 4a3d9ed4 authored by Anna Wellmann's avatar Anna Wellmann
Browse files

Remove MPI_Init from IndexRearrangementForStreamsTest

A Communicator is now passed to IndexRearrangementForStreams (Commit #7e1ef552). In the constructor of this Communicator MPI_Init is called. Therefore, an additional call to MPI_Init is not needed anymore.
parent 0f8d111e
No related branches found
No related tags found
1 merge request!106Refactor routine for finding the edge nodes
......@@ -295,7 +295,6 @@ private:
std::unique_ptr<IndexRearrangementForStreams> createTestSubjectReorderSendIndices()
{
logging::Logger::addStream(&std::cout);
MPI_Init(NULL, NULL);
SPtr<GridImpDouble> grid =
GridImpDouble::makeShared(nullptr, 0.0, 0.0, 0.0, 1.0, 1.0, 1.0, 1.0, Distribution(), 1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment