From: secher Date: Tue, 3 Mar 2009 11:13:39 +0000 (+0000) Subject: suppression of barriers MPI following replacement oneway by threads X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=87940257f90c525d7e6fd6a87552e78c8b208adc;p=modules%2Fkernel.git suppression of barriers MPI following replacement oneway by threads --- 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();