source: XIOS/dev/dev_trunk_graph/src/distribution/distribution_type.hpp @ 2030

Last change on this file since 2030 was 2019, checked in by yushan, 3 years ago

Graph intermedia commit to a tmp branch

  • 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.