Skip to content

Commit 7e35127

Browse files
Document positron partition for Remote SSH
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 123071f commit 7e35127

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

docs/index.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,15 @@ Bodhi has migrated from IBM Spectrum LSF to **SLURM**. Our SLURM documentation c
2525

2626
- [**Remote SSH Setup**](https://rnabioco.github.io/remote-ssh-positron/) — using Positron or VSCode over remote SSH
2727

28+
!!! note "Existing users: redeploy to land on the `positron` partition"
29+
The launcher was updated on 2026-03-29 to submit jobs to the dedicated `positron` partition (was previously landing in `normal`). If you set up Positron Remote SSH before then, refresh your copy once:
30+
31+
```bash
32+
cd ~/devel/rnabioco/remote-ssh-positron && git pull && make install
33+
```
34+
35+
Verify with `squeue --me` after launching a new session — the job should show `Partition=positron`.
36+
2837
## Backups
2938

3039
Guidelines for backing up your data on the Bodhi cluster.

docs/pain-points.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -289,6 +289,7 @@ squeue -j $SLURM_JOB_ID -h -o "%L"
289289
| `bigmem` | 3 days | **4 hours** | compute14 | `bigmem` | ~1.5 TB RAM |
290290
| `rstudio` | 3 days | **8 hours** | compute00 | `bigmem` | Interactive RStudio |
291291
| `voila` | 3 days | **4 hours** | compute00 | `bigmem` | Voilà notebooks |
292+
| `positron` | 1 day | **8 hours** | compute04, 06–07, 14 | `rbi` | Positron Remote SSH; QoS cap 8 CPU / 24 GB per user |
292293
293294
!!! warning "Default wall time changed — jobs may time out"
294295
If you omit `--time`, your job now gets **4 hours** (general partitions) or **12 hours** (GPU partitions). Previously, jobs without `--time` silently inherited the 3-day maximum.

0 commit comments

Comments
 (0)