playground:playground
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
playground:playground [2025/10/01 10:03] – created lab access page isabel | playground:playground [2025/10/01 10:26] (current) – isabel | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | = Lab Machine Overview = | + | ====== Lab Machine Overview ====== |
+ | |||
+ | |||
+ | ==== Available Machines ==== | ||
+ | |||
+ | These are the available lab machines: | ||
- | == Available Machines == | ||
- | These are the lab machines you may connect to: | ||
* ultra | * ultra | ||
+ | * 16 cores | ||
+ | * 125Gi RAM | ||
+ | * NVIDIA GeForce RTX 3090 | ||
* core | * core | ||
+ | * | ||
* cortex | * cortex | ||
+ | * 4 cores | ||
+ | * 7.6Gi RAM | ||
+ | * No GPU | ||
* form | * form | ||
+ | * 20 cores | ||
+ | * 62Gi RAM | ||
+ | * NVIDIA TITAN Xp | ||
* geometry | * geometry | ||
+ | * 20 cores | ||
+ | * 62Gi RAM | ||
+ | * No GPU | ||
+ | |||
+ | ==== Proxy Jumps (Gateways) ==== | ||
- | == Proxy Jumps (Gateways) == | ||
When connecting from home or outside the CIM network, you may need to go through one of these gateway servers first: | When connecting from home or outside the CIM network, you may need to go through one of these gateway servers first: | ||
- | * ''' | + | |
- | * ''' | + | |
- | * ''' | + | * cow |
+ | * pig | ||
---- | ---- | ||
- | == Remote Access Lab Machines == | + | ====== Remote Access Lab Machines |
- | === Direct Access (inside the lab) === | + | ==== Direct Access (inside the lab) ==== |
- | Use XQuartz to enable graphical applications: | + | Use XQuartz to enable graphical applications, else use Terminal. |
- | <pre> | + | <code> ssh -X *yourusername*@*machinename*.cim.mcgill.ca |
- | ssh -X *yourusername*@*machinename*.cim.mcgill.ca | + | |
# OR | # OR | ||
ssh -Y *yourusername*@*machinename*.cim.mcgill.ca | ssh -Y *yourusername*@*machinename*.cim.mcgill.ca | ||
- | </pre> | + | </code> |
- | === Remote Access (outside the lab, from home) === | + | ==== Remote Access (outside the lab, from home) ==== |
First connect through a proxy jump (example using barn): | First connect through a proxy jump (example using barn): | ||
- | <pre> | + | <code> |
ssh -J *yourusername*@barn.cim.mcgill.ca *yourusername*@*machinename*.cim.mcgill.ca | ssh -J *yourusername*@barn.cim.mcgill.ca *yourusername*@*machinename*.cim.mcgill.ca | ||
- | </pre> | + | </code> |
=== General CIM Login === | === General CIM Login === | ||
To access the CIM system without going to a specific machine: | To access the CIM system without going to a specific machine: | ||
- | <pre> | + | <code> |
ssh *yourusername*@barn.cim.mcgill.ca | ssh *yourusername*@barn.cim.mcgill.ca | ||
- | </pre> | + | </code> |
- | === Mount Local Directory on Remote Machine === | ||
- | < | + | ====== Lab Machine Directory Structure ====== |
- | sshfs -o ProxyJump=*yourusername*@barn.cim.mcgill.ca *yourusername*@*machinename*.cim.mcgill.ca:/ | + | |
- | </ | + | |
- | === Logout === | + | When using one of the lab machines, your home directory will be mounted at: |
- | <pre> | + | <code> |
- | logout | + | / |
- | </pre> | + | </code> |
- | ---- | + | Your home directory shares resources across all lab machines (ultra, core, etc), which is very convenient. However, your home directory is very small and will fill up quickly, slowing down all lab machines and eventually stop allowing processes to run. Therefore, store large file in either: |
+ | |||
+ | < | ||
+ | / | ||
+ | |||
+ | OR | ||
+ | |||
+ | / | ||
+ | </ | ||
+ | |||
+ | These directories are not shared across lab machines but can support large files. | ||
+ | |||
+ | | ||
- | == File Access | + | ==== Copying Files ==== |
=== Copy File from Local → Remote === | === Copy File from Local → Remote === | ||
- | <pre> | + | <code> |
- | scp /Users/ | + | scp /your/PC/ |
- | </pre> | + | *yourusername*@*machinename*.cim.mcgill.ca: |
+ | < | ||
+ | |||
+ | === Copy File with ProxyJump (ie: copying files when outside of the lab)=== | ||
+ | |||
+ | < | ||
+ | scp -o ProxyJump=*yourusername*@barn.cim.mcgill.ca ./ | ||
+ | </code> | ||
+ | |||
+ | |||
+ | ==== Copying Folders ==== | ||
+ | |||
=== Copy Folder from Local → Remote === | === Copy Folder from Local → Remote === | ||
- | <pre> | + | <code> |
- | scp -r ./Downloads/group2 | + | scp -r ./your/PC/ |
- | </pre> | + | </code> |
- | === Copy File with ProxyJump === | ||
- | <pre> | ||
- | scp -o ProxyJump=*yourusername*@barn.cim.mcgill.ca ./ | ||
- | </ | ||
=== Copy Folder from Remote → Local === | === Copy Folder from Remote → Local === | ||
- | <pre> | + | <code> |
scp -r *yourusername*@*machinename*.cim.mcgill.ca:/ | scp -r *yourusername*@*machinename*.cim.mcgill.ca:/ | ||
- | </pre> | + | </code> |
+ | |||
+ | |||
+ | |||
+ | === Mount Local Directory on Remote Machine === | ||
+ | |||
+ | < | ||
+ | sshfs -o ProxyJump=*yourusername*@barn.cim.mcgill.ca *yourusername*@*machinename*.cim.mcgill.ca:/ | ||
---- | ---- | ||
- | ''' | + | '' |
+ | |||
+ | To get your CIM login account details, email Olivier St-Martin Cormier. | ||
playground/playground.1759327423.txt.gz · Last modified: by isabel