- Timestamp:
- 11/16/12 08:10:16 (12 years ago)
- Location:
- issm/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk
- Property svn:mergeinfo changed
/issm/trunk-jpl merged: 13397-13398,13401,13407-13582,13584-13974
- Property svn:mergeinfo changed
-
issm/trunk/src
- Property svn:mergeinfo changed
-
issm/trunk/src/c/modules/ConstraintsStatex/ThermalIsPresent.cpp
r12330 r13975 27 27 } 28 28 } 29 29 30 30 #ifdef _HAVE_MPI_ 31 MPI_Reduce (&found,&mpi_found,1,MPI_INT,MPI_SUM,0, MPI_COMM_WORLD);32 MPI_Bcast(&mpi_found,1,MPI_INT,0, MPI_COMM_WORLD);31 MPI_Reduce (&found,&mpi_found,1,MPI_INT,MPI_SUM,0,IssmComm::GetComm() ); 32 MPI_Bcast(&mpi_found,1,MPI_INT,0,IssmComm::GetComm()); 33 33 found=mpi_found; 34 34 #endif
Note:
See TracChangeset
for help on using the changeset viewer.