Recent Releases of qbatch
qbatch -
- fix python2 unicode support
- remove unneeded dependencies
- Python
Published by gdevenyi almost 6 years ago
qbatch - v2.2
- Fix log file naming for Slurm non-array jobs
- Add CITATION.cff file
- Update setup.py to fix description on PyPi
- Chunk size can now be unlimited, set size "0" to have unlimited chunk
- Fix workdir vs chdir for old vs new Slurm by using the short "-D" option instead
- Implement container mode for generating jobs to be parsed by external qbatch generated by internal qbatch within a container.
- Python
Published by gdevenyi almost 6 years ago
qbatch -
Bugfixes - fix SLURM job search returning wrong result when no jobs - fix UNICODE support in python2 for environment variables
- Python
Published by gdevenyi over 6 years ago
qbatch -
Bugfixes: - Accidental embedding of quotes into squeue listing broke SLURM dependencies
- Python
Published by gdevenyi over 6 years ago
qbatch -
A few bugs fixed after some testing of a new deployment c/o @egarza
- always check for parallel before submitting jobs
- explicitly embed the shell as part of the job commands os that posix_compliant job starting on Torque/PBS/SGE will use the right shell, in cases where the default shell is
/bin/csh
- Python
Published by gdevenyi over 6 years ago
qbatch - 2.0.2 release
PyPi packaging changed and doesn't automatically include VERSION anymore.
Just code the version into setup.py instead of writing a full MANIFEST.in file
- Python
Published by gdevenyi almost 8 years ago
qbatch - 2.0.1 release
Fix broken indenting in job files Cleanup some error checking
- Python
Published by gdevenyi almost 8 years ago
qbatch - 2.0 release
Lots of big changes in this release: - Slurm support - Python API - lots of small feature additions and tweaks
- Python
Published by gdevenyi almost 8 years ago
qbatch - 1.0.1 release
This release exists only to fix the python wheel distribution on pypi. :-)
- Python
Published by pipitone almost 10 years ago