Skip to main content

No project description provided

Project description

slurm-to-wandb

build status pypi badge

Monitor SLURM jobs using Weights and Biases (wandb) 📊

Usage

On your cluster, login to wandb using the cli, then run:

pip install slurm_to_wandb
slurm_to_wandb <job_ids>

... to upload all sacct information to wandb. To construct a DataFrame with the information yourself, run:

from slurm_to_wandb import sacct_as_df

df = sacct_as_df(*<job_ids>)
df

Upload the information to wandb however you like 🙌🏻

About

By Jeroen Overschie.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

slurm_to_wandb-0.1.0.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

slurm_to_wandb-0.1.0-py3-none-any.whl (5.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page