MBOT Cluster
This is a private cluster
- PIs:
- Nils Deppe, Physics
- Anna Ho, Astronomy
- Projects:
- nd357_0001
- ayh24_0001
Documentation
https://github.com/sxs-collaboration/WelcomeToSXS/wiki/Mbot
Hardware
- Head node: mbot.cac.cornell.edu.
- Access modes: ssh
- OpenHPC 3 with Rocky Linux 9
- 9 compute nodes (c0001-c0009) with dual 96-core AMD EPYC processors, 384GB of RAM
- Hyperthreading is disabled on all nodes.
- Interconnect is InfiniBand HDR from each node to the HDR switch
- Submit HELP requests: help OR by sending an email to help@cac.cornell.edu?Subject=MBOT.
Initial Login via SSH Key
After being added to either the nd357_0001
or ayh24_0001
project, you can
-
Log into the CAC Portal by clicking on the
Login
button in the upper right corner. -
Choose
Cornell University
as your organizational login and complete the login using your Cornell NetID and password (not your CAC account password). -
On the Portal dashboard, click on the
Generate SSH key pair
link in theManage your CAC login credentials
section in the upper right corner. -
Click on the
Generate a new SSH key
button to generate a new ssh key pair. -
Click on the
Download your SSH private key
button to download the private key to your computer. -
On your computer, make sure the private key file is readable and writable to you only:
chmod 600 <private key file>
-
SSH to mbot cluster using the private key you just downloaded:
ssh -i <path to the private key file> <NetID>@mbot.cac.cornell.edu
-
On mbot, you can add additional public ssh keys to your
~/.ssh/authorized_keys
file, 1 key per line. The key generated by CAC Portal is marked by theCAC_SSO
comment in theauthorized_keys
file. Keys that do not end inCAC_SSO
will be left alone by CAC Portal.