malleabilityStates.h 717 Bytes
Newer Older
1
2
#define MAL_UNRESERVED -1
#define MAL_DENIED -2
iker_martin's avatar
iker_martin committed
3
#define MAL_ZOMBIE -3
4
5
6
7
8
#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
9
#define MAL_DIST_ADAPTED 5
10
11
12
13
14
15


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

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

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

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


#define MAL_INT 0
#define MAL_CHAR 1
33
34
35

#define MALLEABILITY_CHILDREN 1
#define MALLEABILITY_NOT_CHILDREN 0