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.3.tar.gz
(14.4 kB
view details)
File details
Details for the file slurmqueen-1.6.3.tar.gz
.
File metadata
- Download URL: slurmqueen-1.6.3.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 | 00cb7192ac7c5eb7e814fef0124955e78b38ee6290f6f711d40eeb8a1cca07c0 |
|
MD5 | c33a8bd83c204a5ce8ccc214c7590b67 |
|
BLAKE2b-256 | f589c6bc16e49c07d3dc612f67b5d926a7a781f7848e81dd0d5d1fb685735e3c |