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

Last change on this file since 2246 was 2246, checked in by ymipsl, 3 years ago
  • Update of the tranfer protocol using one sided communication
  • Introduce MPI_Improb/MPI_mrecv to listen incomming request
  • Introducing latency when looping over managers

YM

  • Property svn:executable set to *
File size: 177 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, COLUMNS} ;
7}
8
9#endif
Note: See TracBrowser for help on using the repository browser.