A Python 3 library for automatically running experiments using a Slurm cluster
Project description
SlurmQueen
A Python 3 library for automatically running experiments on a black-box tool using a Slurm cluster. In particular, this harness allows you to:
- Define an experiment by declaring a list of tasks to run on a tool.
- Generate bash scripts that run each task.
- Run those bash scripts on a Slurm cluster and download the results.
- Analyze the results through an SQL interface.
See this jupyter notebook for detailed usage.
Installation
For most users, the recommended method to install is via pip:
pip install slurmqueen
Dependencies:
- paramiko
- pandas
- pathlib (included in Python 3.4 or higher)
- ipywidgets (optional)
- notebook (required to run the example notebook)
See requirements.txt for detailed version information, if needed.
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
slurmqueen-1.6.2.tar.gz
(14.4 kB
view details)
File details
Details for the file slurmqueen-1.6.2.tar.gz
.
File metadata
- Download URL: slurmqueen-1.6.2.tar.gz
- Upload date:
- Size: 14.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.1.1 pkginfo/1.5.0.1 requests/2.23.0 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.46.0 CPython/3.6.9
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2f9104a1a3bdbb80f1761ef38e574ed0b6f83428c729a8f9f1bbeeb6a2d3a725 |
|
MD5 | 01fe2b0d8e9931e78c75d7c41abf23e7 |
|
BLAKE2b-256 | df98bc3ed46545d249d18e45f0cd85fdeb7e62fab333275cd8c431a09ffd92f6 |