Skip to content

Improve ares guide #80

Description

@lukemartinlogan
  • 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 compute allocates 4 compute nodes
    • salloc -w ares-comp-[08-10] allocates node 8-10.
    • squeue shows 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.edu

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions