scitex-hpc

star 0

[WHAT] Generic SLURM dispatch + persistent reservations for the SciTeX ecosystem — one-shot `srun`/`sbatch`/`sync`/`poll`/`fetch_result` plus a `Reservation` primitive that books a node once and runs many short commands inside the allocation via `srun --jobid --overlap`, cutting queue wait from minutes to one ssh round-trip per command. [WHEN] Dispatching jobs to an HPC cluster from a laptop or login node — especially when iterating in tight loops, running multi-agent fleets, or doing jupyter-on-HPC where queue wait dominates wall time. [HOW] `from scitex_hpc import srun, sbatch, Reservation`, or `scitex-hpc <verb> ...`. Bastion-initiated SSH only; no persistent daemons.

ywatanabe1989 By ywatanabe1989 schedule Updated 5/6/2026

name: scitex-hpc description: | [WHAT] Generic SLURM dispatch + persistent reservations for the SciTeX ecosystem — one-shot srun/sbatch/sync/poll/fetch_result plus a Reservation primitive that books a node once and runs many short commands inside the allocation via srun --jobid --overlap, cutting queue wait from minutes to one ssh round-trip per command. [WHEN] Dispatching jobs to an HPC cluster from a laptop or login node — especially when iterating in tight loops, running multi-agent fleets, or doing jupyter-on-HPC where queue wait dominates wall time. [HOW] from scitex_hpc import srun, sbatch, Reservation, or scitex-hpc <verb> .... Bastion-initiated SSH only; no persistent daemons. primary_interface: python interfaces: python: 3 cli: 2 mcp: 0 skills: 1 hook: 0 http: 0 tags: [scitex-hpc]

scitex-hpc

Generic SLURM dispatch + persistent reservations. Login nodes never run compute — every command is wrapped in srun/sbatch via a login-shell SSH.

Two patterns

Pattern Use when Module
One-shot dispatch (srun/sbatch) Run a script once, fetch results scitex_hpc.{srun,sbatch,sync,poll_job,fetch_result}
Reservations (book once, exec many) Iteration loops; multi-agent fleets; jupyter-on-HPC scitex_hpc.Reservation

Sub-skills

Core (01–09)

Workflows (10–19)

Meta (20+)

Install via CLI
npx skills add https://github.com/ywatanabe1989/scitex-hpc --skill scitex-hpc
Repository Details
star Stars 0
call_split Forks 0
navigation Branch main
article Path SKILL.md
More from Creator
ywatanabe1989
ywatanabe1989 Explore all skills →