-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathmappings.conf
63 lines (54 loc) · 1.08 KB
/
mappings.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
#
# mappings between the different systems (Panda, Condor...)
# and internal AutoPyFactory nomenclature.
# Do not touch it unless you really know what you are doing.
# Changes in these mappings can change completely the behavior of the factory.
#
[CONDORBATCHSTATUS-GLOBUSSTATUS2INFO]
1 = pending
2 = running
4 = done
8 = done
16 = suspended
32 = pending
64 = pending
128 = running
[CONDORBATCHSTATUS-JOBSTATUS2INFO]
0 = pending
1 = pending
2 = running
3 = done
4 = done
5 = suspended
6 = running
[CONDOREC2BATCHSTATUS-JOBSTATUS2INFO]
0 = pending
1 = pending
2 = running
3 = done
4 = done
5 = pending
6 = running
[PANDAWMSSTATUS-JOBSSTATISTICSPERSITE2INFO]
pending = notready
defined = notready
assigned = notready
waiting = notready
activated = ready
starting = running
sent = running
running = running
holding = running
transferring = running
finished = done
failed = failed
cancelled = failed
throttled = notready
[CONDORWMSSTATUS-JOBSTATUS2INFO]
0 = ready
1 = ready
2 = running
3 = done
4 = done
5 = failed
6 = running