PaCO++  0.05
Type.h
Go to the documentation of this file.
1 #ifndef PARIS_BLOCK_TYPE_IS_DEFINED
2 #define PARIS_BLOCK_TYPE_IS_DEFINED
3 
4 #ifdef __cplusplus
5 extern "C" {
6 #endif
7 
9 
10  typedef struct {
11 
12  ParisBlock_distri_type_t type;
13  unsigned int blocksize; // for block-cyclic
14 
15  unsigned int unitblocksize; /* vector divided in bloc whose size is a multiple of _blocsize but the last
16  * blocksize *MUST* be a multiple of unitblocksize. */
18 
19 #ifdef __cplusplus
20 }
21 #endif
22 
23 #endif
ParisBlock_distri_type_t
Definition: Type.h:8
unsigned int blocksize
Definition: Type.h:13
unsigned int unitblocksize
Definition: Type.h:15
ParisBlock_distri_type_t type
Definition: Type.h:12