Documentation site for migrating from IBM Spectrum LSF to SLURM on the Bodhi HPC cluster.
Live site: https://rnabioco.github.io/bodhi-slurm-migration/
Requires pixi:
# Serve docs locally at http://localhost:8000
pixi run docs
# Build the site (strict mode)
pixi run buildA sed-based helper that converts common #BSUB directives and $LSB_* variables to SLURM equivalents:
bash scripts/lsf2slurm.sh myjob.lsf > myjob.slurmSee the converter documentation for details on what it does and doesn't handle.
Pushes to main automatically build and deploy to GitHub Pages via GitHub Actions. The site is served from the gh-pages branch.
To enable: Settings → Pages → Source → gh-pages branch.