Skip to content

v0.10.0

Compare
Choose a tag to compare
@d-krupke d-krupke released this 25 Feb 17:56
· 17 commits to main since this release
987d4c8

What's Changed

Full Changelog: v0.9.0...v0.10.0

Batch is now named JobBundling. There is a method join for easier synchronization. exec allows to executed commands just like srun and sbatch, but uniform syntax with other slurmified functions. Functions can now also be called with distribute_and_wait. If you call python3 -m slurminade.check --partition YOUR_PARTITION --constraint YOUR_CONSTRAINT you can check if your slurm configuration is running correctly.