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

Comparing trunk/src/utils/OpenMDBitSet.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 210 | Line 210 | namespace OpenMD {
210  
211      std::vector<int> bsInt(bitset_.begin(), bitset_.end());
212  
213 <    MPI::COMM_WORLD.Allreduce(MPI::IN_PLACE, &bsInt[0],
214 <                              bsInt.size(), MPI::INT, MPI::LOR);
213 >    MPI_Allreduce(MPI_IN_PLACE, &bsInt[0],
214 >                  bsInt.size(), MPI_INT, MPI_LOR, MPI_COMM_WORLD);
215  
216      std::transform(bsInt.begin(), bsInt.end(),
217                     std::back_inserter( result.bitset_ ), to_bool<int>());

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines