From 6c4a4fcec631c8adfe9ec75d987269bab1168169 Mon Sep 17 00:00:00 2001 From: Felix Winterhalter <felix.winterhalter@fau.de> Date: Tue, 25 Jul 2017 16:19:34 +0200 Subject: [PATCH] Remove useWorldComm as it is also called from the called functions. Resolves an MPI Abort Error that will reliably happen. --- src/pe/utility/CreateWorld.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pe/utility/CreateWorld.cpp b/src/pe/utility/CreateWorld.cpp index feae8884d..e66c76a14 100644 --- a/src/pe/utility/CreateWorld.cpp +++ b/src/pe/utility/CreateWorld.cpp @@ -135,7 +135,6 @@ shared_ptr<BlockForest> createBlockForest(const math::AABB simulationDomain, shared_ptr<BlockForest> createBlockForestFromConfig(const Config::BlockHandle& mainConf) { - MPIManager::instance()->useWorldComm(); bool setupRun = mainConf.getParameter< bool >( "setupRun", true ); Vec3 simulationCorner = mainConf.getParameter<Vec3>("simulationCorner", Vec3(0, 0, 0)); -- GitLab