Quick Start¶
First time?
Run Setup before your first use.
1. Submit the Job¶
SSH into the cluster and run:
amc-bodhi
You must be connected to the AMC VPN before submitting.
2. Check Job Status¶
Wait until your job is in the R (running) state.
3. View Connection Instructions¶
Replace <JOB_ID> with your actual job ID from squeue.
4. Connect from Positron¶
- Open Positron on your local machine
- Press ++cmd+shift+p++ (Mac) or ++ctrl+shift+p++ (Windows/Linux)
- Select Remote-SSH: Open SSH Configuration File
- Paste the SSH config from the log file and save:
- Select Remote-SSH: Connect to Host
- Choose your
positron-{alpine|bodhi}-<JOB_ID>entry - Positron will install its server components on the remote node automatically
5. When Finished¶
Always cancel your job to free resources:
Warning
The compute node allocation runs for the full time requested (8 hours by default) or until you cancel it. Always scancel when done.