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
- ipywidgets (optional)
- click (required on the Slurm cluster to run the example)
- 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.1.0.tar.gz
(13.1 kB
view details)
File details
Details for the file slurmqueen-1.1.0.tar.gz
.
File metadata
- Download URL: slurmqueen-1.1.0.tar.gz
- Upload date:
- Size: 13.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.4.2 requests/2.20.1 setuptools/40.6.2 requests-toolbelt/0.8.0 tqdm/4.28.1 CPython/3.6.5
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 300c08fff8ef8919021ecacef84fc76d334d77874255b50d8c93d3b05988cc19 |
|
MD5 | e5b1e86fffb479441a395eeb48fb4fac |
|
BLAKE2b-256 | 666d9cc128bd26c4b366a37363181575550746ca9f527ae07dd306945c09f171 |