Ignore:
Timestamp:
05/25/16 12:21:03 (8 years ago)
Author:
mhnguyen
Message:

Fixing a bug during compilation on PGI

+) Remove some codes which contain mismatch-type error

Test
+) On Curie with compiler Intel.
+) All tests pass

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/trunk/src/policy.hpp

    r833 r855  
    1616namespace xios 
    1717{ 
    18 class DivideCommByTwo 
    19 { 
    20 protected: 
    21   void computeMPICommLevel(const MPI_Comm& mpiCommRoot, int levels); 
    22  
    23 protected: 
    24   std::vector<MPI_Comm> commLevel_; 
    25 private: 
    26   // Divide MPI communicator on each level recursively 
    27   void divideMPICommLevel(const MPI_Comm& mpiCommLevel, int level); 
    28 }; 
     18//class DivideCommByTwo 
     19//{ 
     20//protected: 
     21//  void computeMPICommLevel(const MPI_Comm& mpiCommRoot, int levels); 
     22// 
     23//protected: 
     24//  std::vector<MPI_Comm> commLevel_; 
     25//private: 
     26//  // Divide MPI communicator on each level recursively 
     27//  void divideMPICommLevel(const MPI_Comm& mpiCommLevel, int level); 
     28//}; 
    2929 
    3030class DivideAdaptiveComm 
Note: See TracChangeset for help on using the changeset viewer.