Please email scu@med.cornell.edu with requests for cayuga cluster.
The link below is technical documentation for users on the Cayuga Cluster
https://github.com/CornellCAC/Cayuga/wiki
Hardware
Qty 1: A100 GPU node
* g0001: CPUs=128 Boards=1 SocketsPerBoard=2 CoresPerSocket=32 ThreadsPerCore=2 RealMemory=1024000 GPU [0-3]: NVIDIA A100: 80GB PCIe
Qty 2: A40 GPU node
* g00[2-3]: CPUs=128 Boards=1 SocketsPerBoard=2 CoresPerSocket=32 ThreadsPerCore=2 RealMemory=1024000 GPU [0-3]: NVIDIA A40: 48GB PCIe
Qty 21: CPU nodes (hyperthreading ON)
* c00[01-11]: CPUs=112 Boards=1 SocketsPerBoard=2 CoresPerSocket=28 ThreadsPerCore=2 RealMemory=768000 * c00[12-21]: CPUS=128 Boards=1 SocketsPerBoard=2 CoresPerSocket=32 ThreadsPerCore=2 RealMemory=512000
Config file
Add to or create a new file on your laptop to add the login nodes and all hosts ~/.ssh/config
On Mac Terminal
yourname@MAC2024 ~ % yourname@MAC2024 ~ % cd .ssh yourname@MAC2024 .ssh % ls (check what is listed below if there is anything) yourname@MAC2024 .ssh % vim config
Editing your config file
Host cayuga-login1 Hostname cayuga-login1.cac.cornell.edu IdentityFile ~/.ssh/your_cayuga_key User your_cwid Host c00* IdentityFile ~/.ssh/your_cayuga_key User your_cwid ProxyCommand ssh -i .ssh/[your_key_name] -W %h:%p cayuga-login1
In your chosen text editor you will save the file