- Bugfix: slurm_it runs if dependency is an empty list.
- Feature: Option to run batch jobs in parallel slurm jobs. If
batch_param_names
andbatch_param_values
are provided, the function will be called for each tuple of values inbatch_param_values
- Feature:
pathlib.Path
are automatically converted to strings in the main slurm python script. This avoid crashing becausePosixPath
and co are not imported.
- Change default cpu partition to
ncpu
- Option to print job ID in log when starting.
- Job dependencies that are list or tuples are automatically formatted as
afterok:jobid1:jobid2:...
- Bugfix:
slurm_options
was required but can now be ommited in the decorator
- Add option to change slurm options when calling the decorated function
- Initial release