-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathChangeLog
96 lines (49 loc) · 2.17 KB
/
ChangeLog
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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
SGAS BART ChangeLog
008:
Changed how slurm reports number of nodes.
This change the output format from the sacct command.
Added Preempted jobs in slurm.
Added "duplicated" (sacct -D) jobs in slurm if idtimestamp is activated.
007:
Fixed bug in SLURM backend that removes last char in hostname(s) from sacct.
Fixed problem with translate(None) on python 2.4.
RPM Spec file for bart provided by Pär Andersson <paran@nsc.liu.se>
Fixed problem with getNodes in SLURM backend.
Fix end of line strip issue in SLURM backend.
Patch to make slurm only advance 7 days at a time.
(This will be configurable in the future release)
Fixed bug with vo_map in slurm (not used correct).
Created unittest för slurm.py (and removed small testcase in slurm.py).
006:
Added option to suppress missing usermap info in log file.
Fix problems with exit(0) if an error occur.
Updated setup instructions.
005:
Use utc/gm time for record id (SLURM backend).
Fix subprocess output gathering not to deadlock (SLURM backend).
Add idtimestamp for dealing with job reruns and documentation for using it.
004:
Added documentation with relocation instructions.
Make torque backend work on cray machines with old torque version (patch by
Alexander Oltu)
Torque backend: Catch ioerror while spooling and chance error to warnings as
the situation does not call for an exit.
Fix SLURM data gathering for account, state and cpu time (patch by Bjørn-Helge
Mevik)
Skip empty files when joining usagerecords files (prevents registration crash).
Add logic to deal with empty statefile (prevents logger crash).
003:
Added SLURM support.
Add basic documentation for developing new backends.
Fix bug where installation could overwrite existing configuration files.
Properly report project name in Torque backend.
Fix issue with undefined core_count in Torque backend.
002:
Support relocation using --home
Report exit status in Torque backend
Properly report core count on older Torque system
Use the account, if available, for VO mapping in Torque backend.
Add description of how data is collected for the backends
List package names required for CentOS/RedHat
001:
Initial release with support for Maui and Torque.