malleabilityStates.h 695 Bytes
Newer Older
1
2
3
4
5
6
7
#define MAL_UNRESERVED -1
#define MAL_DENIED -2
#define MAL_NOT_STARTED 0
#define MAL_SPAWN_PENDING 1
#define MAL_SPAWN_COMPLETED 2
#define MAL_DIST_PENDING 3
#define MAL_DIST_COMPLETED 4
8
#define MAL_DIST_ADAPTED 5
9
10
11
12
13
14


// TODO Refactor
#define COMM_PHY_NODES 1
#define COMM_PHY_CPU 2

15
// TODO Separar PTHREAD
16
17
#define COMM_SPAWN_SERIAL 0
#define COMM_SPAWN_PTHREAD 1
18
19
20
21
22
#define COMM_SPAWN_MERGE 2
#define COMM_SPAWN_MERGE_PTHREAD 3

#define COMM_SPAWN_MULTIPLE 0
#define COMM_SPAWN_SINGLE 1
23
24
25
26
27

#define MAL_USE_NORMAL 0
#define MAL_USE_IBARRIER 1
#define MAL_USE_POINT 2
#define MAL_USE_THREAD 3
28
29
30
31


#define MAL_INT 0
#define MAL_CHAR 1
32
33
34

#define MALLEABILITY_CHILDREN 1
#define MALLEABILITY_NOT_CHILDREN 0