malleabilityStates.h 752 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
#define MAL_NOT_STARTED 0
#define MAL_SPAWN_PENDING 1
6
7
8
9
10
#define MAL_SPAWN_SINGLE_PENDING 2
#define MAL_SPAWN_COMPLETED 3
#define MAL_DIST_PENDING 4
#define MAL_DIST_COMPLETED 5
#define MAL_DIST_ADAPTED 6
11
12
13
14
15
16


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

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

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

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


#define MAL_INT 0
#define MAL_CHAR 1
34
35
36

#define MALLEABILITY_CHILDREN 1
#define MALLEABILITY_NOT_CHILDREN 0