From 87940257f90c525d7e6fd6a87552e78c8b208adc Mon Sep 17 00:00:00 2001 From: secher Date: Tue, 3 Mar 2009 11:13:39 +0000 Subject: [PATCH] suppression of barriers MPI following replacement oneway by threads --- src/MPIContainer/MPIContainer_i.cxx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/MPIContainer/MPIContainer_i.cxx b/src/MPIContainer/MPIContainer_i.cxx index a9d35cf3f..45de94d0a 100644 --- a/src/MPIContainer/MPIContainer_i.cxx +++ b/src/MPIContainer/MPIContainer_i.cxx @@ -163,14 +163,12 @@ bool Engines_MPIContainer_i::Lload_component_Library(const char* componentName) _library_map[impl_name] = handle; _numInstanceMutex.unlock(); MESSAGE("[" << _numproc << "] Library " << impl_name << " loaded"); - MPI_Barrier(MPI_COMM_WORLD); return true; } else { MESSAGE("[" << _numproc << "] Can't load shared library : " << impl_name); MESSAGE("[" << _numproc << "] error dlopen: " << dlerror()); - MPI_Barrier(MPI_COMM_WORLD); } _numInstanceMutex.unlock(); -- 2.39.2