Small wrapper around submitit to simplify cluster submissions
Project description
resubmit
Small utility library to simplify job submission with Submitit on SLURM clusters.
Quick usage:
- Install locally for development:
pip install -e .[debug]
- Use in your project:
from resubmit import submit_jobs, maybe_attach_debugger
# attach remote debugger if requested
maybe_attach_debugger(args.get("port", None))
# submit jobs (list of dicts)
submit_jobs(jobs_list, my_entrypoint, timeout_min=60, block=True)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
resubmit-0.0.2.tar.gz
(4.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file resubmit-0.0.2.tar.gz.
File metadata
- Download URL: resubmit-0.0.2.tar.gz
- Upload date:
- Size: 4.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
d1f3159d2062af4b54bd615ec7ede0d72f865ab4d7aff588e1322823a99dfa10
|
|
| MD5 |
89df547c1ee456cf40e07cf45b2734c8
|
|
| BLAKE2b-256 |
94009a08ad3d8941ac314845057ade73bc337597c82f3f13a922c7eaa9c2da93
|
File details
Details for the file resubmit-0.0.2-py3-none-any.whl.
File metadata
- Download URL: resubmit-0.0.2-py3-none-any.whl
- Upload date:
- Size: 4.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
37b7546f254f42424a5eb794a92edc22de9fad9d1911bab9474650b61044ea2f
|
|
| MD5 |
0ee039e4330ca071afd7ca679c14680e
|
|
| BLAKE2b-256 |
61f3b4f5d93211b3e5effdd3ba032956c8a9d9bd6fddaf2b84a02242080a7d52
|