-
Notifications
You must be signed in to change notification settings - Fork 0
/
Changes
92 lines (65 loc) · 2.69 KB
/
Changes
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
Revision history for HPC-Runner-Command
{{$NEXT}}
3.2.14 2018-01-22 10:51:11 GST
- Pinned List::MoreUtils 0.428
- Pinned MooseX::App 1.39
3.2.13 2018-01-21 11:52:41 GST
- Cleaned up dependencies
3.2.12 2018-01-10 14:18:45 GST
- added back in stats command
3.2.11 2017-09-11 13:50:17 GST
- Milestones - https://github.com/biosails/HPC-Runner-Command/milestone/3
3.2.10 2017-08-28 09:33:43 GST
- Rolling back JSON::Logger features for now - problematic on some filesystems
- Rolling back memory profiling - requires JSON::Logger
3.2.9 2017-08-25 05:16:44 GST
- Additional fixes for JSON logger
- Replaced Archive::Tar with Archive::Tar::Wrapper
3.2.8 2017-07-16 17:42:15 EDT
- Fixed JSON logger - extra check for proc file dissapearing
3.2.7 2017-07-07 11:24:22 GST
- Bug fix for slurm array deps
- Added lock file to JSON-Logger. Files in archive are not thread safe.
- Added experimental tag to JSON logger.
3.2.6 2017-07-05 11:46:45 GST
- Enhancements to the logging interface
- New JSON logging interface
- hpcrunner.pl stats command - works from tar archive and is meant to be a starting point for additional loggers
- Fixed file paths so tests should run platform independent
3.2.5 2017-06-11 15:53:59 GST
- Minor cleanup to config files - reload to get any options that may be in plugins
3.2.4 2017-06-07 18:29:58 GST
- Refactored Scheduler.pm into several more modules
- Bug fix for use_arrays and commands_per_node
- Better test coverage for execute_job
3.2.3 2017-05-31 16:45:39 GST
- When a job fails - only jobs that depend upon that job will not be submitted, but the rest of the workflow is fine
3.2.2 2017-05-29 14:50:37 GST
- Bug fix for array task dependencies
3.2.1 2017-05-28 15:37:39 GST
- Bug fix with counting 0th command and single-node mode
3.2.0 2017-05-24 10:26:38 GST
- Upgrading to minor version
3.1.8 2017-05-24 09:30:51 GST
- Major API changes for execute_job and execute_array
3.1.7 2017-05-18 10:27:10 GST
- Hot fix - updated SLURM for new dep array
3.1.6 2017-05-17 15:22:15 GST
- Made some changes for speed
3.1.5 2017-05-01 09:01:42 GST
- More logging info
3.1.4 2017-04-30 11:33:17 GST
- Minor bug fix for plugins
3.1.3 2017-04-30 11:08:50 GST
- Additional logging info on jobs - hostname, job scheduler id, array id
3.1.2 2017-04-01 11:22:06 GST
- Made some fixes to environmental variables for slurm
- Changed duration from %year %month ... to just %day %hours %minutes
3.1.1 2017-03-12 14:44:10 GST
- Bug fix for ManyConfigs
3.1.0 2017-03-12 11:16:13 GST
- Official stable release
3.0.1 2017-01-11 10:54:34 GST
- Bug fixes for cpan tests
3.0.0 2017-01-05 12:26:17 GST
- This is the beta release of HPC::Runner::Command