Changeset cd0fed for src/comm/mpi
- Timestamp:
- May 10, 2012, 12:22:46 PM (14 years ago)
- Children:
- 06e153
- Parents:
- ae05b4
- Location:
- src/comm/mpi
- Files:
-
- 2 edited
-
datatype.cpp (modified) (2 diffs)
-
settings.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/mpi/datatype.cpp
rae05b4 rcd0fed 67 67 68 68 Index i; 69 int c = 0;69 unsigned int c = 0; 70 70 const Index end = _starts + _subsizes; 71 71 const size_t memcpy_size = _subsizes.Z() * sizeof(vmg_float); … … 100 100 101 101 Index i; 102 int c = 0;102 unsigned int c = 0; 103 103 const Index end = _starts + _subsizes; 104 104 const size_t memcpy_size = _subsizes.Z() * sizeof(vmg_float); -
src/comm/mpi/settings.cpp
rae05b4 rcd0fed 64 64 void VMG::MPI::Settings::ComputeSettings(Multigrid& sol, Multigrid& rhs, MPI_Comm& comm_global) 65 65 { 66 int rank; 67 MPI_Comm comm_last, comm_new; 66 68 67 std::map<const Grid*, Grid*>::const_iterator grid_iter; 69 68
Note:
See TracChangeset
for help on using the changeset viewer.
