Accessing Clusters
Set up your SSH agent and use your uploaded SSH key to log into an SSH gateway, then connect to the appropriate interactive node for your experiment:
| Group | Host(s) |
|---|---|
| STAR | Special interactive (selected users): rcas6001-6004General purpose interactive: rcas6005-6016 |
| PHENIX | General purpose interactive: rcas2061-2068 |
| sPHENIX | General purpose interactive: sphnx01-08Development host: sphnxdev01Central job submission: phnxsub01-04 |
| ATLAS T3 | General purpose interactive: spar0101-0108 |
| EIC | General purpose interactive: eic0101-0112 |
| DUNE | General purpose interactive: dune0001-0004 |
| Astro | General purpose interactive: astro0101-0104 |
| Theory / BRAHMS / Misc | General purpose interactive: rlnxsp01-02 |
| General interactive (Belle II, NPPS, etc.) | General purpose interactive: spool0001-0002 |
Example ~/.ssh/config
Using ProxyJump through the gateway to the spar hosts:
Host spar*
User your_username
Hostname %h.usatlas.bnl.gov
ProxyJump your_username@ssh.sdcc.bnl.gov