Ignore:
Timestamp:
05/15/19 17:19:08 (5 years ago)
Author:
yushan
Message:

MARK: branch merged with trunk @1660. Test (test_complete, test_remap) on ADA with IntelMPI and _usingEP/_usingMPI as switch.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • XIOS/dev/dev_trunk_omp/src/policy.hpp

    r1601 r1661  
    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 
    2919 
    3020class DivideAdaptiveComm 
     
    4939  std::vector<int> nbInGroup_; //! Number of process in each group 
    5040  bool computed_; 
    51 //  std::vector<std::vector<int> > child_; /*!< List of child rank for each level */ 
    52 //  std::vector<int> nbChild_;         /*!< Number of child for each level */ 
     41 
     42 
    5343}; 
    5444 
Note: See TracChangeset for help on using the changeset viewer.