Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/michaelfromyeg/cpsc418-template
For 2023W2.
https://github.com/michaelfromyeg/cpsc418-template
cpsc418 cs418 erlang
Last synced: about 1 month ago
JSON representation
For 2023W2.
- Host: GitHub
- URL: https://github.com/michaelfromyeg/cpsc418-template
- Owner: michaelfromyeg
- License: mit
- Created: 2024-01-11T23:09:27.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-01-29T20:01:10.000Z (10 months ago)
- Last Synced: 2024-09-30T03:41:56.849Z (about 2 months ago)
- Topics: cpsc418, cs418, erlang
- Language: Shell
- Homepage:
- Size: 234 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CPSC 418 Template
For 2023W2.
To get started, run `bash scripts/setup.sh`. Should work on macOS or Linux.
On Windows? Get [WSL](https://learn.microsoft.com/en-us/windows/wsl/install) (and Windows Terminal and Cascadia Code) and don't look back.
## About
This is mostly Erlang stuff; for CUDA, you'll need to work on the remote servers (unless you happen to have some A100s kicking around!).
## Tips
Other tips.
Add this to your `~/.ssh/config`.
```plaintext
Host remote lulu annacis bowen thetis paxos
HostName %h.students.cs.ubc.ca
User
IdentityFile ~/.ssh/id_ubc
```This assumes you've run `ssh-keygen` on your device, and copied the public key over to the remote host. Google "GitHub SSH key setup" if you get stuck, GitHub's guide is quite good.
From this box, you can run `lin01` through `lin25` to connect to CUDA ready PCs.