- Add support for wall clock time limits.
- Allow array tasks in local mode to process only a portion of the lines in the array file
by setting
num_tasks
to a value less than the number of lines in the array file.
- Add support for the SLURM job scheduler.
- Add capability to request exclusive access to compute nodes when running on SLURM.
- Add the capability to run in quiet mode when running locally on a workstation so the job stdout and stderr are written to log files only.
- HPC array job command lines are quoted and executed in a subshell by default with better support for complex command lines.
- First public release.