Changeset d7de94
- Timestamp:
- Apr 25, 2012, 6:52:29 PM (14 years ago)
- Children:
- 3bd250
- Parents:
- 71b148
- File:
-
- 1 edited
-
src/comm/comm_mpi.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/comm/comm_mpi.cpp
r71b148 rd7de94 1163 1163 } 1164 1164 1165 std::printf("DIMS: %d %d %d\n", dims[0], dims[1], dims[2]); 1165 #ifdef DEBUG_OUTPUT 1166 if (rank == 0) 1167 std::printf("Dims: %d %d %d\n", dims[0], dims[1], dims[2]); 1168 #endif 1166 1169 1167 1170 MPI_Cart_create(comm, 3, dims, periods, 1, &comm_global);
Note:
See TracChangeset
for help on using the changeset viewer.
