Metadata-Version: 2.4
Name: slurm-submit
Version: 0.2.0
Summary: Submit arbitrary Python functions to the SLURM queueing system.
Author: Alexander L. M. Knoll
Author-email: Alexander L. M. Knoll <alexander.knoll@rub.de>
License-Expression: GPL-3.0-or-later
License-File: LICENSE
Classifier: Topic :: Scientific/Engineering :: Chemistry
Classifier: Intended Audience :: Science/Research
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Project-URL: Bugs, https://gitlab.com/runner-suite/runnerase-2.0/issues
Project-URL: Documentation, https://runner.theochem2.rub.de/runnerase-docs/latest/
Project-URL: Source, https://gitlab.com/runner-suite/runnerase-2.0
Description-Content-Type: text/markdown

# Functions for calculation submission to queueing systems.

## Provides

- `submit_slurm`:
    - Submit an arbitrary standalone or class-bound function to
    - the Slurm queueing system (others might work, not tested).
- `slurm_barrier`:
    - Hangs until a (list of) calculation(s) has finished/aborted.
