Minimal manager for Beowulf clusters and scientific data
Project description
Badwulf
Minimal manager for Beowulf clusters and scientific data
The goal of badwulf is a provide a minimal command line interface for accessing and managing experimental data on scientific computing servers and Beowulf clusters.
This tool is not intended to replace true cluster management and scheduling software for such as Slurm. Instead, badwulf is a lightweight package for simplying tasks such as:
-
Connecting an port forwarded SSH session to a research server behind a login server
-
Transfering files and directories between a local client and a research server
-
Managing a simple repository of experimental data and metadata
-
Searching experimental metadata for terms and keywords
-
Syncing experimental data between a local client and a research server
Examples
A command line utility named wulf for a hypothetical "Badwulf" cluster with compute nodes named "Wulf-01", "Wulf-02", and "Wulf-03" could be set up as follows:
#!/usr/bin/env python3
import os
from badwulf.cli import clmanager
wulf = clmanager("Badwulf",
nodes = {
"01": "Wulf-01",
"02": "Wulf-02",
"03": "Wulf-03"},
date = "2024-12-27",
description = "Badwulf CLI utility",
username = os.getenv("BADWULF_USER"),
server = os.getenv("BADWULF_GATEWAY_SERVER"),
server_username = os.getenv("BADWULF_GATEWAY_USER"),
program = "wulf")
wulf.main()
This would read the environment variables $BADWULF_USER, $BADWULF_GATEWAY_SERVER, and $BADWULF_GATEWAY_USER to set up the SSH connection to the cluster.
A user could then connect to the node "Wulf-01" as:
wulf run -01
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
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 badwulf-0.1.27.tar.gz.
File metadata
- Download URL: badwulf-0.1.27.tar.gz
- Upload date:
- Size: 21.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
2843faa43004ad015256e161ee6f1ff02738288486f66696afd5f4851ae3e667
|
|
| MD5 |
6e4ace545d8e505192fc97362802d820
|
|
| BLAKE2b-256 |
d3544b5bf58eaf1a27f553b4fb9af683adcc792c4fd9000892d1927f94cc820c
|
File details
Details for the file badwulf-0.1.27-py3-none-any.whl.
File metadata
- Download URL: badwulf-0.1.27-py3-none-any.whl
- Upload date:
- Size: 22.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.0.1 CPython/3.13.1
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
16f9dadba781520ffba874dfa9480ce2fa6d815a96e0d0be3a55156e986a2fc1
|
|
| MD5 |
1dfdf323ba9b6db8f8ac55ec55fc2504
|
|
| BLAKE2b-256 |
3a9a8ba60a8b2453795b9032508a5a0033bbcfad50284351b03dbfe3c386673f
|