Getting Started Quick Examples
Signing into Turing
The following is a condensed version of what is found in Getting Started with Turing.
- make an account by completing the Turing Account Request Form and waiting for email confirmation.
- Either be connected to WPI Campus WiFi, or use WPI's VPN client, Global Protect.
- ssh into your account from a terminal, vscode with ssh plugin, or some other software. Use your wpi username and password to get in:
- If you are prompted about the server's authenticity, type 'yes' and continue.
- Enter your WPI password. Congrats! You're in!
Linux Basics
Turing uses a Linux distribution as its OS. If you are unfamiliar with Linux, please consult our brief guide.
Transfer Files Between Turing and the Local Computer
You have a few options to do this. You can use Turing OnDemand to use an online interface, or you can use the scp command:
Examples repository
We provide a repository with a few examples showcasing how to create SLURM scripts, use them, load software on the cluster, monitor your work, and a few other things. Direct links can be found listed in the various Examples page.