Ignore:
Timestamp:
Apr 24, 2012, 3:38:21 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
a150d0
Parents:
716da7
Message:

Minor changes to vmg.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/comm/comm_mpi.hpp

    r716da7 rb51c3b  
    7676  vmg_int GlobalSumRoot(const vmg_int& value);
    7777  void GlobalSumArray(vmg_int* array, const vmg_int& size);
     78
     79  vmg_float GlobalMax(const vmg_float& value);
     80  vmg_float GlobalMaxRoot(const vmg_float& value);
     81  void GlobalMaxArray(vmg_float* array, const vmg_int& size);
     82
     83  vmg_int GlobalMax(const vmg_int& value);
     84  vmg_int GlobalMaxRoot(const vmg_int& value);
     85  void GlobalMaxArray(vmg_int* array, const vmg_int& size);
    7886
    7987  vmg_float LevelSum(const Grid& grid, const vmg_float& value);
Note: See TracChangeset for help on using the changeset viewer.