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

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

# Line 168 | Line 168 | namespace OpenMD {
168      }
169  
170   #ifdef IS_MPI
171 <    MPI::COMM_WORLD.Allreduce(&dispmax, &dispmax, 1, MPI::REALTYPE, MPI::MAX);
171 >    MPI_Allreduce(&dispmax, &dispmax, 1, MPI_REALTYPE, MPI_MAX, MPI_COMM_WORLD);
172   #endif
173  
174      // a conservative test of list skin crossings

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines