Ignore:
Timestamp:
Feb 1, 2012, 11:08:03 AM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
894a5f
Parents:
64ba929
Message:

Merge remote branch 'heber/Bugfixes_Tremolo_implementation'

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1309 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/comm_mpi.cpp

    r64ba929 r01be70  
    684684  std::vector<vmg_int> buffer_ind;
    685685
    686   std::memcpy(&global_extent[6*rank], grid.Global().BeginLocal().vec(), 3*sizeof(vmg_float));
    687   std::memcpy(&global_extent[6*rank+3], grid.Global().EndLocal().vec(), 3*sizeof(vmg_float));
     686  std::memcpy(&global_extent[6*rank], grid.Global().BeginLocal().vec(), 3*sizeof(int));
     687  std::memcpy(&global_extent[6*rank+3], grid.Global().EndLocal().vec(), 3*sizeof(int));
    688688
    689689  MPI_Allgather(MPI_IN_PLACE, 6, MPI_INT, global_extent, 6, MPI_INT, MPI_COMM_WORLD);
Note: See TracChangeset for help on using the changeset viewer.