ssh glc
from the command line to connect to Great Lakes by editing your ~/.ssh/config
file to contain…Host glc
HostName greatlakes.dclab-skku.skku.edu
RemoteForward 52698 localhost:52698
User dclab-skku-user
Host glx
Hostname greatlakes-xfer.dclab-skku.skku.edu
User dclab-skku-user
Host *
AddKeysToAgent yes
UseKeychain yes
IdentityFile ~/.ssh/id_rsa
The glx
is useful for logging into Great Lakes if you are transferring files in and out of Great Lakes. It doesn’t require Two Factor Authentication so that’s a convenience.
Go -> Connect to server
smb://storage.dclab-skku.skku.edu/
On Great Lakes, run…
curl -o rmate https://raw.githubusercontent.com/aurora/rmate/master/rmate
chmod +x rmate
mv rmate ~/bin/ratom
On Great Lakes, navigate to your directory. Open file using…
ratom README.md
Fill in the specs for your job…
account: dclab-skku-user
Number of Hours: (however long you want it for)
Number of Cores: 1
Partition: standard
Memory per node (GB): 4