-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
- Add section telling people to upload their public SSH key to github for remote development
- List some rules about the master node
- Avoid running code -- except sometimes compilation.
- Primarily use for allocating jobs
- Add specific salloc commands for people to copy-paste from
salloc -N 4 -p computeallocates 4 compute nodessalloc -w ares-comp-[08-10]allocates node 8-10.squeueshows your current allocation${SLURM_JOB_NODELIST}for batch-based scheduling
- Add section for vscode. Remote debugging ares-comp-21 over ssh in vscode could be done with this ssh config param:
Host ares-comp
HostName ares-comp-21
User llogan
ProxyJump ares.cs.iit.eduMetadata
Metadata
Assignees
Labels
No labels