ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/OpenMD/trunk/src/integrators/LangevinHullForceManager.cpp
(Generate patch)

Comparing trunk/src/integrators/LangevinHullForceManager.cpp (file contents):
Revision 1938 by gezelter, Thu Oct 31 15:32:17 2013 UTC vs.
Revision 1969 by gezelter, Wed Feb 26 14:14:50 2014 UTC

# Line 277 | Line 277 | namespace OpenMD {
277      
278   #ifdef IS_MPI
279      // Same command on all nodes:
280 <    MPI::COMM_WORLD.Bcast(&gaussRand[0], nTriangles*3, MPI::REALTYPE, 0);
280 >    MPI_Bcast(&gaussRand[0], nTriangles*3, MPI_REALTYPE, 0, MPI_COMM_WORLD);
281 >    // MPI::COMM_WORLD.Bcast(&gaussRand[0], nTriangles*3, MPI::REALTYPE, 0);
282   #endif
283      
284      return gaussRand;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines