Changeset cd0fed for src/comm/mpi


Ignore:
Timestamp:
May 10, 2012, 12:22:46 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
06e153
Parents:
ae05b4
Message:

Fixed some warnings.

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

Location:
src/comm/mpi
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • src/comm/mpi/datatype.cpp

    rae05b4 rcd0fed  
    6767
    6868    Index i;
    69     int c = 0;
     69    unsigned int c = 0;
    7070    const Index end = _starts + _subsizes;
    7171    const size_t memcpy_size = _subsizes.Z() * sizeof(vmg_float);
     
    100100
    101101    Index i;
    102     int c = 0;
     102    unsigned int c = 0;
    103103    const Index end = _starts + _subsizes;
    104104    const size_t memcpy_size = _subsizes.Z() * sizeof(vmg_float);
  • src/comm/mpi/settings.cpp

    rae05b4 rcd0fed  
    6464void VMG::MPI::Settings::ComputeSettings(Multigrid& sol, Multigrid& rhs, MPI_Comm& comm_global)
    6565{
    66   int rank;
    67   MPI_Comm comm_last, comm_new;
     66
    6867  std::map<const Grid*, Grid*>::const_iterator grid_iter;
    6968
Note: See TracChangeset for help on using the changeset viewer.