sampo - CliMA/slurm-buildkite GitHub Wiki
sampo.gps.caltech.edu is a shared file server, hosted in the GPS server room
Request access
Email [email protected] and request access
SSH config
Add to your local ~/.ssh/config file
Host sampo
HostName sampo.gps.caltech.edu
User [username]
To access from outside the network, either use the Caltech VPN
Match final host !ssh.caltech.edu,*.caltech.edu !exec "nc -z -G 1 login.hpc.caltech.edu 22"
ProxyJump ssh.caltech.edu
About the machine
Storage
/home/[username](capped at 1TB): backed up/net/sampo/data1(200TB): Not backed up, but is somewhat protected against failure by redundant RAID partition- it is also accessible via
/export/data1, but the above path is available also onclima, so if you create a symlink using this, it should work on both machines.
- it is also accessible via
If you're on the local network (or connected via VPN), you can mount home and data1 via Samba smb://sampo.gps.caltech.edu/ (you may need to request access).