- Timestamp:
- 09/11/17 17:02:48 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
XIOS/dev/XIOS_DEV_CMIP6/src/server_distribution_description.hpp
r1235 r1258 26 26 enum ServerDistributionType 27 27 { 28 BAND_DISTRIBUTION, PLAN_DISTRIBUTION 28 BAND_DISTRIBUTION, PLAN_DISTRIBUTION, ROOT_DISTRIBUTION 29 29 }; 30 30 … … 56 56 protected: 57 57 int computeBandDistribution(int nServer, int positionDimensionDistributed = 1); 58 int computeRootDistribution(int nServer, int positionDimensionDistributed = 1); 58 59 void computePlanDistribution(int nServer); 59 60 void computeRangeProcIndex(int clientRank,
Note: See TracChangeset
for help on using the changeset viewer.