Sam Hardwick
Edit code in your web browser, have it run on a remote machine, and display the results in a nice way in a “Notebook”
Also launch terminals, upload / download files, edit text, and even run clusters, so it can be a full interface
Mainly used with Julia, Python (which we’ll use) and R
We’ll be running Jupyter on Puhti
You tell a web interface what resources you want, and they appear at your fingertips
You may have to wait for the resources to become available, especially if you asked for a lot
The full Puhti environment, with file system and software modules available
It’s a supercomputer, so the code will run super fast, right?
Well…
Supercomputers have fast processors, but so does your laptop
But the supercomputer has thousands of processors, petabytes of storage, a fast network connection, tons of RAM, and a pile of GPUs
If you can leverage these resources, you will be able to do things you can’t do without them
But even if not, you get a stable, shared, always-on environment
scratch directory.
If your session is queued for a long time, you can try switching partitions
Show custom resource settings lets you change the resource settings, in particular the Partition. Sometimes the default interactive partition is fully occupied, and it makes sense to delete your session and start a new one in the small partition.
But for troubleshooting, write in the chat, in the HedgeDoc, or otherwise ask for help.