source: XIOS/dev/dev_ym/XIOS_COUPLING/src/distribution/distribution_type.hpp @ 1960

Last change on this file since 1960 was 1930, checked in by ymipsl, 4 years ago

Big update on on going work related to data distribution and transfer between clients and servers.
Revisite of the source and store filter using "connectors".

YM

  • Property svn:executable set to *
File size: 168 bytes
Line 
1#ifndef __DISTRIBUTION_TYPE_HPP__
2#define __DISTRIBUTION_TYPE_HPP__
3
4namespace xios
5{
6  enum class EDistributionType  { NONE=0, ROOT, BANDS, BLOCKS} ;
7}
8
9#endif
Note: See TracBrowser for help on using the repository browser.