- fixed compatbility problem with array jobs on slurm
jl submit --wait
does not longer reset the list #49- Added
--reset
tojl submit
- Support java-Xmx-notation for memory limits. Example:
-m 5g
#56 - Streamlined report generation #50
- Dramatically improved batch-submission performance
- More idiomatic blocking with
jl wait || exit 1
(orjl status || exit 1
) - Reduced # status files per job by 20% (4 instead of 5) on SLURM
- Validate that no jobs would pend forever due to
PartitonTimeLimt
on SLURM
Most significant new features in this release are
- New
--mem
and--time
arguments forjl submit
to adjust walltime and maximum memory per job - Implement idiomatic way in
jl status
to output stderr/stdout-logs, job configuration, and runinfo (#37) - Separated job resubmission into new command
jl resub
- Allow multi-line commands to be submitted in batch mode (#40)
- Remember last used joblist in terminal (#41)
- Renamed
jl kill
tojl cancel
to be more consistent with slurm/lsf naming conventions - Automatic dependency resolution for report rendering (see rend.R)
- JCenter integration and continuous integration using TravisCI
- Improved report to include summary table and job submission example
For a more complete list see the milestone tickets